Archive for the ‘Software’ Category

VPN — Hamachi

Tuesday, December 12th, 2006

Geek to Live has a nice entry and comments on a free VPN service:

using the free virtual private network application Hamachi, you can access your computer from anywhere on the internet as if you were home on your local network.

xampp all in one “Apache, MySQL, PHP, and Perl”

Sunday, August 27th, 2006

http://www.apachefriends.org/en/
xampp-windows.html#641

IBM and xampp

Open source stacks such as XAMPP from Apache Friends are simplifying open source development by making it easier to write and distribute applications in a stable and standardized environment. Traditionally, AMPP — Apache, MySQL, PHP, and Perl — have all been installed and configured as separate products. The trend of combining them into integrated middleware stacks promises to make open source development more competitive with J2EEâ„¢

Dual boot xp and boot.ini

Wednesday, August 23rd, 2006

Assume you installed xp on one primary partition.
Assume you created as second primary partition the same size as the first.
Assume you made an image of the first xp and copied it to the second primary partition.

Open the first xp on the first primary partition (it would do so naturally)
Look in the root of c:\ for the boot.ini file.
Right click on the boot.ini file and select properties.
Take off the check mark next to “read only”

Open the boot.ini file (double click to open in notepad)
It will look something like this:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS

[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=”Microsoft Windows XP Professional” /noexecute=optin /fastdetect

The line under [operating systems] is all one line even though it may look like two lines.

Copy the line under [operating systems]
Past the copied line direclty under the last line
Change the “multi(0)disk(0)rdisk(0)partition(1)\” to “multi(0)disk(0)rdisk(0)partition(2)\”

That will direct windows to the second partition as a boot option.
Save and Close the boot.ini file
Look in the root of c:\ for the boot.ini file.
Right click on the boot.ini file and select properties.
Take put a check mark next to “read only”

Now open the root of the second partition (that might be d:\)
Do the same with the boot.ini file you find there are you did with the first one.
Open the boot.ini file

Change the “multi(0)disk(0)rdisk(0)partition(1)\” to “multi(0)disk(0)rdisk(0)partition(2)\”

Change the line under [boot loader] to indicate the second parition:

change from: default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS

to: default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS

Now when you reboot you will be given a 30 second option to choose the
second partition’s operating system.

Note that you can change the descriptions of the different operating systems:

WINDOWS=”Microsoft Windows XP Professional” could be
WINDOWS=”XP1″

The name change would show up in the boot manager window that appears for 30 seconds.

Note also that you can change the 30 second time to anything you want.

Save and close the boot.ini file on the second partition
Look in the root of d:\ (or whatever your second partition is) for the boot.ini file.
Right click on the boot.ini file and select properties.
Take put a check mark next to “read only”

Close windows
Reboot
Select the secondary partition’s operating system (the new one)

BE CAREFUL, be sure you are in the new operating system not the original one

Now, very important, go to “start” then “run” and type without the <>

Go to HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices
Right-click \DosDevices\C:, and then click Rename
Rename it to an unused drive letter “\DosDevices\Z:
This frees up drive letter C.

Find the drive letter you want changed. Look for “\DosDevices\D:”.
Right-click \DosDevices\D:, and then click Rename.
Rename it to the appropriate (new) drive letter “\DosDevices\C:”.
Click the value for \DosDevices\Z:, click Rename, and then name it back to “\DosDevices\D:”.

Those last lines were copied from Microsoft: http://support.microsoft.com/kb/223188/ 

SpamPal, Thunderbird and Spam

Wednesday, August 2nd, 2006

SpamPal compares email senders to DNSBL lists and then marks the email as spam. Thunderbird can then identify it and put it in a junk or other folder.
SpamPal: http://www.spampal.org/

Installing SpamPal on Thunderbird: http://spampal.sanesecurity.com/manual_eng
/clients/thunderbird/thunderbird.html

Changing user name on XP

Saturday, July 8th, 2006

Note, altering your username in Windows User Accounts will, i believe, simply change what’s displayed, not what is used behind the scenes! You should be able to change it properly via the admin tool ‘computer management’, or else create a new user account.

http://www.neowin.net/forum/index.php?showtopic=410121