How to repair grub

Boot from a Live CD : Install the GRUB2 boot loader: sudo mount /dev/sda5 /mnt sudo grub-install –root-directory=/mnt /dev/sda That’s /dev/sda — the hard disk itself, not the Ubuntu partition…

How to use Cron to Automate Tasks

Cron is a time-based job scheduling daemon found in Unix-like operating systems, including Linux distributions. Cron runs in the background and operations scheduled with cron, referred to as “cron jobs,”…