Sometimes you may need to view file size in kb and Mb. Here is how to find file size in kb & Mb using ls command.
How to Get User Input in Shell Script
Often you will need to read user input in shell script. Here is how to get user input in shell script using read command.
Shell script to get CPU and memory utilization
Sometimes you may need to get system information. Here is a shell script to help you get CPU and memory utilization.
How to Check SSD Health in Linux
As system administrator, you may be required to constantly track SSD health. Here is how to check SSD health in Linux
How to Set Default Gateway in Linux
Default gateway is the IP address of your router. Here is how to set default gateway in Linux using route command.
How to Touch All Files in Directory
Sometimes you may need to change timestamp of too many files. Here is how to you can touch all files in directory at one go.
How to Exit For Loop in Shell Script
Sometimes you may need to exit for loop or while loop in shell script. Here is how to come out of for loop in shell script.
How to Set Default Python Version in Ubuntu
How to Install MediaWiki with NGINX in Ubuntu
MediaWiki is a popular open source software used for creating wiki’s for your website or company. Here is how to install MediaWiki with NGINX in Ubuntu
How to Send Email With Attachment in Linux
Sometimes you may need to send email with attachment in Linux. Here is how to email others from Linux command line.