How To Get Certificates From Let’s Encrypt with Certbot and DNS challenge December 25, 2022 admin 0 CentOS, Linux, Operating Systems, Tech, Tutorials, Let’s Encrypt is a service offering free SSL certificates through an automated API. The most...
Linux CentOS can not get updates from REPO September 1, 2022 admin 0 CentOS, Linux, Tutorials, Somtime the linux machine can not get updates and you get this error: "Failed to...
How to enable GUI Access on Fortigate / VM Firewall Through CLI console March 27, 2022 admin 0 Linux, Operating Systems, Tech, Tutorials, Uncategorized, When installing Fortigate-VM you will need to start the settings from CLI in order to...
How to Install Zabbix Agent on CentOS/RHEL 8 October 21, 2021 admin 0 CentOS, Linux, Tech, Tutorials, Zabbix Agent can provide great linux system monitor system once installed, here is the steps...
How To preform MySql database backup on CentOS with MariaDB May 7, 2021 admin 0 CentOS, Linux, Operating Systems, Tech, Tutorials, Uncategorized, We are going to use mysqldump to create a backup dump of the database, to...
CentOS Disk Space Finished Due to MYSQL Database table growth May 5, 2021 admin 0 Linux, Operating Systems, Tech, Tutorials, Some time and it can be due to an error in the database or the...
Webmin Secure Connection Failed April 5, 2021 admin 0 CentOS, Linux, Operating Systems, Tech, Tutorials, After upgrade Webmin or general updates for the Linux system you can not connect to...
How to truncate mysql database table December 30, 2020 admin 0 CentOS, Linux, Operating Systems, Tutorials, Sometime swollen table in a databasecan cause disk space problem and if the data...
How To install VSFTPD (Very Secure Ftp Daemon) on CentOS 8 July 14, 2020 admin 0 CentOS, Linux, Tutorials, Lets start with the installation : sudo dnf install vsftpd Then enable it : sudo...
How To Install Apache on CentOS 8 July 14, 2020 admin 0 CentOS, Linux, Tutorials, Installing Apache The first this is to install CentOS , Logon as root ,...