Browsing tag

debian 9

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 […]

How To Change Default runlevel in Debian 10 / Debian 9

In Debian 10 / Debian 9, systemd uses targets instead of run-levels. The /etc/inittab file is no longer used by systemd to change run levels. This post will help you to set up the default runlevel in Debian 10 / Debian 9. Change Default runlevel The Default runlevel can be set either by using the […]

Install phpMyAdmin on Debian 9 / Ubuntu 16.04

phpMyAdmin is a free web-based administration tool for handling administrative tasks on MySQL and MariaDB servers. With phpMyadmin, you can perform databases activities like managing databases, tables, columns, indexes, relations, users, permissions, etc This post will help you to install phpMyAdmin on Debian 9 / Ubuntu 16.04. Install MySQL (MariaDB) Server Before installing phpMyAdmin take […]

How To Install MariaDB on Debian 9

MariaDB is a fork of the most popular MySQL database management system. It is developed by MariaDB Corporation Ab, led by original developers of MySQL. MariaDB is fully compatible with MySQL database management system and is now considered as a full drop-in replacement. Install MariaDB on Debian 9 You can obtain MariaDB packages for Debian […]