diff --git a/Debian-Mirrors/debian-en.css b/Debian-Mirrors/debian-en.css new file mode 100644 index 0000000..3c5b1b8 --- /dev/null +++ b/Debian-Mirrors/debian-en.css @@ -0,0 +1,35 @@ +/* Debian language css file for english - en */ +/* please do not touch for now! - Jutta Wrage 2005 */ + +html[lang|=en] #serverselect { + width: 13em; +} +html[lang|=en] #maincol { + margin-left: 10em; +} +html[lang|=en] #leftcol ul.cdmenu { + width: 10em; +} + +q { font-style: italic; } +/* quotes */ +html[lang|=en] q:before { content: "\201C"; } +html[lang|=en] q:after { content: "\201D"; } +html[lang|=en] q q:before { content: "\2018"; } +html[lang|=en] q q:after { content: "\2019"; } + +/* html[lang|=en] blockquote p:first-child:before { content: "\201C"; } +html[lang|=en] blockquote p.notlast:after { content: ""; } +html[lang|=en] blockquote p:after { content: "\201D"; } + +html[lang|=en] blockquote.question p:before { content: ""; } +html[lang|=en] blockquote.question p:after, blockquote.documentquote p:after{ content: ""; } +html[lang|=en] blockquote { font-style: italic; } +*/ + +/* +html[lang=en] .en2 q:before { content: "\2018"; } +html[lang=en] .en2 q:after { content: "\2019"; } +html[lang=en] .en2 q q:before { content: "\201C"; } +html[lang=en] .en2 q q:after { content: "\201D"; } +*/ diff --git a/Debian-Mirrors/debian.css b/Debian-Mirrors/debian.css new file mode 100644 index 0000000..60967bc --- /dev/null +++ b/Debian-Mirrors/debian.css @@ -0,0 +1,703 @@ +/* css file for debian web site - Jutta Wrage 2004 */ +/* please see README_CSS.txt for more information */ + +html, body { + color: #000000; + background-color: #FFFFFF; + margin: 0 4px 0 4px; + padding: 0; + text-align: left; +} + +img { border: 0; } + +h1 { text-align: center; } + +acronym { + border-bottom: 1px dotted #000000; +} + +hr.hidecss { + border: 0; +} + +hr { + border-bottom: 0; + border-top: 1px solid #BFC3DC; +} + +samp { + display: block; + margin-left: 2em; +} +div.sampleblock { + width: 80%; + margin: auto; + font-family:courier, serif; + font-size: 90%; +} +.centerblock { + width: 90%; + margin-left: auto; + margin-right: auto; +} +div.quoteblock { + width: 75%; + margin: auto; + font-size: 90%; + text-align: justify; +} + +.quoteblock div.preimg { + float: left; + margin-top: 0.2em; +} +.quoteblock cite { + display: block; + text-align: right; +} +blockquote.question { + font-style: italic; +} +blockquote.question p span { + font-style: normal; + width: 10%; +} +#pagewidth { + width: 100%; + text-align: left; +} + +/* now the header*/ +#header { + margin-left: -3px; + width: 100%; + height: auto; +} + +/* upper nested header box*/ +#upperheader { + width: 100%; + margin-top: 11px; + height: auto; + background: #FFFFFF; +} + +#logo { + float: left; + margin-left: 6px; + background: #FFFFFF; +} + +#serverselect { + float: right; + display: block; + padding-top: 1px; + margin-right: 6px; + margin-left: auto; + text-align: right; + top: 0; + right: 0; +} + +#serverselect p { + color: #990000; + font-size: 0.8em; + font-weight: normal; +} + +#serverselect p select { + font-size: 88%; +} + +#serverselect p input { + font-size: 88%; +} +.centerlogo { + margin-left: 260px; + margin-right: auto; + width: 125px; + text-align: center; + vertical-align: bottom; +} +#cdlogo { +} + +#hpacketsearch { + display: block; + padding-top: 1px; + padding-left: 5px; + margin-right: 0.2em; + margin-left: auto; + text-align: left; + width: 25em; + top: 0em; + right: 0em; +} + +#hpacketsearch p small { + color: #990000; + font-size: 0.8em; + font-weight: normal; +} + +#hpacketsearch p select { + font-size: 88%; +} + +#hpacketsearch p input { + font-size: 88%; +} + +#navbar { + /* margin-top: 1em; */ + clear: both; + padding-left: 0px; + /* margin-top: 5px; */ + padding-top: 6px; + padding-bottom: 4px; + width: 100%; + height: auto; + text-align: center; + background: #BF1238; +} +#navbar ul { + display: inline; + list-style-type: none; + padding-left: 0px; + line-height: 1.5em; +} +#navbar ul li { + display: inline; + margin: 0; + white-space: nowrap; +} +#navbar a { + color: #FFFFFF; + text-decoration: none; + padding: 0.2em 0.4em 0.2em 0.4em; + background-color: #000084; + border: 1px solid #000084; + font-family: Arial, Helvetica, sans-serif; + font-weight: bold; + font-size: 0.9em; +} +#navbar a:hover { + background: #0000CC; +} +#navbar .hidecss, .hidecss { + display: none; +} + +/* the rest of page out of two nested boxes around */ + +#outer { + background-color: #FFFFFF; + width: auto; + /* border:solid white 2px; */ +} + +#inner { + margin: -2px; + margin-top: 0; + width: 100%; + background: #FFFFFF; + /* overflow: auto; */ +} + +#leftcol { + float: left; + margin: 0em 0.4em 0 0; + padding-left: 0; + padding-bottom: 1em; + width: auto; + background: #BBDDFF; + font-size: 0.9em; + font-family: Arial, Helvetica, sans-serif; + border: 1px solid #BBDDFF; + /* overflow: auto; */ +} +#leftcol a:link, #leftcol a:visited { + display: block; +} +#leftcol a:hover { + background-color: #DDEEFF; + /* background-color: #FFFFFF; */ +} +#leftcol ul { + margin: 2px; + padding: 0; + list-style-type: none; + font-weight: bold; +} +#leftcol ul.votemenu { + width: 11em; +} +#leftcol ul.cdmenu { + width: 12em; +} +#leftcol ul.votemenu ul li, #leftcol ul.cdmenu ul li { + padding-bottom: 0.4em; +} +#leftcol li ul { + display: inline; +} +#leftcol ul li { + padding: 0.2em 0; +} +#leftcol ul ul { + font-size: 0.9em; + margin: 0; +} +#leftcol ul li a { + line-height: 1.2em; + padding-right: 0.5em; + /* padding: 0.2em 0 0.3em 0em; */ +} +#leftcol ul ul li a { + font-weight: normal; + padding: 0.1em 0.5em; + line-height: 1.1em; +} +#leftcol ul ul li { + padding-top: 0; +} +#leftcol p { + margin-left: 2px; + margin-right: 2px; +} +#leftcol p a { + display: block; + margin: 0; +} +#leftcol p img { + margin-left: 1em; +} +#leftcol .menuselected { + color: #BF1238; +} +#leftcol ul ul .menuselected { + text-indent: 0.5em; +} +#maincol { + background: #FFFFFF; + margin-left: 12em; + margin-right: 0.5em; + margin-bottom: 1em; +} + +#lefthalfcol { + float: left; + margin-left: 0em; + width: 49%; +} + +#lefthalfcol h4, #lefthalfcol h3 , #righthalfcol h4, #righthalfcol h3 { + margin: 0em; +} + +#lefthalfcol dl { + margin-top: 0em; +} + +#righthalfcol { + margin-left: 50%; + width: 49%; +} + +#righthalfcol dl { + margin-right: 0.2em; +} + +#footer { + clear: both; + width: 100%; + padding-top: 3px; + bottom: 0; + text-align: center; + margin: 0px; +} + +#fineprint { + margin-top: 0.2em; + padding-top: 3px; + text-align: center; + font-size: 0.85em; +} + +#outer>#inner { border-bottom: 1px solid #BFC3DC; } +.bordertop { border-top: 1px solid #BFC3DC; } + +dl.gloss dt { + font-weight: bold; +} + +#footer ul { + display: inline; + list-style-type: none; +} + +#footer ul li { + display: inline; +} + +#footer ul li a, table.y2k td { + white-space: nowrap; +} + +#footer p { + margin: 0px; +} + +#main { + background: #bbddff; + padding: 1em 0; /* have some padding to get rid of collapsed margins */ +} + +/* classes for cards */ + +.cardleft { + margin: 0 0 1em; + float: left; + width: 49%; +} +.cardright { + margin-left: 50% + /*margin: 0 1% 2em 50%; */ +} +.card { + clear: left; + margin: 0 0 1em; +} + +.cardleft h2, .cardright h2, .card h2 { + font-size: 120%; + background: #000000; + color: #FFD400; + display: inline; + padding: 0.2em 0.4em; + margin: 0 10px; + font-family: Arial, Helvetica, sans-serif; + letter-spacing: 0.2em; +} + +.cardleft dl dd, .cardright dl dd , .card dl dd { + padding-bottom: 0.5em; +} + +.cardleft div, .cardright div, .card div { + border: 2px solid #000000; + background: #FFFFFF; + padding: 0.5em; + margin: 2px 10px; + /* the next two lines xpand the div to heigth of left inner div */ + overflow: auto; +} + +div.lefthalf { + float: left; + width: 49%; + border: 0; + margin: 0; + padding: 0; +} + +div.righthalf { + border: 0; + margin: 0; + padding: 0; +} +/* classes and div names for package pages */ + +#pdesc, #pdeps, #pdownload, #pmoreinfo { + margin-left: 1em; + margin-right: 1em; +} + +#pdesc p { + text-align: justify; +} + +.pdescshort { + text-align: left; + font-size: large; + font-weight: bold; +} + +#pdeps table tr td { + font-size: 0.9em; +} + +#pdeps ul { + list-style-type: none; + padding-left: 2em; +} + +#pdeps li { + text-indent: -2em; +} + +#pdeps ul.uldep, #pdeps ul.uladep { + list-style-type: disc; + list-style-image: url(http://packages.debian.org/Pics/dep.gif); +} + +#pdeps ul.ulrec, #pdeps ul.ulidep { + list-style-type: disc; + list-style-image: url(http://packages.debian.org/Pics/rec.gif); +} + +#pdeps ul.ulsug { + list-style-type: disc; + list-style-image: url(http://packages.debian.org/Pics/sug.gif); +} + +#pdeps ul.uldep li, #pdeps ul.ulrec li, #pdeps ul.ulsug li, #pdeps ul.uladep li, #pdeps ul.ulidep li { + padding-left: 2em; +} +#pdeps dl { + margin: 0; +} + +#pdownload p, #pdownload form, #pdownload submit { + display: inline; +} + +#pdownload td { + font-size: 0.85em; + text-align: center; +} + +#pmoreinfo p { + font-size: 0.85em; +} + +/* colors for packages, warnings and news in ports */ +.pred, .warning, dt.new, .no { + color: red; /* FF0000 */ +} + +.psmallcenter, .psmalltrademark { + clear: both; + font-size: 0.85em; + text-align: center; +} + +.psmalltrademark { + color: green; +} +#pdownload table, table.ridgetable, table.reltable { + border-width: 4px; + border-color: gray; + margin: 0 1em 1em 1em; + border-style: ridge; + border-collapse: collapse; +} +table.vote { + margin: 0 auto; + border-width: 3px; + border-color: gray; + border-style: ridge; + border-collapse: collapse; +} +#pdownload th, #pdownload td, table.ridgetable th, table.ridgetable td, + table.reltable td, table.reltable th { + border: 2px gray; + border-style: ridge; + padding: 0.1em; +} +table.reltable th { + background-color: #44CCCC; +} +table.vote th { + border: 1px solid gray; + background-color: #DDDDDD; +} +table.vote td { + border: 1px solid gray; + padding: 4px; +} +table.reltable tr.odd { + background-color: #FFFFFF; +} +table.reltable tr.even { + background-color: #DDDDDD; +} +table.stattrans { + margin: 0 auto; + width: 95%; + border: 1px solid black; + background-color: #cdc9c9; +} +table.stattrans th { + text-align: center; + padding: 2px; +} +table.stattrans td { + text-align: right; + padding: 2px; +} +table.stattrans tbody th { + text-align: left; + font-weight: normal; +} +table.volatile { + border-collapse: collapse; +} +.volatile th, .volatile td { + text-align: left; + border: 1px solid black; + padding: 0.2em; +} +.volatile thead { + background-color: silver; + color: #000000; +} +table.volatile tr.country { + color: #ffffff; + background-color: #df0451; +} + +/* partners */ +.partnertype { + background-color: #DD0000; + padding: 0.2em 0 0.2em 1em; + color: #FFFFFF; + +} +div.partnerlogo { + display: table-cell; + vertical-align: middle; + text-align: center; + width: 30%; +} +div.partnerdesc { + display: table-cell; + font-size: 85%; +} +div.cdflash { + background-color: #E09E86; + width: 80%; + margin: auto; + text-align: center; +} +.cdrsync { + color: #6B1300; +} +/* debian installer */ + +.dierror { + background-color: #FF6060; +} +.dibad { + background-color: #F7FF60; +} +.digood { + background-color: #7AFF71; +} + +/* useful classes */ + +th.eventheader { + background-color: #BBDDFF; +} +.center { + text-align: center; +} +.right { + text-align: right; +} +ul.circlelist { + list-style-type: circle; +} +.centerdiv table { + margin-left: auto; + margin-right: auto; +} +ul.discless { + list-style-type: none; +} +.top, img.ico { + vertical-align: top; +} +img.ico { + float: left; + margin: 0 0.2em 0 0; +} +img.rightico { + float: right; + vertical-align: top; + margin: 0 0 0 0.2em; +} +img.cve { + vertical-align: -25px; +} +.y2kok, .yes { + color: #00BB00; +} +.y2kok2 { + color: #00BBBB; +} +.bluehead { + color: #0000FF !important; +} +span.halfsize { + font-size: 80%; +} +span.ddpbooktitle, span.merchtitle { + font-size: larger; +} +a:link { color: #0000FF; } +a:visited { color: #800080; } +a:hover { color: #F000FF; } +a:active { color: #FF0000; } + +.navpara a, col.y2k { + white-space: nowrap; + /* this is to keep from breaking at whitespace in anchors */ +} + + +.underline { text-decoration: underline; } +.clr { clear:both; } +/*.content{padding:5px;} */ /*padding for content */ +/* #header .content{padding-bottom:0;} */ /*padding bottom 0 to remove space in IE5 Mac*/ + +/* for l10n-arabic */ +.bidi { + direction: rtl; + text-align: right; +} + +#leftcol, #navbar, #navbar a { + -moz-border-radius: 15px; + /* this goes to the end as the css validator does not like it + will be replaced by border-radius with css3 */ +} + +/* /CD/vendors/ */ +table.vendors { + width: 100%; + border-collapse: collapse; + border: 1px solid #AAAAAA; +} + +table.vendors th { + background: #BBDDFF; + font-size: 0.9em; + font-family: Arial, Helvetica, sans-serif; + color: #3e4955; + padding: 0.2em; + border: 1px solid #AAAAAA; + border-bottom: none; + text-align: left; +} + +table.vendors tr.b td { + background-color: #EEEEEE; +} + +table.vendors td { + padding: 0.2em; + vertical-align: top; +} diff --git a/Debian-Mirrors/debian.png b/Debian-Mirrors/debian.png new file mode 100644 index 0000000..41498fa Binary files /dev/null and b/Debian-Mirrors/debian.png differ diff --git a/Debian-Mirrors/list b/Debian-Mirrors/list new file mode 100644 index 0000000..81f0d7a --- /dev/null +++ b/Debian-Mirrors/list @@ -0,0 +1,3032 @@ + + +
+ +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/.
+
Country | +Site | +Architectures | +
---|---|---|
Australia | +ftp.au.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Austria | +ftp.at.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Belgium | +ftp.be.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Brazil | +ftp.br.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Bulgaria | +ftp.bg.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Canada | +ftp.ca.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Chile | +ftp.cl.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Croatia | +ftp.hr.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Czech Republic | +ftp.cz.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Denmark | +ftp.dk.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Estonia | +ftp.ee.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Finland | +ftp.fi.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
France | +ftp.fr.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
France | +ftp2.fr.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Germany | +ftp.de.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Germany | +ftp2.de.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Great Britain | +ftp.uk.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Greece | +ftp.gr.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Hong Kong | +ftp.hk.debian.org/debian/ | +alpha amd64 arm armel i386 ia64 powerpc sparc | +
Hungary | +ftp.hu.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Iceland | +ftp.is.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Ireland | +ftp.ie.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Italy | +ftp.it.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Japan | +ftp.jp.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Japan | +ftp2.jp.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Korea | +ftp.kr.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Mexico | +ftp.mx.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Netherlands | +ftp.nl.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
New Zealand | +ftp.nz.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Norway | +ftp.no.debian.org/debian/ | +amd64 i386 ia64 powerpc sparc | +
Poland | +ftp.pl.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Portugal | +ftp.pt.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Romania | +ftp.ro.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Russia | +ftp.ru.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Slovakia | +ftp.sk.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Slovenia | +ftp.si.debian.org/debian/ | +alpha amd64 i386 ia64 m68k powerpc sparc | +
Spain | +ftp.es.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Sweden | +ftp.se.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Switzerland | +ftp.ch.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Taiwan | +ftp.tw.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Turkey | +ftp.tr.debian.org/debian/ | +alpha amd64 arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
United States | +ftp.us.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Host name | +FTP | +HTTP | +Architectures | +
---|---|---|---|
Argentina | |||
debian.logiclinux.com
+ |
+ + | /debian/ | +amd64 i386 | +
debian.torredehanoi.org
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.ccc.uba.ar
+ |
+ /pub/linux/debian/debian/ | +/pub/linux/debian/debian/ | +amd64 i386 | +
Australia | |||
ftp.au.debian.org
++ (mirror.linux.org.au)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.iinet.net.au
+ |
+ /debian/debian/ | +/debian/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.monash.edu.au
+ |
+ /pub/linux/debian/ | +/pub/linux/debian/ | +amd64 i386 | +
ftp.netspace.net.au
+ |
+ /pub/debian/ | +/pub/debian/ | +alpha amd64 arm armel hppa i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.uwa.edu.au
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
mirror.3fl.net.au
+ |
+ /pub/debian/ | +/debian/ | +amd64 i386 | +
mirror.aarnet.edu.au
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
mirror.cse.unsw.edu.au
+ |
+ /debian/ | +/debian/ | +amd64 i386 ia64 powerpc | +
mirror.eftel.com
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
mirror.optus.net
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
mirror.pacific.net.au
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Austria | |||
ftp.at.debian.org
++ (debian.sil.at)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.inode.at
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel i386 powerpc sparc | +
debian.mur.at
+ |
+ /debian/ | +/debian/ | +amd64 i386 ia64 | +
esda.wu-wien.ac.at
+ |
+ /pub/debian/ | ++ | amd64 i386 powerpc | +
ftp.tu-graz.ac.at
+ |
+ /mirror/debian/ | +/mirror/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.univie.ac.at
+ |
+ /systems/linux/debian/debian/ | +/systems/linux/debian/debian/ | +i386 | +
gd.tuwien.ac.at
+ |
+ /opsys/linux/debian/ | +/opsys/linux/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Belarus | |||
ftp.mgts.by
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
linux.org.by
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
Belgium | |||
ftp.be.debian.org
++ (ftp.belnet.be)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.debian.skynet.be
+ |
+ /debian/ | +/ftp/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.easynet.be
+ |
+ /debian/ | +/ftp/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.kulnet.kuleuven.ac.be
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
mirror.be.gbxs.net
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Brazil | |||
ftp.br.debian.org
++ (debian.c3sl.ufpr.br)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.das.ufsc.br
+ |
+ /pub/debian/ | ++ | amd64 i386 | +
debian.las.ic.unicamp.br
+ |
+ /debian/ | +/debian/ | +amd64 i386 powerpc sparc | +
debian.pop-sc.rnp.br
+ |
+ + | /debian/ | +amd64 i386 | +
download.unesp.br
+ |
+ + | /linux/debian/ | +alpha amd64 arm armel hppa i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.pucpr.br
+ |
+ /debian/ | ++ | amd64 hurd-i386 i386 | +
linorg.usp.br
+ |
+ /debian/ | +/debian/ | +i386 | +
linux.iq.usp.br
+ |
+ + | /debian/ | +amd64 i386 | +
sft.if.usp.br
+ |
+ + | /debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Bulgaria | |||
ftp.bg.debian.org
++ (debian.spnet.net)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.ludost.net
+ |
+ /debian/ | +/debian/ | +i386 | +
debian.mnet.bg
+ |
+ /debian/ | +/debian/ | +i386 | +
debian.networx-bg.com
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
debian.telecoms.bg
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.uni-sofia.bg
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Canada | |||
ftp.ca.debian.org
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.mirror.iweb.ca
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.mirror.rafal.ca
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.savoirfairelinux.net
+ |
+ /debian/ | +/debian/ | +amd64 i386 powerpc | +
debian.yorku.ca
+ |
+ + | /debian/ | +amd64 i386 | +
ftp3.nrc.ca
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
gulus.usherbrooke.ca
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
mirror.cpsc.ucalgary.ca
+ |
+ /mirror/debian.org/debian/ | +/mirror/debian.org/debian/ | +amd64 i386 | +
mirror.csclub.uwaterloo.ca
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
mirror.peer1.net
+ |
+ + | /debian/ | +alpha amd64 arm armel i386 mips mipsel powerpc sparc | +
mirror.publicns.net
+ |
+ /pub/debian/ | +/pub/debian/ | +amd64 armel i386 | +
Chile | |||
ftp.cl.debian.org
++ (debian.ciencias.uchile.cl)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.ubiobio.cl
+ |
+ + | /debian/ | +amd64 i386 powerpc | +
debian.utalca.cl
+ |
+ + | /debian/ | +amd64 i386 | +
mirror.debian.cl
+ |
+ + | /debian/ | +amd64 i386 | +
China | |||
debian.cn99.com
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
mirrors.geekbone.org
+ |
+ /debian/ | +/debian/ | +alpha amd64 hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
www.anheng.com.cn
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm hppa hurd-i386 i386 ia64 mips mipsel powerpc s390 sparc | +
Croatia | |||
ftp.hr.debian.org
++ (debian.carnet.hr)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.iskon.hr
+ |
+ /debian/ | +/debian/ | +amd64 hurd-i386 i386 ia64 s390 | +
ftp.carnet.hr
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.irb.hr
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Czech Republic | |||
ftp.cz.debian.org
++ (ftp.debian.cz)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.ignum.cz
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.mirror.web4u.cz
+ |
+ / | +/ | +amd64 i386 | +
debian.sh.cvut.cz
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.cvut.cz
+ |
+ /debian/ | +/debian/ | +amd64 i386 ia64 | +
ftp.zcu.cz
+ |
+ /mirrors/debian/ | +/mirrors/debian/ | +amd64 i386 | +
Denmark | |||
ftp.dk.debian.org
++ (mirrors.dotsrc.org)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.uni-c.dk
+ |
+ + | /debian/ | +alpha amd64 i386 ia64 powerpc | +
debianmirror.wwi.dk
+ |
+ + | /debian/ | +alpha amd64 arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.dkuug.dk
+ |
+ /pub/debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
mirror.here.dk
+ |
+ /debian/ | +/debian/ | +amd64 i386 ia64 mips powerpc | +
mirrors.telianet.dk
+ |
+ /debian/ | +/debian/ | +amd64 i386 powerpc sparc | +
El Salvador | |||
debian.ues.edu.sv
+ |
+ /debian/ | +/debian/ | +amd64 i386 ia64 | +
Estonia | |||
ftp.ee.debian.org
++ (ftp.aso.ee)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Finland | |||
ftp.fi.debian.org
++ (trumpetti.atm.tut.fi)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k 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 m68k 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 | +
France | |||
ftp.fr.debian.org
++ (debian.proxad.net)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp2.fr.debian.org
++ (ftp.oleane.net)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.cict.fr
+ |
+ /debian/ | +/debian/ | +amd64 arm armel hurd-i386 i386 | +
debian.ens-cachan.fr
+ |
+ /debian/ | +/ftp/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.med.univ-tours.fr
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.mines.inpl-nancy.fr
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.mirror.inra.fr
+ |
+ /debian/ | +/debian/ | +amd64 arm armel i386 ia64 powerpc sparc | +
debian.mirrors.easynet.fr
+ |
+ /debian/ | +/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.revolsys.fr
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
debian.univ-reims.fr
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
ftp.crihan.fr
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.debian.ikoula.com
+ |
+ /debian/ | ++ | alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.eudil.fr
+ |
+ /debian/ | +/debian/ | +alpha arm armel hppa i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.iut-bm.univ-fcomte.fr
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.lip6.fr
+ |
+ /pub/linux/distributions/debian/ | +/pub/linux/distributions/debian/ | +amd64 i386 | +
ftp.nerim.net
+ |
+ /debian/ | +/debian/ | +i386 | +
ftp.proxad.net
+ |
+ /mirrors/ftp.debian.org/ | ++ | alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.u-picardie.fr
+ |
+ /mirror/debian/ | +/mirror/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.u-strasbg.fr
+ |
+ /debian/ | +/debian/ | +alpha amd64 hurd-i386 i386 ia64 m68k powerpc sparc | +
ftp.univ-nantes.fr
+ |
+ /debian/ | ++ | alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.univ-pau.fr
+ |
+ /pub/mirrors/debian/ | +/linux/mirrors/debian/ | +amd64 i386 | +
mir1.ovh.net
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
mir2.ovh.net
+ |
+ + | /debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
mirrors.compuscene.org
+ |
+ + | /debian/ | +amd64 i386 | +
mirrors.ircam.fr
+ |
+ /pub/debian/ | +/pub/debian/ | +alpha amd64 hurd-i386 i386 ia64 m68k mips mipsel powerpc sparc | +
webb.ens-cachan.fr
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
French Polynesia | |||
repository.linux.pf
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
Georgia | |||
ftp.ifg.gtu.ge
+ |
+ /debian/ | ++ | amd64 i386 | +
Germany | |||
ftp.de.debian.org
++ (debian.inf.tu-dresden.de)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp2.de.debian.org
++ (ftp.rfc822.org)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
artfiles.org
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
debian.charite.de
+ |
+ + | /debian/ | +i386 | +
debian.cruisix.net
+ |
+ /debian/ | +/debian/ | +amd64 i386 powerpc | +
debian.intergenia.de
+ |
+ + | /debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.netcologne.de
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.tu-bs.de
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.uni-essen.de
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp-stud.fht-esslingen.de
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.freenet.de
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.fu-berlin.de
+ |
+ /pub/unix/linux/mirrors/debian/ | ++ | alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.halifax.rwth-aachen.de
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
ftp.hosteurope.de
+ |
+ /pub/linux/debian/ | +/pub/linux/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.informatik.hu-berlin.de
+ |
+ /pub/Linux/debian/ | ++ | alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.informatik.rwth-aachen.de
+ |
+ /pub/Linux/debian/ | +/ftp/pub/Linux/debian/ | +alpha amd64 i386 powerpc sparc | +
ftp.informatik.uni-frankfurt.de
+ |
+ /pub/Mirrors/debian.org/debian/ | +/debian/ | +amd64 i386 ia64 powerpc | +
ftp.mpi-sb.mpg.de
+ |
+ /pub/linux/debian/ | ++ | alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.plusline.de
+ |
+ /pub/debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.rrzn.uni-hannover.de
+ |
+ /debian/debian/ | ++ | alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.stw-bonn.de
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
ftp.tiscali.de
+ |
+ /pub/debian/debian/ | +/pub/debian/debian/ | +amd64 arm armel hurd-i386 i386 ia64 | +
ftp.tu-chemnitz.de
+ |
+ /pub/linux/debian/debian/ | +/pub/linux/debian/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.tu-clausthal.de
+ |
+ /pub/linux/debian/ | ++ | amd64 arm armel i386 ia64 m68k mips powerpc sparc | +
ftp.uni-bayreuth.de
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.uni-kl.de
+ |
+ /debian/ | +/debian/ | +amd64 i386 ia64 powerpc sparc | +
ftp.uni-koeln.de
+ |
+ /debian/ | +/debian/ | +alpha amd64 i386 powerpc sparc | +
ftp5.gwdg.de
+ |
+ /pub/linux/debian/debian/ | +/pub/linux/debian/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
sinclair.farm.ftbfs.de
+ |
+ + | /debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Great Britain | |||
ftp.uk.debian.org
++ (debian.hands.com)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.man.ac.uk
+ |
+ + | /debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.virginmedia.com
+ |
+ /mirrors/ftp.debian.org | +/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.zetnet.co.uk
+ |
+ /debian/ | +/debian/ | +amd64 i386 mipsel | +
ftp.ticklers.org
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
mirror.ox.ac.uk
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k 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 m68k mips mipsel powerpc s390 sparc | +
www.mirrorservice.org
+ |
+ /sites/ftp.debian.org/debian/ | +/sites/ftp.debian.org/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Greece | |||
ftp.gr.debian.org
++ (ftp.ntua.gr)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.otenet.gr
+ |
+ /pub/linux/debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.cc.uoc.gr
+ |
+ /mirrors/linux/debian/ | +/mirrors/linux/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.duth.gr
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.softnet.tuc.gr
+ |
+ /pub/linux/debian/ | +/ftp/linux/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Hong Kong | |||
ftp.hk.debian.org
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel i386 ia64 powerpc sparc | +
www.zentek-international.com
+ |
+ + | /mirrors/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Hungary | |||
ftp.hu.debian.org
++ (ftp.fsn.hu)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.mirrors.crysys.hu
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.sth.sze.hu
+ |
+ /debian/ | +/ | +amd64 i386 ia64 | +
ftp.bme.hu
+ |
+ /OS/Linux/dist/debian/ | +/OS/Linux/dist/debian/ | +amd64 hurd-i386 i386 ia64 | +
ftp.externet.hu
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
ftp.kfki.hu
+ |
+ /pub/linux/debian/ | +/linux/debian/ | +alpha arm armel hppa i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Iceland | |||
ftp.is.debian.org
++ (ftp.rhnet.is)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
India | |||
ftp.iitm.ac.in
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
Indonesia | |||
debian.indika.net.id
+ |
+ + | /debian/ | +i386 | +
kebo.vlsm.org
+ |
+ /debian/ | +/debian/ | +amd64 hurd-i386 i386 powerpc | +
Ireland | |||
ftp.ie.debian.org
++ (debian.heanet.ie)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.esat.net
+ |
+ /pub/linux/debian/ | +/pub/linux/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Israel | |||
debian.co.il
+ |
+ + | /debian/ | +i386 | +
mirror.isoc.org.il
+ |
+ + | /pub/debian/ | +amd64 i386 | +
Italy | |||
ftp.it.debian.org
++ (ftp.bofh.it)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.dynamica.it
+ |
+ /debian/ | +/debian/ | +amd64 hurd-i386 i386 ia64 powerpc | +
debian.fastweb.it
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
freedom.dicea.unifi.it
+ |
+ /pub/linux/debian/ | +/ftp/pub/linux/debian/ | +amd64 hurd-i386 i386 | +
ftp.bononia.it
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.eutelia.it
+ |
+ /pub/Debian_Mirror/ | ++ | alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k 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 m68k mips mipsel powerpc s390 sparc | +
giano.com.dist.unige.it
+ |
+ /debian/ | +/debian/ | +amd64 arm armel i386 | +
mi.mirror.garr.it
+ |
+ /mirrors/debian/ | +/mirrors/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
mirror.units.it
+ |
+ + | /debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Japan | |||
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 m68k mips mipsel powerpc s390 sparc | +
ftp2.jp.debian.org
++ (ftp.debian.or.jp)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.shimpinomori.net
+ |
+ + | /debian/ | +amd64 i386 powerpc | +
dennou-h.gfd-dennou.org
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
dennou-k.gfd-dennou.org
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
dennou-q.gfd-dennou.org
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.dti.ad.jp
+ |
+ /pub/Linux/debian/ | +/pub/Linux/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.jaist.ac.jp
+ |
+ /pub/Linux/Debian/ | +/pub/Linux/Debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.nara.wide.ad.jp
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.riken.jp
+ |
+ /Linux/debian/debian/ | +/Linux/debian/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.yz.yamagata-u.ac.jp
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ring.asahi-net.or.jp
+ |
+ /pub/linux/debian/debian/ | +/archives/linux/debian/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
sb.itc.u-tokyo.ac.jp
+ |
+ /DEBIAN/ | +/DEBIAN/ | +amd64 hurd-i386 i386 powerpc | +
www.cohsoft.com
+ |
+ + | /debian/ | +amd64 hurd-i386 i386 powerpc | +
www.ring.gr.jp
+ |
+ /pub/linux/debian/debian/ | +/archives/linux/debian/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Korea | |||
ftp.kr.debian.org
++ (ftp.kaist.ac.kr)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.daum.net
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Latvia | |||
koyanet.lv
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
Lithuania | |||
ameba.sc-uni.ktu.lt
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
debian.balt.net
+ |
+ /debian/ | +/debian/ | +amd64 arm armel i386 sparc | +
Malta | |||
debian.eng.um.edu.mt
+ |
+ + | /debian/ | +amd64 i386 | +
Mexico | |||
ftp.mx.debian.org
++ (debian.unam.mx)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
mmc.igeofcu.unam.mx
+ |
+ + | /debian/ | +amd64 hurd-i386 i386 ia64 | +
Netherlands | |||
ftp.nl.debian.org
++ (ftp.snt.utwente.nl)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.debian.nl
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k 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 m68k 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 m68k mips mipsel powerpc s390 sparc | +
ftp.tiscali.nl
+ |
+ /pub/mirrors/debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
New Zealand | |||
ftp.nz.debian.org
++ (ftp.citylink.co.nz)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.ihug.co.nz
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Nicaragua | |||
debian.uni.edu.ni
+ |
+ + | /debian/ | +amd64 hurd-i386 i386 | +
Norway | |||
ftp.no.debian.org
++ (ftp.uninett.no)
+ |
+ /debian/ | +/debian/ | +amd64 i386 ia64 powerpc sparc | +
Poland | |||
ftp.pl.debian.org
++ (ftp.task.gda.pl)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.icm.edu.pl
+ |
+ /pub/Linux/debian/ | +/pub/Linux/debian/ | +alpha amd64 armel hurd-i386 i386 sparc | +
ftp.man.poznan.pl
+ |
+ /pub/linux/debian/debian/ | +/pub/linux/debian/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.man.szczecin.pl
+ |
+ /pub/Linux/debian/ | ++ | alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.ps.pl
+ |
+ /pub/Linux/debian/ | +/pub/Linux/debian/ | +amd64 i386 | +
ftp.pwr.wroc.pl
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.vectranet.pl
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
piotrkosoft.net
+ |
+ /pub/mirrors/debian/ | +/pub/mirrors/debian/ | +amd64 i386 | +
Portugal | |||
ftp.pt.debian.org
++ (ftp.uevora.pt)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
cesium.di.uminho.pt
+ |
+ /pub/debian/ | +/pub/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.dcc.fc.up.pt
+ |
+ + | /debian/ | +amd64 i386 ia64 powerpc | +
debian.netvisao.pt
+ |
+ /debian/ | +/ | +alpha amd64 arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.ua.pt
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm hppa hurd-i386 i386 ia64 m68k 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 m68k mips mipsel powerpc s390 sparc | +
ftp.linux.pt
+ |
+ /pub/mirrors/debian/ | +/pub/mirrors/debian/ | +amd64 hurd-i386 i386 | +
ftp.telepac.pt
+ |
+ /pub/debian/ | ++ | amd64 i386 sparc | +
mirror.sim.ul.pt
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
mirrors.nfsi.pt
+ |
+ /pub/debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
neacm.fe.up.pt
+ |
+ /pub/debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Romania | |||
ftp.ro.debian.org
++ (ftp.iasi.roedu.net)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.lug.ro
+ |
+ /debian/ | +/debian/ | +amd64 i386 powerpc | +
ftp.mikesnet.ro
+ |
+ /debian/ | +/debian/ | +amd64 i386 mips mipsel | +
Russia | |||
ftp.ru.debian.org
++ (ftp.chg.ru)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.nsu.ru
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
ftp.corbina.net
+ |
+ /debian/ | ++ | amd64 i386 ia64 | +
ftp.debian.chuvsu.ru
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
ftp.mipt.ru
+ |
+ /debian/ | ++ | alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.psn.ru
+ |
+ /debian/ | +/debian/ | +alpha amd64 hurd-i386 i386 | +
mirror.yandex.ru
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Singapore | |||
mirror.nus.edu.sg
+ |
+ /pub/Debian/ | +/Debian/ | +amd64 i386 | +
Slovakia | |||
ftp.sk.debian.org
++ (ftp.tuke.sk)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.antik.sk
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.debian.sk
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
mirror.ynet.sk
+ |
+ + | /debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Slovenia | |||
ftp.si.debian.org
++ (ftp.camtp.uni-mb.si)
+ |
+ /debian/ | +/debian/ | +alpha amd64 i386 ia64 m68k powerpc sparc | +
debian.prunk.si
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
ftp.arnes.si
+ |
+ /packages/debian/ | +/pub/packages/debian/ | +amd64 hurd-i386 i386 | +
South Africa | |||
debian.mirror.ac.za
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.is.co.za
+ |
+ /debian/ | ++ | alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.sun.ac.za
+ |
+ /debian/ | +/ftp/debian/ | +amd64 i386 | +
Spain | |||
ftp.es.debian.org
++ (ulises.hostalia.com)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.com.es
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.grn.cat
+ |
+ /debian/ | +/debian/ | +amd64 i386 ia64 powerpc | +
ftp.caliu.cat
+ |
+ /debian/ | +/debian/ | +amd64 i386 ia64 powerpc | +
ftp.cica.es
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.gul.uc3m.es
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.gva.es
+ |
+ + | /mirror/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.rediris.es
+ |
+ /debian/ | +/debian/ | +alpha amd64 i386 ia64 powerpc sparc | +
ftp.udc.es
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.um.es
+ |
+ /mirror/debian/ | ++ | i386 | +
jane.uab.cat
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Sweden | |||
ftp.se.debian.org
++ (ftp.acc.umu.se)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.lth.se
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.df.lth.se
+ |
+ /debian/ | ++ | alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.ds.karen.hj.se
+ |
+ /pub/os/linux/debian/ | +/pub/os/linux/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.port80.se
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.sunet.se
+ |
+ /pub/Linux/distributions/debian/ | +/pub/Linux/distributions/debian/ | +alpha amd64 arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
kalle.csb.ki.se
+ |
+ + | /debian/ | +amd64 arm i386 | +
Switzerland | |||
ftp.ch.debian.org
++ (debian.ethz.ch)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.csg.uzh.ch
+ |
+ + | /debian/ | +amd64 i386 | +
mirror.switch.ch
+ |
+ /mirror/debian/ | +/ftp/mirror/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Taiwan | |||
ftp.tw.debian.org
++ (debian.linux.org.tw)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.csie.nctu.edu.tw
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.csie.ntu.edu.tw
+ |
+ /pub/debian/ | +/debian/ | +amd64 hurd-i386 i386 | +
debian.nctu.edu.tw
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k 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 m68k mips mipsel powerpc s390 sparc | +
ftp.isu.edu.tw
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.ncnu.edu.tw
+ |
+ /Linux/Debian/debian/ | +/Linux/Debian/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.twaren.net
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
mirror.nttu.edu.tw
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
opensource.nchc.org.tw
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Thailand | |||
ftp.coe.psu.ac.th
+ |
+ /debian/ | +/debian/ | +i386 | +
ftp.debianclub.org
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
ftp.thaios.net
+ |
+ + | /debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Turkey | |||
ftp.tr.debian.org
++ (debian.ankara.edu.tr)
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.comu.edu.tr
+ |
+ /debian/ | +/debian/ | +amd64 i386 ia64 powerpc sparc | +
debian.eso-es.net
+ |
+ + | /debian/ | +amd64 i386 ia64 sparc | +
ftp.linux.org.tr
+ |
+ /pub/debian/ | ++ | amd64 i386 | +
ftp.metu.edu.tr
+ |
+ /debian/ | +/debian/ | +ALL alpha amd64 arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
godel.cs.bilgi.edu.tr
+ |
+ /debian/ | +/debian/ | +hurd-i386 i386 | +
Ukraine | |||
debian.org.ua
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.osdn.org.ua
+ |
+ /pub/Debian/debian/ | +/debian/ | +i386 | +
ftp.3logic.net
+ |
+ /debian/ | ++ | amd64 i386 | +
ftp2.debian.org.ua
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
mirror.mirohost.net
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
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 m68k mips mipsel powerpc s390 sparc | +
bigmirror.crossbowproject.net
+ |
+ /pub/debian/ | ++ | alpha arm armel hppa i386 ia64 m68k 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 m68k mips mipsel powerpc s390 sparc | +
cudlug.cudenver.edu
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.ams.sunysb.edu
+ |
+ + | /debian/ | +alpha amd64 arm armel hppa hurd-i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.cites.uiuc.edu
+ |
+ /pub/debian/ | +/pub/debian/ | +amd64 hurd-i386 i386 ia64 powerpc sparc | +
debian.corenetworks.net
+ |
+ + | /debian/ | +amd64 i386 | +
debian.crosslink.net
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.cs.binghamton.edu
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.lcs.mit.edu
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.mirror.frontiernet.net
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.mirrors.easynews.com
+ |
+ + | /linux/debian/ | +amd64 i386 | +
debian.mirrors.pair.com
+ |
+ / | +/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.mirrors.tds.net
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.osuosl.org
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.secsup.org
+ |
+ /pub/linux/debian/ | +/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
debian.uchicago.edu
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k 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 m68k mips mipsel powerpc s390 sparc | +
ftp.cerias.purdue.edu
+ |
+ /pub/os/debian/ | +/pub/os/debian/ | +amd64 hurd-i386 i386 ia64 powerpc sparc | +
ftp.egr.msu.edu
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.grokthis.net
+ |
+ /mirrors/debian/ | ++ | amd64 i386 | +
ftp.gtlib.gatech.edu
+ |
+ /pub/debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.lug.udel.edu
+ |
+ /pub/debian/ | +/pub/debian/ | +amd64 hurd-i386 i386 powerpc sparc | +
ftp.ndlug.nd.edu
+ |
+ /debian/ | +/mirrors/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.silug.org
+ |
+ /pub/debian/ | +/pub/debian/ | +alpha amd64 arm armel hppa i386 mips mipsel powerpc sparc | +
ftp.uga.edu
+ |
+ /debian/ | +/debian/ | +i386 | +
ftp.utexas.edu
+ |
+ /pub/debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.uwsg.indiana.edu
+ |
+ /linux/debian/ | +/linux/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
gladiator.real-time.com
+ |
+ /linux/debian/ | ++ | alpha amd64 i386 powerpc sparc | +
linux.csua.berkeley.edu
+ |
+ + | /debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
lug.mtu.edu
+ |
+ /debian/ | +/debian/ | +alpha amd64 hppa i386 mips mipsel powerpc sparc | +
mirror.anl.gov
+ |
+ /pub/debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
mirror.cc.columbia.edu
+ |
+ /pub/linux/debian/debian/ | +/pub/linux/debian/debian/ | +amd64 i386 powerpc | +
mirror.cs.wisc.edu
+ |
+ /pub/mirrors/linux/debian/ | +/pub/mirrors/linux/debian/ | +amd64 i386 | +
mirror.fdcservers.net
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
mirror.its.uidaho.edu
+ |
+ /debian/ | +/pub/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
mirror.rit.edu
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel i386 powerpc sparc | +
mirror.steadfast.net
+ |
+ + | /debian/ | +amd64 i386 | +
mirrors.acm.jhu.edu
+ |
+ + | /debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
mirrors.geeks.org
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
mirrors.kernel.org
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
mirrors.tummy.com
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
mirrors.usc.edu
+ |
+ /pub/linux/distributions/debian/ | +/pub/linux/distributions/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
mirrors.xenir.com
+ |
+ + | /debian/ | +amd64 arm armel i386 powerpc | +
mirrors.xmission.com
+ |
+ /debian/ | +/debian/ | +amd64 hurd-i386 i386 powerpc sparc | +
natasha.stmarytx.edu
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
opensourcemirrors.org
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
sluglug.ucsc.edu
+ |
+ + | /debian/ | +amd64 hurd-i386 i386 powerpc sparc | +
techweb.rfa.org
+ |
+ /debian/ | +/debian/ | +amd64 i386 | +
Uzbekistan | |||
debian.snet.uz
+ |
+ + | /debian/ | +amd64 i386 | +
debian.stream.uz
+ |
+ /debian/ | +/debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
Venezuela | |||
debian.unesr.edu.ve
+ |
+ + | /debian/ | +alpha amd64 arm armel hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc | +
ftp.ula.ve
+ |
+ /debian/ | +/debian/ | +alpha amd64 i386 ia64 powerpc sparc | +
Last modified: Fri Aug 1 19:25:56 2008 | +Number of sites listed: 418 | +