×


Blog


The Cron Job in Digitalocean - How it works ?

This article covers how to install and use cron in the Digitalocean platform. In fact, you can now start scheduling jobs in the server.


How to start Cron Service ?

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


Change the IP Address in Ubuntu - Step by step guide ?

This article covers the basic overview of IP addresses, their types, and the contrast between the IPv4 and IPv6 protocols.


Reinstalling Ubuntu Linux system - How to go about it ?

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.


How to use Ubuntu 20.04 LTS Focal Fossa via GNOME desktop and command-line interface (CLI) ?

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.


Install Explode Bricks on Linux Mint 20.3 - Step by step guide ?

This article covers the process of installing the Explode Bricks game on a Linux Mint 20.3 system.


Install Remmina Desktop Client on Manjaro Linux - Step by step guide ?

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.