Tags: linux

A list about the tag "linux"

Find a collection of tags used on xTom. Explore various topics and discover related content.

What Is CloudLinux and How Do You Install It?

9/6/2025

What Is CloudLinux and How Do You Install It?

Learn what CloudLinux OS is and why it's a popular choice for shared hosting environments. We'll cover its key features like LVE and CageFS and walk you through the installation process.

How to Check Your CPU Information in Linux

9/3/2025

How to Check Your CPU Information in Linux

Learn the essential command-line tools for checking your CPU details in Linux. We'll cover everything from simple commands like `lscpu` to more detailed files like `/proc/cpuinfo`.

How to List Installed Packages in Linux

9/2/2025

How to List Installed Packages in Linux

Managing software is a fundamental aspect of using Linux. This guide walks you through various command-line tools to list all the packages currently installed on your system.

What Is htop and How Does It Work?

8/7/2025

What Is htop and How Does It Work?

htop is an interactive tool that helps you monitor your Linux server’s performance in real-time. Here's how to use it.

How Is htop Different from top?

8/6/2025

How Is htop Different from top?

top and htop are two of the most common ways to monitor Linux system resources, but what's really the difference?

What Is NetHogs and How Do You Monitor Network Traffic with It?

8/5/2025

What Is NetHogs and How Do You Monitor Network Traffic with It?

NetHogs is a Linux command-line tool that shows network bandwidth usage per process in real-time. Learn how to install and use this powerful monitoring utility to track which applications consume your server's network resources.

What Are Symlinks in Linux and How Do You Create and Remove Them?

8/4/2025

What Are Symlinks in Linux and How Do You Create and Remove Them?

Symbolic links (symlinks) are file system shortcuts in Linux that point to other files or directories. In this article, you'll learn how to create, manage, and remove symlinks.