Sometimes you may need to check disk space and send email alerts in Linux. Here is how to check disk space and send email alerts in Linux.
Shell Script to Send Email Alert when Memory Gets Low
Sometimes you may need to receive an email alert when your server’s memory is low. Here is a shell script to send email alert when memory gets low.
Linux Split File into Multiple Files
Sometimes you may need to separate sections for split file by size, split file by pattern, split file every n lines, split txt file into multiple files. Here is how to split file into multiple files in Linux.
How to Schedule Reboot in Linux
Sometimes you may need to schedule one-time reboot, reboot every night, reboot daily, reboot weekly in Linux. Here is how to schedule reboot in Linux.
How to Redirect Nohup Output to File
Sometimes you may need to redirect nohup output to file. Here is how to redirect nohup output to file in Linux.
How to Install Dependencies with Apt
Apt package manager allows you to download, install and remove packages in Debian/Ubuntu Linux. Here is how to install dependencies with Apt.
How to Install Dpkg dependencies automatically
Debian Package(dpkg) allows you to easily download & install debian packages in Linux. Here is how to install dpkg dependencies in Linux.
How to Disable Unnecessary Services in Linux
Unnecessary services consume CPU and memory in Linux. Here is how to find and disable unnecessary services in Linux.
How to Use Journalctl Command in Linux
Journalctl allows you to query systemd logging facility journald. Here is how to use journalctl command in Linux.
How to Grep Log File Within Specific Time Period in Linux
Sometimes you may need to grep log file within specific time period in Linux or extract logs with timestamp. Here are the steps to do so.