EPEL on Rocky Linux
Installing EPEL sudo dnf -y install epel-release Dont use the epel-next repository. epel-next is meant for Stream, and packages from it may not function correctly.
Continue reading →Installing EPEL sudo dnf -y install epel-release Dont use the epel-next repository. epel-next is meant for Stream, and packages from it may not function correctly.
Continue reading →I am getting 10’s to 100’s of the following lines in my logwatch email session-####.scope: Succeeded.: # Time(s) This apparently is being caused by the current version of cron and logwatch To suppress these messages in the logwatch email, edit … Continue reading →
The following applies to version 7 and higher To have your system start up in text mode systemctl set-default multi-user.target To have your system start up as a graphical target systemctl set-default graphical.target Start in Single User systemctl set-default rescue.target … Continue reading →
I had a test machine I was setting up and I did not want it to be able to send out emails (tcp 25) Edit the file /etc/firewalld/firewalld.conf. Find the line FirewallBackend=nftables change it to read FirewallBackend=iptables execute systemctl restart … Continue reading →
I have found lynx to be a useful tool for quickly testing if a web site is up and running without having to start a web browser. I can ssh to a remote machine and then test the web site … Continue reading →
see: https://www.tecmint.com/install-php-7-on-rocky-linux/
Continue reading →