Assalamualaikum Wr Wb
Hari ini saya menggantikan guru pembimbing saya untuk sharing ke teman-teman di sekolah, dan materi yang saya berikan kepada teman-teman di sekolah yaitu Hal-Hal yang harus dilakukan seletah menginstall server.
Semoga Bermanfaat !!!!
A. Pendahuluan
- Server (komputasi)
, sistem yang merespons permintaan di jaringan komputer untuk
menyediakan, atau membantu menyediakan, jaringan atau layanan data. Atau bisa di istilahkan sebagai penyedia layanan kepada client.
- Server yaitu sistem yang merespon permintaan client untuk menyediakan layanan data
- Melakukan Konfigurasi yang harus dilakukan setelah menginstal server
- 1 jam 30 menit
- Pertama yang harus di lakukan pada saat selesai menginstall debian server yaitu :
- Setting Konfigurasi Network
- #nano /etc/network/interfaces
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
- #nano /etc/apt/sources.list
#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
- Setting Hostname
- #hostname && hostname -f ( pastikan hostname dan hostname -f sama ) jika tidak sama lakukan setting sebagai berikut
- Misalkan hostname,nya =>> smk.net
- #echo smk.net> /etc/hostname
- #/etc/init.d/hostname.sh
- Setting Locales
- #dpkg-reconfigure locales
- Tambahkan dengan memberikann tandan (*) => id_ID.UTF-8.UFT-8
- #locale-gen
- Setting Ntp ( Setting waktu agar sinkron)
- #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
# enable bash completion in interactive shells
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi
- Reboot
- #reboot
- Untuk kali ini saya tidak menemukan masalah sama sekali
- HAL-HAL YANG HARUS DILAKUKAN SETELAH MENGINSTAL SERVER.pdf
0 komentar:
Posting Komentar