Archive for the ‘ Linux ’ Category

 

Setup VNC server Di Ubuntu

Read full article | No Comments

Install paket buat vnc server nya make “sudo apt-get install x11vnc vnc-java” Set password buat komputer klien make ” x11vnc -storepasswd” Buka port 5800 dan 5900 di firewallsnya Masuk ke konsol terus ketik ” x11vnc -forever -usepw -httpdir /usr/share/vnc-java/ -httpport 5800 ” terus masukan ke rc.local biar bisa di boot waktu restart.

Cara Masuk ke Ubuntu single

Read full article | No Comments

a. LILO Pada saat akan masuk ke lilo, tekan tombol SHIFT sehingga muncul prompt-nya LILO lilo : Ketikkan nama kernel diikuti “single” atau “1″ lilo : linux 1 Maka kita akan masuk ke runlevel 1 dan bisa merubah password root dari situ sh#/usr/bin/passwd

Cara Aktifin Scroll Mouse di Slackware

Read full article | No Comments

Hal yang paling menyebalkan pada waktu kita install slackware yaitu scroll mouse gak bisa jalan. Tapi hal itu bisa kok diatasin dengan mengedit file xorg.conf, berikut caranya : Buka file xorg.conf –> “vim /etc/X11/xorg.conf” Tambahin ( Option “Buttons” “5″ ) sama ( Option “ZAxisMapping” “4 5″ ) di bawah baris “Section InputDevice” Jika Option “protocols” [...]

Set Tanggal di Linux

Read full article | 2 Comments

Pengaturan Jam Sistem Untuk mengatur jam sistem pada linux, gunakan perintah date pada terminal anda. Sebagai contoh untuk jam dan tanggal ke Desember 31, 11:16pm (malam), ketikkan : date 12312316 (dengan catatan jam dengan format 24 jam). Untuk sekalian mengatur tahun, ketik : date 123123162007 diikuti detik, ketik : date 123123162007.30. Untuk melihat tanggal ketik [...]

Cara Ganti Usplash di Ubuntu

Read full article | 1 Comment

1 – , you should have Usplash well configured and installed. If you don’t please try sudo apt-get install usplash or in debian systems su apt-get install usplash2- You also need a booting screen resolution of 1024×768. To set it, please open your grub configuration file sudo gedit /boot/grub/menu.lst find the paragraph about your current [...]

Install Webmin di Ubuntu

Read full article | No Comments

You need to install the following packages : sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl wget http://prdownloads.sourceforge.net/webadmin/webmin_1.340_all.deb sudo dpkg -i webmin_1.340_all.deb You should now be able to login to Webmin at the URL https://localhost:10000/ If you wanto change the password for your webmin use this following perl script. “sudo /usr/share/webmin/changepass.pl /etc/webmin [user] [...]