Showing posts with label Technology. Show all posts
Showing posts with label Technology. Show all posts

Friday, June 4, 2010

Enable mounting of remote CD/DVDs on any Mac

My old Mac Mini couldn't read certain DVD format, so I decided to try to remotely mount the CD from another computer. MacBook Air has the remote disc integrated, however for other Mac machine, there's a trick to turn it on.

I shared the DVD on my windows 7 computer, which has Apple "DVD or CD Sharing Update" installed.
Download Link

If your Mac has Leopard or above system installed, you should have "DVD or CD Sharing Update" integrated. Otherwise, install it on your mac as well.
Download Link

On both system, go to System Preferences, and enable 'DVD or CD Sharing.

Then, on the Mac that uses the remote disc, go to a Terminal window and enter:

$ defaults write com.apple.NetworkBrowser EnableODiskBrowsing -bool true
$ defaults write com.apple.NetworkBrowser ODSSupported -bool true

Reboot this machine, and when the reboot is finished, you'll see the remote CD/DVD under Devices in the Finder's sidebar. Thereafter, you can remotely mount a CD/DVD from another machine.

Saturday, January 16, 2010

Glad to see my blog transfer to Blogger went smoothly

I used to host my blogs on my own website. However, I got tired of maintaining all the updates, plugins, and so on. That even made me stopped blogging for a while.

Like what happened to my self-hosted photo gallery (moved to Flickr), I decide to transfer my blogs to Blogger. If you ask why not WordPress? I have to say it's just a decision.

Only one problem in this process is Blogger can officially only import its own backups, while my old blog server uses WordPress. After some reading and testing, I chose a open source tool Blog2Blog, which works like a charm. Very glad to get the whole migration done smoothly.