Search the Community
Showing results for tags 'GNU/Linux'.
Found 2 results
-
This follows so closely on the heels of mastercomputers' tutorial about setting up a web server on a Red Hat-based GNU/Linux system because he used the term "Linux" to refer to the operating system as a whole, which raises my ire. I'm shaking my figurative fist at you, mastercomputers! My version of the tutorial will show how to set up a web server on a Debian-based GNU/Linux system. In the place of what is traditionally MySQL, I encourage people to start using MariaDB, because of a worry that Oracle is about to kill MySQL very soon. MariaDB is a fork of MySQL created by the original creator of MySQL. Many of Oracle's MySQL developers have already left to join the MariaDB folks (much like the Oracle OpenOffice.org developers left to work on LibreOffice). Anyway, here's my tutorial. Install Apache2 sudo apt-get install apache2 Install MariaDBUse the MariaDB repository setup page to determine the correct repository to add to your system. In this example, I'm setting up MariaDB on Debian Wheezy. Set up the repository sudo apt-get install python-software-propertiessudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943dbsudo add-apt-repository 'deb http://ftp.osuosl.org/pub/mariadb/repo/5.5/debian wheezy main' Update your apt sources and install MariaDB sudo apt-get updatesudo apt-get install mariadb-server Install PHP and the PHP module for Apache2 sudo apt-get install php5 libapache2-mod-php5
- 5 replies
-
- GNU/Linux
- GNU (Operating System)
-
(and 3 more)
Tagged with:
-
It's very popular to refer to the GNU operating system by the name of the kernel Linux, but to paraphrase Penn Jillette, popular doesn't mean right! Calling the GNU operating system "Linux" is wrong. Here's why.The project to create the GNU operating system began in 1984, and there's significance to the name GNU. There used to be a tradition of naming new programs after the programs that it was based on (if it was based on another existing program). For example, there was a text editor based on emacs that was called EINE, which stood for "EINE Is Not Emacs." Then someone made another version of emacs based on EINE, which that person called ZWEI. ZWEI stood for "ZWEI Was Eine Initially." Following this tradition, the operating system most people call "Linux" was dubbed GNU, which stood for "GNU is Not Unix."The clever programmers (a.k.a. hackers) who worked on GNU were bright students at the Artifical Intelligence Lab at MIT. After these hackers hacked on GNU for about 8 years, the operating system was nearly complete. The only missing piece was the kernel -- the part of the operating system that handles memory management, process management, and devices. They were working on a kernel they called Hurd, based on theoretical work from Carnegie Mellon, but progress was very slow. Then, in 1991, along came Linus Torvalds.Torvalds plugged in the kernel he was working on in college and made GNU into a fully functional operating system. When he shared this work over the Internet. This kernel was named "Linux" after Linus Torvalds. When Torvalds shared his GNU+Linux combo over the Internet, people got so excited, that they mistakenly began referring to the operating system by the name of the new kernel, Linux. And that's when all the confusion began.Now, when people say "Linux," you sometimes can't tell if they're talking about the kernel or the whole operating system. That's why a resonable compromise is to call the operating system GNU/Linux.Now that that's cleared up, we need to corect the misuse of the term "hacker." That will come in another post.
- 6 replies
-
- linux kernel
- GNU/Linux
-
(and 1 more)
Tagged with: