Wednesday, May 30, 2007

Change Microsoft Office default install source location

As an administrator, run:

C:\>MSIEXEC /i e:\data1.msi REINSTALL=ALL REINSTALLMODE=vomus /qb

(This was MS Office 2000, so that's why the path is to the msi file data1.msi).

Window will pop up and bar will move across, finally it will finish on its own.

Saturday, May 12, 2007

Turn off ipv6 in RedHat Fedora

To disable IPV6: As root, you must add the line: "alias net-pf-10 off" (without quotes)
to the end of your /etc/modprobe.conf file.

You might also have to add (wouldn't hurt, I put both and it worked for me):
"alias ipv6 off"