Archive
All posts
RedHat
Installing PostgreSQL on RHEL
Step-by-Step Guide Enable PostgreSQL to start on boot: If PostgreSQL is running, you should see an active (running) status.
RedHat
Installing MariaDB on RHEL
Step-by-Step Guide Add the following content to the file: Enable MariaDB to start on boot: This script will prompt you to set a root…
RedHat
Installing Nginx on RHEL
Step-by-Step Guide Enable Nginx to start on boot: If Nginx is running, you should see an active (running) status. After making changes, restart Nginx…
Debian
Installing Zabbix on Debian
Step-by-Step Guide Secure the MariaDB installation: Create the Zabbix database and user: In the MariaDB shell, run the following commands: Set the DBPassword parameter…
Debian
Installing Prometheus on Debian
Step-by-Step Guide (Replace the URL with the latest version if necessary.) Add the following content: Save and close the file. Start the Prometheus service:…