Blog

Latest Articles

Browse the latest tutorials, guides, and practical examples across Linux, DevOps, security, databases, and programming on GoLinuxCloud.

Explore the latest tutorials and guides across Linux, DevOps, programming, and more.

You can also browse content by category below:

  • Linux: Commands, administration, troubleshooting, and system operations
  • DevOps: CI/CD, Kubernetes, containers, and automation
  • Programming: Coding tutorials, scripting, and development concepts
  • Security: Ethical hacking, system security, and best practices
  • Databases: MySQL, MariaDB, PostgreSQL, and database management
  • Networking: Network setup, troubleshooting, and protocols
  • Storage: Disk management, file systems, and storage solutions
  • System Administration: User management, services, and system-level tasks
  • Tools: Useful tools and utilities for productivity
  • Cheat Sheet: Quick reference guides for commands and tools
  • Interview Questions: Common interview questions with answers

2076 articles

10 Simple Steps to Build & Test Laravel GraphQL API

In this tutorial, we'll guide you through setting up a GraphQL API in Laravel, covering project initialization, model and migration creation, installing GraphQL …

By stevealila · 14 min read · programming

What are GRUB Files in Linux? [In-Depth Tutorial]

Grub files, also known as GRand Unified Bootloader, are essential components in the Linux operating system that facilitate the booting process. Grub files are

By admin · 14 min read · system-administration

How to set up Jockie Music Bot Discord? [SOLVED]

Discord's entertaining and interesting bots are one of its best features. Bots are programs that can do a variety of tasks in Discord, such as playing games

By mark-arvintychingco · 5 min read · tools

Encapsulation in Java [In-Depth Tutorial]

Encapsulation is one of the fundamental concepts of object-oriented programming (OOP) and is considered essential for building robust and scalable

By bashiralam · 11 min read · programming

How to Install Ubuntu on USB Drive? [100% Working]

Ubuntu is a popular open-source operating system that is widely used in the Linux community. One of the great features of Ubuntu is that it can be installed

By omercakmak · 3 min read · linux

How to install Epson et-2720 on Ubuntu? [SOLVED]

Ubuntu is a free and open-source operating system that is widely used in desktops and servers. It is known for its stability, security, and ease of use. One

By omercakmak · 4 min read · linux

How does vim split window horizontally? [SOLVED]

Vim is a powerful and popular text editor that is widely used by programmers and developers. One of the many features that makes Vim so versatile is its

By omercakmak · 4 min read · linux

How to list recursively with 'ls'? [SOLVED]

"ls" is a command-line utility in Unix-based operating systems that allows users to list the contents of a directory. The "ls" command is a versatile tool

By omercakmak · 5 min read · linux

How to use du to sort files by size? [SOLVED]

du stands for disk usage which is one of the most used tool in Unix/Linux to estimate the file space usage. Here are some commonly used command arguments and

By omercakmak · 9 min read · linux

How to install XRDP with XFCE4 on Ubuntu? [SOLVED]

Ubuntu is a popular Linux operating system. As with most Linux distributions, it can be used with different desktop environments (XFCE, KDE, Gnome etc). The

By omercakmak · 3 min read · linux

How to compare dates in JavaScript? [SOLVED]

When working with JavaScript, it's common to encounter situations where you need to compare dates. This can be a bit tricky, as dates in JavaScript are

By olorunfemiakinlua · 6 min read · programming

How to open a new tab in JavaScript? [SOLVED]

As a web developer, it is common to encounter situations where you want to open a new tab or window using JavaScript. This could be for various reasons such

By olorunfemiakinlua · 3 min read · programming

How to merge objects in JavaScript? [SOLVED]

One of the key features of JavaScript is its ability to work with objects, which are a fundamental data type used to store and manipulate information. In many

By olorunfemiakinlua · 6 min read · programming

How to check if undefined in JavaScript? [SOLVED]

JavaScript is a popular programming language used for building web applications and creating interactive user interfaces. One of the common tasks in

By olorunfemiakinlua · 7 min read · programming