From 152d608f61fd22a1414c3a90ba061b790200350a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 26 Sep 2010 12:38:38 +0200 Subject: Adding debian version 3.0~a1-1. --- includes/squeeze/install/README.html | 254 +++ includes/squeeze/install/README.mirrors.html | 2517 +++++++++++++++++++++ includes/squeeze/install/README.mirrors.txt | 644 ++++++ includes/squeeze/install/README.txt | 144 ++ includes/squeeze/install/autorun.inf | 2 + includes/squeeze/install/css/debinstall-print.css | 69 + includes/squeeze/install/css/debinstall.css | 294 +++ includes/squeeze/install/pics/blue-lowerleft.png | Bin 0 -> 294 bytes includes/squeeze/install/pics/blue-lowerright.png | Bin 0 -> 266 bytes includes/squeeze/install/pics/blue-upperleft.png | Bin 0 -> 280 bytes includes/squeeze/install/pics/blue-upperright.png | Bin 0 -> 290 bytes includes/squeeze/install/pics/debian-61.png | Bin 0 -> 8033 bytes includes/squeeze/install/pics/debian.jpg | Bin 0 -> 8442 bytes includes/squeeze/install/pics/dot_bw.gif | Bin 0 -> 43 bytes includes/squeeze/install/pics/gradient.png | Bin 0 -> 254 bytes includes/squeeze/install/pics/logo-50.jpg | Bin 0 -> 3986 bytes includes/squeeze/install/pics/openlogo-nd-50.png | Bin 0 -> 1429 bytes includes/squeeze/install/pics/red-lowerleft.png | Bin 0 -> 353 bytes includes/squeeze/install/pics/red-lowerright.png | Bin 0 -> 299 bytes includes/squeeze/install/pics/red-upperleft.png | Bin 0 -> 321 bytes includes/squeeze/install/pics/red-upperright.png | Bin 0 -> 344 bytes 21 files changed, 3924 insertions(+) create mode 100644 includes/squeeze/install/README.html create mode 100644 includes/squeeze/install/README.mirrors.html create mode 100644 includes/squeeze/install/README.mirrors.txt create mode 100644 includes/squeeze/install/README.txt create mode 100644 includes/squeeze/install/autorun.inf create mode 100644 includes/squeeze/install/css/debinstall-print.css create mode 100644 includes/squeeze/install/css/debinstall.css create mode 100644 includes/squeeze/install/pics/blue-lowerleft.png create mode 100644 includes/squeeze/install/pics/blue-lowerright.png create mode 100644 includes/squeeze/install/pics/blue-upperleft.png create mode 100644 includes/squeeze/install/pics/blue-upperright.png create mode 100644 includes/squeeze/install/pics/debian-61.png create mode 100644 includes/squeeze/install/pics/debian.jpg create mode 100644 includes/squeeze/install/pics/dot_bw.gif create mode 100644 includes/squeeze/install/pics/gradient.png create mode 100644 includes/squeeze/install/pics/logo-50.jpg create mode 100644 includes/squeeze/install/pics/openlogo-nd-50.png create mode 100644 includes/squeeze/install/pics/red-lowerleft.png create mode 100644 includes/squeeze/install/pics/red-lowerright.png create mode 100644 includes/squeeze/install/pics/red-upperleft.png create mode 100644 includes/squeeze/install/pics/red-upperright.png (limited to 'includes/squeeze/install') diff --git a/includes/squeeze/install/README.html b/includes/squeeze/install/README.html new file mode 100644 index 000000000..17e103c9e --- /dev/null +++ b/includes/squeeze/install/README.html @@ -0,0 +1,254 @@ + + + + + + + Debian GNU/Linux -- The Universal Operating System + + + + + + + + + + + + + + + + + + + + + +
+ + +

+ Introduction +

+ +

An operating system is the set of basic programs and + utilities that make your computer run. At the core of an + operating system is the kernel. The kernel is the most + fundamental program on the computer, which does all the basic + housekeeping and lets you start other programs. Debian is + kernel independent. It currently uses the Linux kernel but work is in + progress to provide Debian for other kernels, using the Hurd. Most + of the basic operating system tools come from the GNU project; hence the name + GNU/Linux.

+ +

Debian is available for various kinds of computers + (“architectures”), like “IBM-compatible” PCs (i386), + Compaq's Alpha, Sun's Sparc, Motorola/IBM's + PowerPC, and (Strong)ARM processors. Check the + ports page for more + information.

+ +

Read more...

+ +

+ About This Disc +

+ +

This disc is labeled + Debian GNU/Linux 5.0.0 "Lenny" - Official i386 NETINST Binary-1 20090214-14:36 + . + It contains programs ("binaries") for `i386' computers.

+

This disc is a netinst image. It contains the installer and + a very basic system. Any other packages you might want to install will + be downloaded from the network.

+

The Release Notes for "lenny" are available on the + Debian web + site.

+ +

+ Installing +

+ +

Because Debian is a complete Operating System, the + installation procedure may seem a bit unusual. You can install + Debian GNU/Linux either alongside your current OS, or as + the only OS on your computer.

+

An Installation Guide for this disc is available from + the + Debian web site.

+

+ +

For the impatient ones: you can start the installation program easily by + booting off this disc. Note that not all (esp. older) systems support + this.

+ +

You can also examine the /install/ + directory; you might be able to start the installation system directly + from there.

+ + +

+ Last-Minute Notes +

+ + + +

+ Installing software using Apt +

+ +

After installing or upgrading, Debian's packaging system can + use CDs, DVDs, local collections, or networked servers (FTP, + HTTP) to automatically install software from (.deb + packages). This is done preferably with the ‘apt’ and + ‘aptitude’ programs.

+ +

You can install packages from the commandline using + apt-get. For example, if you want to install the + packages ‘commprog’ and ‘maxgame’, you can give the + command:

+ +

+ apt-get install commprog maxgame +

+ +

Note that you don't have to enter the complete path, or the + ‘.deb’ extension. ‘Apt’ will figure this out + itself.

+ +

Or use aptitude for a full screen interactive selection of + available Debian packages.

+ +

+ CD/DVD Manufacturers +

+ +

You are completely free to manufacture and re-distribute CDs/DVDs of the + Debian GNU/Linux Operating System, like this one. There is no charge from + us (but of course donations are always welcome).

+ +

For all needed information and contact addresses, please + refer to:

+ +

+ http://www.debian.org/CD/ +

+ +

+ More Information +

+ + +

There is much more information present on this disc. Besides + the already mentioned installation and upgrading procedures, + this is the most interesting:

+ + + + +

Also on the Internet are many resources. To name a few:

+ + + + +
+

+ See the Debian contact page + for information on contacting us.

+
+
+ + diff --git a/includes/squeeze/install/README.mirrors.html b/includes/squeeze/install/README.mirrors.html new file mode 100644 index 000000000..6d01dfb2d --- /dev/null +++ b/includes/squeeze/install/README.mirrors.html @@ -0,0 +1,2517 @@ + + + + Debian worldwide mirror sites + + + +

Debian worldwide mirror sites

+

Debian is distributed (mirrored) on hundreds of servers on the Internet. +Using a nearby server will probably speed up your download, and also +reduce the load on our central servers and on the Internet as a whole. + +

Debian mirrors can be primary and secondary. The definitions are as follows: + +

+ A primary mirror site has good bandwidth, is available 24 hours a day, + and has an easy to remember name of the form ftp.<country>.debian.org. +
+ They are all automatically updated whenever there are updates to + the Debian archive. + +
+
+ A secondary mirror site may have restrictions on what they mirror (due to + space restrictions). Just because a site is secondary doesn't necessarily + mean it'll be any slower or less up to date than a primary site. + +
+

Use the site closest to you for the fastest downloads possible whether it is + +a primary or secondary site. The program + +netselect can be used to +determine the site with the least latency; use a download program such as + + +wget or + +rsync for determining the site with the most throughput. +Note that geographic proximity often isn't the most important factor for +determining which machine will serve you best. + +

The authoritative copy of the following list can always be found at: + http://www.debian.org/mirror/list.
+If you know of any mirrors that are missing from this list, +please have the site maintainer fill out the form at: + http://www.debian.org/mirror/submit.
+Everything else you want to know about Debian mirrors: + http://www.debian.org/mirror/.
+ +

Primary Debian mirror sites

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CountrySiteArchitectures
Austriaftp.at.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Australiaftp.au.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Belgiumftp.be.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Bulgariaftp.bg.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Brazilftp.br.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Canadaftp.ca.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Switzerlandftp.ch.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Chileftp.cl.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Czech Republicftp.cz.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Germanyftp.de.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Germanyftp2.de.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Denmarkftp.dk.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Estoniaftp.ee.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Spainftp.es.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Finlandftp.fi.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Franceftp.fr.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Franceftp2.fr.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Great Britainftp.uk.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Greeceftp.gr.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Hong Kongftp.hk.debian.org/debian/alpha amd64 arm armel i386 ia64 powerpc sparc
Croatiaftp.hr.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Hungaryftp.hu.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Irelandftp.ie.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Icelandftp.is.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Italyftp.it.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Japanftp.jp.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Japanftp2.jp.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Koreaftp.kr.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Mexicoftp.mx.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Netherlandsftp.nl.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Norwayftp.no.debian.org/debian/amd64 i386 ia64 powerpc sparc
New Zealandftp.nz.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Polandftp.pl.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Portugalftp.pt.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Romaniaftp.ro.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Russiaftp.ru.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Swedenftp.se.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Sloveniaftp.si.debian.org/debian/amd64 i386 powerpc sparc
Slovakiaftp.sk.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Turkeyftp.tr.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Taiwanftp.tw.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
Ukraineftp.ua.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
United Statesftp.us.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+

Secondary mirrors of the Debian archive

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Host nameFTPHTTPArchitectures

AR Argentina
debian.logiclinux.com/debian/amd64 i386
ftp.ccc.uba.ar/pub/linux/debian/debian//pub/linux/debian/debian/amd64 i386
debian.torredehanoi.org/debian//debian/alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc

AT Austria
ftp.at.debian.org
(debian.sil.at)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
gd.tuwien.ac.at/opsys/linux/debian//opsys/linux/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.mur.at/debian//debian/amd64 i386 ia64
ftp.tu-graz.ac.at/mirror/debian//mirror/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.univie.ac.at/systems/linux/debian/debian//systems/linux/debian/debian/i386
debian.inode.at/debian//debian/alpha amd64 arm armel i386 powerpc sparc
debian.lagis.at/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

AU Australia
ftp.au.debian.org
(mirror.linux.org.au)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirror.aarnet.edu.au/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.monash.edu.au/pub/linux/debian//pub/linux/debian/amd64 i386
ftp.uwa.edu.au/debian//debian/amd64 i386
mirror.eftel.com/debian//debian/amd64 i386
mirror.pacific.net.au/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.iinet.net.au/debian/debian//debian/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirror.optus.net/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirror.cse.unsw.edu.au/debian//debian/amd64 i386 ia64 powerpc
mirror.3fl.net.au/pub/debian//debian/amd64 i386
ftp.netspace.net.au/pub/debian//pub/debian/alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc

BA Bosnia & Herzegovina
mirror.debian.com.ba/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc

BE Belgium
ftp.be.debian.org
(ftp.belnet.be)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.kulnet.kuleuven.ac.be/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.easynet.be/debian//ftp/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.debian.skynet.be/debian//ftp/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirror.be.gbxs.net/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

BG Bulgaria
ftp.bg.debian.org
(debian.spnet.net)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.ludost.net/debian//debian/i386
ftp.uni-sofia.bg/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.telecoms.bg/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.mnet.bg/debian//debian/i386
debian.networx-bg.com/debian//debian/amd64 armel i386

BR Brazil
ftp.br.debian.org
(debian.c3sl.ufpr.br)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.das.ufsc.br/pub/debian/amd64 i386
download.unesp.br/linux/debian/alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc
sft.if.usp.br/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
linorg.usp.br/debian//debian/i386
linux.iq.usp.br/debian/amd64 i386
ftp.pucpr.br/debian/amd64 hurd-i386 i386
debian.las.ic.unicamp.br/debian//debian/amd64 i386 powerpc sparc
debian.pop-sc.rnp.br/debian/amd64 i386

BY Belarus
linux.org.by/debian/amd64 i386
ftp.mgts.by/debian//debian/amd64 i386

CA Canada
ftp.ca.debian.org/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.yorku.ca/debian/amd64 i386
ftp3.nrc.ca/debian//debian/alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
gulus.usherbrooke.ca/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirror.cpsc.ucalgary.ca/debian//mirror/debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirror.peer1.net/debian/amd64 i386
debian.mirror.rafal.ca/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.savoirfairelinux.net/debian//debian/amd64 i386 powerpc
debian.mirror.iweb.ca/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirror.publicns.net/pub/debian//pub/debian/amd64 armel i386
mirror.csclub.uwaterloo.ca/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

CH Switzerland
ftp.ch.debian.org
(debian.ethz.ch)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirror.switch.ch/mirror/debian//ftp/mirror/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.csg.uzh.ch/debian/amd64 i386

CL Chile
ftp.cl.debian.org
(debian.ciencias.uchile.cl)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.ubiobio.cl/debian/amd64 i386 powerpc
debian.utalca.cl/debian/amd64 i386
mirror.debian.cl/debian/amd64 i386
debian.netlinux.cl/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390

CN China
mirrors.geekbone.org/debian//debian/alpha amd64 hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
www.anheng.com.cn/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc

CZ Czech Republic
ftp.cz.debian.org
(ftp.debian.cz)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.sh.cvut.cz/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.zcu.cz/mirrors/debian//mirrors/debian/amd64 i386
debian.mirror.web4u.cz//amd64 i386
ftp.cvut.cz/debian//debian/amd64 i386 ia64
debian.ignum.cz/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

DE Germany
ftp.de.debian.org
(debian.inf.tu-dresden.de)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp2.de.debian.org
(ftp.rfc822.org)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.tu-clausthal.de/pub/linux/debian/amd64 arm armel i386 ia64 mips powerpc sparc
debian.uni-duisburg-essen.de/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.freenet.de/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.informatik.rwth-aachen.de/pub/Linux/debian//ftp/pub/Linux/debian/alpha amd64 i386 powerpc sparc
ftp-stud.fht-esslingen.de/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.stw-bonn.de/debian//debian/amd64 i386
ftp.fu-berlin.de/pub/unix/linux/mirrors/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.tu-bs.de/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.uni-koeln.de/debian//debian/alpha amd64 i386 powerpc sparc
ftp.mpi-sb.mpg.de/pub/linux/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.tu-chemnitz.de/pub/linux/debian/debian//pub/linux/debian/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.uni-kl.de/debian//debian/amd64 i386 ia64 powerpc sparc
ftp.uni-bayreuth.de/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.informatik.hu-berlin.de/pub/Linux/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp5.gwdg.de/pub/linux/debian/debian//pub/linux/debian/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.hosteurope.de/pub/linux/debian//pub/linux/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.informatik.uni-frankfurt.de/pub/Mirrors/debian.org/debian//debian/amd64 i386 ia64 powerpc
debian.netcologne.de/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
artfiles.org/debian//debian/amd64 i386
debian.intergenia.de/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.cruisix.net/debian//debian/amd64 i386 powerpc
ftp.rrzn.uni-hannover.de/debian/debian/amd64 i386 ia64
debian.charite.de/debian/i386
ftp.plusline.de/pub/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirror.ayous.org/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

DK Denmark
ftp.dk.debian.org
(mirrors.dotsrc.org)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.dkuug.dk/pub/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.uni-c.dk/debian/alpha amd64 i386 ia64 powerpc
mirrors.telianet.dk/debian//debian/amd64 i386 powerpc sparc
debianmirror.wwi.dk/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

EE Estonia
ftp.ee.debian.org
(ftp.aso.ee)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

ES Spain
ftp.es.debian.org
(ftp.gul.uc3m.es)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.rediris.es/debian//debian/alpha amd64 i386 ia64 powerpc sparc
ftp.cica.es/debian//debian/amd64 i386 ia64 powerpc
ftp.caliu.cat/debian//debian/amd64 armel i386 ia64 powerpc
ftp.gva.es/mirror/debian//mirror/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.um.es/mirror/debian/i386
ftp.udc.es/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.grn.cat/debian//debian/amd64 i386 ia64 powerpc
debian.com.es/debian/alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc

FI Finland
ftp.fi.debian.org
(trumpetti.atm.tut.fi)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.funet.fi/pub/linux/mirrors/debian//pub/linux/mirrors/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.jyu.fi/debian//debian/alpha amd64 hurd-i386 i386 powerpc sparc
ftp.seclan.com/debian//debian/amd64 i386 powerpc

FR France
ftp.fr.debian.org
(debian.proxad.net)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp2.fr.debian.org
(ftp.oleane.net)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.iut-bm.univ-fcomte.fr/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.eudil.fr/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.proxad.net/mirrors/ftp.debian.org/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.lip6.fr/pub/linux/distributions/debian//pub/linux/distributions/debian/amd64 i386
debian.ens-cachan.fr/debian//ftp/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.u-picardie.fr/mirror/debian//mirror/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.mirrors.easynet.fr/debian//alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.u-strasbg.fr/debian//debian/alpha amd64 armel hurd-i386 i386 ia64 powerpc sparc
debian.cict.fr/debian//debian/amd64 arm armel hurd-i386 i386
mir1.ovh.net/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mir2.ovh.net/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.nerim.net/debian//debian/i386
ftp.crihan.fr/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.mines.inpl-nancy.fr/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
webb.ens-cachan.fr/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirrors.ircam.fr/pub/debian//pub/debian/alpha amd64 hurd-i386 i386 ia64 mips mipsel powerpc sparc
debian.mirror.inra.fr/debian//debian/amd64 arm armel i386 ia64 powerpc sparc
debian.med.univ-tours.fr/debian//debian/alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc
ftp.univ-pau.fr/pub/mirrors/debian//linux/mirrors/debian/amd64 i386
ftp.univ-nantes.fr/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirrors.compuscene.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.univ-reims.fr/debian//debian/amd64 i386

GB Great Britain
ftp.uk.debian.org
(debian.hands.com)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.man.ac.uk/debian/amd64 hurd-i386 i386
www.mirrorservice.org/sites/ftp.debian.org/debian//sites/ftp.debian.org/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.ticklers.org/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.virginmedia.com/mirrors/ftp.debian.org/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirror.positive-internet.com/debian//debian/amd64 hppa i386 ia64 powerpc sparc
the.earth.li/debian//debian/amd64 hurd-i386 i386
ukdebian.mirror.anlx.net/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirror.ox.ac.uk/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.zetnet.co.uk/debian//debian/amd64 i386 mipsel
mirror.sov.uk.goscomb.net/debian//debian/amd64 i386

GE Georgia
ftp.ifg.gtu.ge/debian/amd64 i386

GR Greece
ftp.gr.debian.org
(ftp.ntua.gr)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.otenet.gr/pub/linux/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.duth.gr/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.softnet.tuc.gr/ftp/linux/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.cc.uoc.gr/mirrors/linux/debian//mirrors/linux/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

HK Hong Kong
ftp.hk.debian.org/debian//debian/alpha amd64 arm armel i386 ia64 powerpc sparc

HR Croatia
ftp.hr.debian.org
(debian.carnet.hr)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.irb.hr/debian//debian/alpha amd64 arm armel hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.carnet.hr/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.iskon.hr/debian//debian/amd64 hurd-i386 i386 ia64 s390

HU Hungary
ftp.hu.debian.org
(ftp.fsn.hu)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.kfki.hu/pub/linux/debian//linux/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.bme.hu/OS/Linux/dist/debian//OS/Linux/dist/debian/amd64 hurd-i386 i386 ia64
debian.mirrors.crysys.hu/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.sth.sze.hu/debian//amd64 i386 ia64

ID Indonesia
kebo.vlsm.org/debian//debian/amd64 hurd-i386 i386 powerpc
mirror.unej.ac.id/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc

IE Ireland
ftp.ie.debian.org
(debian.heanet.ie)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.esat.net/pub/linux/debian//pub/linux/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

IL Israel
debian.co.il/debian/i386
mirror.isoc.org.il/pub/debian/amd64 i386

IN India
ftp.iitm.ac.in/debian//debian/amd64 i386

IS Iceland
ftp.is.debian.org
(ftp.rhnet.is)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

IT Italy
ftp.it.debian.org
(ftp.bofh.it)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
giano.com.dist.unige.it/debian//debian/amd64 arm armel i386
ftp.bononia.it/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
freedom.dicea.unifi.it/pub/linux/debian//ftp/pub/linux/debian/amd64 hurd-i386 i386
mi.mirror.garr.it/mirrors/debian//mirrors/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.fastweb.it/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.unina.it/pub/linux/distributions/debian//pub/linux/distributions/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.fastbull.org/debian//debian/amd64 i386 powerpc
debian.dynamica.it/debian//debian/amd64 hurd-i386 i386 ia64 powerpc
mirror.units.it/debian/amd64 i386

JP Japan
ftp2.jp.debian.org
(ftp.debian.or.jp)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.jp.debian.org
(dennou-q.gfd-dennou.org, dennou-k.gfd-dennou.org, dennou-h.gfd-dennou.org, debian.topstudio.co.jp, www.oyu-net.jp, hanzubon.jp, ftp.nara.wide.ad.jp, ftp2.jp.debian.org)
/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.nara.wide.ad.jp/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.dti.ad.jp/pub/Linux/debian//pub/Linux/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
dennou-k.gfd-dennou.org/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
dennou-q.gfd-dennou.org/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.yz.yamagata-u.ac.jp/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
sb.itc.u-tokyo.ac.jp/DEBIAN//DEBIAN/amd64 hurd-i386 i386 powerpc
ftp.riken.jp/Linux/debian/debian//Linux/debian/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.shimpinomori.net/debian/amd64 i386 powerpc
ftp.jaist.ac.jp/pub/Linux/Debian//pub/Linux/Debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
www.cohsoft.com/debian/amd64 hurd-i386 i386 powerpc
dennou-h.gfd-dennou.org/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

KR Korea
ftp.kr.debian.org
(ftp.kaist.ac.kr)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.daum.net/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

LT Lithuania
ftp.litnet.lt/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc
debian.balt.net/debian//debian/amd64 arm armel i386 sparc

LV Latvia
koyanet.lv/debian//debian/amd64 i386

MT Malta
debian.eng.um.edu.mt/debian/amd64 i386

MX Mexico
ftp.mx.debian.org
(debian.unam.mx)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mmc.geofisica.unam.mx/debian//debian/amd64 hurd-i386 i386 ia64

NC New Caledonia
debian.nautile.nc/debian//debian/amd64 arm i386

NI Nicaragua
debian.uni.edu.ni/debian/amd64 hurd-i386 i386

NL Netherlands
ftp.nl.debian.org
(ftp.snt.utwente.nl)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.nluug.nl/pub/os/Linux/distr/debian//pub/os/Linux/distr/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.surfnet.nl/pub/os/Linux/distr/debian//os/Linux/distr/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.debian.nl/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.tiscali.nl/pub/mirrors/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

NO Norway
ftp.no.debian.org
(ftp.uninett.no)
/debian//debian/amd64 i386 ia64 powerpc sparc

NZ New Zealand
ftp.nz.debian.org
(ftp.citylink.co.nz)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

PF French Polynesia
repository.linux.pf/debian//debian/amd64 i386

PL Poland
ftp.pl.debian.org
(ftp.task.gda.pl)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.icm.edu.pl/pub/Linux/debian//pub/Linux/debian/alpha amd64 hurd-i386 i386 powerpc sparc
ftp.man.szczecin.pl/pub/Linux/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.vectranet.pl/debian//debian/amd64 i386
ftp.pwr.wroc.pl/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.man.poznan.pl/pub/linux/debian/debian//pub/linux/debian/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
piotrkosoft.net/pub/mirrors/debian//pub/mirrors/debian/amd64 i386

PT Portugal
ftp.pt.debian.org
(ftp.uevora.pt)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.eq.uc.pt/pub/software/Linux/debian//software/Linux/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.ua.pt/debian//debian/alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirrors.nfsi.pt/pub/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
neacm.fe.up.pt/pub/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
cesium.di.uminho.pt/pub/debian//pub/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.netvisao.pt/debian//alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.dcc.fc.up.pt/debian/amd64 i386 ia64 powerpc
mirror.sim.ul.pt/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

RO Romania
ftp.ro.debian.org
(ftp.iasi.roedu.net)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.lug.ro/debian//debian/amd64 i386 powerpc
ftp.mikesnet.ro/debian//debian/amd64 i386 mips mipsel

RU Russia
ftp.ru.debian.org
(ftp.chg.ru)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.psn.ru/debian//debian/alpha amd64 hurd-i386 i386
ftp.corbina.net/debian/amd64 i386 ia64
ftp.mipt.ru/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirror.yandex.ru/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.debian.chuvsu.ru/debian//debian/amd64 i386

SE Sweden
ftp.se.debian.org
(ftp.acc.umu.se)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.sunet.se/pub/Linux/distributions/debian//pub/Linux/distributions/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.port80.se/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.ds.karen.hj.se/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.bsnet.se/debian//debian/amd64 i386
debian.lth.se/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.df.lth.se/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

SG Singapore
mirror.nus.edu.sg/pub/Debian//Debian/amd64 i386

SI Slovenia
ftp.si.debian.org
(ftp.camtp.uni-mb.si)
/debian//debian/amd64 i386 powerpc sparc
ftp.arnes.si/packages/debian//pub/packages/debian/amd64 hurd-i386 i386
debian.prunk.si/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

SK Slovakia
ftp.sk.debian.org
(ftp.debian.sk)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.ynet.sk/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.antik.sk/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

SV El Salvador
debian.ues.edu.sv/debian/amd64 i386 ia64

TH Thailand
ftp.coe.psu.ac.th/debian//debian/i386
debian.thaios.net/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.debianclub.org/debian//debian/amd64 i386

TR Turkey
ftp.tr.debian.org
(debian.ankara.edu.tr)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.linux.org.tr/debian//debian/amd64 i386
godel.cs.bilgi.edu.tr/debian//debian/hurd-i386 i386
debian.eso-es.net/debian/amd64 i386 ia64 sparc
debian.comu.edu.tr/debian//debian/amd64 i386 ia64 powerpc sparc
ftp.metu.edu.tr/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

TW Taiwan
ftp.tw.debian.org
(debian.linux.org.tw)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.csie.ntu.edu.tw/pub/debian//debian/amd64 hurd-i386 i386
ftp.twaren.net/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
opensource.nchc.org.tw/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.isu.edu.tw/debian//debian/alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc
debian.nctu.edu.tw/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirror.nttu.edu.tw/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.csie.nctu.edu.tw/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.cse.yzu.edu.tw/pub/Linux/debian/debian//pub/Linux/debian/debian/alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc

UA Ukraine
ftp.ua.debian.org
(debian.org.ua)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.osdn.org.ua/pub/Debian/debian//debian/i386
ftp.3logic.net/debian/amd64 i386
mirror.mirohost.net/debian//debian/amd64 i386
ftp2.debian.org.ua/debian//debian/amd64 i386

US United States
ftp.us.debian.org
(ftp.egr.msu.edu, mirrors.kernel.org, debian.osuosl.org, debian.lcs.mit.edu)
/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.gtlib.gatech.edu/pub/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.egr.msu.edu/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
distro.ibiblio.org/pub/linux/distributions/debian//debian/amd64 i386 ia64
ftp-mirror.internap.com/pub/debian//pub/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirror.cs.wisc.edu/pub/mirrors/linux/debian//pub/mirrors/linux/debian/amd64 i386
ftp.uwsg.indiana.edu/linux/debian//linux/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
natasha.stmarytx.edu/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.ndlug.nd.edu/debian//mirrors/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.uchicago.edu/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
carroll.aset.psu.edu/pub/linux/distributions/debian//pub/linux/distributions/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
gladiator.real-time.com/linux/debian/alpha amd64 i386 powerpc sparc
mirrors.kernel.org/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirrors.xmission.com/debian//debian/amd64 hurd-i386 i386 powerpc sparc
ftp.lug.udel.edu/pub/debian//pub/debian/amd64 hurd-i386 i386 powerpc sparc
debian.lcs.mit.edu/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
linux.csua.berkeley.edu/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.silug.org/pub/debian//pub/debian/alpha amd64 arm armel hppa i386 mips mipsel powerpc sparc
debian.secsup.org/pub/linux/debian//alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.osuosl.org/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirror.anl.gov/pub/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
sluglug.ucsc.edu/debian/amd64 hurd-i386 i386 powerpc sparc
mirrors.geeks.org/debian//debian/amd64 i386
mirrors.usc.edu/pub/linux/distributions/debian//pub/linux/distributions/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.mirrors.pair.com//alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
lug.mtu.edu/debian//debian/alpha amd64 hppa i386 mips mipsel powerpc sparc
debian.mirrors.tds.net/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.cites.uiuc.edu/pub/debian//pub/debian/amd64 hurd-i386 i386 ia64 powerpc sparc
mirrors.tummy.com/debian//debian/alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.mirror.frontiernet.net/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
cudlug.cudenver.edu/debian/alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirror.cc.columbia.edu/pub/linux/debian/debian//pub/linux/debian/debian/amd64 i386 powerpc
ftp.grokthis.net/mirrors/debian/amd64 i386
mirrors.xenir.com/debian/amd64 arm armel i386 powerpc
debian.mirrors.easynews.com/linux/debian/amd64 i386
debian.ams.sunysb.edu/debian/alpha amd64 arm armel hppa hurd-i386 ia64 mips mipsel powerpc s390 sparc
mirrors.acm.jhu.edu/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.uga.edu/debian//debian/i386
mirror.steadfast.net/debian/amd64 i386
ftp.utexas.edu/pub/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirror.fdcservers.net/debian//debian/amd64 i386
mirror.rit.edu/debian//debian/alpha amd64 arm armel i386 powerpc sparc
debian.corenetworks.net/debian/amd64 i386
mirror.its.uidaho.edu/debian//pub/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
debian.cs.binghamton.edu/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
mirror.hmc.edu/debian/amd64 hppa i386 powerpc

UZ Uzbekistan
debian.stream.uz/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

VE Venezuela
debian.unesr.edu.ve/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc

ZA South Africa
ftp.sun.ac.za/debian//ftp/debian/amd64 i386
debian.mirror.ac.za/debian//debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
ftp.is.co.za/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc
+
+ + + +
Last modified: Fri Feb 13 19:52:18 2009Number of sites listed: 414
+ + diff --git a/includes/squeeze/install/README.mirrors.txt b/includes/squeeze/install/README.mirrors.txt new file mode 100644 index 000000000..5ab2d75c3 --- /dev/null +++ b/includes/squeeze/install/README.mirrors.txt @@ -0,0 +1,644 @@ + Debian worldwide mirror sites + ----------------------------- + +Debian is distributed (mirrored) on hundreds of servers on the Internet. +Using a nearby server will probably speed up your download, and also +reduce the load on our central servers and on the Internet as a whole. + +Debian mirrors can be primary and secondary. The definitions are as follows: + + A primary mirror site has good bandwidth, is available 24 hours a day, + and has an easy to remember name of the form ftp..debian.org. + They are all automatically updated whenever there are updates to + the Debian archive. + + A secondary mirror site may have restrictions on what they mirror (due to + space restrictions). Just because a site is secondary doesn't necessarily + mean it'll be any slower or less up to date than a primary site. + +Use the site closest to you for the fastest downloads possible whether it is +a primary or secondary site. The program `netselect' can be used to +determine the site with the least latency; use a download program such as +`wget' or `rsync' for determining the site with the most throughput. +Note that geographic proximity often isn't the most important factor for +determining which machine will serve you best. + +The authoritative copy of the following list can always be found at: + http://www.debian.org/mirror/list +If you know of any mirrors that are missing from this list, +please have the site maintainer fill out the form at: + http://www.debian.org/mirror/submit +Everything else you want to know about Debian mirrors: + http://www.debian.org/mirror/ + + + Primary Debian mirror sites + --------------------------- + + Country Site Debian archive Architectures + --------------------------------------------------------------------------- + Austria ftp.at.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Australia ftp.au.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Belgium ftp.be.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Bulgaria ftp.bg.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Brazil ftp.br.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Canada ftp.ca.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Switzerland ftp.ch.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Chile ftp.cl.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Czech Republic ftp.cz.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Germany ftp.de.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Germany ftp2.de.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Denmark ftp.dk.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Estonia ftp.ee.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Spain ftp.es.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Finland ftp.fi.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + France ftp.fr.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + France ftp2.fr.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Great Britain ftp.uk.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Greece ftp.gr.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Hong Kong ftp.hk.debian.org /debian/ alpha amd64 arm armel i386 ia64 powerpc sparc + Croatia ftp.hr.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Hungary ftp.hu.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Ireland ftp.ie.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Iceland ftp.is.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Italy ftp.it.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Japan ftp.jp.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Japan ftp2.jp.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Korea ftp.kr.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Mexico ftp.mx.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Netherlands ftp.nl.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Norway ftp.no.debian.org /debian/ amd64 i386 ia64 powerpc sparc + New Zealand ftp.nz.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Poland ftp.pl.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Portugal ftp.pt.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Romania ftp.ro.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Russia ftp.ru.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Sweden ftp.se.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Slovenia ftp.si.debian.org /debian/ amd64 i386 powerpc sparc + Slovakia ftp.sk.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Turkey ftp.tr.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Taiwan ftp.tw.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + Ukraine ftp.ua.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + United States ftp.us.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + + + Secondary mirrors of the Debian archive + --------------------------------------- + +HOST NAME FTP HTTP ARCHITECTURES +--------- --- ---- ------------- + +AR Argentina +------------ +debian.logiclinux.com /debian/ amd64 i386 +ftp.ccc.uba.ar /pub/linux/debian/debian/ /pub/linux/debian/debian/ amd64 i386 +debian.torredehanoi.org /debian/ /debian/ alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc + +AT Austria +---------- +ftp.at.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (debian.sil.at) +gd.tuwien.ac.at /opsys/linux/debian/ /opsys/linux/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.mur.at /debian/ /debian/ amd64 i386 ia64 +ftp.tu-graz.ac.at /mirror/debian/ /mirror/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.univie.ac.at /systems/linux/debian/debian/ /systems/linux/debian/debian/ i386 +debian.inode.at /debian/ /debian/ alpha amd64 arm armel i386 powerpc sparc +debian.lagis.at /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + +AU Australia +------------ +ftp.au.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (mirror.linux.org.au) +mirror.aarnet.edu.au /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.monash.edu.au /pub/linux/debian/ /pub/linux/debian/ amd64 i386 +ftp.uwa.edu.au /debian/ /debian/ amd64 i386 +mirror.eftel.com /debian/ /debian/ amd64 i386 +mirror.pacific.net.au /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.iinet.net.au /debian/debian/ /debian/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mirror.optus.net /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mirror.cse.unsw.edu.au /debian/ /debian/ amd64 i386 ia64 powerpc +mirror.3fl.net.au /pub/debian/ /debian/ amd64 i386 +ftp.netspace.net.au /pub/debian/ /pub/debian/ alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc + +BA Bosnia & Herzegovina +----------------------- +mirror.debian.com.ba /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc + +BE Belgium +---------- +ftp.be.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.belnet.be) +ftp.kulnet.kuleuven.ac.be /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.easynet.be /debian/ /ftp/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.debian.skynet.be /debian/ /ftp/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mirror.be.gbxs.net /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + +BG Bulgaria +----------- +ftp.bg.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (debian.spnet.net) +debian.ludost.net /debian/ /debian/ i386 +ftp.uni-sofia.bg /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.telecoms.bg /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.mnet.bg /debian/ /debian/ i386 +debian.networx-bg.com /debian/ /debian/ amd64 armel i386 + +BR Brazil +--------- +ftp.br.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (debian.c3sl.ufpr.br) +debian.das.ufsc.br /pub/debian/ amd64 i386 +download.unesp.br /linux/debian/ alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc +sft.if.usp.br /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +linorg.usp.br /debian/ /debian/ i386 +linux.iq.usp.br /debian/ amd64 i386 +ftp.pucpr.br /debian/ amd64 hurd-i386 i386 +debian.las.ic.unicamp.br /debian/ /debian/ amd64 i386 powerpc sparc +debian.pop-sc.rnp.br /debian/ amd64 i386 + +BY Belarus +---------- +linux.org.by /debian/ amd64 i386 +ftp.mgts.by /debian/ /debian/ amd64 i386 + +CA Canada +--------- +ftp.ca.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.yorku.ca /debian/ amd64 i386 +ftp3.nrc.ca /debian/ /debian/ alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +gulus.usherbrooke.ca /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mirror.cpsc.ucalgary.ca /debian/ /mirror/debian.org/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mirror.peer1.net /debian/ amd64 i386 +debian.mirror.rafal.ca /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.savoirfairelinux.net /debian/ /debian/ amd64 i386 powerpc +debian.mirror.iweb.ca /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mirror.publicns.net /pub/debian/ /pub/debian/ amd64 armel i386 +mirror.csclub.uwaterloo.ca /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + +CH Switzerland +-------------- +ftp.ch.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (debian.ethz.ch) +mirror.switch.ch /mirror/debian/ /ftp/mirror/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.csg.uzh.ch /debian/ amd64 i386 + +CL Chile +-------- +ftp.cl.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (debian.ciencias.uchile.cl) +debian.ubiobio.cl /debian/ amd64 i386 powerpc +debian.utalca.cl /debian/ amd64 i386 +mirror.debian.cl /debian/ amd64 i386 +debian.netlinux.cl /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 + +CN China +-------- +mirrors.geekbone.org /debian/ /debian/ alpha amd64 hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +www.anheng.com.cn /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc + +CZ Czech Republic +----------------- +ftp.cz.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.debian.cz) +debian.sh.cvut.cz /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.zcu.cz /mirrors/debian/ /mirrors/debian/ amd64 i386 +debian.mirror.web4u.cz / / amd64 i386 +ftp.cvut.cz /debian/ /debian/ amd64 i386 ia64 +debian.ignum.cz /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + +DE Germany +---------- +ftp.de.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (debian.inf.tu-dresden.de) +ftp2.de.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.rfc822.org) +ftp.tu-clausthal.de /pub/linux/debian/ amd64 arm armel i386 ia64 mips powerpc sparc +debian.uni-duisburg-essen.de /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.freenet.de /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.informatik.rwth-aachen.de /pub/Linux/debian/ /ftp/pub/Linux/debian/ alpha amd64 i386 powerpc sparc +ftp-stud.fht-esslingen.de /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.stw-bonn.de /debian/ /debian/ amd64 i386 +ftp.fu-berlin.de /pub/unix/linux/mirrors/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.tu-bs.de /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.uni-koeln.de /debian/ /debian/ alpha amd64 i386 powerpc sparc +ftp.mpi-sb.mpg.de /pub/linux/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.tu-chemnitz.de /pub/linux/debian/debian/ /pub/linux/debian/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.uni-kl.de /debian/ /debian/ amd64 i386 ia64 powerpc sparc +ftp.uni-bayreuth.de /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.informatik.hu-berlin.de /pub/Linux/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp5.gwdg.de /pub/linux/debian/debian/ /pub/linux/debian/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.hosteurope.de /pub/linux/debian/ /pub/linux/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.informatik.uni-frankfurt.de /pub/Mirrors/debian.org/debian/ /debian/ amd64 i386 ia64 powerpc +debian.netcologne.de /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +artfiles.org /debian/ /debian/ amd64 i386 +debian.intergenia.de /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.cruisix.net /debian/ /debian/ amd64 i386 powerpc +ftp.rrzn.uni-hannover.de /debian/debian/ amd64 i386 ia64 +debian.charite.de /debian/ i386 +ftp.plusline.de /pub/debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mirror.ayous.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + +DK Denmark +---------- +ftp.dk.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (mirrors.dotsrc.org) +ftp.dkuug.dk /pub/debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.uni-c.dk /debian/ alpha amd64 i386 ia64 powerpc +mirrors.telianet.dk /debian/ /debian/ amd64 i386 powerpc sparc +debianmirror.wwi.dk /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + +EE Estonia +---------- +ftp.ee.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.aso.ee) + +ES Spain +-------- +ftp.es.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.gul.uc3m.es) +ftp.rediris.es /debian/ /debian/ alpha amd64 i386 ia64 powerpc sparc +ftp.cica.es /debian/ /debian/ amd64 i386 ia64 powerpc +ftp.caliu.cat /debian/ /debian/ amd64 armel i386 ia64 powerpc +ftp.gva.es /mirror/debian/ /mirror/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.um.es /mirror/debian/ i386 +ftp.udc.es /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.grn.cat /debian/ /debian/ amd64 i386 ia64 powerpc +debian.com.es /debian/ alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc + +FI Finland +---------- +ftp.fi.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (trumpetti.atm.tut.fi) +ftp.funet.fi /pub/linux/mirrors/debian/ /pub/linux/mirrors/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.jyu.fi /debian/ /debian/ alpha amd64 hurd-i386 i386 powerpc sparc +ftp.seclan.com /debian/ /debian/ amd64 i386 powerpc + +FR France +--------- +ftp.fr.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (debian.proxad.net) +ftp2.fr.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.oleane.net) +ftp.iut-bm.univ-fcomte.fr /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.eudil.fr /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.proxad.net /mirrors/ftp.debian.org/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.lip6.fr /pub/linux/distributions/debian//pub/linux/distributions/debian/amd64 i386 +debian.ens-cachan.fr /debian/ /ftp/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.u-picardie.fr /mirror/debian/ /mirror/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.mirrors.easynet.fr /debian/ / alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.u-strasbg.fr /debian/ /debian/ alpha amd64 armel hurd-i386 i386 ia64 powerpc sparc +debian.cict.fr /debian/ /debian/ amd64 arm armel hurd-i386 i386 +mir1.ovh.net /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mir2.ovh.net /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.nerim.net /debian/ /debian/ i386 +ftp.crihan.fr /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.mines.inpl-nancy.fr /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +webb.ens-cachan.fr /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mirrors.ircam.fr /pub/debian/ /pub/debian/ alpha amd64 hurd-i386 i386 ia64 mips mipsel powerpc sparc +debian.mirror.inra.fr /debian/ /debian/ amd64 arm armel i386 ia64 powerpc sparc +debian.med.univ-tours.fr /debian/ /debian/ alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc +ftp.univ-pau.fr /pub/mirrors/debian/ /linux/mirrors/debian/ amd64 i386 +ftp.univ-nantes.fr /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mirrors.compuscene.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.univ-reims.fr /debian/ /debian/ amd64 i386 + +GB Great Britain +---------------- +ftp.uk.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (debian.hands.com) +debian.man.ac.uk /debian/ amd64 hurd-i386 i386 +www.mirrorservice.org /sites/ftp.debian.org/debian/ /sites/ftp.debian.org/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.ticklers.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.virginmedia.com /mirrors/ftp.debian.org / alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mirror.positive-internet.com /debian/ /debian/ amd64 hppa i386 ia64 powerpc sparc +the.earth.li /debian/ /debian/ amd64 hurd-i386 i386 +ukdebian.mirror.anlx.net /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mirror.ox.ac.uk /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.zetnet.co.uk /debian/ /debian/ amd64 i386 mipsel +mirror.sov.uk.goscomb.net /debian/ /debian/ amd64 i386 + +GE Georgia +---------- +ftp.ifg.gtu.ge /debian/ amd64 i386 + +GR Greece +--------- +ftp.gr.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.ntua.gr) +debian.otenet.gr /pub/linux/debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.duth.gr /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.softnet.tuc.gr /ftp/linux/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.cc.uoc.gr /mirrors/linux/debian/ /mirrors/linux/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + +HK Hong Kong +------------ +ftp.hk.debian.org /debian/ /debian/ alpha amd64 arm armel i386 ia64 powerpc sparc + +HR Croatia +---------- +ftp.hr.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (debian.carnet.hr) +ftp.irb.hr /debian/ /debian/ alpha amd64 arm armel hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.carnet.hr /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.iskon.hr /debian/ /debian/ amd64 hurd-i386 i386 ia64 s390 + +HU Hungary +---------- +ftp.hu.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.fsn.hu) +ftp.kfki.hu /pub/linux/debian/ /linux/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.bme.hu /OS/Linux/dist/debian/ /OS/Linux/dist/debian/ amd64 hurd-i386 i386 ia64 +debian.mirrors.crysys.hu /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.sth.sze.hu /debian/ / amd64 i386 ia64 + +ID Indonesia +------------ +kebo.vlsm.org /debian/ /debian/ amd64 hurd-i386 i386 powerpc +mirror.unej.ac.id /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc + +IE Ireland +---------- +ftp.ie.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (debian.heanet.ie) +ftp.esat.net /pub/linux/debian/ /pub/linux/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + +IL Israel +--------- +debian.co.il /debian/ i386 +mirror.isoc.org.il /pub/debian/ amd64 i386 + +IN India +-------- +ftp.iitm.ac.in /debian/ /debian/ amd64 i386 + +IS Iceland +---------- +ftp.is.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.rhnet.is) + +IT Italy +-------- +ftp.it.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.bofh.it) +giano.com.dist.unige.it /debian/ /debian/ amd64 arm armel i386 +ftp.bononia.it /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +freedom.dicea.unifi.it /pub/linux/debian/ /ftp/pub/linux/debian/ amd64 hurd-i386 i386 +mi.mirror.garr.it /mirrors/debian/ /mirrors/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.fastweb.it /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.unina.it /pub/linux/distributions/debian//pub/linux/distributions/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.fastbull.org /debian/ /debian/ amd64 i386 powerpc +debian.dynamica.it /debian/ /debian/ amd64 hurd-i386 i386 ia64 powerpc +mirror.units.it /debian/ amd64 i386 + +JP Japan +-------- +ftp2.jp.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.debian.or.jp) +ftp.jp.debian.org /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (dennou-q.gfd-dennou.org, dennou-k.gfd-dennou.org, dennou-h.gfd-dennou.org, debian.topstudio.co.jp, www.oyu-net.jp, hanzubon.jp, ftp.nara.wide.ad.jp, ftp2.jp.debian.org) +ftp.nara.wide.ad.jp /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.dti.ad.jp /pub/Linux/debian/ /pub/Linux/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +dennou-k.gfd-dennou.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +dennou-q.gfd-dennou.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.yz.yamagata-u.ac.jp /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +sb.itc.u-tokyo.ac.jp /DEBIAN/ /DEBIAN/ amd64 hurd-i386 i386 powerpc +ftp.riken.jp /Linux/debian/debian/ /Linux/debian/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.shimpinomori.net /debian/ amd64 i386 powerpc +ftp.jaist.ac.jp /pub/Linux/Debian/ /pub/Linux/Debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +www.cohsoft.com /debian/ amd64 hurd-i386 i386 powerpc +dennou-h.gfd-dennou.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + +KR Korea +-------- +ftp.kr.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.kaist.ac.kr) +ftp.daum.net /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + +LT Lithuania +------------ +ftp.litnet.lt /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc +debian.balt.net /debian/ /debian/ amd64 arm armel i386 sparc + +LV Latvia +--------- +koyanet.lv /debian/ /debian/ amd64 i386 + +MT Malta +-------- +debian.eng.um.edu.mt /debian/ amd64 i386 + +MX Mexico +--------- +ftp.mx.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (debian.unam.mx) +mmc.geofisica.unam.mx /debian/ /debian/ amd64 hurd-i386 i386 ia64 + +NC New Caledonia +---------------- +debian.nautile.nc /debian/ /debian/ amd64 arm i386 + +NI Nicaragua +------------ +debian.uni.edu.ni /debian/ amd64 hurd-i386 i386 + +NL Netherlands +-------------- +ftp.nl.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.snt.utwente.nl) +ftp.nluug.nl /pub/os/Linux/distr/debian/ /pub/os/Linux/distr/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.surfnet.nl /pub/os/Linux/distr/debian/ /os/Linux/distr/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.debian.nl /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.tiscali.nl /pub/mirrors/debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + +NO Norway +--------- +ftp.no.debian.org /debian/ /debian/ amd64 i386 ia64 powerpc sparc + (ftp.uninett.no) + +NZ New Zealand +-------------- +ftp.nz.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.citylink.co.nz) + +PF French Polynesia +------------------- +repository.linux.pf /debian/ /debian/ amd64 i386 + +PL Poland +--------- +ftp.pl.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.task.gda.pl) +ftp.icm.edu.pl /pub/Linux/debian/ /pub/Linux/debian/ alpha amd64 hurd-i386 i386 powerpc sparc +ftp.man.szczecin.pl /pub/Linux/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.vectranet.pl /debian/ /debian/ amd64 i386 +ftp.pwr.wroc.pl /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.man.poznan.pl /pub/linux/debian/debian/ /pub/linux/debian/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +piotrkosoft.net /pub/mirrors/debian/ /pub/mirrors/debian/ amd64 i386 + +PT Portugal +----------- +ftp.pt.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.uevora.pt) +ftp.eq.uc.pt /pub/software/Linux/debian/ /software/Linux/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.ua.pt /debian/ /debian/ alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mirrors.nfsi.pt /pub/debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +neacm.fe.up.pt /pub/debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +cesium.di.uminho.pt /pub/debian/ /pub/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.netvisao.pt /debian/ / alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.dcc.fc.up.pt /debian/ amd64 i386 ia64 powerpc +mirror.sim.ul.pt /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + +RO Romania +---------- +ftp.ro.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.iasi.roedu.net) +ftp.lug.ro /debian/ /debian/ amd64 i386 powerpc +ftp.mikesnet.ro /debian/ /debian/ amd64 i386 mips mipsel + +RU Russia +--------- +ftp.ru.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.chg.ru) +ftp.psn.ru /debian/ /debian/ alpha amd64 hurd-i386 i386 +ftp.corbina.net /debian/ amd64 i386 ia64 +ftp.mipt.ru /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mirror.yandex.ru /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.debian.chuvsu.ru /debian/ /debian/ amd64 i386 + +SE Sweden +--------- +ftp.se.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.acc.umu.se) +ftp.sunet.se /pub/Linux/distributions/debian//pub/Linux/distributions/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.port80.se /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.ds.karen.hj.se /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.bsnet.se /debian/ /debian/ amd64 i386 +debian.lth.se /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.df.lth.se /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + +SG Singapore +------------ +mirror.nus.edu.sg /pub/Debian/ /Debian/ amd64 i386 + +SI Slovenia +----------- +ftp.si.debian.org /debian/ /debian/ amd64 i386 powerpc sparc + (ftp.camtp.uni-mb.si) +ftp.arnes.si /packages/debian/ /pub/packages/debian/ amd64 hurd-i386 i386 +debian.prunk.si /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + +SK Slovakia +----------- +ftp.sk.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.debian.sk) +debian.ynet.sk /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.antik.sk /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + +SV El Salvador +-------------- +debian.ues.edu.sv /debian/ amd64 i386 ia64 + +TH Thailand +----------- +ftp.coe.psu.ac.th /debian/ /debian/ i386 +debian.thaios.net /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.debianclub.org /debian/ /debian/ amd64 i386 + +TR Turkey +--------- +ftp.tr.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (debian.ankara.edu.tr) +ftp.linux.org.tr /debian/ /debian/ amd64 i386 +godel.cs.bilgi.edu.tr /debian/ /debian/ hurd-i386 i386 +debian.eso-es.net /debian/ amd64 i386 ia64 sparc +debian.comu.edu.tr /debian/ /debian/ amd64 i386 ia64 powerpc sparc +ftp.metu.edu.tr /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + +TW Taiwan +--------- +ftp.tw.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (debian.linux.org.tw) +debian.csie.ntu.edu.tw /pub/debian/ /debian/ amd64 hurd-i386 i386 +ftp.twaren.net /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +opensource.nchc.org.tw /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.isu.edu.tw /debian/ /debian/ alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc +debian.nctu.edu.tw /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mirror.nttu.edu.tw /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.csie.nctu.edu.tw /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.cse.yzu.edu.tw /pub/Linux/debian/debian/ /pub/Linux/debian/debian/ alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc + +UA Ukraine +---------- +ftp.ua.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (debian.org.ua) +debian.osdn.org.ua /pub/Debian/debian/ /debian/ i386 +ftp.3logic.net /debian/ amd64 i386 +mirror.mirohost.net /debian/ /debian/ amd64 i386 +ftp2.debian.org.ua /debian/ /debian/ amd64 i386 + +US United States +---------------- +ftp.us.debian.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + (ftp.egr.msu.edu, mirrors.kernel.org, debian.osuosl.org, debian.lcs.mit.edu) +ftp.gtlib.gatech.edu /pub/debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.egr.msu.edu /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +distro.ibiblio.org /pub/linux/distributions/debian//debian/ amd64 i386 ia64 +ftp-mirror.internap.com /pub/debian/ /pub/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mirror.cs.wisc.edu /pub/mirrors/linux/debian/ /pub/mirrors/linux/debian/ amd64 i386 +ftp.uwsg.indiana.edu /linux/debian/ /linux/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +natasha.stmarytx.edu /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.ndlug.nd.edu /debian/ /mirrors/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.uchicago.edu /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +carroll.aset.psu.edu /pub/linux/distributions/debian//pub/linux/distributions/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +gladiator.real-time.com /linux/debian/ alpha amd64 i386 powerpc sparc +mirrors.kernel.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mirrors.xmission.com /debian/ /debian/ amd64 hurd-i386 i386 powerpc sparc +ftp.lug.udel.edu /pub/debian/ /pub/debian/ amd64 hurd-i386 i386 powerpc sparc +debian.lcs.mit.edu /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +linux.csua.berkeley.edu /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.silug.org /pub/debian/ /pub/debian/ alpha amd64 arm armel hppa i386 mips mipsel powerpc sparc +debian.secsup.org /pub/linux/debian/ / alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.osuosl.org /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mirror.anl.gov /pub/debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +sluglug.ucsc.edu /debian/ amd64 hurd-i386 i386 powerpc sparc +mirrors.geeks.org /debian/ /debian/ amd64 i386 +mirrors.usc.edu /pub/linux/distributions/debian//pub/linux/distributions/debian/alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.mirrors.pair.com / / alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +lug.mtu.edu /debian/ /debian/ alpha amd64 hppa i386 mips mipsel powerpc sparc +debian.mirrors.tds.net /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.cites.uiuc.edu /pub/debian/ /pub/debian/ amd64 hurd-i386 i386 ia64 powerpc sparc +mirrors.tummy.com /debian/ /debian/ alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.mirror.frontiernet.net /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +cudlug.cudenver.edu /debian/ alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mirror.cc.columbia.edu /pub/linux/debian/debian/ /pub/linux/debian/debian/ amd64 i386 powerpc +ftp.grokthis.net /mirrors/debian/ amd64 i386 +mirrors.xenir.com /debian/ amd64 arm armel i386 powerpc +debian.mirrors.easynews.com /linux/debian/ amd64 i386 +debian.ams.sunysb.edu /debian/ alpha amd64 arm armel hppa hurd-i386 ia64 mips mipsel powerpc s390 sparc +mirrors.acm.jhu.edu /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.uga.edu /debian/ /debian/ i386 +mirror.steadfast.net /debian/ amd64 i386 +ftp.utexas.edu /pub/debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mirror.fdcservers.net /debian/ /debian/ amd64 i386 +mirror.rit.edu /debian/ /debian/ alpha amd64 arm armel i386 powerpc sparc +debian.corenetworks.net /debian/ amd64 i386 +mirror.its.uidaho.edu /debian/ /pub/debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +debian.cs.binghamton.edu /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +mirror.hmc.edu /debian/ amd64 hppa i386 powerpc + +UZ Uzbekistan +------------- +debian.stream.uz /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + +VE Venezuela +------------ +debian.unesr.edu.ve /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + +ZA South Africa +--------------- +ftp.sun.ac.za /debian/ /ftp/debian/ amd64 i386 +debian.mirror.ac.za /debian/ /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc +ftp.is.co.za /debian/ alpha amd64 arm armel hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc + +------------------------------------------------------------------------------- +Last modified: Fri Feb 13 19:52:18 2009 Number of sites listed: 414 diff --git a/includes/squeeze/install/README.txt b/includes/squeeze/install/README.txt new file mode 100644 index 000000000..d4bfc2816 --- /dev/null +++ b/includes/squeeze/install/README.txt @@ -0,0 +1,144 @@ + + Debian GNU/Linux 5.0.0 "Lenny" - Official i386 NETINST Binary-1 + 20090214-14:36 + + (HTML version in README.html) + + Welcome to the exciting world of + Debian GNU/Linux + + This disc contains the installer for the Debian GNU/Linux + distribution. Debian is a very extensive collection of software. But + it is more. It is a complete Operating System (OS) for your computer. + And it is free (as in "freedom"). + + CONTENTS: + * Introduction + * About This Disc + * Installing + * Last-Minute Notes + * Installing software using Apt + * CD/DVD Manufacturers + * More Information + * Browse This Disc + +Introduction +============ + + An operating system is the set of basic programs and utilities that + make your computer run. At the core of an operating system is the + kernel. The kernel is the most fundamental program on the computer, + which does all the basic housekeeping and lets you start other + programs. Debian is kernel independent. It currently uses the Linux + kernel but work is in progress to provide Debian for other kernels, + using the Hurd. Most of the basic operating system tools come from the + GNU project; hence the name GNU/Linux. + + Debian is available for various kinds of computers ("architectures"), + like "IBM-compatible" PCs (i386), Compaq's Alpha, Sun's Sparc, + Motorola/IBM's PowerPC, and (Strong)ARM processors. Check the ports + page for more information. + + Read more at: + + http://www.debian.org/intro/about + +About This Disc +=============== + + This disc is labeled + + Debian GNU/Linux 5.0.0 "Lenny" - Official i386 NETINST Binary-1 + 20090214-14:36 + + It contains programs ("binaries") for `i386' computers. + + This disc is a netinst image. It contains the installer and a very + basic system. Any other packages you might want to install will be + downloaded from the network. + + The Release Notes for "lenny" are available on the Debian web site. + +Installing +========== + + Because Debian is a complete Operating System, the installation + procedure may seem a bit unusual. You can install Debian GNU/Linux + either alongside your current OS, or as the only OS on your computer. + + An Installation Guide for this disc is available from the Debian web + site. + + For the impatient ones: you can start the installation program easily + by booting off this disc. Note that not all (esp. older) systems + support this. + + You can also examine the /install/ directory; you might be able to + start the installation system directly from there. + +Last-Minute Notes +================= + + * You should keep in mind that this is a beta disc of the current + development version of the Debian system. This means that all + sorts of bugs may be present anywhere in the system. Please report + any bugs you find in the Debian Bug Tracking System; details at + bugs.debian.org. + * If you're reporting bugs against this disc or the installation + system, please also mention the version of this disc; this can be + found in the file /.disk/info. + +Installing software using Apt +============================= + + After installing or upgrading, Debian's packaging system can use CDs, + DVDs, local collections, or networked servers (FTP, HTTP) to + automatically install software from (.deb packages). This is done + preferably with the `apt' and `aptitude' programs. + + You can install packages from the commandline using apt-get. For + example, if you want to install the packages `commprog' and `maxgame', + you can give the command: + + apt-get install commprog maxgame + + Note that you don't have to enter the complete path, or the `.deb' + extension. `Apt' will figure this out itself. + + Or use aptitude for a full screen interactive selection of available + Debian packages. + +CD/DVD Manufacturers +==================== + + You are completely free to manufacture and re-distribute CDs/DVDs of + the Debian GNU/Linux Operating System, like this one. There is no + charge from us (but of course donations are always welcome). + + For all needed information and contact addresses, please refer to: + + http://www.debian.org/CD/ + +More Information +================ + + There is much more information present on this disc. Besides the + already mentioned installation and upgrading procedures, this is the + most interesting: + * /doc/FAQ Debian FAQ + * /doc/constitution.txt The Debian Constitution + * /doc/debian-manifesto The Debian Manifesto + * /doc/social-contract.txt Debian's Social Contract + * /doc/bug-reporting.txt Bug reporting instructions + + Also on the Internet are many resources. To name a few: + * http://www.debian.org/ The Debian homepage + * http://www.debian.org/doc/ Debian Documentation + * http://www.debian.org/support/ Debian User Support + * http://www.tldp.org/ The Linux Documentation Project + * http://www.linux.org/ General Linux homepage + + + + See the Debian contact page (http://www.debian.org/contact) for + information on contacting us. diff --git a/includes/squeeze/install/autorun.inf b/includes/squeeze/install/autorun.inf new file mode 100644 index 000000000..70f471d8f --- /dev/null +++ b/includes/squeeze/install/autorun.inf @@ -0,0 +1,2 @@ +[autorun] +open=setup.exe diff --git a/includes/squeeze/install/css/debinstall-print.css b/includes/squeeze/install/css/debinstall-print.css new file mode 100644 index 000000000..6e141d258 --- /dev/null +++ b/includes/squeeze/install/css/debinstall-print.css @@ -0,0 +1,69 @@ +/* + +Debian Installation Medium print media CSS +to be used in conjuction the all media CSS file +Created by: Kalle Söderman + +*/ + +body { + margin: 0 1em 0 70px; + font: normal 10pt sans-serif; + color:black; + background-image:none; +} +.alt { + display:none; + } +.section { + display:none; + } +#logo { + z-index: 0; + } +h1 { + z-index:100; + } +em { + color: #666; + } +code { + background-color: transparent; + border:0; + } +tt a { + font-family: monospace; + background-color: transparent; + border:0; + } +.toc li { + border-bottom: 0.5pt dotted black; + } +#outer ul { + line-height:1.2em; + } +#intro { + border-bottom: 1pt solid black + } +#breadcrumbs { + font-weight:bold; + border-bottom: 1pt solid black; + } +#fineprint, #breadcrumbs { + background: transparent; + } +#fineprint { + color:black; + border-top:1px solid black; + } +#fineprint p { + line-height:1.5em; + } +p a:link { + background-image: url('../pics/dot_bw.gif'); + background-repeat:repeat-x; + background-position:bottom left; + } +a:link, a:visited, a:link:visited { + color:black; + } \ No newline at end of file diff --git a/includes/squeeze/install/css/debinstall.css b/includes/squeeze/install/css/debinstall.css new file mode 100644 index 000000000..cdbeb2b15 --- /dev/null +++ b/includes/squeeze/install/css/debinstall.css @@ -0,0 +1,294 @@ +/* + +Debian Installation Medium CSS +Created by: Kalle Söderman + +*/ + + + + +html { + height:100%; + } +body { + margin: 0px 10px 0 70px; + font: normal 16px sans-serif; + background-color: white; + background-image:url('../pics/gradient.png'); + background-position: top left; + background-repeat: repeat-x; + color:black; +} + +/* --------------- Main Divs --------------- */ + +#header { + margin:0; + padding:0; +} +#upperheader { + margin:0; + padding:0; +} +#logo { + position:absolute; + top:0; + left:0; +} +#intro { + border-bottom:1px solid #c70036; +} +#mirrors #intro { + margin:0; + padding:0; +} +#intro #splash { + margin-top:70px; + margin-bottom: 0px; + text-align:center; +} +#debian-img { + margin-top:10px; + clear:both; + display:block; +} + +#intro p,.intro { + margin-bottom: 0.75em; + padding:0; + line-height:1.2em; + text-align: left; + font-size:118%; +} +.alt { + float:right; +} +.toc { + font-size: 0.73em; + list-style:none; + margin: 0 0 1em 0; + line-height:1.5em; +} +#mirrors .toc { + border-top: 1px solid #d3d6df; +} +.toc li { + border-bottom: 1px solid #d3d6df; + padding:3px 3px 3px 3px; +} +#maincol { + clear:both; +} +.clr { + border-top:1px solid black; +} +#footer { + margin:0; + + clear:both; +} + +#maincol ul, #mailheader { + text-indent:0; + list-style-position:outside; + margin:0.5em 0 1em 0; + padding:0; +} +ul { + list-style-position:outside; + margin:0.5em 0 1em 0; + + padding:0; +} +ul ul, ul ul ul, ul ul ul ul { + padding-left:1em; +} + +#breadcrumbs { + font-size:0.68em; + margin:0 0 0 0; + padding:0.25em; + background-color: #f2f3f7; + border-bottom: 1px solid #e2e3e7; + text-transform:lowercase; +} +.hidecss { + display:none; +} +#fineprint { + font-size:0.68em; + color: #333; + margin:2em 0 0 0; + padding:0.25em; + background-color: #f2f3f7; + border-top: 1px solid #e2e3e7; + text-transform:lowercase; +} +#fineprint p { + margin:0; + line-height:1em; +} +.nonvisual { + display:none; +} +.clear {clear:both} +#clear { + clear:both; +} + +/* --------------- Images --------------- */ + +img {border:0;} + + + +/* --------------- Typography --------------- */ +#intro h1 { + margin:0; + line-height:0.8em; +} +dd { + margin: 0 0 1em 1em; +} +.section { + font-family:monospace; + font-size: 0.9em; + position:absolute; + top: 0px; + left:70px; + text-transform: uppercase; + letter-spacing: 0.08em; + background-color: #c70036; + line-height: 20px; + color:white; + padding: 0 5px 0 5px; + margin:0; +} +.section em { + font-style:normal; + color:white; +} +strong { + font-weight:bold; +} + +p { + margin: 0.1em 0 0.4em 0; + line-height:1.5em; +} +em { + color: #666; +} + +h1, h2, h3, h4, h5, h6 { + font-weight: normal; +} +h1 { + font-size: 218%; margin:0.5em 0 0.5em 0; +} +h2 { + font-size: 164%; margin: 1em 0 0.25em 0; +} +h3 { + font-size: 145%; +} +h4 { + font-size: 118%; +} +blockquote { + margin: 0; +} +hr { + background-color:#cdcdcd; + height:1px; + border:0; + display:none; +} +pre { + font-family: monospace; + font-size: 0.73em; + line-height:1.5em; +} + +th { + text-align:left; +} +blockquote { + margin-left: 1em; + font-size:0.73em; +} +code { + background-color: #f2f3f7; + border: 1px solid #e2e3e7; + padding: 0 0.25em 0 0.25em; + text-decoration:none; +} + +tt a { + background-color: #fffede; + border: 1px solid #eae9cb; + padding: 0 0.25em 0 0.25em; + text-decoration:none; +} +tt a:hover { + background-color:transparent; + border-color:transparent; +} + +dt { + font-weight:bold; + margin:0; +} +dd { + margin-left:1em; +} +#mirrors h1 { + margin-top:70px; + padding: 0.25em 0 0 0; + border-top: 1px solid #c70036; +} +#mirrors pre { + font-size:0.75em; +} +#mirrors td, #mirrors th { + font-size:0.73em; + padding-right:1em; +} +#mirrors code { + background:transparent; + border:none; +} +/*--------------- Small Type Group -------------*/ + +.small, #footer,#news, #security,.planet #sidebar, .planet .date, .wikitoc, .wiki #sidebar, .wiki #pageinfo.info, .wiki #spotlight { + font-size:0.73em; +} + + + +/* --------------------- Links ---------------------- */ + +a:link { + color: #0035c7; + text-decoration:none; +} + +a:link:hover { + text-decoration: underline; + color: #2e00c7; +} +a:visited { + text-decoration:none; + color: #0035c7; +} +a:visited:hover { + text-decoration:underline; +} +a:link:active { + color: #c70036; + background-color:transparent; +} + + + diff --git a/includes/squeeze/install/pics/blue-lowerleft.png b/includes/squeeze/install/pics/blue-lowerleft.png new file mode 100644 index 000000000..2a2245e45 Binary files /dev/null and b/includes/squeeze/install/pics/blue-lowerleft.png differ diff --git a/includes/squeeze/install/pics/blue-lowerright.png b/includes/squeeze/install/pics/blue-lowerright.png new file mode 100644 index 000000000..7e6627145 Binary files /dev/null and b/includes/squeeze/install/pics/blue-lowerright.png differ diff --git a/includes/squeeze/install/pics/blue-upperleft.png b/includes/squeeze/install/pics/blue-upperleft.png new file mode 100644 index 000000000..a58d0ecb1 Binary files /dev/null and b/includes/squeeze/install/pics/blue-upperleft.png differ diff --git a/includes/squeeze/install/pics/blue-upperright.png b/includes/squeeze/install/pics/blue-upperright.png new file mode 100644 index 000000000..2f368493a Binary files /dev/null and b/includes/squeeze/install/pics/blue-upperright.png differ diff --git a/includes/squeeze/install/pics/debian-61.png b/includes/squeeze/install/pics/debian-61.png new file mode 100644 index 000000000..1aca3e663 Binary files /dev/null and b/includes/squeeze/install/pics/debian-61.png differ diff --git a/includes/squeeze/install/pics/debian.jpg b/includes/squeeze/install/pics/debian.jpg new file mode 100644 index 000000000..db62d7a03 Binary files /dev/null and b/includes/squeeze/install/pics/debian.jpg differ diff --git a/includes/squeeze/install/pics/dot_bw.gif b/includes/squeeze/install/pics/dot_bw.gif new file mode 100644 index 000000000..87a807675 Binary files /dev/null and b/includes/squeeze/install/pics/dot_bw.gif differ diff --git a/includes/squeeze/install/pics/gradient.png b/includes/squeeze/install/pics/gradient.png new file mode 100644 index 000000000..33009daf8 Binary files /dev/null and b/includes/squeeze/install/pics/gradient.png differ diff --git a/includes/squeeze/install/pics/logo-50.jpg b/includes/squeeze/install/pics/logo-50.jpg new file mode 100644 index 000000000..542f0a498 Binary files /dev/null and b/includes/squeeze/install/pics/logo-50.jpg differ diff --git a/includes/squeeze/install/pics/openlogo-nd-50.png b/includes/squeeze/install/pics/openlogo-nd-50.png new file mode 100644 index 000000000..3d7e47199 Binary files /dev/null and b/includes/squeeze/install/pics/openlogo-nd-50.png differ diff --git a/includes/squeeze/install/pics/red-lowerleft.png b/includes/squeeze/install/pics/red-lowerleft.png new file mode 100644 index 000000000..caca9c543 Binary files /dev/null and b/includes/squeeze/install/pics/red-lowerleft.png differ diff --git a/includes/squeeze/install/pics/red-lowerright.png b/includes/squeeze/install/pics/red-lowerright.png new file mode 100644 index 000000000..c27056c59 Binary files /dev/null and b/includes/squeeze/install/pics/red-lowerright.png differ diff --git a/includes/squeeze/install/pics/red-upperleft.png b/includes/squeeze/install/pics/red-upperleft.png new file mode 100644 index 000000000..c1e3301cc Binary files /dev/null and b/includes/squeeze/install/pics/red-upperleft.png differ diff --git a/includes/squeeze/install/pics/red-upperright.png b/includes/squeeze/install/pics/red-upperright.png new file mode 100644 index 000000000..54d17cafd Binary files /dev/null and b/includes/squeeze/install/pics/red-upperright.png differ -- cgit v1.2.3