Posts

Showing posts from May, 2026

Linux Kernel upgrading how to expert mode

 Upgrading your Linux kernel to a the highest version can help boost performance in some use cases however if a novice does it they can lose internet connectivity or get a black screen for doing it wrong this guide is aimed at intermediate to advanced who are power users who won't break their systems like a novice user. Anyway  onward. I will now show you a list of commands and I want you to understand the risks on doing it wrong will do. However if you do it correctly you will enjoy benefits like better driver support, better performance and security from upgrading to the highest kernel you can upgrade to. Shall I begin now I gave you this disclaimer warning.  The following will be how to install manually the kernel dependencies with dpkg  you will have to install 4 .deb packages the2 headers packages the linux-image package and the linux-modules package with "sudo dpkg -i thepackage.deb" you can also use --force-all to force install them like this "sudo dpkg -i --f...

Copyfail Linux Fixes for CVE-2026-31431 vulnerability

 I will show you a list of useful security patching commands for Linux to prevent Copyfail local super user root vulnerability  to make your Linux computer more secure. There is the grep command fix "lsof | grep AF_ALG" Check your kernel version "uname -r"  If you are running a LTS release you are most vulnerable if you are running Ubuntu, Fedora, Arch based distro or Linux Mint your still vulnerable and you should apply the fix grep command I mentioned at the top which is highly effective at mitigating the vulnerability.  I would also however recommend upgrading your kernel to the patched kernel that has been released on the www.kernel.org website if your tech savy do not try and upgrade the kernel if you don't know what you are doing or you will get a black screen if it the kernel upgrade goes wrong. But the grep command if more safer than upgrading the kernel for inexperienced users of Linuxhow do I know all this I have used Linux full time from 2003 to prese...