2. Masukkan password server anda .
3. if config .
4. Konfigurasi TCP/IP dengan perintah nano /etc/network/interfaces .
5. Tulisan yang di bawah nya # The Primary network interfaces , ganti menjadi auto eth0 .
6. Jika eth0 belum hidup maka anda dapat menghidupkan nya dengan perintah ifup eth0 .
7. Edit file source.list dengan perintah nano /etc/apt/sources.list .
8. Baris yang masih hidup harus dimatikan dengan cara dikasih pagar di depan nya . Kalau tulisannya sudah biru , maka baris tersebut sudah mati .
9. Pada file ini anda dapat menambahkan repository online seperti :
deb http://kartolo.sby.datautama.net.id/debian/ wheezy main contrib non-free
deb http://kartolo.sby.datautama.net.id/debian/ wheezy-updates main contrib non-free
deb http://kartolo.sby.datautama.net.id/debian-security/ wheezy/updates main contrib non-free
Nulis nya dibawah #for your mirror of choice .
10. ping google.com .
11. Setelah menambahkan Repositori online anda dapat meng-update server atau computer anda dengan perintah: apt-get update
12. Jangan lupa upgrade juga komputer anda . Dengan cara apt-get upgrade .
13. Cek hostname dengan perintah : hostname && hostname –f .
14. nano /etc/hosts
15. 127.0.1.1 nawa.net nawa.net
192.168.106.2 nawa.net nawa.net
16. echo nawa.net > /etc/hostname
17. /etc/init.d/hostname.sh
18. hostname && hostname –f
19. apt-get install ntp ntpdate .
20. nano /etc/ntp.conf . debian diganti id .
21. service ntp restart .
22. ntpdate -u 127.0.0.1
23. ntpdate -u 192.168.106.2
24. dpkg-reconfigure locales . Tandai yang #es UTF8 dan #Id UTF8
25. ntpdate -u 127.0.0.1
26. ntpdate -u 192.168.106.2
27. service ntp restart .
28. ntpq -p
29.
Install Apache :
#
apt-get install apache2
apache2-utils
30. Install
PHP :
#
apt-get install php5
php5-mysql php-pear
php5-gd php5-mcrypt php5-curl
31.
Install DataBase :
#
apt-get install mysql-server-5.5 libapache2-mod-auth-mysql
php5-mysql
32.
Install PHPMyadmin :
#
apt-get install phpmyadmin
33.
Aktifkan modul yang diperlukan :
misal
: modul rewrite (untuk menjalankan .htaccess)
#
a2enmod rewrite
34. apt-get install proftpd
35. nano /etc/proftpd/proftpd.conf
0 komentar:
Posting Komentar