Gentoo Linux – kernel_update script, a Quick Helper to Update Your Kernel

make menuconfig

Keeping your kernel up to date on Gentoo can be a bit daunting, especially when you are running the “keyworded” kernel, meaning not the stable version, but the “always latest” version by keyword ~amd64. There’s a new version almost every week and updating it manually can be quite annoying over time. At least it felt… Read more

Gentoo Linux – Get the Correct Compiler and CPU Flags for make.conf

Console with --march and CPU Flags

One of the challenges when installing a new Gentoo Linux is getting the correct compiler and CPU flags for your /etc/portage/make.conf file. Maybe not only while installing the system, but also when optimising things, it is nice to set the correct flags here. I’m not going into a long and drawn-out explanation of why it… Read more