DEV Community

Discussion on: Is using Linux really productive?

Collapse
 
kahless2001 profile image
Kahless2001 • Edited

Yes. I can't live at work without at least one Linux box with a tmux session running. However, Linux isn't the right tool for every job. Some things are easier on other systems, but it's usually worth the effort to learn the linux way.

Most of your weird issues can be avoided by carefully selecting hardware with good open source drivers. There are several vendor that treat linux as a first class citizen and make sure their supported distros work properly on their hardware.

I also run LTS releases... Usually CentOS, but sometimes Ubuntu LTS or Debian on stuff I just don't have the time or desire to be tinkering with. If I need cutting edge for something, I run Fedora because it's easy to do major release upgrades, and because it's upstream to RHEL.

I am far more productive than I would be without my time investment in Linux. I'm also a Senior Sysadmin instead of slapping out pizzas for a living because of it. Stick with it. The more you learn command line tools and shell programming, the more value the system will have for you.