Introduction to Linux

Preface

Some of my readers today will be aware of a beautiful operating system that goes by the name of Linux. For those who are not already familiar, here is a brief introduction:

Linux is a free open-source alternative to Windows and Macintosh. Based off of Unix, Linus Torvalds laid the framework for the kernel many years ago and then made the source code open to all. He still works on the kernel today, but he's not alone; millions of programmers around the world work to improve Linux with their free time. They've worked hard to bring Linux to maturity, and as of the past couple years, it has reached a mature stage where the average computer user is more than capable of using it. In other words, you no longer need to know how a computer works or how to program in order for Linux to be useful to you.

So why am I bringing up this topic? Quite frankly, there aren't enough Linux users accessing TechwareLabs, and I believe this needs to change.

Whether it's because you've never heard of Linux, have an interest, or tried it years ago when it was still young and was disappointed, one thing is certain: you're missing out. I'll be elaborating further into Linux in future articles, but for now, here is a nice introduction.

What do you mean by open-source?

The source code is freely available on the internet per the GPL license. You are more than welcome to view the code, edit it, and republish a new product (assuming you know a thing or two about programming). The only catch is that you have to release your product under the very same GPL license.

More Here