Difference between revisions of "SchoolOnffLine: Ubah file /etc/apt/sources.list"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 31: | Line 31: | ||
* [[SchoolOnffLine: Server Berbasis Sabily 9.04]] | * [[SchoolOnffLine: Server Berbasis Sabily 9.04]] | ||
* [[SchoolOnffLine: Server Berbasis Ubuntu 9.04]] | * [[SchoolOnffLine: Server Berbasis Ubuntu 9.04]] | ||
+ | * [[SchoolOnffLine: Server Berbasis Ubuntu 9.04 Server]] | ||
* [[SchoolOnffLine: Server Wikipedia for School]] | * [[SchoolOnffLine: Server Wikipedia for School]] | ||
* [[Remastering Ubuntu]] | * [[Remastering Ubuntu]] |
Revision as of 05:33, 2 September 2009
Ubah sources.list
Kadangkala kita perlu mengubah isi sources.list agar menggunakan repository lokal di jaringan yang kita managed. Ubah file sources.list dalam lingkungan chroot
# cp /etc/apt/sources.list /etc/apt/sources.list.original # vi /etc/apt/sources.list
Isi agar menggunakan repository lokal di jaringan kita, misalnya,
deb ftp://192.168.0.1/pub/repo-9.04/ jaunty main multiverse restricted universe deb ftp://192.168.0.1/pub/repo-9.04/ jaunty-updates main multiverse restricted universe deb ftp://192.168.0.1/pub/repo-9.04/ jaunty-security main multiverse restricted universe deb ftp://192.168.0.1/pub/repo-9.04/ jaunty-backports main multiverse restricted universe
atau jika menggunakan Web
deb http://192.168.0.1/ubuntu/ jaunty main multiverse restricted universe deb http://192.168.0.1/ubuntu/ jaunty-updates main multiverse restricted universe deb http://192.168.0.1/ubuntu/ jaunty-security main multiverse restricted universe deb http://192.168.0.1/ubuntu/ jaunty-backports main multiverse restricted universe
Update repository
# apt-get update
Pranala Menarik
- Remaster Ubuntu untuk SchoolOnffLine Menggunakan UCK
- SchoolOnffLine: Server Berbasis Sabily 9.04
- SchoolOnffLine: Server Berbasis Ubuntu 9.04
- SchoolOnffLine: Server Berbasis Ubuntu 9.04 Server
- SchoolOnffLine: Server Wikipedia for School
- Remastering Ubuntu
- Ubuntu Repository di Speedy
- Membuat Repository Ubuntu Lokal
- Membuat Repository Ubuntu Lokal dari hasil Download Repository
- Membuat Repository Ubuntu Lokal menggunakan debmirror
- Mengcompile Ulang Repository Ubuntu