Browsing category

Linux

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