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 …
Spatie Permission: The Ultimate Laravel Security Toolkit
The role:admin middleware from 'role' => SpatiePermissionMiddlewaresRoleMiddleware::class permits only users with Admin role to access the
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
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
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
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
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
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
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
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
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
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
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
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
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
