assalammualaikum wr.wb
oke ketemu lagi dengan saya achmad muhaimin lafatma. untuk kali ini saya akan membagikan hal hal yang wajib setelah menginstal debian server.
oke langsung saja
setelah buka server kalian hal hal yang wajib:
- Setting konfigurasi network (network configurations)
# nano /etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.103.2
netmask 255.255.255.248
network 192.168.103.0
broadcast 192.168.103.7
gateway 192.168.103.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.103.1
- Setting Repository :
- Pastikan hostname sudah disetting dengn benar :
Cek :
# hostname
# hostname -f
Hasilnya harus sama.
Cara setting :
Misal hostnamenya elearning.gurubisa.net
# echo elearning.gurubisa.net > /etc/hostname
# /etc/init.d/hostname.sh start
- Konfigurasi locales :
# dpkg-reconfigure locales
Tambahkan dengan memberikann tandan (*) => id_ID.UTF-8.UFT-8
# locale-gen
- Setting waktu server agar sinkron
Install NTP Server
# apt-get install ntp
# nano /etc/ntp.conf
# pool: <http://www.pool.ntp.org/join.html>
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 restart
- Setting Bash.bashrc
# nano /etc/bash.bashrc
REBOOT
Terima kasih telah mengunjungi blog saya, mudah-mudahan artikel yang sudah ada tersajikan bisa bermanfaat dan menambah pengetahuan pembaca, terima kasih.
Wassalammualaikum wr.wb
preferensi:
http://oerm97.blogspot.co.id/2014/03/hal-hal-yang-harus-diperhatikan-mulai.html
1 comments so far
like --
EmoticonEmoticon