When you’re in Indonesia and wanted to update your Ubuntu linux, sometimes it is necessary to get the updates from a Local repository since it’ll be much faster.
You can edit the repository from the terminal by typing command :
gksudo gedit /etc/apt/sources.lst Or just use whatever text editor you like using the root / superuser privileges to edit
/etc/apt/sources.lst So, here is an
IIX (
Indonesia Internet Exchange) repository list for Ubuntu and its descendants.
### Kambing University of Indonesia (Telkom, Indosat, OpenIXP, INHERENT)
deb
http://kambing.ui.edu/ubuntu karmic main restricted universe multiverse
deb-src
http://kambing.ui.edu/ubuntu karmic main restricted universe multiverse
deb
http://kambing.ui.edu/ubuntu karmic-updates main restricted universe multiverse
deb-src
http://kambing.ui.edu/ubuntu karmic-updates main restricted universe multiverse
deb
http://kambing.ui.edu/ubuntu karmic-security main restricted universe multiverse
deb-src
http://kambing.ui.edu/ubuntu karmic-security main restricted universe multiverse
### CBN Mirror (OpenIXP)
deb
http://ubuntu.cbn.net.id/Ubuntu karmic main restricted universe multiverse
deb-src
http://ubuntu.cbn.net.id/Ubuntu karmic main restricted universe multiverse
deb
http://ubuntu.cbn.net.id/Ubuntu karmic-updates main restricted universe multiverse
deb-src
http://ubuntu.cbn.net.id/Ubuntu karmic-updates main restricted universe multiverse
deb
http://ubuntu.cbn.net.id/Ubuntu karmic-security main restricted universe multiverse
deb-src
http://ubuntu.cbn.net.id/Ubuntu karmic-security main restricted universe multiverse
### Komo VLSM (OpenIXP)
deb
http://komo.vlsm.org/ubuntu karmic main restricted universe multiverse
deb-src
http://komo.vlsm.org/ubuntu/ karmic main restricted universe multiverse
deb
http://komo.vlsm.org/ubuntu karmic-updates main restricted universe multiverse
deb-src
http://komo.vlsm.org/ubuntu karmic-updates main restricted universe multiverse
deb
http://komo.vlsm.org/ubuntu karmic-security main restricted universe multiverse
deb-src
http://komo.vlsm.org/ubuntu karmic-security main restricted universe multiverse
### IndikaNet (OpenIXP)
deb
http://ubuntu.indika.net.id/ karmic main restricted universe multiverse
deb-src
http://ubuntu.indika.net.id/ karmic main restricted universe multiverse
deb
http://ubuntu.indika.net.id/ karmic-updates main restricted universe multiverse
deb-src
http://ubuntu.indika.net.id/ karmic-updates main restricted universe multiverse
deb
http://ubuntu.indika.net.id/ karmic-security main restricted universe multiverse
deb-src
http://ubuntu.indika.net.id/ karmic-security main restricted universe multiverse
### ITB (Network ITB & Inherent) – FTP only
deb ftp://ftp.itb.ac.id/pub/ubuntu karmic main restricted universe multiverse
deb-src ftp://ftp.itb.ac.id/pub/ubuntu karmic main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu karmic-updates main restricted universe multiverse
deb-src ftp://ftp.itb.ac.id/pub/ubuntu karmic-updates main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu karmic-security main restricted universe multiverse
deb-src ftp://ftp.itb.ac.id/pub/ubuntu karmic-security main restricted universe multiverse
### UGM (Inherent)
deb
http://repo.ugm.ac.id/ubuntu karmic main restricted universe multiverse
deb
http://repo.ugm.ac.id/ubuntu karmic-updates main restricted universe multiverse
deb
http://repo.ugm.ac.id/ubuntu karmic-security main restricted universe multiverse
### FOSS-ID (Telkom)
deb
http://dl2.foss-id.web.id/ubuntu karmic main restricted universe multiverse
deb-src
http://dl2.foss-id.web.id/ubuntu karmic main restricted universe multiverse
deb
http://dl2.foss-id.web.id/ubuntu karmic-updates main restricted universe multiverse
deb-src
http://dl2.foss-id.web.id/ubuntu karmic-updates main restricted universe multiverse
deb
http://dl2.foss-id.web.id/ubuntu karmic-security main restricted universe multiverse
deb-src
http://dl2.foss-id.web.id/ubuntu karmic-security main restricted universe multiverse
### ITS (Inherent)
deb
http://mirror.its.ac.id/ubuntu karmic main restricted universe multiverse
deb
http://mirror.its.ac.id/ubuntu karmic-updates main restricted universe multiverse
deb
http://mirror.its.ac.id/ubuntu karmic-security main restricted universe multiverse
### Buaya (Inherent)
deb
http://buaya.klas.or.id/ubuntu karmic main restricted universe multiverse
deb
http://buaya.klas.or.id/ubuntu karmic-updates main restricted universe multiverse
deb
http://buaya.klas.or.id/ubuntu karmic-security main restricted universe multiverse
### UNEJ (OpenIXP, Telkom)
deb
http://mirror.unej.ac.id/ubuntu karmic main restricted universe multiverse
deb-src
http://mirror.unej.ac.id/ubuntu karmic main restricted universe multiverse
deb
http://mirror.unej.ac.id/ubuntu karmic-updates main restricted universe multiverse
deb-src
http://mirror.unej.ac.id/ubuntu karmic-updates main restricted universe multiverse
deb
http://mirror.unej.ac.id/ubuntu karmic-security main restricted universe multiverse
deb-src
http://mirror.unej.ac.id/ubuntu karmic-security main restricted universe multiverse
You don’t need to use all of them, and honestly, you’d better not use all of them. Use the most stable, up to date, and closest to you since it will be faster that way. For later use, you may write down everything on your
sources.lst though, and put comment to the lists that you don’t use.
And don’t forget to update your apt after the change.
sudo apt-get update Many thanks to these mirror providers, I hope more will follow to spread the delicate of freedom :
Kambing,
CBN Net,
Komo,
Indika Net,
ITB,
UGM,
FOSS-ID,
ITS,
Buaya,
UNEJ Contact us if one of the mirror is broken without us noticing. We’ll make the updates accordingly.
source :
insomnity Taken from:
RubahNakal