120 likes | 262 Views
Membuat Mirroring Server dan Network Install Server. Persiapan Mirroring. Alternatif service yang harus disediakan Apache2 FTP Rsync. Installasi. # apt-get install apache2 proftpd rsync. Persiapan Network Install Server. Service yang dibutuhkan: DHCP Server TFTP Server. Install.
E N D
Persiapan Mirroring • Alternatif service yang harus disediakan • Apache2 • FTP • Rsync
Installasi • # apt-get install apache2 proftpd rsync
Persiapan Network Install Server • Service yang dibutuhkan: • DHCP Server • TFTP Server
Install • # apt-get install dhcp3-server tftp-hpa
Installasi # apt-get install debmirror
Buat folder penampung • # mkdir /home/media/repo-9.10
Buat script mirror • # vim /usr/local/bin/mirrorbuild.sh atau script bisa didownload di http://mirror.eepis-its.edu/~idris/debmirror.sh
Ubah mode • # chmod -Rf 777 /usr/local/bin/mirrorbuild.sh • # chown -Rf root.root /home/media/repo-9.10 • # chmod -Rf 571 /home/media/repo-9.10
Keyring • # mkdir /home/media/mirrorkeyring # gpg --no-default-keyring --keyring /home/media/mirrorkeyring/trustedkeys.gpg --import /usr/share/keyrings/ubuntu-archive-keyring.gpg
Jalankan • # mirrorbuild.sh