Posted in Tutorials by tux |
The procedure below was tested successfully on CentOS. The same thing was also implemented on my BSD box and works as well.
Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator. It runs on Unix and Windows and is licensed under the GNU GPL.
Posted in Introduction by tux |
Taken from computerhope.com
Unix, Linux, and variant history
Posted in Introduction by tux |
Linux.org presented one of the most detailed important events in the history of the Linux operating system development
1983
September Richard M. Stallman announces the GNU Project, an attempt at creating a completely free operating system.
1984
January Work begins on the GNU operating system
1985
October Free Software Foundation established as a non-profit organization to promote the development of Free Software. Sponsors the GNU Project.
1987
January Computer science professor Andrew Tannenbaum publishes the textbook Operating Systems: Design and Implementation which includes a copy of a teaching version of Unix called Minix.
December Larry Wall releases version 1.0 of Perl
Posted in News and Updates by admin |
One of my favorite linux distribution, Slackware, had released their version 13.0.
One of the significant change is the release of the official 64-bit. Their is also a completely reworked on the collection of X packages, major upgrades to the desktop environments for KDE and Xfce.
Full Official announcement in:
http://www.slackware.com/announce/13.0.php
Permanent link to this post (52 words, estimated 12 secs reading time)
Posted in Introduction by tux |
Before we start with Linux tutorials, it’s better to understand its history to understand the philosophy behind and fully appreciate the best operating system in the planet.
Taken from Wikipedia:
In 1991, in Helsinki, Linus Torvalds began a project that later became the Linux kernel. It was initially a terminal emulator, which Torvalds used to access the large UNIX servers of the university. He wrote the program specifically for the hardware he was using and independent of an operating system because he wanted to use the functions of his new PC with an 80386 processor. Development was done on Minix using the GNU C compiler. This application is still the main choice for compiling Linux today (although the code can be built with other compilers, such as the Intel C Compiler).