How to Setup Crontab on Linux.

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 back-end at a specified time and interval. Crontab To Add/Edit Crontab. crontab -e To edit …

How to Install & Configure WordPress on Ubuntu 20.04 LTS.

WordPress is a free and open-source content management system written in PHP and Mysql database.Using wordpress we can create own website or blog. WordPress is the most popular blogging system on the web and allows updating, customizing and managing the website from its back-end CMS and components. Install the required services for wordpress like apache2,Mysql …

How to Install and configure Apache2 web Service on Ubuntu 20.04 LTS.

Apache2 web Server is a open-source software that means we can easily used and modified freely.We can easily install & configure web servers like Apache2 or Nginx. The basic objective of the web server is to store, process and deliver web pages to the users. This intercommunication is done using Hypertext Transfer Protocol (HTTP).We can …

How to Install & Configure Nginx web service on Ubuntu 20.04 LTS.

Web Server is a open-source software that means we can easily used and modified freely.We can easily install & configure web servers like Nginx. The basic objective of the web server is to store, process and deliver web pages to the users. This intercommunication is done using Hypertext Transfer Protocol (HTTP).We can easily create an …

How to Install & Configure Uncomplicated Firewall(UFW) on ubuntu 20.04 LTS.

UFW, or Uncomplicated Firewall, is a front-end to iptables. It provides to make managing  firewall drop-dead simple and to provide an easy-to-use interface.Using UFW,we can enable or disable many ports.It uses a command-line interface consisting of a small number of simple commands, and uses iptables for configuration. UFW is available by default in all Ubuntu …