How to Configure Crontab in Linux?
As a sysadmin, Crontab is an important tool for running scripts that you want to run at a certain time. Problem How to configure… Read More »How to Configure Crontab in Linux?
As a sysadmin, Crontab is an important tool for running scripts that you want to run at a certain time. Problem How to configure… Read More »How to Configure Crontab in Linux?
The previous article explained how to install a PostgreSQL database on Linux. This article will explain the basics of commands in a PostgreSQL database. … Read More »How to Manage a Database and its Table(s) in PostgreSQL?
I want to install the PostgreSQL database on Linux. Problem How to install a PostgreSQL database on Linux? Solution As of this writing… Read More »How to Install a PostgreSQL Database on Linux?
I want to create a monitoring to check if a site is in an error state or not using a script, and the results of… Read More »How to Display the Results of a Script in Zabbix?
The previous article explained how to install the Zabbix application on Ubuntu. This article will explain how to add a Linux host to be monitored… Read More »How to Add a Linux Host to be Monitored by Zabbix?
Zabbix is an open-source software tool to monitor IT infrastructure such as networks, servers, virtual machines, and cloud services. Problem How to install Zabbix… Read More »How to Install Zabbix On Ubuntu?
I want to prevent a specific file or folder from being deleted, even with the root user. Problem How to stop Linux from erasing… Read More »How to Stop Linux From Erasing the File(s) or Folder(s)?