All Posts

Install Meego 1.0 on Virtualbox

http://wiki.meego.com/MeeGo_1.0_Netbook_VirtualBox I have succesfuly installing Meego netbook version on VirtualBox. Just follow the instruction on the Wiki. =-=-=-=-= Powered by Blogilo

Cek Online User Dengan Bantuan arping

Fitur ini sebenarnya sudah ada di pfSense (v.2.0.1) yaitu pada menu Status->DHCP leases. Namun kelemahan yang ada saat ini adalah ketika “Enable Static ARP entries” dihidupkan di DHCP server, dan semua IP+MAC address didaftarkan secara manual, maka DHCP lease akan menampilkan bahwa semua client yang terdaftar statusnya akan selalu online. Dengan bantuan perintah arping kita bisa memeriksa status client yang sebenarnya. Contoh: arping -c1 bowo ARPING 172.16.0.9 60 bytes from 00:21:cc:49:f2:66 (172.

Liburan Akhir Tahun 2011

Picasa Web Albums: Liburan Akhir Tahun 2011 Desc: Liburan akhir tahun 2011 di Goa Cina Location: Malang Selatan

Tour De Jogja

Picasa Web Albums: Tour de Jogja Desc: ”Tour de Jogja” Dosen dan Karyawan POLTEKOM 2011 Location: Yogyakarta Hadiningrat

Sync Local Machine Time to NTP Server

Menggunakan 0.id.pool.ntp.org sebagai ntp (network time protocol) server untuk sinkronisasi waktu: /usr/sbin/ntpdate -s -u 0.id.pool.ntp.org /sbin/hwclock --adjust Simpan konfigurasi waktu system ke hardware clock /sbin/hwclock --systohc =-=-=-=-= Powered by Blogilo

Fix: Right Click Issues on HP Mini 210 Series

OS: Slackware Linux 13.37 Hardware: HP Mini 210 Series Netbook Problem: A right-click on touchpad recognized as left-click Solution: This problem was solved by passing a specific parameter into psmouse kernel module. The detailed instruction on Slackware Linux is described below; Open the /etc/modprobe.d/psmouse.conf as root Remove comment on this line: #options psmouse proto=imps Change the proto option : options psmouse proto=exps reboot (what the.. ?

Resume Interrupted scp Command

Untuk me-resume perintah scp over ssh yang terputus disaat meng-copy file berukuran besar/banyak, bisa menggunakan command rsync, contoh kasus: root@gatotkaca:/data2# scp bowo@janoko:/media/server/128 . ... Write failed: Broken pipe root@gatotkaca:/data2# Padahal ukuran data yang ingin disalin pada perintah diatas sekitar 170GB dan proses sudah berjalan selama berjam-jam. Untuk meresume gunakan perintah: root@gatotkaca:/data2# rsync -vrPtz -e ssh bowo@janoko:/media/server/128 . Keterangan: -v : verbose -r : recursive -P: partial progress (continue if not complete)

Generate Password Using /dev/urandom on Linux

Untuk meng-generate 10 karakter password acak di Linux, bisa menggunakan perintah berikut ini < /dev/urandom tr -dc A-Za-z0-9 | head -c10 Artinya baca standar input dari /dev/urandom, dengan spesifikasi karakter alphabet uppercase (A-Z), alphabet lowercase (a-z), dan numeric (0-9). Kemudian perintah head digunakan untuk menampilkan 10 karakter pertama. =-=-=-=-= Powered by Blogilo

Melacak Unauthorized DHCP Server Dalam Sebuah LAN

Untuk mengetahui IP address dan MAC address dari sebuah DHCP server bayangan (baca:unauthorized) di sebuah LAN, bisa digunakan modul scapy bahasa pemrograman python. ┌─(root@pcxthinkslack) └─(:))(#)─> scapy INFO: No IPv6 support in kernel WARNING: No route found for IPv6 destination :: (no default route?) Welcome to Scapy (2.0.1) >>> conf.checkIPaddr = False >>> fam,hw = get_if_raw_hwaddr(conf.iface) >>> dhcp_discover = >>> Ether(dst="ff:ff:ff:ff:ff:ff")/IP(src="0.0.0.0",dst="255.255.255.255")/UDP(sport=68,dport=67)/BOOTP(chaddr=hw)/DHCP(options=[("message-type","discover"),"end"]) >>> ans, unans = srp(dhcp_discover, multi=True) Begin emission: Finished to send 1 packets.

Haier CE100 di Slackware Linux

Modem keluaran Haier ini, by default, akan terdeteksi sebagai CD Drive di Linux. Di ‘machine’ saya blok device CD Drive tersebut adalah /dev/sr1. Untuk mengubah menjadi interface modem, biasanya dilakukan dengan me-remove (baca:eject) CD Drive tersebut dari Linux, misalnya dengan perintah: eject /dev/sr1. Cara yang lebih efektif adalah dengan menggunakan program usb_modeswitch yang merupakan paket standar di Slackware. Berikut ini adalah dokumentasi langkah-langkah yang saya lakukan: Tambah konfigurasi baru di /etc/usb_modeswitch.