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
  • 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.

By Deepak Prasad · 8 min read · storage

COMPLETELY Uninstall Docker in Ubuntu

Step by step instructions to uninstall docker in Ubuntu. Cleanup and Delete all docker resources safely and completely

By Deepak Prasad · 5 min read · devops

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

By Omer Cakmak · 9 min read · linux

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

By Rohan Timalsina · 11 min read · cheatsheet

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

By Rohan Timalsina · 6 min read · cheatsheet

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 …

By Rohan Timalsina · 4 min read · cheatsheet

rmmod Command Examples in Linux

The rmmod command in Linux is used to remove a module from the linux kernel.

By Omer Cakmak · 3 min read · cheatsheet

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

By Omer Cakmak · 8 min read · cheatsheet

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 …

By Deepak Prasad · 8 min read · devops