links for 2007-08-31

August 31, 2007 · Posted in Links · Comment 

links for 2007-08-29

August 29, 2007 · Posted in Links · Comment 

Inbox Zero

August 28, 2007 · Posted in General · Comment 

Here is a video of a talk on how to be more productive with email.

[via Daring Fireball]

rsync over ssh

August 16, 2007 · Posted in Computer · Comment 

I wanted to start using rsync to mirror some our iTunes library across our computers.  On the main computer, I would rsync the iTunes library to our server, and then on all the other computers, I would rsync the library back down.

I also want to run rsync on the server in daemon mode, as there are some nice configuration options to specify “modules” for the different data that I wanted to synchronize.

After looking into this, there were a few things that I didn’t like with the default solution.

  1. I  didn’t want to open the rsyncd port through my firewall.  (Even though I could have specified authentication crednetials.)
  2. If I want to use rsync’s ssh support, and want to define all of the modules in /etc/rsyncd.conf, I would have to give the root user the ability to login in through ssh.

Here is how I set this up:

Read more

Posting from within Google Docs

August 12, 2007 · Posted in Blogging · Comment 

I just discovered this today, and I don’t remember hearing about his before.  You can post documents directly to your blog from within Google Docs.  This is very similar to the functionality that Microsoft Word has.

You do this from the Publish tab for each document.  You can configure this for a hosted provider, or any blogging software that supports the standard xmlrpc APIs.

Publish settings:

Publish Settings

Blog Site settings:

Blog Settings-1

Restore from Apple Backup backups

August 11, 2007 · Posted in Computer · Comment 

I have not been able to restore files from the backups that I have made with Apple Backup.  When I attempt to restore, using Backup, the progress dialog appears to show the restore working correctly, but the resulting folder doesn’t contain any files.

I found this comment on this post that describes a solution.  The backup files created by Apple Backup contain disk images with the files being backuped.  It is easy to get access to the files that you want to recover.

First use Backup to find the backup file that contains the file that you want to restore (if you are using incremental backups).  Then run the following command to mount the disk image:


hdiutil mount -readonly BackupFile.IncrementalBackup/Contents/Contents/Backup.dmg

links for 2007-08-11

August 11, 2007 · Posted in Links · Comment 

.Mac Disk Size

August 10, 2007 · Posted in Computer · Comment 

On Monday, Apple announced that all .Mac accounts would be upgraded to have at least 10 GB of space.  This space is really needed as you share more photos and videos. 

Personally, I think that Apple will start using this space for other purposes.  For example, I think that Apple will put any content purchased from the iTunes store on your iDisk.  This would allow any computer where you have entered your .Mac information, to have access to your content.  Also, this would allow an iPhone to content from your whole library, even if it the content is not located on the phone’s flash.

Read more

Firefox Add-ons

August 8, 2007 · Posted in Computer · Comment 

Here is a list of the Firefox extensions add-ons that I have installed:

madKast

August 8, 2007 · Posted in Blogging, Computer · Comment 

I heard about madKast on the last GeekNewsCentral podcast.  This looks like a pretty cool way to add a widget to share your posts via email or on social networking sites.

You have to include a javascript in your header, and then the script parses the page to identify the individual posts.  Then it places an icon next to each title.

Madkast Icon

When you click on the icon, a widget appears where you can send the link in an email, or your can post it to various sites.

Madkast Expanded

Read more