Toggen Blog

Tech tips

Articles

Latest

Access

Blog History

Hide your Squid Proxy’s internal hostname

I recently went to http://whatismyipaddress.com and And under the front page under "Proxy Server Detected!" I saw the internal hostname of my squid proxy. Which may or may not be a security problem (giving away an internal domain name and hostname). So inside...

gnucash 2.3.3 compile

Ubuntu 9.04 sudo apt-get build-dep gnucash sudo apt-get install libwebkit-dev sudo apt-get install libdbi0-dev sudo apt-get install intltool sudo apt-get install libdbd-pgsql sudo apt-get install libdbd-sqlite3 sudo apt-get install libdbd-mysql wget...

Wipe a Hard Disk using Knoppix

Use shred to wipe your old computers hard drive before putting it in a dumpster Boot from a Knoppix CD and then: # get root su - # Find out what hard disks are installed by using fdisk minus L fdisk -l Disk /dev/sda: 200.0 GB, 200049647616 bytes 255 heads, 63...