Basics
How to enable postfix service to start at boot on Linux
To start Postfix service at boot on a Linux system using the systemctl command, you can use the following steps.…
How to convert RPM software packages to Debian (.deb)
The world of Linux is diverse, Linux distributions using different package management systems. RPM (Red Hat Package Manager) and Debian's…
Upload and Download files on Linux Shell using FTP command
Linux offers a powerful tool for file transfer on the shell: the FTP command. FTP (File Transfer Protocol) is a…
How to Create A Directory in Bash if it does not exists
You can use the following script to create a directory like /home/user in a Bash script only if it does…
How to Delete the root Crontab on Linux
You need root privileges to empty the root user's crontab on Linux. You can achieve this by either logging in…
Create shortcuts in Linux (symbolic links)
Windows users are used to being able to create shortcuts to have fast access to their files and folders easily.…