I have seen dozens of systems migrated from Gentoo to CentOS by live swapping the userspace and eventually rebooting into the new kernel. A hair raising experience to be sure.
I have seen dozens of systems migrated from Gentoo to CentOS by live swapping the userspace and eventually rebooting into the new kernel. A hair raising experience to be sure.
DNS management. Think something like InfoBlox where I can have GUI driven control from simple adding a new zone record all the way up to full anycast configuration.
I love the terminal and CLIs to death but zone files suck and setting up bind or unbound/nsd is more painful than it should be.
Woah screen is seeing active development again? There was like a decade where it stagnated. So much so that different distros were packaging different custom feature patches (IIRC only Ubuntu had a vertical split patch by default?) Looking at it now, the new screen maintainers had to skip a version to not conflict with forks that had become popular.
When tmux stabilized I jumped ship immediately and never looked back.
Great call! pv
is deceptively powerful. Being able to see progress and rate limit a pipe is incredibly useful.
For terminal/editor I went through CodingFont and ended up on Noto Sans Mono. Before that I used Source Code Pro for years. Both patched for nerd fonts, obviously.
Maybe something like Logdy? It does have specific documentation around journalctl
Not worth it imo. You’ll end up installing everything you use regularly from 3rd party repos (or building yourself) to get up to date features. Just use Fedora.
Thank you for detailing this. I’m no fan of OSX or Apple the company but the quality of their laptop hardware is undeniable. They’re really good at it.
This looks like grub2-mkconfig
was run with the output mistakenly set to /etc/default/grub
. Someone ran
grub2-mkconfig -o /etc/default/grub
Instead of
grub2-mkconfig -o /boot/grub2/grub.cfg
It’s a Beefy Miracle!