Search For:
- Home
- Search For:
This article covers how to install and use cron in the Digitalocean platform. In fact, you can now start scheduling jobs in the server.
Almost all Linux distributions comes with pre installed cron by default. In case if its not installed on your machine, you can install it using following command:
# apt-get install cron
Now check the status of cron service, it should be running in the background by default, you can start it with start command if its in stopped state:
# service cron start
# service cron status
Once your cron service is fine you can proceed forward and start using it. For more help about its usage you can check its man pages by executing below command:
# man crontab
This article covers the basic overview of IP addresses, their types, and the contrast between the IPv4 and IPv6 protocols.
This article covers the reinstallation process of ubuntu Linux system. In fact, if you have messed up your Ubuntu system and after trying numerous ways to fix it, you finally give up and take the easy way out: you reinstall Ubuntu.
This article covers how beginners can better understand the desktop environment and some basic commands of ubuntu. To know more about Ubuntu, you can visit the official website of ubuntu.
This article covers the process of installing the Explode Bricks game on a Linux Mint 20.3 system.
This article covers the installation process of Remmina Desktop Client on Manjaro Linux. In fact, Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks.