alta 9

firewalld is controlled by /etc/firewalld/zones/public.xml to install google authenticator you also have to edit /etc/ssh/sshd_config.d/50-redhat.conf as it also has “ChallengeResponseAuthentication no” (change to yes) dnf replaces yum remove old kernels (more than 2) dnf remove $(dnf repoquery –installonly –latest-limit=-2 -q) Read more

dirty frag and fragnesia

echo “install esp4 /bin/false” | sudo tee /etc/modprobe.d/fragnesia.conf echo “install esp6 /bin/false” | sudo tee -a /etc/modprobe.d/fragnesia.conf echo “install esp4 /bin/false” | sudo tee /etc/modprobe.d/dirty-frag.conf echo “install esp6 /bin/false” | sudo tee -a /etc/modprobe.d/dirty-frag.conf echo “install rxrpc /bin/false” | sudo Read more

HP M29w linux – ubuntu 24.04

This got me 90 % of the way: https://medium.com/@anzaloquin/how-to-configure-an-hp-scanner-on-ubuntu-overcoming-common-challenges-and-exploring-free-software-bf0a876cda07 the last 10 percent was getting the URI for my printer by running $ scanimage -L hpaio:/usb/HP_LaserJet_MFP_M28-M31?serial=########## and then running $ hp-scan -dhpaio:/usb/HP_LaserJet_MFP_M28-M31?serial=########## which then triggered the HPLIP to install more Read more