Debian GNU/Linux


Debian GNU\Linux
Homepage: http://www.us.debian.org/USSG Mirror: ftp://ftp.ussg.indiana.edu/linux/debian/README.html
Taken from Wikipedia
Debian, organized by the Debian Project, is a widely used distribution of free software developed through the collaboration of volunteers from around the world. Since its inception, the released system, Debian GNU/Linux, has been based on the Linux kernel, with many basic tools of the operating system from the GNU project.
Debian is known for its adherence to the Unix and free software philosophies, and for its abundance of options — the current release includes over fifteen thousand software packages for eleven computer architectures, ranging from the ARM architecture commonly found in embedded systems and the IBM s390 mainframe architecture to the more common x86 and PowerPC architectures found in modern personal computers. Debian GNU/Linux is the basis for several other distributions, including Knoppix, Linspire, and Ubuntu.
Debian is also known for its package management system (especially APT), for its strict policies regarding the quality of its packages and releases, and for its open development and testing process. These practices afford easy upgrades between releases without rebooting and easy automated installation and removal of packages.
Debian is supported by donations through Software in the Public Interest, Inc., a non-profit umbrella organization for free software projects.
Using the local Debian Mirror
To use the local IU mirror you will need to edit your Apt sources file.- First, open a Terminal, or get to a command line.
- Type:
sudo nano /etc/apt/sources.listand hit return. And then, enter your password. - Note: if the last command failed, you will need to log in as root by typing su - and entering the root password. Once you have done this type
nano /etc/apt/sources.list - The first two lines should start with deb and deb-src. The urls that follow those words need to be changed. instead of 'http://http.us.debian.org/debian/' (Your url may be slightly different) change them to 'ftp://ftp.ussg.iu.edu/linux/debian/'. Be sure not to edit anything else on those lines unless you know what you're doing. the next time you check for updates using apt-get, aptitude, or update-manager you should be using the IU mirror!






