Install GoAccess Log Analysis tool on Rocky Linux 9 Rumi, January 18, 2025January 18, 2025 Perform a system update Before installing any packages on the CentOS server instance, it is recommended to update the system. Log in using the sudo user and run the following commands to update the system. sudo yum -y install epel-release sudo yum -y update sudo shutdown -r now Once the… Continue Reading
Enable IPTables on Rocky Linux 8 Rumi, September 2, 2023 Disabling firewalld You can’t really run the old iptables utilities alongside firewalld. They’re just not compatible. The best way to get around this is to disable firewalld entirely (no need to uninstall it unless you want to) , and reinstall the iptables utilities. Disabling firewalld can be done using these… Continue Reading