How To Configure DNS Server On Debian 10 / Debian 9

Domain Name System (in short, DNS) is an internet service that is used to resolve Domain Name to IP Address and vice versa. BIND (Berkeley Internet Name Domain) provides the functionality of the name to ip conversion. This post will help you configure DNS server on Debian 10 / Debian 9. THIS DOCUMENT IS ALSO […]

Linux Basics: 20 Useful Crontab Examples in Linux

Cron (aka Crontab) is a task scheduler in Linux that helps to execute a task on a scheduled time, and it is very similar to Windows Task Schedulers. With crontab, we can schedule repetitive tasks as well as one-time tasks using @ utility. Crontab is mostly used for executing backup scripts for taking the system […]