Tampilkan postingan dengan label repository. Tampilkan semua postingan
Tampilkan postingan dengan label repository. Tampilkan semua postingan

Repo Ubuntu 12.04.1 LTS (Precise Pangolin)


Precise Pangolin  is a great Ubuntu desktop ever and it has cool widget too. And of course,  you won't to miss Precise Pangolin Repository.

Here they're



Ubuntu Repository 12.04 LTS di KLJ :

deb http://repo.linuxjambi.org/ precise main restricted universe multiverse


Ubuntu Repository 12.04 LTS di Kambing :

deb http://kambing.ui.ac.id/ubuntu/ precise-proposed main restricted universe multiverse
deb http://kambing.ui.ac.id/ubuntu/ precise-security main restricted universe multiverse
deb http://kambing.ui.ac.id/ubuntu/ precise-updates main restricted universe multiverse
deb http://kambing.ui.ac.id/ubuntu/ precise main restricted universe multiverse


Ubuntu Repository 12.04 LTS di UKDW :

deb http://repo.ukdw.ac.id/ubuntu precise main restricted universe multiverse
deb http://repo.ukdw.ac.id/ubuntu precise-updates main restricted universe multiverse
deb http://repo.ukdw.ac.id/ubuntu precise-security main restricted universe multiverse
deb http://repo.ukdw.ac.id/ubuntu precise-backports main restricted universe multiverse
deb http://repo.ukdw.ac.id/ubuntu precise-proposed main restricted universe multiverse


Ubuntu Repository 12.04 LTS di Komo :

deb http://komo.padinet.com/ubuntu/ precise-proposed main restricted universe multiverse
deb http://komo.padinet.com/ubuntu/ precise-security main restricted universe multiverse
deb http://komo.padinet.com/ubuntu/ precise-updates main restricted universe multiverse
deb http://komo.padinet.com/ubuntu/ precise main restricted universe multiverse


Ubuntu Repository 12.04 LTS di ITB :

deb ftp://ftp.itb.ac.id/pub/ubuntu/ precise-proposed main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu/ precise-security main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu/ precise-updates main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu/ precise main restricted universe multiverse



Download Repository Ubuntu 10.10 Maverick Meerkat *iso file

Download Repository Ubuntu 10.10 Maverick Meerkat *iso file

I knew, that Ubuntu has released the newest version 12.10 that calls Quantal Quetzal,
and now i share the lower version of Ubuntu 10.10 Maverick Meerkat, 
because i still use this version now.
And you who wanna download Repository Ubuntu 10.10 Maverick Meerkat  *iso file ,
here they're :

32 Bit


   http://kambing.ui.ac.id/iso/ubuntu-repository/10.10/ubuntu-10.10-repository-i386-1_contrib.iso

    http://kambing.ui.ac.id/iso/ubuntu-repository/10.10/ubuntu-10.10-repository-i386-2_contrib.iso

    http://kambing.ui.ac.id/iso/ubuntu-repository/10.10/ubuntu-10.10-repository-i386-3_contrib.iso

    http://kambing.ui.ac.id/iso/ubuntu-repository/10.10/ubuntu-10.10-repository-i386-4_contrib.iso

    http://kambing.ui.ac.id/iso/ubuntu-repository/10.10/ubuntu-10.10-repository-i386-5_contrib.iso

    http://kambing.ui.ac.id/iso/ubuntu-repository/10.10/ubuntu-10.10-repository-i386-6_contrib.iso

    http://kambing.ui.ac.id/iso/ubuntu-repository/10.10/ubuntu-10.10-repository-i386-7_contrib.iso

    http://kambing.ui.ac.id/iso/ubuntu-repository/10.10/ubuntu-10.10-repository-i386-8_contrib.iso

64 Bit


    http://kambing.ui.ac.id/iso/ubuntu-repository/10.10/ubuntu-10.10-repository-amd64-1_contrib.iso

    http://kambing.ui.ac.id/iso/ubuntu-repository/10.10/ubuntu-10.10-repository-amd64-2_contrib.iso

    http://kambing.ui.ac.id/iso/ubuntu-repository/10.10/ubuntu-10.10-repository-amd64-3_contrib.iso

    http://kambing.ui.ac.id/iso/ubuntu-repository/10.10/ubuntu-10.10-repository-amd64-4_contrib.iso

    http://kambing.ui.ac.id/iso/ubuntu-repository/10.10/ubuntu-10.10-repository-amd64-5_contrib.iso

    http://kambing.ui.ac.id/iso/ubuntu-repository/10.10/ubuntu-10.10-repository-amd64-6_contrib.iso

    http://kambing.ui.ac.id/iso/ubuntu-repository/10.10/ubuntu-10.10-repository-amd64-7_contrib.iso

    http://kambing.ui.ac.id/iso/ubuntu-repository/10.10/ubuntu-10.10-repository-amd64-8_contrib.iso

md5sum


    http://kambing.ui.ac.id/iso/ubuntu-repository/10.10/md5sums.txt

DVD Live installer 

32 bit

    http://kambing.ui.ac.id/iso/ubuntu/cdimage/releases/10.10/release/ubuntu-10.10-dvd-i386.iso

64 bit

    http://kambing.ui.ac.id/iso/ubuntu/cdimage/releases/10.10/release/ubuntu-10.10-dvd-amd64.iso

How to create local repository from iso* file



How to create local repository from iso* file


Yeah i ll show U, how to create local repository from iso file, simply.

If you do not have ubuntu-9.10-repository you can download the files by this link:
http://kambing.ui.ac.id/pub/ubuntu-repository/9.10/

 Now, following these steps :

1.

sudo mkdir /mnt/repo1
sudo mkdir /mnt/repo2
sudo mkdir /mnt/repo3
sudo mkdir /mnt/repo4
sudo mkdir /mnt/repo5
sudo mkdir /mnt/repo6
sudo mkdir /mnt/repo7

2.

sudo gedit /etc/fstab
add the scripts below :
#Repository
/media/data1/repo/repo1-ubuntu.iso /mnt/repo1 iso9660 loop,defaults 0 0
/media/data1/repo/repo2-ubuntu.iso /mnt/repo2 iso9660 loop,defaults 0 0
/media/data1/repo/repo3-ubuntu.iso /mnt/repo3 iso9660 loop,defaults 0 0
/media/data1/repo/repo4-ubuntu.iso /mnt/repo4 iso9660 loop,defaults 0 0
/media/data1/repo/repo5-ubuntu.iso /mnt/repo5 iso9660 loop,defaults 0 0
/media/data1/repo/repo6-ubuntu.iso /mnt/repo6 iso9660 loop,defaults 0 0
/media/data1/repo/repo7-ubuntu.iso /mnt/repo7 iso9660 loop,defaults 0 0

3.

 sudo gedit /etc/apt/source.list
 add the scripts below :
#From File
deb file:"/mnt/repo1/" karmic main
deb file:"/mnt/repo2/" karmic main multiverse restricted
deb file:"/mnt/repo3/" karmic multiverse universe
deb file:"/mnt/repo4/" karmic universe
deb file:"/mnt/repo5/" karmic universe
deb file:"/mnt/repo6/" karmic universe
deb file:"/mnt/repo7/" karmic universe

4.

sudo apt-get update
 Done! Now you can check your local repository.
If U found this useful, please consider to share this article.
:)

Lokal Repository Ubuntu 10.10 Maverick Meerkat on Indonesai


Ubuntu Maverick MEERKAT (10.10)
 Lokal Repository Ubuntu 10.10 Maverick Meerkat on Indonesai







Lokal Repository Ubuntu 10.10 Maverick Meerkat on Indonesai-
I was up grading my Ubuntu 9.10 Karmic Koala became Ubuntu 10.10 Maverick. I ve no idea to create Repo Local from my PC any more so then i was looking for  Repo server from internet that placed on Indonesia. if U have some Ubuntu version with me, please enjoy!! 

#Buaya
deb http://buaya.klas.or.id/ubuntu/ maverick main restricted universe multiverse
deb-src http://buaya.klas.or.id/ubuntu/ maverick main restricted universe multiverse
deb http://buaya.klas.or.id/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://buaya.klas.or.id/ubuntu/ maverick-updates main restricted universe multiverse
deb http://buaya.klas.or.id/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://buaya.klas.or.id/ubuntu/ maverick-security main restricted universe multiverse
#CBN
deb http://ubuntu.cbn.net.id/Ubuntu/ maverick main restricted universe multiverse
deb-src http://ubuntu.cbn.net.id/Ubuntu/ maverick main restricted universe multiverse
deb http://ubuntu.cbn.net.id/Ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://ubuntu.cbn.net.id/Ubuntu/ maverick-updates main restricted universe multiverse
deb http://ubuntu.cbn.net.id/Ubuntu/ maverick-security main restricted universe multiverse
deb-src http://ubuntu.cbn.net.id/Ubuntu/ maverick-security main restricted universe multiverse
#FOSS-ID
deb http://dl2.foss-id.web.id/ubuntu/ maverick main restricted universe multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick-updates main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick-security main restricted universe multiverse
#IndikaNET
deb http://ubuntu.indika.net.id/ maverick main restricted universe multiverse
deb-src http://ubuntu.indika.net.id/ maverick main restricted universe multiverse
deb http://ubuntu.indika.net.id/ maverick-updates main restricted universe multiverse
deb-src http://ubuntu.indika.net.id/ maverick-updates main restricted universe multiverse
deb http://ubuntu.indika.net.id/ maverick-security main restricted universe multiverse
deb-src http://ubuntu.indika.net.id/ maverick-security main restricted universe multiverse
#ITB
deb ftp://ftp.itb.ac.id/pub/ubuntu/ maverick main restricted universe multiverse
deb-src ftp://ftp.itb.ac.id/pub/ubuntu/ maverick main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu/ maverick-updates main restricted universe multiverse
deb-src ftp://ftp.itb.ac.id/pub/ubuntu/ maverick-updates main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu/ maverick-security main restricted universe multiverse
deb-src ftp://ftp.itb.ac.id/pub/ubuntu/ maverick-security main restricted universe multiverse
#ITS
deb http://mirror.its.ac.id/pub/ubuntu/ maverick main restricted universe multiverse
deb-src http://mirror.its.ac.id/pub/ubuntu/ maverick main restricted universe multiverse
deb http://mirror.its.ac.id/pub/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://mirror.its.ac.id/pub/ubuntu/ maverick-updates main restricted universe multiverse
deb http://mirror.its.ac.id/pub/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://mirror.its.ac.id/pub/ubuntu/ maverick-security main restricted universe multiverse
#Si Komo
deb http://komo.vlsm.org/ubuntu/ maverick main restricted universe multiverse
deb-src http://komo.vlsm.org/ubuntu/ maverick main restricted universe multiverse
deb http://komo.vlsm.org/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://komo.vlsm.org/ubuntu/ maverick-updates main restricted universe multiverse
deb http://komo.vlsm.org/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://komo.vlsm.org/ubuntu/ maverick-security main restricted universe multiverse
#Undip
deb http://jaran.undip.ac.id/ubuntu/ maverick main restricted universe multiverse
deb-src http://jaran.undip.ac.id/ubuntu/ maverick main restricted universe multiverse
deb http://jaran.undip.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://jaran.undip.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb http://jaran.undip.ac.id/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://jaran.undip.ac.id/ubuntu/ maverick-security main restricted universe multiverse
#UGM
eb http://repo.ugm.ac.id/ubuntu/ maverick main restricted universe multiverse
deb-src http://repo.ugm.ac.id/ubuntu/ maverick main restricted universe multiverse
deb http://repo.ugm.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://repo.ugm.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb http://repo.ugm.ac.id/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://repo.ugm.ac.id/ubuntu/ maverick-security main restricted universe multiverse
#UI
deb http://kambing.ui.edu/ubuntu/ maverick main restricted universe multiverse
deb-src http://kambing.ui.edu/ubuntu/ maverick main restricted universe multiverse
deb http://kambing.ui.edu/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://kambing.ui.edu/ubuntu/ maverick-updates main restricted universe multiverse
deb http://kambing.ui.edu/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://kambing.ui.edu/ubuntu/ maverick-security main restricted universe multiverse
#UMS
deb http://mugos.ums.ac.id/ubuntu/ maverick main restricted universe multiverse
deb-src http://mugos.ums.ac.id/ubuntu/ maverick main restricted universe multiverse
deb http://mugos.ums.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://mugos.ums.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb http://mugos.ums.ac.id/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://mugos.ums.ac.id/ubuntu/ maverick-security main restricted universe multiverse
#UNEJ
deb http://mirror.unej.ac.id/ubuntu/ maverick main restricted universe multiverse
deb-src http://mirror.unej.ac.id/ubuntu/ maverick main restricted universe multiverse
deb http://mirror.unej.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://mirror.unej.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb http://mirror.unej.ac.id/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://mirror.unej.ac.id/ubuntu/ maverick-security main restricted universe multiverse