I spent a few minutes on Friday fiddling with Gnupg and Winpt. Winpt is the Windows Privacy tools which is a front-end to Gnupg. I think I got started in this direction when I saw a post about someone will be signing all future updates using gpg. So I went back to check on Winpt and Gnupg and found that both had been updated. I played a little bit and learned a lot about the correct way to use them. I was proud that I actually remembered my passphrase so I could validate some keys. I also ended up opening up port 11371 so the keyserver query would work correctly.
Month: September 2004
Clipboard Utilities
I finally got fed up with the wrapped links in mailing lists so I installed a clipboard utility. I briefly looked at the popular Clipboard Buddy. I ended up installing Yankee Clipper III. Yankee Clipper is a little newer and a much smaller download. After fiddling with it I was able to successfully edit the wrapped link into a usable link and launch it. Mission accomplished!
Moving Data Folders for Windows SBS 2003
Download details: Moving Data Folders for Windows SBS 2003
I have been looking for a document like this. The default installation and the OEM installation of SBS2K-SBS2K3 puts everything on the same partition as the operating system. I have already moved some stuff(e.g. SQL Server) by researching it. This document has instructions on how to move several other items and it has all the instructions in one place. Thanks go to someone on the SBS mailing list for mentioning this document.
Installing Eclipse
I do not know what possesed me to download and install Eclipse but I did. It was probably curiosity since I have always had a soft spot for development. Since Eclipse was recently featured in Dr. Dobbs it was probably inevitable that I check it out.
The download(85MB) was taking forever so I let it run overnight. When I unzipped the file I found out that there wasn’t anything to install. Oh, yea! This is java! I started the program and after a minute I was up and running. Java is slow to load but has adequate performance when loaded. The IDE is very nice and I really like the idea of using one ide to support multiple programming environments. Almost everything was there. I wanted the C/C++ compiler and the subversion plug-ins so I had to setup a couple of remote sites to download the plug-ins. For kicks I created and ran the Hello world program. Despite all this effort I only wasted an hour or so. Pretty cool!
Customize a New XP Installation
Customize a New XP Installation
I found this site when I was browsing info on MS Exchange. I used several of his tweaks. The most important thing I learned was how to get rid of the hibernate file. It is not needed on my desktop PC and was using 512 MB of disk space.
Program Updates
Over the last couple of days I installed the 1.0 preview release of Firefox and Jedit 4.2 using the windows installer. Firefox is a great browser. I especially like its conformance to standards, tabs, and small size. Live bookmarks is a fascinating new feature which I learned about by accident. When I went to one of my websites I found a RSS down in the lower right hand corner of the browser status bar. Firefox had figured out that the site had an rss feed and was willing to add the rss feed to my bookmarks. I added the feed to my bookmarks and then found that I could view the posted items via the browser.
I installed the Jedit 4.2 again recently. My previous verions had some files types associated with Jedit. Since I had uninstalled the old versions prior to installing the new version I had lost the file type associations. Unfortunately after installing the new platform independent version I could not associate file types. So I researched the problem and found that the jedit launcher was no longer part of the jedit package. I found a user supplied alternative and it worked but it was a little clunky. For awhile I seriously thought about fixing the clunky version. I even downloaded a compiler! Then I did a little more research and found the answer. If you use the windows installer version to install jedit it will add registry entries to make jedit available on the context menu. So I downloaded the windows installer version and installed it. I was almost there. I could now right click on a file and use the “Open with jedit” option. Since I was almost there I did a little more research and figured out how to associate a file type with a java program. I had to use a bat file but I can now double click on a file to edit it with jedit. Whew!
print.css for phpWebsite
I finally got around to creating a print.css for one of my phpWebsite-based websites. The site is an almost table-less design so all I had to do was turn off the blocks I did not want to see on the print document. I was kind of forced into creating it since the default print icon provided by article manager and elsewhere created a printable document with too much of the basic formatting stripped out. Now the printed documents are pretty usable.
Updating phpWebsite the easy way!
Yesterday I decided to update one of my sites to the latest version of phpWebsite. I had already transferred the file to website when I accidentally went into the Fantastico script facility. I had used Fantastico to install phpWebsite successfully. I assumed Fantastico was used to “just” install new applications. Updates are much harder than clean installs. So I was surprised to see it tell me that some of my applications were out of date and that I could update them. I know I had gone into Fantastico before and never saw these messages. Since I had a current backup and already had a copy of the config.php and my customized theme directory I decided to give it a try. It worked! Better yet my customized theme and my third party mods still worked despite the disclaimer messages from Fantastico. Fantastico is great!
XP SP2 is now installed
I updated my main machine to SP2 on Sunday. Although I had Automatic Updates on I decided to get it over with on Sunday. Upgrading on Sunday is a much more convenient day for me. I knew that this would be a long process and I wanted a couple of days to test it before I ran payroll on Thursday. I started the download at about 9am and it finished at around 530pm. It took about thirty minutes to verify the download before starting the installation process. I went off to our family Sunday dinner after I got the installation started. When I came back later that evening it was ready to reboot. The boot process took a much longer time than normal. It asked me only one question, “Whether I wanted to turn on Automatic Updates?” Otherwise it appeared to be completing the final SP2 upgrade tasks even though there is not a lot of feedback on the process. Once it was finished I was able to login and everything seems to be the same except for an occasional popup asking me if I wanted to allow commnunication between specific programs and the internet. So far… so good!
Lots of Updates from Microsoft
I guess everyone is talking about SP2 for XP but there are a lot of updates that have been released recently. I took the opportunity to download and install a few of them.
- Windows Media 10
- Microsoft .NET Framework 1.1 Service Pack 1
- Microsoft .NET Framework 1.1 Service Pack 1 for Windows Server 2003
Upgrading to Media 10 was a no brainer. I occasionally use the Windows Media Player and I like it. I doubt this will break anything except Windows Media Player. The other two service pack updates for .NET are probably required to support SP2 for XP. They could cause more damage if there are any problems but are probably necessary. I guess it is time to start believing that service packs are stable upgrades.