Browsing tag

centos 6

How To Install MariaDB on CentOS 6 / RHEL 6

MariaDB is the most popular open-source database management system. It is used by small to large enterprises for storing data. MariaDB is a fork of famous database server MySQL, developed by MariaDB Corporation Ab, led by the original developers of MySQL. It is fully compatible with MySQL database for ensuring a drop-in replacement capability and […]

How to Monitor Remote Linux Servers with Cacti

In our last article, we set up Cacti for monitoring servers and network devices to draw the graph metrics such as CPU load and network bandwidth utilization. This guide focus on how to monitor remote Linux servers with Cacti monitoring tool. Prerequisites Follow one of the links to setup Cacti monitoring tool based on your […]

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