Cron is a classic utility found on Linux and UNIX systems for running tasks at pre-determined times or intervals. These tasks are referred to as Cron tasks or Cron jobs. In this video, I will show you how to schedule tasks to run in the future. We will use Ubuntu in this example.
Related Posts
Most Car Yards Are Busy – But Financially Blind
A car yard can sell ten vehicles in a month and still be losing money. Not because the cars didn’t sell.But because the business doesn’t know the true landed cost per vehicle. And that’s the difference between activity and profitability. The Silent Leak in Car Yards Sales feel like success.But profit lives elsewhere. It lives […]
How to Transfer Files from a Remote Ubuntu Server to Local Using SCP (Password Authentication)
Introduction Transferring files between a remote server and your local machine is a common task for developers, system administrators, and database managers. One of the most secure and efficient ways to do this is by using scp (Secure Copy Protocol), which leverages SSH (Secure Shell) to transfer files securely. This guide will walk you through […]
How To Install MariaDB 10.5 on Ubuntu 20.X
How can I install MariaDB 10.5 on Ubuntu 20.04 (Focal Fossa) server?. MariaDB is a popular drop-in replacement of MySQL database server with more features, new storage engines, and better performance. You can check a complete list of MariaDB 10.5 features from the official website. The MariaDB database server is published as free and open source software […]