In this tutorial, How to configure a static IP address on Linux. Step by step to make a static IP…
Linux
Get permission of chmod as numerical value on Linux
chmod command is used to change the permissions of files or directories. In this tutorial, I will get permission of…
Configure SSH connection with key authentication
In this tutorial, I will configure the SSH connection with key authentication. How it works (Client) Generate a set of…
systemd service unit notes
In this tutorial, The describe systemd service unit notes. systemd is a system and service manager for Linux. init is…
Directory size displayed by du command does not match
When the directory size displayed by the du command does not match between the parent directory and child directory in…
cal command in Linux with Examples
cal command means Printing an ASCII calendar of the given month or year. cal command is used to see the…
How to Use the Date Command in Linux: Step-by-Step Examples
Introduction Linux offers various command-line tools that simplify system management, one of which is the date command in Linux. This…
reboot command in Linux with Examples
reboot command means Restart your machine gently. How do I reboot my Linux based system or remote Linux Server? Syntax…
shutdown command in Linux with Examples
shutdown command means Halt, power-off or reboots the machine. In this tutorial, How to shutdown command in Linux with Examples.…
Mastering the gunzip command in Linux: A Comprehensive Guide with Examples
Introduction gunzip command in Linux, compressing and decompressing files are essential skills for users. One of the most popular commands…