Saturday, December 5, 2009

Exporting Outlook 2003 contacts to vcard format.

http://www.macosxhints.com/article.php?story=20040217024237684

Saturday, October 31, 2009

How to unhold netatalk

echo "netatalk install" | sudo dpkg --set-selections

Thursday, October 29, 2009

Ubuntu - XBMC directory

One of the things I just can't get used to on Ubuntu is trying to figure out where stuff is installed. So this note is only for myself really, and maybe anyone else on google trying to figure out where the XBMC skins diretory is...

/usr/share/xbmc

Wednesday, October 21, 2009

HOWTO Enable WebDAV with Apache 2.x on Ubuntu Linux

I thought this might be neat to try, I may never do it, but I want the link saved anyways.

Link

Sunday, October 18, 2009

Logjam Electronics

CD changer port/Aux Input converters.

Logjam Electronics

Monday, October 12, 2009

Rolling Stone Top 500 Albums

More on this later, but for now here's the link

Link

Sunday, October 11, 2009

Linux HTPC Howto

It seems a little outdated but could be good for reference. Either way, I didn't want to lose the link.

Link

Wednesday, October 7, 2009

Using a Slingbox with a Bell 5900 DVR

Okay,

The Bell 5900 PVR is not listed under the Bell section in the slingbox configuration menu. Here's how to make it work.

Select 'Echostar'
Select 'Other' (actually selecting Echostar might be completely irrelevant, you may be able to select "Other from any of the menus)
Select 'Code 8' and try turning the DVR on and off... it should work.
For leading zeros check '0'
Try changing a channel... this should work too.
Finish the rest of the setup, the remote won't look the same as the actual PVR remote, but it's working great for me so far.

[Update Oct 11, I returned the slingbox today, the slingplayer for mac just wasn't cutting it, too much audio lag... and high motion video (hockey games) looked it was dropping frames when panning from side to side. It was too distracting to use.]

Tuesday, October 6, 2009

Linux and Unix chown command

I always forget about this one too.

Link

Saturday, September 26, 2009

Sharing music on a Ubuntu box with iTunes

Download 'Tangerine' via the Package Manager.
Once installed you can find it under the Accessories menu... go through the 10 second config screen. In my case I told it to find music in Rhythmbox.

You should now be able to find your shared library in iTunes... if not make sure you have "look for shared libraries" checked under Preferences-> Sharing.

That's it.

Sunday, September 20, 2009

Linux and UNIX chmod command

I always forget and keep having to google this.

Link

To change the permissions on a directory as well as all files and directories below...

sudo chmod 777 -R [directory path]

ex: sudo chmod 777 -R /media/Media/TV

Saturday, August 8, 2009

How to Build a Record Shelf

A few weeks back I decided to build a record shelf.
I saw this shelf online and decided I would try to copy it.
I did a mockup in AutoCAD...

A larger version can be found on my flickr page. Just click "All Sizes" on top of the photo.

The actual shelf dimensions are not exactly the same but it came out pretty close. The wood I bought was a bit deeper than it is in the mockup.
I decided to stain it dark walnut.


The shelf should hold about 600 records, so it should accommodate me for years to come.

Wednesday, August 5, 2009

Why Cable ISP Capping is the New DRM, and Suck

An interesting take on ISP Bandwidth Capping.
Link

Tuesday, August 4, 2009

Moving a Parallels Virtual Machine to a VirtualBox Virtual Machine

This is a pretty loose guide... I couldn't find a good guide online so I pieced together this from a number of sources.
In my case I backed up my Windows XP Pro Virtual Machine running in Parallels and moved it to a VirtualBox Virtual Machine. This method requires that you have your XP Pro disc, as I did not back up the entire disk... read on.
Make a backup of your entire machine using Windows Backup.
Start > Programs > Accessories > System Tools > Backup
(Make sure you've got enough space to back this up, you may need some external storage. Keep in mind that the FAT32 file system only allows files up to 4GB, so trying to back up to your FAT32 formatted thumb drive will not work if it's larger than that. It took me a number of failed attempts before I remembered this limitation.)
Open VirtualBox and create your new virtual machine, re-install XP as you would if you were making a brand new VM.
Once that's done go to Windows Backup, this time using the restore option.... open up the backup file you created earlier, let it restore all of your files, this took about 20 minutes for my 5 gig backup. You will be asked to reboot the machine.
This is where I thought I'd screwed it up beyond repair, after trying the reboot I couldn't get the virtual machine to start, it locked on startup.
The Fix: Start Windows in Safe Mode... go to Add/Remove programs, in the list near the bottom there are quite a few Apple drivers that are installed when installing windows via boot camp. There are probably 20 or so of these. Remove all of them. You should now be able boot windows normally now.
Once I booted I again went to Add/Remove programs, and removed "Parallels Tools" and there was also still something with a BootCamp reference in there... I also removed that since I'm not using BootCamp anymore.
Somewhere in the process you will likely have to reactivate your copy of windows. Mine actually activated over the internet this time... I usually have to call to activate since I screw around installing and uninstalling this copy of windows so much.
That's it, you're done.

How To Make Ubuntu A Perfect Mac File Server And Time Machine Volume

A really great guide on how to set up a Mac File Server on a Ubuntu box.
Using this guide I was able to setup my Ubuntu box as a Time Machine backup volume for two MacBooks. They wirelessly backup every couple of hours automatically... once setup, the backup process is effortless. Of course, I also use the Ubuntu box to serve media files as well.

Link

Update (Nov 1, 09):
The default netatalk package for ubuntu now plays nice with OSX, so there's no need to compile your own version anymore.