1. Login via SSH to your server and enter following commands:
root@hosting# cd /usr/local/cpanel/whostmgr/docroot/cgi
root@hosting [/usr/local/cpanel/whostmgr/docroot/cgi]# wget http://www.netenberg.com/files/free/fantastico_whm_admin.tgz
root@hosting [/usr/local/cpanel/whostmgr/docroot/cgi]# tar -xzpf fantastico_whm_admin.tgz
root@hosting [/usr/local/cpanel/whostmgr/docroot/cgi]# rm -rf fantastico_whm_admin.tgz
root@hosting [/usr/local/cpanel/whostmgr/docroot/cgi]# chown -R root:root addon_fantastico.cgi
2. Now go to WHM, login as root and follow the link Plugins -> Fantastico De Luxe WHM Admin. One need to complete the installation by following [...]
Set konfigurasi bios untuk first boot dari cdrom
Masukkan Live CD yang sudah disiapkan
Masuk kedalam desktop, kemudian buka aplkasi Terminal atau konsol.
Menu > application > Terminal
Melalui terminal kita akan masuk kedalam konfigurasi GRUB
adnan@laptop:~$ sudo grub
kemudian akan muncul prompt GRUB seperti dibawah ini:
[ Minimal BASH-like line editing is supported.
For the first word, TAB lists possible command
completions. Anywhere [...]
Misalkan port ssh sudah diganti ke port 1010
- Jumlah file 1
# scp -P 1010 /direktori_asal/nama_file user-mesin-tujuan@ip.mesin.tujuan:/direktori_tujuan
- Jumlah file lebih dari 1
# scp -P 1010 -r /direktori_asal user-mesin-tujuan@ip.mesin.tujuan:/direktori_tujuan
Format dulu HDD sata dengan ext3
Mount dengan cara sbb:
mount /dev/sdb1 /home/directory_hasil_mount
Agar setiap komputer restart hdd selalu dimount, buka /etc/fstab dan isikan sbb:
/dev/sdb1 /home/directory_hasil_mount ext3 rw,users,auto 0 0