Toggen Blog
Tech tips
Articles
Latest
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...
Stop people listing home directories on a Linux Host
If you issue ls -al /home on a Linux computer as a standard user. You will normally get a list of users on the system. This is because the permissions to /home/ are 755 which equates to drwxr-xr-x However if you as root run chmod 751 /home giving permissions of...
Microsoft Update: msxml3.dll: The parameter is incorrect
Disclaimer I have a VBS script that calls: ' Create object Set XmlDocument = WScript.CreateObject("Msxml2.DOMDocument.3.0") Set XslStylesheet = WScript.CreateObject("Msxml2.DOMDocument.3.0") ' load xml doc and stylesheet into above objects ' attempt a transform Result...
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...
Fedora 11 – So long, farewell, auf Wiedersehen, good night
So I had Fedora 11 installed for a few weeks... The install program created overlapping partitions which required manual intervention. I have an Intel video chipset and I ran into the screen blanking bug and several other bugs as mentioned in the...
