Select Page

FREE VPN Server

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...

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 =>...

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...