Sunday, January 8, 2012

NSLU2 with Windows 7 Professional

I was having trouble accessing my stock NSLU2 through Windows 7 Professional, and found the following link solved the problem:  http://windows7forums.com/windows-7-networking/5323-mapping-network-drive-windows-7-rc.html

Here's the content from that answer:


- Click Start
- Click Control Panel
- Click System and Maintenance
- Click Administrative Tools
- Double-Click Local Security Policy
- In the left pane, click the triangle next to Local Policy
- In the left pane, click Security Options
- In the right pane near the bottom, double-click "Network security: LAN
manager authentication level"
- Click the drop-down box, and click "Send LM & NTLM responses"
- Click OK

Monday, September 6, 2010

Things I Like: Adidas Barricade Tour II 3-Pack Bag

This is the first post in a series titled "Things I Like".   My family often laments how picky I am when it comes to "gear".  I decided to post these in case anyone else out there had the same "specs" that I had.

Tennis Bag Required Features
  • Holds 2-3 rackets
  • Shoe tunnel
Really, that's all I wanted, but had a hard time finding it.  This struck me as odd as I know many players who carry two rackets and tennis shoes.  Everyone I asked said to get a smaller 6-pack bag, but they were too large for my needs.


Solution:  Adidas Barricade Tour II 3-Pack Bag (Adidas Barricade II Tour 6 Pack Tennis Bag)
 
Perfect fit of my stuff:

  • 2 Wilson Six-one:95 rackets
  • 1 pair size-11 shoes
  • Water bottle
  • Tennis clothes
  • Sunglasses (in the microfiber-lined "media" pocket)
  • 2-3 canisters of tennis balls
  • Assorted small items (vibration dampeners, sweat towel, etc.)



Sunday, August 29, 2010

Post-Trip Photo Post-Processing

After returning from vacation, I wanted to develop a flow for post-processing my photos. It didn't go very well, but this ugly process got me there.

1. Tweak photos and add captions in Picasa
This includes minor color and contrast adjustments, cropping, and adding captions. Nothing too tricky here.

2. Add Borders and Copyright information in Gimp
This is where it got tricky. I modified the batch processing plug-in for Gimp called PhotoLab to add a border that I liked better than the original. I also added copyright information that is written on the border. The biggest hurdle though was Gimp itself -- the built-in jpg save functions lose all the metadata, including the photo-taken timestamp that I use to sort the photos and the captions that I added in Picasa.
To rectify this problem, I called the executable version of exiftools from within the python script. A better way would have been to code it directly into the plug-in, but I ran out of patience for that. Hopefully the upcoming Gimp version 2.8 will fix this problem.

It is not particularly robust, but these items are essential:
The script can be found here:  http://registry.gimp.org/node/24708

3. Rename the Photos, in almost chronological order.
I wanted to rename my photos in the order that I wanted them to appear in the album. This is almost chronological order, but I added a cover image and map (the original motivation came from having images from two cameras that had unique numbering schemes. There are probably a dozen better ways to do this, but I was burnt-out on this project by now. I did this by
  1. Copying the two images I wanted first to a directory named "renamed_images" and manually editing their names.
  2. Ran the following exiftools command: exiftool -fileOrder CreateDate -filename=Norway_Aug2010%-c.jpg -directory=renamed_images/%d .
The command moves the files, adding a copy number to the end.

4. Credits
1.  The "base" of the script was batch processing for adding borders and title information from the PhotoLab suite of Gimp tools.  http://registry.gimp.org/node/157

List of changes:
  • Changed the "title" feature to be a copyright feature
  • Placed the copyright information on the border (size scales with border so it always fits).
  • Replaced the border with one I liked better (see #2 below)
  • Used exiftool to preserve metadata (see #3 below)
  • Note:  I have not renamed the script from the PhotoLab original.
  • Note:  The script is now limited to JPG images (mostly to preserve metadata)

2.  I replaced the border with a modified version of the border implemented in the two_color_borders.py script.  http://registry.gimp.org/node/24635
  • Changed the script so that the border overlays the edges of the current image in order to maintain the original aspect ratio.  A quick code change can switch it back (I meant to make this an option, but ran out of time).
3.  In order to "preserve" metadata, I used ExifTool (http://www.sno.phy.queensu.ca/~phil/exiftool/) to copy the metadata from the original JPG to the new JPG.
  • Note:  ExifTool.exe must reside on your path.






Sunday, April 4, 2010

Removing Duplicate Files

Want to save some disk space? How about removing all duplicate copies of your files? Fortunately, there are free tools to help you do this. I used DoubleKiller after reading the LifeHacker post: http://lifehacker.com/330037/top-10-free-windows-file-wranglers.
  • Found many data files that were duplicates
  • Found many copies of VIRSCAN*.dat files from Symantec AntiVirus. Deleted all the ones in *.tmp folders (actually, moved them to a holding location). No issues so far.
  • If you have multiple copies of Matlab installed, I would recommend removing those from the search path

Check out WinDirStat from the that LifeHacker post too.

Modifying the Windows-E Shortcut Key's Behavior

Background: Pressing the key combination [Windows Logo Key] + [e] opens Windows Explorer.
I use this short-cut all the time, but I was annoyed that it always opened with the C:\ fully expanded, which took-up most of the viewable space in the left-hand pane of Windows Explorer.
After a bit of web-searching and playing around, I found a solution.
  1. Go to: Start Menu -> Run -> regedit
  2. Locate the registry key: HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec
  3. The (Default) value should be something like: %SystemRoot%\Explorer.exe /e,/idlist,%I,%L

  4. Delete this value so that the entry is blank (right-click on (Default), choose "Modify")


[EDIT] Recently noted my personal computer has "My Documents" appearing ahead of C:\. I need to find out how to get that for my work computer.

Thursday, November 13, 2008

Upgrading the HP ze4600 to Ubuntu 8.10

I got my hands on the HP ze4600 again and off I went to upgrade the Ubuntu installation to 8.10.

I have a friend who says he never bothers with the upgrade - he always just does a fresh install. I see his point, but I always hold out hope that the upgrade will be quicker and less painful. So now for my experience on the HP laptop.

Ran the upgrade and all went pretty smoothly. It wanted to overwrite my /boot/grub/menu.lst file, which I had modified to make Windows XP the first and default choice. I first tried to use the merge tool, but I couldn't figure it out. So I let the install overwrite it. Of course when the computer rebooted at the end of the install, windows was no longer a choice. No problem - the old menu.lst file was saved with an obvious filename, copied the Windows XP lines back into the current file, and problem solved.

The unexpected happy news...WiFi suddenly started to work!! I had never been able to get it to recognize the Broadcom 4306 rev 2 chip. Now it immediately recognized the proprietary hardware with the b43 module (or something like that - will grab a screenshot next time I'm allowed on the computer).

Thursday, November 6, 2008

An upgrade to Xubuntu 8.10

I resisted for a few weeks, but I couldn't hold out any longer. Despite having no complaints with Xubuntu 8.04 on my old Dell Latitude L400, I had to upgrade to 8.10.

The upgrade went smoothly. I was happy to see that my install and setup of wicd and all my Firefox add-ons carried over. The problem with the laptop going to sleep mode 5 seconds are starting up returned, but I expected that since I allowed the upgrade to overwrite the changes I had made to my /etc/default/acpi-support file described in my previous post.

1. The First Step Towards Resolving the Sleep Problem
I have suspected that the problem stems from running the laptop without a battery installed (mine is in such bad shape, the computer complains if I put it in). I decided to test this theory indirectly, so I booted with the kernel options "noapm noacpi acpi=off apm=off". Once booted I went to Applications->Settings->Power Management. I think there was a tab there called "On Battery Power" where I chose "Do Nothing" when battery power is low. I intended to post a screen shot, but that tab has diasppeared (why??).



The results:
  • The laptop tries to go to sleep once during boot, but once awoken, it usually finishes booting with no further problems. I've noticed that it does a battery check during startup, so I'll try to disable that and see if it fixes the problem.
  • The whole system has a bit of flakiness. Sometimes my WiFi card doesn't get power during boot-up, sometimes it does. Sliding it out of the pc card slot and back in usually does the trick. Sometimes it doesn't finish shutdown, and sometimes the hard disk doesn't come alive at all on boot (I think when I do a restart rather than a full shutdown). I'll keep looking into these issues.
2. The Second Step Towards Resolving the Sleep Problem
I went to Applications->System->Services and disabled acpid and apmd (and bluetooth too since this machine doesn't have it).

The results:
  1. Smooth boot from cold start - hooray!
  2. Standby mode works. Maybe it did before too, never tested it.
  3. The "restart" option doesn't work. The computer restarts, but the hard disk appears to never come alive. Not a significant problem really, just a little annoying.
Next Steps
1. Try disabling acpid and apmd independently
2. Install in "desktop" mode rather than "laptop" mode so there is no expectation of a battery?
3. Search on why my hard disk might not comeback after a "restart".