Crontab in Linux with 20 Useful Examples to Schedule Jobs

Written by Rahul, Updated on April 10, 2019 Linux Commandscrontab, crontab examples, Linux crontab, schedule task in crontab, setup cron in linux, setup task scheduling with crontab, what is crontab The crontab is used for running specific tasks on a regular interval. Linux crontab is similar to windows task schedules. Crontab is very useful for routine tasks like scheduling system scanning, daily backups etc. Crontab executes jobs automatically in the backend on a specified time and interval. In this tutorial, you will learn to uses of crontab with 20 useful examples for scheduling jobs. You can also use crontab for the tasks to run once in future only, … Continue reading Crontab in Linux with 20 Useful Examples to Schedule Jobs

How to Enable/Disable Automatic Login in Ubuntu 18.04 LTS

By vitux.com As a common practice, users are required to provide authentication information to log on to a Linux system. This helps in securing any sensitive or personal files, emails and other data residing on your system from any physical intrusion. However, if your system is placed at an already secure location, free from any privacy threat, you may avoid the hassle of providing your user credentials every time you log in. This article provides you with the following two ways to enable/disable automatic login to your Ubuntu system: Through the command line. Through the graphical interface. Please note that … Continue reading How to Enable/Disable Automatic Login in Ubuntu 18.04 LTS