Monthly Archives: October 2011

Enable ctrl+alt+del UltraVNC


Jika kita menggunakan freeware UltraVNC untuk keperluan remote. Problemnya jika kita remote Windows 7 yang join domain, ctrl+alt+del dari UltraVNC tidak berfungsi..

Berikut kutipan hasil google untuk mengaktifkan ctrl+alt+del di Windows 7:
Microsofts term for CAD is SAS (Secure Attention Sequence) and this is not enabled by default on Windows 7 PCs. So first things first we need to enable this through local group policy…

Continue reading

Cara mudah untuk melihat password Outlook yang tersimpan


Berikut adalah cara mudah untuk mengetahui password yang tersimpan di Ms Outlook/Outlook Express. Bisa untuk melihat password di Ms Outlook 2003,2007,2010

-Download tools mailpv disini
-Extract dan jalankan program mailpv.exe
-Hasilnya terlihat password yang tersimpan dibalik *******

 

Reference: http://www.nirsoft.net/utils/mailpv.html

Setup DHCP server CentOS 5


-Install paket DHCP server
# yum -y install dhcp

-Backup File Original Konfigurasi DHCP
# mv /etc/dhcpd.conf /etc/dhcpd.conf.asli

-File contoh default konfigurasi dhcp ada di /usr/share/doc/dhcp-versidhcp/dhcpd.conf.sample
Copy file terserbut ke /etc/dhcpd.conf untuk diedit :

# cp /usr/share/doc/dhcp-3.0.5/dhcpd.conf.sample /etc/dhcpd.conf
Continue reading