How to Create a Docker Image?
Previously, you often used a Docker image that you downloaded from Docker Hub. But now, you want to create a Docker image for your own… Read More »How to Create a Docker Image?
Previously, you often used a Docker image that you downloaded from Docker Hub. But now, you want to create a Docker image for your own… Read More »How to Create a Docker Image?
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?
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)?
I want to access the user on the Ubuntu server that has the privilege of root using the sudo command, but I forgot my user… Read More »How to Reset the Password in Ubuntu?