Nov 21

Apparently when your iTunes library is not in the default location, it will create another xml called “iTunes Library.xml” and will no longer use the default “iTunes Music Library.xml”.  This is fine unless you use another program to access the itunes data.  Those programs want to use “iTunes Music Library.xml” which has not been updated since you moved your library!  Crazy right?!?!

Easy fix:

  1. Make sure iTunes is closed, and go to the iTunes folder.  Rename “iTunes Library.itl” to “iTunes Music Library.itl”
  2. Hold down the Shift key (Option key on a Mac) and open iTunes.
  3. Select “Choose existing library” and select the newly renamed “iTunes Library.itl”

Now all the programs that need to access iTunes data will get the most updated library.

 

Popularity: 4%

Share
Apr 26

Without tweetymail or tiwttermail or posterous or any other 3rd party solution.  This solution should have been easier to find.  So thought I’d write it up here.

I run a website for a non-profit, and we use Google Calendar for our events on our website.   We also have a Facebook page and a Twitter account (of course).  I linked our Facebook page to Twitter acct (http://apps.facebook.com/twitter/).  So now all I have to do is to post to Facebook and it automatically gets Tweeted as well.

So I wanted our google calendar to send reminders of events to Facebook and thus Twitter as well.

1) Find your secret m.facebook.com email address

  • http://www.facebook.com/mobile/ for personal profiles
  • For “Pages”: edit your page and go to the “Mobile” link on the left to get the email address

2) Set up a Gmail Filter to forward reminders to your secret Facebook email address.  This will send an verification code to your FB page.  You will need to get that code off (to verify the forwarding address) and then delete the post.  I don’t know of a better way.

3) Create a filter for Calendar Reminders:

  • From: calendar-notification@google.com
  • Has the words: [Reminder]
  • Doesn’t have: notweet (I added this to have the option to not post some events/reminders)

Now all you need to do is to setup email reminders on your Google Calendar events!

Popularity: 3%

Share
Oct 07

I have just compiled the steps that worked for me here all in one page (with screen shots).

The first thing you are going to need is the Cisco RNG200 bin file.  That can be downloaded here or here.

That file needs to be saved in your C:\Program Files\Sling Media\SlingPlayer\SBAV folder.

Goto Setup Assistant on your Slingbox.  And Select Configure Video Sources.

Setup-Asst

Select your Connection and Choose Cable Box.

Cable-Box

Select Comcast as the manufacture and Other for the model.

Comcast-Other

Make sure the Lineup is correct, and hit next.  And now you will have to select your code to be able to control your DC50X DTA.  In the Select Code box, select Custom and type in C2000.  Then hit the Power button to test.  Remember that the DC50X does not turn off, this will not turn off the box.  But it will upload the RNG200 bin file.  If you get an error message, make sure you have saved the RNG200 bin file in the correct place.

Code

Now just finish up the Setup Assistant, and you will be good.

Popularity: 100%

Share
Aug 18

I keep all my sensitive documents encrypted in Truecrypt volumes (don’t you?).  But I ran into a problem when I wanted to share a Truecrypt volume across my home network.  I had to setup the share every time I mounted the volume.

Then it hit me; my flaw was that I was trying to set up a share within the Truecrypt volume.  I needed to set up a share and then mount the TC volume inside that share.  But you can’t mount a Truecrypt volume to a directory.  Humm….

Enter Hardlink Shell Extension.  HSE will let you create Volume Mount Points in Windows.  That will let you “map complete local volumes onto arbitrary disk locations”.  So you can create a VMP (as a folder) and point it at the drive letter of your TC volume.  That way whenever you mount the TC volume to that drive letter, it will already be shared.

After installing the HSE, Mount your TC volume, right-click, and select “Pick Link Source”

pick-link

Now go to the drive you are going to set up your shared folder and right click.  Then select “Drop As…” and “Volume Mountpoint”.

drop-vmp

Now just share the resulting folder.

When you mount the TC volume (or any TC volume for that matter) to the drive letter you selected as your “Link Source” it will be shared.

–Zen

Popularity: 29%

Share
Sep 05

I never could find a good script to check to see if a Macromedia Contribute key had been installed for a user on a machine, and if not then to run the key. So I made one. This one is for Contribute 2, but I think it will work with 3 (if you change the Site folder to 3). And it assumes that the user will only be running one Site. I make the Contribute Icon/Shortcut point to this script.

You will need to change “h:\key.stc” to the location of your key. You will need to save the following script as a .vbs

Set objFSO = CreateObject(“Scripting.FileSystemObject”)
Set objNetwork = WScript.CreateObject(“WScript.Network”)
strUserName = objNetwork.UserName
If objFSO.FileExists(“C:\Documents and Settings\” & strUserName & “\Local Settings\Application Data\Macromedia\Contribute 2\Sites\Site1\_mm\contribute.xml”) Then
Set wshShell = WScript.CreateObject (“WSCript.shell”)
wshshell.run “”"C:\Program Files\Macromedia\Contribute 2\Contribute.exe”"”, 6, True
set wshshell = nothing
Wscript.Quit
Else
Wscript.Echo “Your Contribute Key needs to be installed on this computer. Click OK to begin.”
Set wshShell = WScript.CreateObject (“WSCript.shell”)
wshshell.run “h:\key.stc”, 6, True
set wshshell = nothing
End If

References:
1) http://www.microsoft.com/technet/scriptcenter/resources/qanda/jun05/hey0620.mspx
2) http://weblogs.asp.net/steveschofield/archive/2004/03/14/89240.aspx
3) http://www.computerperformance.co.uk/Logon/Logon_HomeDirAdv.htm

Popularity: 22%

Share
Feb 20

Move or Migrate user accounts across Linux boxes

Popularity: 6%

Share
Feb 01

http://www.google.com.my/intl/en/help/cheatsheet.html

Popularity: 6%

Share
Oct 26

Web:
Zamzar lets you convert many different types of files in addition to video files: http://www.zamzar.com/

Keepvid also lets you save Streaming Videos: http://keepvid.com

Apps:
If you want to save that great Google Video or YouTube video, you need this tool: VDownloader
If you want to save a streaming Microsoft video (like an ASX playlist), then this is the tool you need: SDP Multimedia

Popularity: 9%

Share