VPN Free Account Host Server or IP Address : 216.155.136.84 User Name : anonymous Password : anonymous This VPN gives you a valid IP from 216.155.136.84 server instead of your real IP. 128bit Strong Encryption prevents even your ISP from spying on you! A VPN connection also helps prevent data theft (such as passwords or […]
Hack to emulate DISA
Crude hack to emulate DISA. It requires the user to hit the # key when they are finished dialing. [DISA_hack] exten => s,1,Answer exten => s,2,Wait(1) exten => s,3,Authenticate(${DISA_password}) exten => s,4,Playtones(dial) exten => s,5,Read(1stnumber,,1) exten => s,6,StopPlaytones exten => s,7,Read(restofnumber) exten => s,8,Goto(default,${1stnumber}${restofnumber},1)
Show detailed Drive and Partion Info
fdisk -l
Show Current Processes
ps auxw w shows full cmd line
Lock File from Read/Write even ROOT
To make your file (test_file) immutable # chattr +i test_file # chattr -i test_file
Sensor Monitor
apt-get install lm-sensors sensors-detect modprobe SENSORNAME sensors
Format File Systems
ext3: mke2fs -j /dev/hdb1 mkfs -t ext3 /dev/hda1 ext2: mke2fs /dev/hdb1 mkfs -t ext2 /dev/hda1 reiser: mkreiserfs /dev/hdb1
Copy files with a progress bar
rsync –progress -vaz <from dir> <to dir> -v Turn on verbose mode -a This turns on archive mode. Basically this causes rsync to recurse the directory copying all the files and directories and preserving things like case, permissions, and ownership on the target. (Note: Ownership may not be preserved if you are not […]
DeepThought – A Thoughtful Website…
This is the GRAND OPENING of DeepThought finally put to use after 7 years.