Category

Linux Tutorials and Command Line Guides

Learn Linux with step-by-step tutorials, command line examples, and system administration guides for Ubuntu, RHEL, CentOS, and more.

Welcome to the Linux tutorials section, your complete resource for mastering Linux commands and system administration.

This category covers everything from basic commands to advanced system-level operations across multiple distributions such as Ubuntu, RHEL, and CentOS.

Linux is the backbone of modern infrastructure, and understanding it is essential for DevOps, cloud computing, and system administration. You may also explore System Administration and Security for advanced topics.

What you will learn

  • Essential Linux commands and tools
  • File system and process management
  • User and permission management
  • Real-world troubleshooting techniques

Ideal for

  • Beginners learning Linux
  • System administrators
  • DevOps engineers

331 articles

Tips to check Disk Space in Linux [10 Methods]

You can use different commands such as fdisk, parted, du, df, lsscsi, lsblk, dmesg, blockdev to check disk space in Linux. Most of these commands will display …

By admin · 11 min read · linux

9 easy steps to create custom ISO RHEL/CentOS 8

To create custom ISO in RHEL/CentOS 8, create a kickstart file and modify the isolinux.cfg for boot menu. You can also minimze the package list and update …

By admin · 15 min read · linux

6 Tools making Automation Testing easy in Linux

The QA automation testing tools mentioned in this article enable the deployment of tests integrated with the DevOps workflow. They support continuous testing …

By admin · 5 min read · linux

5 easy & useful ways to check Linux kernel version

In this tutorial I will share multiple commands and methods you can use to check the Linux kernel version. The recommended method would be uname which works …

By admin · 5 min read · linux

How to properly remove old kernels RHEL/CentOS 8

You can now use dnf command to remove old kernels from RHEL/CentOS 8 Linux. package-cleanup doesn't work any more. Use oldinstallonly with installonly_limit

By admin · 5 min read · linux

7 tools to detect Memory Leaks with Examples

How to detect, capture and monitor memory leak in various applications such as C, C++ or in Linux process. use valgrind, core dump to capture leak information

By admin · 16 min read · linux