What is Linux?
Linux was started by Linus Torvalds in 1991 as a personal project. He was looking for a way to run a Unix-based operating system without spending a lot of money. In addition, he wanted to learn the ins-and-outs of the 386 processor. It was released free-of-charge to the public so that anyone could hack on it and make improvements under the GNU General Public License
Today, Linux has grown into a major player in the operating system market. It has been ported to run on a variety of architectures including Compaq’s Alpha, Sun’s SPARC and UltraSPARC, and Motorola’s PowerPC chips (through Apple Macintosh and IBM RS/6000 computers, for example). Linux is now being developed by hundreds (if not thousands) of programmers from all over the world. It runs programs like Sendmail, Apache, and BIND, which is some of the most popular server software on the Internet.
The term “Linux” really only refers to the kernel - the core of the operating system. This part is responsible for controlling your processor, memory, hard drives, and peripherals. That’s all that Linux really does. It controls the operations of your computer and makes sure that all the programs behave. All those programs that make Linux useful are developed by independant groups. The kernel and programs are bundled together by various companies and individuals to make an operating system. We call this a Linux distribution.
Popular Posts
-
When developing applications, it is common to interact with various tools that require a network connection to function correctly. However, ...
-
du stands for disk usage. This simple linux command provides a summary of harddisk or storage space disk usage. It has many parameter argume...
-
Linux is at the forefront of web development. Recently, I've been developing web applications using frameworks, and Linux in general mak...
-
It is good to know that it's possible to play those classicNintendo NES games on any Android device with physical keyboard (Motorola Bac...
-
Want to quickly set the route for your machine from the terminal. Start by opening up a terminal window, and type the following, just make s...
-
MooLux is a Live USB Linux distribution based on Slackware that utilizes the KDE desktop environment. MooLux is a portable operating sys...
-
If one beautiful morning, you like me found yourself having performance problems with reading from your huge XFS partition, you probably wil...
-
If you’re a network administrator and you’re using Linux on your servers, you can stop the rest of the users from using IM applications by b...
-
We all know Firefox is a memory hog. To speed things up greatly, do the following: Open Firefox and in the address bar type about:config. Cl...
-
The find utility on linux allows you to pass in a bunch of interesting arguments, including one to execute another command on each file. We’...