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
- Tools: Useful tools and utilities for productivity
2239 articles
How to configure iSCSI target on Ubuntu
In this tutorial I will share the steps to create iSCSI target using Ubuntu 22.04 VM installed on Oracle VirtualBox.
COMPLETELY Uninstall Docker in Ubuntu
Step by step instructions to uninstall docker in Ubuntu. Cleanup and Delete all docker resources safely and completely
How to use du to sort files by size?
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
10+ rpmbuild command examples in Linux [Cheat Sheet]
rpmbuild command in Linux is used to build RPM packages. An RPM package is of two types: source RPM and binary RPM. A binary package contains the software to
10+ swapon and swapoff command examples in Linux [Cheat Sheet]
How to create a swap file in Linux? Different examples to use swapon command Enable all swaps devices and files, Display swap usage summary, Disable all swap …
15 tune2fs command examples in Linux [Cheat Sheet]
tune2fs command examples, tune2fs uuid, tune2fs example, tune2fs xfs, tune2fs reserved space, man tune2fs, tune2fs command allows to mcq, tune2fs has journal
10+ losetup command examples in Linux [Cheat Sheet]
Manage loop devices in Linux using losetup command. Complete cheat sheet on using losetup command with examples
10+ mke2fs command examples in Linux [Cheat Sheet]
Multiple mke2fs command examples in Linux with cheat sheet for different scenarios.
10+ tcpdump command examples in Linux [Cheat Sheet]
Capture TCP or UDP packets using tcpdump command in Linux. Capture packet for specific interface, specify source and destination.
10+ traceroute command in Linux [Cheat Sheet]
Use traceroute command to trace the route from a switch to a host device and helps in troubleshooting network unreachable issues by identifying the network hops …
rmmod Command Examples in Linux
The rmmod command in Linux is used to remove a module from the linux kernel.
Increase load with stress command in Linux [Cheat Sheet]
Use stress command to increase load on CPU, Memory, Disk and Disk I/O with examples.
9 screen command Examples in Linux [Cheat Sheet]
The syntax for screen command is as follows:
15+ Tips to PROPERLY sort files in Linux [Cheat Sheet]
The simplest way to sort files in Linux is to sort them alphabetically by name. This is done using the ls command with the -l option and piping it to the sort
How to reduce Git repo size with git filter-branch
In this tutorial, we'll learn how to shrink or reduce Git repo size using git filter-branch. We'll cover identifying large files, safely removing them, and …
