Linux desktop operating system: A beginner’s guide

Jonathan MathewsPublic

whatlinuxhero.jpg

Linux. What is it? At one point in time it was a niche operating system run by those who wanted to show off their PC prowess and feel more alternative and l33t than the rest. But something happened on the way to the convention — Linux became accepted. Not only did this platform become accepted, it was adopted as a must-have technology by enterprise-level businesses, where reliability, flexibility, and security are key.

But for the masses, those that have really only ever known either Windows or Mac, the question still remains. What is Linux?

I want to answer that question for you. The answer will not be exhaustive (for that you’ll need a book) and will target those that have had zero exposure to the operating system. I’m not going to pull it back so far as to answer the question, “What is an operating system?” I’m fairly confident the masses have that one down; so we’ll focus on only this one particular operating system.

Linux.

And with that said, let me dive into the answer.

It’s really a kernel

If you ask the question, “What is Linux?” to a purist, they’ll tell answer, “It’s a modular kernel, created by Linus Torvalds.” That’s not an answer that helps us much, as the average user would then need to understand what a kernel is and why it’s relevant to the issue at hand. Instead, I want to go by the broader definition of Linux, and say it’s an operating system powered by the Linux kernel.

But what makes it so special?

To understand why Linux is so special, you have to first understand what open source is. Open source is software for which the original source code is made freely available to the public. With this source code you can modify and redistribute the software in any way you see fit (so long as you retain attribution to the original creator). In the modern vernacular, open source applies to much more than software. Nearly anything can be “open sourced” these days. The important factor in this is that the original designs, plans, schematics, etc. must be made available for the public to use.

I can already hear your next question: But if anyone can view the source code, how do companies sell their software? You’ll be surprised to hear that most open source software is given away for free. That’s right, adopting open source software can mean you’re entire software library can be had free of charge. And most of the open source software you can find is very high quality. Outside of the operating system, you’ll find free software such as:

  • LibreOffice – a full-blown office suite
  • The GIMP – an image editing tool similar to Photoshop
  • Evolution – a groupware tool similar to Microsoft Outlook
  • Audacity – a powerful audio recording software
  • OpenShot – a user-friendly video editing tool
  • Firefox – a widely-used web browser

That list goes on and on. Couple that with plenty of music and video players, even more browsers and email clients, just about every productivity tool you can think of, and you have the making for a computing platform that does everything your current operating system will do.

But why bother? If it will only do what my current operating system will do, what would make me want to use Linux? Therein lies the crux of the issue. There are three ideals that Linux offers that are unmatched by any other platform:

  • Reliability
  • Flexibility
  • Security

Let’s talk about these ideals now.

Reliability

One of Linux’s biggest selling points to enterprise businesses is its reliability. You can deploy a Linux server into a data center and know that it can be counted on, 24/7/365. That reliability translates from enterprise servers to the desktop. Unlike other desktop platforms, Linux won’t automatically start an upgrade process that will span hours of time (preventing you from working all the while); nor will it bog down after months (or years) of usage. Of the 20 years I have used Linux as my only operating system, I can count on one hand the times where the platform has caused me issues that required either A) serious troubleshooting or B) an operating system reinstall. It’s that reliable.

Flexibility

For me, one of the most appealing aspects of Linux has always been its flexibility. If I don’t like the way something looks or behaves, I can change it; not by re-coding the software, but by finding a different piece of software that does the same thing in a way that’s agreeable to my needs. Say, for instance, I don’t like the way the Ubuntu Linux desktop looks or behaves. I can install a completely different desktop (or use a different distribution altogether – more on that in a bit). Or say I don’t like the way a piece of software functions. Most often the developers of software make it easy (by way of a configuration file) for users to change the behavior of their applications to a far greater degree than most proprietary software.

Security

Although no computer platform is 100% secure from malicious code and intent, Linux outshines all of its competition. When you’re running a Linux desktop, you might be surprised to see there is no antivirus or anti-malware software running. Why? There is no need. Thanks to the fundamental security of the platform, it is not nearly as vulnerable as is the Windows platform. In all the years I have been using Linux, I have only experienced one such issue — a rootkit on a server. Once. That is not luck, that is Linux.

Full Article