In this article we will share a trick to find out, which Linux running processes are consuming lots of Memory (RAM) and CPU utilization in descendant form.| Find Top Running Processes by Highest Memory and CPU Usage in Linux
This article will explain how do you transfer files between two Linux computers using nc (networking utility) and pv (pipe viewer) commands to monitor progress.| How to Transfer Files Between Two Computers using nc and pv Commands
In this article, we will show you how to set system hostname or domain name permanently in Linux using hostname and hostnamectl command.| How to Set or Change System Hostname in Linux
The 'df' command stands for "disk filesystem", it is used to get a full summary of available and used disk space usage of the file system on the Linux system.| 12 Linux ‘df’ Commands to Check Disk Space Usage
The rename command is used to rename multiple files, convert filenames to lowercase and uppercase, and perform file renaming using Perl expressions.| Rename – A Command Line Tool For Renaming Multiple Files in Linux
Linux ls command is one of the most basic yet most widely used command. Here is the compiled list of 7 tricky ls commands every Linux user need to know.| 7 Quirky ‘ls’ Command Tricks Every Linux User Should Know
This article explains 10 useful "du" (disk usage) commands that help you to find out the disk usage of files and directories in Linux.| 10 Useful du (Disk Usage) Commands to Find Disk Usage of Files and Directories
Here, we will unveil the real strength of Linux by examining a set of commands which can help in finding and sorting or even a list of files by Date and Time.| How to Find and Sort Files Based on Modification Date and Time in Linux
The Linux Find Command is one of the most important and frequently used command command-line utilities to search and locate the list of files and directories.| 35 Practical Examples of Linux Find Command
Grep is the most powerful file pattern searcher that comes with every Linux distribution. In this article, I will cover some useful grep command examples.| 12 Practical Examples of Linux Grep Command
In this article, we will explain to you how to restrict SSH user access to a specific directory using chrooted jail in Linux systems.| How to Restrict SSH User Access to Certain Directory Using Chrooted Jail
Nmap, short for Network Mapper, is an open-source and highly versatile tool used by Linux system and network administrators.| 24 Nmap Commands Every Linux Admin Should Use for Network Security
echo is one of the most commonly and widely used built-in commands for Linux bash and C shells, that are typically used in a scripting language and batch files.| 15 Practical Examples of ‘echo’ command in Linux
The ip command is a networking command-line utility that is used to assign an IP address to a network interface or configure useful network variables in Linux.| How to Use IP Command in Linux [24 Useful Examples]
Vi was the first full-screen text editor that was intended to be small, but challenging for people who use GUI text editors, such as NotePad++, or gedit.| LFCS #2: How to Install and Use Vi/Vim as a Full Text Editor in Linux
This is our ongoing series of Linux Commands and Performance Monitoring, in this article, you will learn about Vmstat and Iostat commands to monitor Linux.| Linux Performance Monitoring with Vmstat and Iostat Commands
In this article, we are trying to explore the top command which is one of the most frequently used commands in our daily Linux system administrative jobs.| 16 Top Command Examples in Linux [Monitor Linux Processes]
In this article, we will look at how to find a process name by its process identification number (PID) with the help of commands such as ps, top, and pidof.| How to Find a Process Name Using PID Number in Linux
This article aims at providing you a deep insight of Linux command 'pwd' (Print Working Directory) with practical examples.| 15 ‘pwd’ (Print Working Directory) Command Examples in Linux
This brief tutorial describes how to find the largest files, directories, and subdirectories disk usage in the Linux file system using the du and find command.| How to Find Most Used Disk Space Directories and Files in Linux
In this article, we will cover some useful practical examples of Linux touch commands. whichis used to create, change and modify the timestamps of a file.| 8 Practical Examples of Linux “Touch” Command
netstat (network statistics) is a command-line tool for monitoring network connections both incoming and outgoing as well as viewing routing tables, interface statistics, etc.| 20 Netstat Commands for Linux Network Management
In this article, we will show you how to set up an SSH passwordless login using ssh keys to connect remote Linux servers without entering passwords.| How to Setup SSH Passwordless Login in Linux [3 Easy Steps]
The one I will discuss in this article is SSH, a secure remote protocol which is used to work remotely on other machines or transfer data between computers.| How to Install OpenSSH Server In Linux
SCP stands for secure copy command and is used to copy files/folders between servers in a secure way. This article shows 10 scp commands with practice examples.| 10 SCP Commands to Transfer Files/Folders in Linux
In this post, we are going to review the wget utility which retrieves files from World Wide Web (WWW) using widely used protocols like HTTP, HTTPS, and FTP.| How to Use Wget Command in Linux with Examples