For the last few months, I have done something that many of my geek friends would never have imagined: I have spent 90+% of my computing time using Linux. This is a huge deal for me for many reasons, but one of the biggest is that I have railed against Linux in the past. Furthermore, I do not retract my rants, and predict you will see more in the future. However, over time, my hate-hate relationship with Linux has migrated, first to love-hate, and mow mostly just love. So here’s a brief review.
First, I have spent most of my time on three distros: CentOS 6.4, Mint 15, and Ubuntu (12.04 and 13.04). So all of my observations are based on an admittedly narrow, primarily Debian-based experience. I’ll give a brief overview of my thoughts on each of these individual distros in a moment, but first let me give my general impressions of Linux.
First and foremost, my overall impression of Linux can be summarized as: Almost infinitely configurable and modifiable, but unpolished and buggy. Now I want to add on to that with some general observations in no specific order, and since I think in bullets, that’s how I’ll present my observations.
On the plus side:
- Linux is very easy on RAM. For instance, right now I have 324 processes running (using command ‘ps -eaf | wc -l’), including an Evolution email client with a 30,000+ message mailbox (a little under 2GB in size) open, and I am using only 3.9 GB of RAM.
- The ‘everything as a file’ model is really liberating once you get used to it. For example, you can ‘query’ the status of hardware by using the ‘cat’ command against the correct file path.
- The complete openness of the OS and its components means you can probably find an app or script to do almost anything you want. And if you can’t, you can always code it up yourself (or hack something together from code used elsewhere).
- RAM used for caching is much less obtrusive than in Windows. While both OSes cache things they think you will need to RAM preemptively, Linux does so in a way that, from a user perspective, seems to work better. For example, I can think of many, many cases where I’ve had to use RAMMap to clear out cached RAM in Windows 7 to get the system to allocate RAM correctly to applications, but I have yet to see a case in Linux where this is a problem.
- User definable, open-source full disk encryption solutions are free and built-in (more on this later).
- The package management scheme is, in general, awesome. I like how all I have to do is add the repository and app, and it will automatically install the necessary dependencies, put it in the right places, set all the correct permissions, and autoupdate from then on. This is something Windows could really use, because God knows I’m sick to tears of installing the Goddamn .NET framework for every stupid app.
- It’s pretty much impervious to viruses and malware. This is largely a function of obscurity, as Linux holds (at most) 2% of the desktop market share. Sure, Linux also (largely) makes you ‘sudo’ before doing anything damaging to the system, but this relies on users not being idiots, which is only true for Linux largely because the only people who can be productive on the OS are technical people. In other words, I have to give Linux a nod for being impervious to malware, but since this is largely a function of the OS being ‘end user hostile’, it’s a very reluctant nod.
- Linux is buggy. Anyone who tells you it’s more stable than Windows is either delusional, poorly informed, or a true believer ™. Some of these problems are driver related (just like Windows, actually), but a lot of them aren’t. If you get super upset at every app crash, you should probably stay with the sheeple and use a Mac.
- Linux is unpolished (though Ubuntu has mad a lot of strides here). Lots of things don’t work exactly as expected, and options are often missing from apps and sometimes from the OS itself. This is, actually, part of its charm for those of us who despise Apple largely because of their tendency to overpolish to the point of constriction.
- Gaming on Linux mostly sucks. Steam and (to a much lesser extent) GOG are making strides towards improving this, and tools like Unity3D make it much easier to port games to Linux, but the current state is pretty sad for Linux gaming in general.
- Driver support is getting better, but your first step before buying any hardware for your Linux device should still be to check for driver support. Sadly, Linux is behind Mac on this front. These problems are exacerbated on laptop hardware as well.
- There is a huge lack of commercial apps on Linux. Again, this is improving, but you will likely still need a Windows or Mac box for critical apps. Luckily, you can use Wine or a VirtualBox VM to resolve this in most cases.
- Enterprise network solutions are still very primitive compared to the competition. In my opinion, there is no comparable solution in Linux for AD/GP that just works out of the box, and Linux’s implementations of DNS (BIND) and DHCP are clunky comparatively.
#1 by Victoria Tegg on April 25, 2019 - 4:39 am
I’m really loving the theme/design of your blog.
Do you ever run into any web browser compatibility problems?
A handful of my blog visitors have complained
about my site not working correctly in Explorer but looks
great in Firefox. Do you have any solutions to help fix this problem?
#2 by Alisha Ross on May 1, 2019 - 11:11 pm
I tried Sparky and it worked great but I couldn’t get it to keep monitor settings to where I would only use an external monitor as my primary display. It kept reverting back to original settings and was really frustrating. I wish I could find a linux distro like sparky that had Wine and that “Wine wrapper” app preinstalled.
#3 by Moses Brodin on May 5, 2019 - 9:57 pm
That driver version is actually old for Proton. Valve recommends 396.xx or higher iirc(because of Vulkan fixes). Ubuntu does have 396 in repositories, so it should be really easy to install it