I'm curious about whether setting up Arch Linux would improve my ability to configure new Linux servers at work. We just set up a new server that's been giving us some issues, and while I wanna contribute, it's not a top priority for me since it sounds kinda boring. If I dive into customizing Arch Linux, will it help me learn skills that apply to server management, or are they too different?
2 Answers
As a professional Linux sysadmin, I’d say Arch isn’t really the best path for learning about corporate server administration. Most companies use Debian or RedHat-based distros. While Arch has its cool aspects, the way package management works differs significantly. You'll benefit more from mastering tools like dpkg, apt, dnf, and RPM, which are more common in enterprise environments.
If you want to understanding your server setup better, it might be smart to check which Linux distribution your workplace is using. You can replicate it in a Virtual Machine, which would let you troubleshoot more effectively. Talking to the team about their setup can also provide you with invaluable insights!
That’s a fair point! It sounds like Arch has more of an emphasis on desktop customizations, while corporate servers often work without a GUI.