Rabu, 02 November 2016

HAL-HAL YANG HARUS DILAKUKAN SETELAH MENGINSTALL DEBIAN 8.6

HAL-HAL YANG HARUS DILAKUKAN SETELAH MENGINSTALL
DEBIAN 8.6

A. Langkah Kerja
1. Seeting Network terlebih dahulu :
      #nano /etc/network/interfaces


     maka akan muncul settingan network rubah bagian sebagain berikut
auto eth0
iface eth0 inet static
address 192.168.36.5
netmask 255.255.255.248
network 192.168.36.0
broadcast 192.168.36.7
gateway 192.168.36.4
# dns-* options are implemented by the resolvconf package, if installed
2. Setting Repository
       #nano /etc/apt/sources.list

jika sudah masuk kasih pagar di depan kalimat semuanya, tambahkan di akhir dengan menggunakan seperti berikut
#KAMBING-UI
deb http://kambing.ui.ac.id/debian/ jessie main contrib non-free
deb http://kambing.ui.ac.id/debian/ jessie-updates main contrib non-free
deb http://kambing.ui.ac.id/debian-security/ jessie/updates main contrib non-free
#KEBO VLSM
deb http://kebo.vlsm.org/debian/ jessie main contrib non-free
deb http://kebo.vlsm.org/debian/ jessie-updates main contrib non-free
deb http://kebo.vlsm.org/debian-security/ jessie/updates main contrib non-free
#DATA UTAMA SURABAYA
deb http://kartolo.sby.datautama.net.id/debian/ jessie main contrib non-free
deb http://kartolo.sby.datautama.net.id/debian/ jessie-updates main contrib non-free
deb http://kartolo.sby.datautama.net.id/debian-security/ jessie/updates main contrib non-free
#UNEJ
deb http://mirror.unej.ac.id/debian/ jessie main contrib non-free
deb http://mirror.unej.ac.id/debian/ jessie-updates main contrib non-free
deb http://mirror.unej.ac.id/debian-security/ jessie/updates main contrib non-free

3. Setting Hostname
    #hostname && hostname -f
     Setelah itu masukkan perintah #nano /etc/hosts
     edit hostnamenya menjadi sama, 
     Jika sudah masukkan #echo mala.net > /etc/hostname
     masukkan #/etc/init.d/hostname.sh

4. Konfigurasi Locales
     # dpkg-reconfigure locales
     Tambahkan dengan memberikann tandan (*) =>id_ID.UTF-8.UFT-8
     # locale-gen

5.  Setting waktu agar sinkron
     # apt-get install ntp
     # nano /etc/ntp.conf
    jika sudah gantilah kata debian menjadi id contoh sebagai berikut
    server 0.id.pool.ntp.org iburst
    server 1.id.pool.ntp.org iburst
    server 2.id.pool.ntp.org iburst
    server 3.id.pool.ntp.org iburst
     #/etc/init.d/ntp restar

6. Setting Bash.bashrc

    #nano /etc/bash.bashrc

    reboot

B. Referensi
     http://192.168.153.3/data/eBook%20TKJ/HAL-HAL%20YANG%20HARUS%20DILAKUKAN%20SETELAH%20MENGINSTALL%20SERVER.pdf

Tidak ada komentar:

Posting Komentar