<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dom Barnes dot com &#187; macosx</title>
	<atom:link href="http://dombarnes.com/category/apple/macosx/feed/" rel="self" type="application/rss+xml" />
	<link>http://dombarnes.com</link>
	<description>My very own localhost</description>
	<lastBuildDate>Thu, 27 May 2010 10:28:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>HOWTO: Install a WIM Image in VMWare Fusion</title>
		<link>http://dombarnes.com/2009/03/howto-install-a-wim-image-in-vmware-fusion/</link>
		<comments>http://dombarnes.com/2009/03/howto-install-a-wim-image-in-vmware-fusion/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 21:32:46 +0000</pubDate>
		<dc:creator>Dom</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[imagex]]></category>
		<category><![CDATA[vmware fusion]]></category>
		<category><![CDATA[wim]]></category>

		<guid isPermaLink="false">http://dombarnes.com/?p=249</guid>
		<description><![CDATA[My company builds their machines based on a USB rebuild solution, applying a Windows WIM image with Windows PE. I wanted to get this into a VMWare Fusion VM. After some googling, I managed to get it working, and here is how. My main resource was this invaluable page. I have put my steps here [...]]]></description>
			<content:encoded><![CDATA[<p>My company builds their machines based on a USB rebuild solution, applying a Windows WIM image with Windows PE. I wanted to get this into a VMWare Fusion VM. After some googling, I managed to get it working, and here is how. My main resource was <a href="O2UKOfficial@markperera We are working with Apple on tethering, but we're not making any announcements yet.">this invaluable page</a>. I have put my steps here for clarity.</p>
<p>1. Follow the instructions <a href="http://www.svrops.com/svrops/articles/winvistape2.htm">here</a> for creating a Windows PE boot disc. You will need a Windows system to create this with. Unfortunately the file resultant ISO file is 180MB, not really suitable to share here.<br />
2. Get your WIM image on a USB drive.<br />
3. Create you VM, selecting the appropriate OS, in my case, XP. Use the ISO image you created in step 1 as the install media.<br />
4. Start up your VM and wait to be presented by a command prompt.<br />
5. Type <em>DISKPART</em> to start the disk partition tool. Type the following commands</p>
<p style="padding-left: 30px;"><em>list disk<br />
sel dis 0<br />
clean<br />
create part pri size=30000</em> (for 30GB, change as necessary)<br />
<em>ass letter=c<br />
format fs=ntfs label=XP quick<br />
act<br />
exit</em></p>
<p>6. Next you need to insert the USB drive with your WIM image on. And we need to go back into <em>DISKPART</em>. You need to assign a letter to your partition on the drive. So do this</p>
<p style="padding-left: 30px;">list disk<br />
<em>sel dis 1</em> (confirm disk number from list disk command)<br />
<em>list vol</em><br />
<em>sel vol 3</em> (in my case, my partition on the drive was 3)<br />
<em>ass letter=m<br />
exit</em></p>
<p>7. Back at the command prompt, you can now begin applying the WIM to your VM. Type the following command, inserting your own wim file name where I put in filename.wim<br />
<em>imagex  /apply m:\filename.wim 1 c: /verify</em></p>
<p>The variables for this are of course your wim file name, the destination drive should usually be C:, and the &#8220;1&#8243; is the index number on your wim. This is likely to be 1 but if you are unsure or have issues, refer to the <a href="http://technet.microsoft.com/en-us/library/cc722145.aspx">Microsoft Support</a> pages.</p>
<p>Then, give it about 10 minutes to apply your WIM and once done, type &#8220;exit&#8221; to reboot the system. You will probably need to shutdown the VM when it reboots, to allow you to remove the ISO image which will be attached to the VM as a physical disc. Once that is out, reboot and make sure you&#8217;re plugged into your company network if needed, and that the networking mode is Bridged. This will give your VM a physical IP address from the DHCP server, rather than using NAT routing to reuse the IP address of your Mac.</p>
]]></content:encoded>
			<wfw:commentRss>http://dombarnes.com/2009/03/howto-install-a-wim-image-in-vmware-fusion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Boxee vs Plex</title>
		<link>http://dombarnes.com/2009/03/boxee-vs-plex/</link>
		<comments>http://dombarnes.com/2009/03/boxee-vs-plex/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 21:37:27 +0000</pubDate>
		<dc:creator>Dom</dc:creator>
				<category><![CDATA[macosx]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[boxee]]></category>
		<category><![CDATA[media centre]]></category>
		<category><![CDATA[osxbmc]]></category>
		<category><![CDATA[plex]]></category>

		<guid isPermaLink="false">http://dombarnes.com/?p=228</guid>
		<description><![CDATA[When it comes to home media centres, there&#8217;s no shortage of options. You have Windows Media Centre, AppleTV, MythTV, XBox, and more. If you&#8217;re looking at something on the Mac platform, you&#8217;ve got plenty of choices. All new Mac&#8217;s come with Front Row, that gives you remote controlled access to your iTunes library of music, [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to home media centres, there&#8217;s no shortage of options. You have Windows Media Centre, AppleTV, MythTV, XBox, and more. If you&#8217;re looking at something on the Mac platform, you&#8217;ve got plenty of choices. All new Mac&#8217;s come with Front Row, that gives you remote controlled access to your iTunes library of music, videos, podcasts, as well as access to iPhoto pictures. But what about if you have non-iTunes suitable content or you want to use some of the online streaming services? Front Row just won&#8217;t cut it.<span id="more-228"></span><br />
<br />`<br />
<img src="http://dombarnes.com/wp-content/uploads/2009/03/boxee1.jpg" alt="boxee1" title="boxee1" class="alignnone size-full wp-image-229" /><br />
<br />
<img src="http://dombarnes.com/wp-content/uploads/2009/03/plex2.jpg" alt="plex2" title="plex2" class="alignnone size-full wp-image-232" /><br />
<br />
The XBox Media Centre project has made its way on to OS X, commonly referred to as OSXBMC, and from it, sprouted many forks. I first heard about this months ago on <a href="http://lifehacker.com">Lifehacker.com</a>, and checked out Plex. It boasted a nice interface, access to video stored in any folders or on any volumes, TV info lookup and more. I tried it but it didn&#8217;t work for me. </p>
<p>A few months back, Boxee stepped forward and seemed to take the stage. It offered the same XBMC features, folder scanning, internet lookup on movies, TV shows, as well as a wide range of streaming sources including Hulu, iPlayer, ABC, MTV, Comedy Central amongst them. They also offered the ability to add friends, so you can see what they&#8217;ve watched recently. Boxee has a clean interface, with the main menu accessible at any time, on the left, and display and sorting options on the right. Possibly its key winner in the field was the AppleTV support. With the help of a patch stick, you could load Boxee on your AppleTV and watch streaming internet TV at any time. This was a big selling point for many.<br />
Being in the UK, and unable to access most of the content, it was a real benefit when the BBC iPlayer was added to the streaming sites.<br />
<br /><img src="http://dombarnes.com/wp-content/uploads/2009/03/boxee2.jpg" alt="boxee2" title="boxee2" class="aligncenter size-full wp-image-230" /><br />
Last week Plex&#8217;s name came up a bit more on the internet, especially on Twitter, so I thought I&#8217;d give it a try. After downloading and running the new beta, I added my Movies folder and let it do its work. Unfortunately for me, it failed at the first hurdle. It picked up half of my TV shows, and presented all my films as &#8220;Film Showcase&#8221;. This was a step further than it managed last time I had tried it but still not working status. I gave it a chance, cleared the Application Support folder and reran it. After adding back the video source folder (I think here I may have messed up and configured this incorrectly). Checking the TV section revealed almost all my TV shows, as well as every episode I had for them. This was getting better. Enabling Fan Art lets Plex download some really good banners and posters to show you what program you&#8217;re looking at. Drilling down further into a TV show gives you full screen artwork for the show, and, as a very nice touch, plays the TV show intro in the background. It is these small features that sold me on Plex.<br />
<br /><img src="http://dombarnes.com/wp-content/uploads/2009/03/plex1.jpg" alt="plex1" title="plex1" class="aligncenter size-full wp-image-231" /><br />
As I said above, Plex didn&#8217;t pick up on all my shows, but holding the Menu button button, or pressing I brings up a menu that allows you to do a forced rescan of folders and that seemed to sort my issue. All my shows were now up on screen for me to browse. Plex also tracks what shows you have and haven&#8217;t watched so you can be sure you&#8217;ve seen every episode of 24. Plex also has its own App store, allowing you to add more plugins as they are added. For me, I decided to add a <a href="http://live.twit.tv">TWiT Live</a> plugin so I can watch Leo&#8217;s live stream.</p>
<p>While I do sometimes use Plex to watch TV on my Macbook Pro itself, I usually hook it up to my TV for a more pleasant and larger Media Centre experience. Even going through DVI to S-Video and into a standard def TV, Plex looks gorgeous (as does Boxee but the Plex UI wins here) I can only imagine how much nicer it would look on an HDTV. So rather than buying an AppleTV, why not pick up a Mac Mini, throw it under your TV and enjoy a richer media centre experience? </p>
<p><a href="http://www.plexapp.com/">Plex Homepage</a><br />
<a href="http://boxee.tv">Boxee Homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dombarnes.com/2009/03/boxee-vs-plex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Install WiFi Certificates on your iPhone</title>
		<link>http://dombarnes.com/2008/07/howto-install-wifi-certificates-on-your-iphone/</link>
		<comments>http://dombarnes.com/2008/07/howto-install-wifi-certificates-on-your-iphone/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 21:35:45 +0000</pubDate>
		<dc:creator>Dom</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://dombarnes.com/?p=170</guid>
		<description><![CDATA[So I now work where they employ the use of certificates for wifi security, and I want to use the wifi on my iPhone since the data connection sucks. But how? Well with iPhone 2.0 software, there is support for certificates. But how do you get it on your phone? Well&#8230; 1. Go to http://www.apple.com/support/downloads/iphoneconfigurationutility10formacosx.html and [...]]]></description>
			<content:encoded><![CDATA[<p>So I now work where they employ the use of certificates for wifi security, and I want to use the wifi on my iPhone since the data connection sucks. But how?</p>
<p>Well with iPhone 2.0 software, there is support for certificates. But how do you get it on your phone?</p>
<p>Well&#8230;</p>
<p>1. Go to http://www.apple.com/support/downloads/iphoneconfigurationutility10formacosx.html and download the iPhone Configuration Tool. Install</p>
<p>2. Open up the Config tool from your Utilities folder.</p>
<p>3. Select Configuration Profiles and click New</p>
<p>4. Fill in the details on the General Tab.</p>
<p>5. Click Credentials. and click the plus sign, and navigate to the Certificate file (in my case a .cer file). Click OK.</p>
<p>6. Check the details look correct, and give it a name.</p>
<p>And thats it! Done.</p>
<p>Well not quite. You need to install it on your iphone. You have two/three options but the third involves Mac OS X Server which many personal users won&#8217;t have. So your two options are host a file on a website somewhere, or email it to yourself. If you want to host it, click the Export button, save the file to disk, and then upload it somewhere. Then navigate to that file online and it should ask you to install.</p>
<p>The second easier option is to email it to yourself. So click Share, and wait for Mail.app to open a new mail and punch in an email address you can access on your iPhone. Click send. Wait (or go and check your mail).</p>
<p>Then in the email, click the file, and you will be asked to install the file. Do so and bingo. Success. Now go test it and make sure it works!</p>
<p>Update: I have tested this at work, and it worked perfectly. You have to make sure you enter your username as Domain\username and your password as normal or it won&#8217;t authenticate. So now I can use the internet connection at work. Only thing is that IMAP and POP3 ports are blocked so can&#8217;t use the Mail.app to check them, but everything else works a treat!</p>
]]></content:encoded>
			<wfw:commentRss>http://dombarnes.com/2008/07/howto-install-wifi-certificates-on-your-iphone/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Review: Elgato EyeTV DTT USB Stick</title>
		<link>http://dombarnes.com/2008/07/review-elgato-eyetv/</link>
		<comments>http://dombarnes.com/2008/07/review-elgato-eyetv/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 21:30:21 +0000</pubDate>
		<dc:creator>Dom</dc:creator>
				<category><![CDATA[gagdets]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[elgato]]></category>
		<category><![CDATA[eyetv]]></category>
		<category><![CDATA[freeview]]></category>
		<category><![CDATA[pvr]]></category>

		<guid isPermaLink="false">http://dombarnes.com/?p=166</guid>
		<description><![CDATA[As you dear readers will know, I had some recent ventures into the world of PVR&#8217;s, and specifically, MythTV, and you may have read about the failures I came across. Well, after a recent visit to the Apple Store in Birmingham, I made a choice, one which cost me £40! I bought an Elgato EyeTV [...]]]></description>
			<content:encoded><![CDATA[<p>As you dear readers will know, I had some <a href="http://dombarnes.com/2008/03/mythtv-day-1/">recent</a> <a href="http://dombarnes.com/2008/03/mythtv-day-23/">ventures</a> <a href="http://dombarnes.com/2008/03/mythtv-day-34/">into</a> the world of PVR&#8217;s, and specifically, MythTV, and you may have read about the <a href="http://dombarnes.com/2008/04/mythtv-wrapup/">failures</a> I came across.</p>
<p>Well, after a recent visit to the Apple Store in Birmingham, I made a choice, one which cost me £40! I bought an <a href="http://www.elgato.com/elgato/int/mainmenu/products/tuner/DTT/product1.en.html">Elgato EyeTV DTT USB Stick</a>. What is it? Its a TV receiver built into a USB stick, about the size of those wireless adapters. Plug it into your laptop or desktop, hook up an antenna, either roof top aerial or the mini-aerial included in the box, and very soon you&#8217;ll be watching TV.</p>
<p>The software, <a href="http://www.elgato.com/eyeTV/index.html">EyeTV</a>, which is compatible with many other PVR devices, is simple to install. You&#8217;re asked to sign up for <a href="http://www.tvtv.com">tvtv.com</a> which provides TV listings, and during the setup you do the initial tuning. Clicking the Auto-Tune button does a quick scan and picks up any TV and Radio signals in your area (you can also do an exhaustive scan which takes longer but can pick up missing stations).</p>
<p>To record, either press the Record button on the controller while watching any show, or click a programme in the Guide, and click Add Schedule. When you&#8217;ve recorded a show, you can play it back on your Mac, or export to <a href="http://www.apple.com/iphone">iPhone</a> version, <a href="http://www.apple.com/appletv">AppleTV</a> version or send it to Toast to burn to a DVD. Another nice feature is the Wifi access &#8211; you can set programmes to automatically convert to iPhone versions for Wifi viewing, so if you&#8217;ve got your mac on all the time, you can watch those shows, streaming over Wifi from your iPhone or iPod Touch, which is done using the built in web server in Mac OS X.</p>
<p>Recordings come in MPEG-2 files, wrapped in an EyeTV wrapper, which includes thumbnails and info on the recordings. You&#8217;ll use about 2.2GB for an hour&#8217;s recording. Exporting will obviously reduce that file size, so if you are low on space, it might be good to export to AppleTV for storage. </p>
<p>A exhaustive scan of channels picked up about 64 channels in total (radio and TV), all coming from the Sutton Coldfield transmitter. Comparing that to my Virgin Freeview box, and there are some missing. Specifically, I could not pick up E4+1, Dave or Virgin 1, despite being able to get them on the freeview box. This is probably just differences between the lowest signal strength each device needs to get a signal. </p>
<p>Not all channels picked up listings from tvtv.com &#8211; those listed in blue have no listing, but you can manually select these channels from a search list, and then will be able to get listings. Those that don&#8217;t have them at all can be picked up from the signal transmission, and you select DVB for those channels to get the listings. </p>
<p>For me, the killer features are the Wifi Access, and the smooth integration into Front Row. If you have the EyeTV software running, and grab your Apple Remote, you can switch between Front Row and EyeTV by holding the Play button. From there you have access to almost all features, scrolling through channels, and setting up recordings, using the Menu. Then you can quickly switch back to Front Row for your Podcasts or Movies.</p>
<p>For 95% of my watching and recording TV, this is perfect. If I had a spare Mac MIni, i would turn it into a<a href="http://www.mmug.org.uk/event/mac-mini-media-centre" target="_blank"> media centre</a>, and use the EyeTV as my main Freeview box. Having full control over TV, movies, podcasts, and purchased TV from iTunes through one small remote would be lovely, as would the Live TV functions (EyeTV records what you watch as you watch it, allowing you to pause, rewind and replay live tv. You can limit the buffer used for this in the Prefs).</p>
<p>Overall, the EyeTV was a great purchase, Its functional, small enough to throw in my bag when travelling, and I can see it staying in regular use, at least until we move and get Virgin+ or Sky+</p>
<p>Notes: I purchased the Digital only version, there is a Analog+Digital version at a higher price. There are also dual tuners, allowing you to have picture in picture, or record one channel and watch another. </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://dombarnes.com/2008/07/review-elgato-eyetv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leopards in my house!</title>
		<link>http://dombarnes.com/2008/01/leopards-in-my-house/</link>
		<comments>http://dombarnes.com/2008/01/leopards-in-my-house/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 19:05:56 +0000</pubDate>
		<dc:creator>Dom</dc:creator>
				<category><![CDATA[macosx]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[migration assistant]]></category>
		<category><![CDATA[mybook]]></category>
		<category><![CDATA[superduper]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://domster83.wordpress.com/?p=168</guid>
		<description><![CDATA[Don&#8217;t worry, its not actual Leopards. Monday was pay day and my treat for the month was to get Leopard. Obviously its been out since October 29th but I wanted to save getting it till later. I had two main reasons. 1. Save my money 2. Wait till I had an external drive (Christmas present) and could [...]]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t worry, its not actual Leopards. Monday was pay day and my treat for the month was to get <a href="http://www.apple.com/macosx">Leopard</a>. Obviously its been out since October 29th but I wanted to save getting it till later. I had two main reasons.
<div>1. Save my money</div>
<div>2. Wait till I had an external drive (Christmas present) and could do a backup.</div>
<div> </div>
<div>So here&#8217;s the tale of my upgrade.</div>
<div> </div>
<div>I started off by clearing as much bumff off my laptop onto my external drive. This mainly consisted of movies and torrents I was in the middle of. Then I used <a href="http://www.shirt-pocket.com/SuperDuper/">SuperDuper</a> to do a clone of my hard drive to a disk image on the <a href="http://www.amazon.co.uk/Western-Digital-Essential-USB2-0-External/dp/B000EXZB0M/ref=pd_bbs_sr_1?ie=UTF8&amp;s=gateway&amp;qid=1201633968&amp;sr=8-1">Western Digital 500GB MyBook Premium</a> drive, hooked up via Firewire (because it is supreme over USB2.0!). This turned out to be a bit of a mistake but I will come to that later.</div>
<div>Next, I was ready to install Leopard. I had chosen to do a Clean Install over an upgrade because my current user account was partially migrated from my old Pre-Intel Powerbook G4 (that was a lovely machine). My hard drive had crashed and I had only managed to retain a small portion of my data. Luckily I had most of it saved on various DVD&#8217;s, and on my iPod (iTunes library). So I wanted to clean install to ensure that all permissions were correctly set, and also to clear up some of the crap that got added to it during various Terminal adventures.</div>
<div>So I clean installed. This took about 40 minutes maybe to wipe and install the OS. Then I went through the setup proceedure. I had <a href="http://groups.google.com/group/mmug-chat/browse_thread/thread/e44cf085c357ecad/7c3db5eb0b701a32#7c3db5eb0b701a32">sought advice from the MMUG and Drew</a> gave me some good words of advice. So I set up my first user with the same shortname as my old. Now as you may not know, your account has a Name (i.e John Smith) and a shortname which unix uses to assign permissions to, and creates the basis for your home directory and preferences (i.e johnsmith). I used the same shortname for my new account, and booted into Leopard.</div>
<div>My next stop before getting my data back was to get the majority of my applications installed and up to date. I ran Software Update twice (which took a while. Thanks Virgin Media!) and was done. Then I needed to reinstall iLife &#8217;06 from my Macbook Pro Install DVD&#8217;s. This took a while too (30 mins maybe) and then I was good to go. One more Software Update for iLife and we&#8217;re there. (I will probably update <a href="http://www.apple.com/ilife">iLife</a> in the coming months).</div>
<div>So I was now ready to migrate my data. I plugged in my external drive, mounted my backup image, and ran Migration Assistant. I selected the disk image, and it correctly found all the user accounts. At first I was confused as it said I needed another 2.5GB of space free, which seemed crazy since my user folder was only 73GB and I had 95 to spare. I selected my user name and continued. I was then told that as the shortname already existed, I could import to a new user/shortname, or do nothing. Well that was no good. There second option was actually grayed out and that was what I wanted. Import settings and files into existing account. But I couldn&#8217;t do that while logged in with it. So I quit MA, went into System Preferences and set up a temporary account, logged out, logged back in as that, and ran MA again. Sucess! I can select the second option. So I carried on and was finally at the end, where I could import my files. I was told it would take about 4 hours. Fine, I can go to bed,  but in reality that time dropped quickly and became 1 hour 35 minutes. Fine I&#8217;ll wait up.</div>
<div>So come 1.30am it was done. Account data back in, and most of my apps installed.</div>
<div> </div>
<div> So what have I learnt as I now look to upgrade my GF&#8217;s Macbook? Well I think it would be easier if I had just partitioned a 120GB drive on my external HD and cloned to that, then I could just import during setup and all be fine. But hey we live and learn. </div>
<div> </div>
<div>So will this affect how I upgrade my gf&#8217;s laptop? Not in the slightest cos I&#8217;m just going to do a standard upgrade after backup to image. She has no legacy stuff so she should be fine. She&#8217;s a normal user, no terminal craziness or hackery. </div>
]]></content:encoded>
			<wfw:commentRss>http://dombarnes.com/2008/01/leopards-in-my-house/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Mac Apps &#8211; Part 4</title>
		<link>http://dombarnes.com/2007/12/great-mac-apps-part-4/</link>
		<comments>http://dombarnes.com/2007/12/great-mac-apps-part-4/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 17:48:17 +0000</pubDate>
		<dc:creator>Dom</dc:creator>
				<category><![CDATA[macosx]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[apple]]></category>

		<guid isPermaLink="false">http://domster83.wordpress.com/2007/12/30/great-mac-apps-part-4/</guid>
		<description><![CDATA[Ok, well I failed and didn&#8217;t do this over Christmas. Had too much to do giving advice to my parents about their own PC&#8217;s to worry about mine. But here it is, the fourth and final part of my Great Mac Apps segment. GimmeSomeTune &#8211; This is the most useful iTunes plugin I use (and [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, well I failed and didn&#8217;t do this over Christmas. Had too much to do giving advice to my parents about their own PC&#8217;s to worry about mine. But here it is, the fourth and final part of my Great Mac Apps segment.</p>
<p><img src="http://www.eternalstorms.at/gimmesometune/files/page1_1.png" alt="" width="128" height="128" align="left" />GimmeSomeTune &#8211; This is the most useful iTunes plugin I use (and the only but thats beside the point). What it does is simple. It does loads. I will give you on-screen displays (like Growl) of your currently playing tracks, add hotkeys to control iTunes globally. It will fetch album art from Amazon, it will even fetch song lyrics from Leo&#8217;s Lyrics (which I find particularly useful). Basically, its a nice little plugin to have running. Only downside is upgrading it isn&#8217;t the easiest thing to do.</p>
<p><a href="http://www.markspace.com/">Missing Sync for Windows</a> &#8211; I won&#8217;t say much about this since I don&#8217;t use it now. I was using it to sync my iPaq 5450 PDA with Address Book, and iCal. Its still really useful, but since I got my iPhone, I don&#8217;t use it. Still worth checking out if you own a PDA.</p>
<p><a href="http://www.getmiro.com">Miro</a> (Formerly Democracy) -Its like TV on your computer, from the internet, like IPTV almost. Its a massively useful program that will let you watch video and audio from the web. There is a built in directory for videos, and you can subscribe to podcast feeds and (here is the best bit) you can subscribe to bit torrent RSS feeds and get your fave shows as soon as they are released. I tend to use it for any shows I don&#8217;t wanna watch on my iPhone, like Command-N, Webnation, Unwired, Diggnation (sometimes) and so on. Check. It. Out.</p>
<div style="text-align:center;"><img src="http://getmiro.com/img/photoshuffler/mac/playing01.jpg" alt="" width="459" height="298" /></div>
<p><a href="http://www.microsoft.com/mac/products/office2004/office2004.aspx?pid=office2004">Microsoft Office</a> &#8211; Now we all love our Macs, how could we not, but the fact is, there is a large amount of people who don&#8217;t know about them, so use Windows, and they are likely to have Office (99% for Word) so to help them in their niche little world, we can get Microsoft Office for Mac. And guess what? It&#8217;s actually better than the Windows version. I could tell you why, but why don&#8217;t you just try out the <a href="http://www.microsoft.com/mac/default.aspx?pid=office2004td">30-day trial</a> and see for yourself.<br />
If you&#8217;re not bothered about the tracking features, and other advanced stuff, try <a href="http://www.apple.com/iwork/">iWork &#8217;08</a> from Apple. Its lurvly.</p>
<p><a href="http://www.titanium.free.fr/index_us.html">Onxy</a> &#8211; Another little utility which you can use to keep your Mac running smoothly. Great for laptop users. The most useful tools are clearing caches (to free up some much needed free space) and running the cron jobs that should run to help maintain your disk which usually run at 3am.</p>
<p><a href="http://domster83.wordpress.com/2007/03/06/great-apps-i-use/">Original List</a>, <a href="http://domster83.wordpress.com/2007/03/07/great-mac-apps-indepth-part-1/">Part 1</a>, <a href="http://domster83.wordpress.com/2007/03/14/great-mac-apps-indepth-part-2/">Part 2</a>, <a href="http://domster83.wordpress.com/2007/06/14/great-mac-apps-indepth-part-3/">Part 3</a>.</p>
<p>Well thats your lot. I&#8217;m done with this. I might put up some more suggestions as I think of them, but for now, I can close this chapter of my blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://dombarnes.com/2007/12/great-mac-apps-part-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Mac Apps &#8211; Part 4 (prequel)</title>
		<link>http://dombarnes.com/2007/12/great-mac-apps-part-4-prequel/</link>
		<comments>http://dombarnes.com/2007/12/great-mac-apps-part-4-prequel/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 00:34:21 +0000</pubDate>
		<dc:creator>Dom</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://domster83.wordpress.com/2007/12/20/great-mac-apps-part-4-prequel/</guid>
		<description><![CDATA[It just occured to me that I never did part 4 of my Great Mac Apps list (see part 1, 2, and 3). So my objective for this weekend is to do just that.]]></description>
			<content:encoded><![CDATA[<p>It just occured to me that I never did part 4 of my <a href="http://domster83.wordpress.com/2007/03/06/great-apps-i-use/">Great Mac Apps</a> list (see part <a href="http://domster83.wordpress.com/2007/03/07/great-mac-apps-indepth-part-1/">1</a>, <a href="http://domster83.wordpress.com/2007/03/14/great-mac-apps-indepth-part-2/">2</a>, and <a href="http://domster83.wordpress.com/2007/06/14/great-mac-apps-indepth-part-3/">3</a>). So my objective for this weekend is to do just that.<span style="white-space:pre;" class="Apple-tab-span">		</span></p>
]]></content:encoded>
			<wfw:commentRss>http://dombarnes.com/2007/12/great-mac-apps-part-4-prequel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Fusion</title>
		<link>http://dombarnes.com/2007/12/vmware-fusion/</link>
		<comments>http://dombarnes.com/2007/12/vmware-fusion/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 19:14:20 +0000</pubDate>
		<dc:creator>Dom</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[fusion]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware fusion]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://domster83.wordpress.com/2007/12/14/vmware-fusion/</guid>
		<description><![CDATA[As I posted before, I took my A+ 220-601 exam recently and as part of the study, I got a few books that came with CD-ROM&#8217;s. They all contained test engine software which I was looking forward to using, but of course, cos of the narrow minded people, it was Windows only. Since I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>As I posted before, I took my A+ 220-601 exam recently and as part of the study, I got a few books that came with CD-ROM&#8217;s. They all contained test engine software which I was looking forward to using, but of course, cos of the narrow minded people, it was Windows only. Since I don&#8217;t have Leopard yet (Jan &#8217;08 after payday and I get an external drive to backup so I can clean install) I was encouraged by a friend to get <a href="http://www.vmware.com/products/fusion/">VMWare Fusion</a>. So I took the plunge and forked out the £45-odd quid for the software.</p>
<p>I downloaded the dmg file and installed the software, and put in the serial number supplied via email. And there I was, ready to install Windows. I pulled out a disc I had nearby and got to work on the dreaded install. I&#8217;ve already done this a few times with Boot Camp beta, so was more than familiar with the many many many many updates needed when you install Windows, and because they don&#8217;t do bulk updates like Mac OS gets (only their infrequent Service Packs) It took about 4 reboots, to install around about 90 updates, hotfixes, bug fixes and new software, included the fantastic(!) IE7.</p>
<p>So I finally got that sorted, downloaded Firefox, TweakUI, Acrobat Reader, and got them installed. Finally I was ready to actually get studying, but before that, a good nights sleep.</p>
<p>Well it seemed to do the trick cos I passed the exam, and now I have XP working for the future. I&#8217;m going to keep the virtual image on my laptop cos it will no doubt come in handy next time I need to tech support for my parents.</p>
<p>The next step for me is to set up a Ubuntu install. Its all done (off the Live/Desktop CD) and now just updating that. To make it work smoother, I need to install VMWare Tools, to allow shared folders and other business. Luckily, <a href="http://svenand.blogdrive.com/archive/56.html">this website</a> provides a great step-by-step for this  as it seems a bit tricky.</p>
<p>So I&#8217;ll be a triple boot system soon, which is nice to have. And certainly one to impress the friends and family, and people at <a href="http://www.mmug.org.uk">MMUG</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dombarnes.com/2007/12/vmware-fusion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HOWTO: Secure Backup to an iPod</title>
		<link>http://dombarnes.com/2007/11/howto-secure-backup-to-an-ipod/</link>
		<comments>http://dombarnes.com/2007/11/howto-secure-backup-to-an-ipod/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 23:34:53 +0000</pubDate>
		<dc:creator>Dom</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[macosx]]></category>

		<guid isPermaLink="false">http://domster83.wordpress.com/2007/11/11/howto-secure-backup-to-an-ipod/</guid>
		<description><![CDATA[I have a few backup systems in force after a hard drive crash on my last Powerbook. Firstly I backup the main stuff using Mozy.com&#8216;s online backup system. I also backup to CD every few months for a local copy. And lastly, I backup to my 80GB iPod which I have plugged in very often [...]]]></description>
			<content:encoded><![CDATA[<p>I have a few backup systems in force after a hard drive crash on my last Powerbook. Firstly I backup the main stuff using <a href="https://mozy.com/?code=FF6FVF" target="_blank">Mozy.com</a>&#8216;s online backup system. I also backup to CD every few months for a local copy. And lastly, I backup to my 80GB iPod which I have plugged in very often during the week.</p>
<p>I got this idea from the <a href="http://www.kevindevin.com">In The Trenches</a> podcast  and saw the post on <a href="https://www.georgestarcher.com/?p=114">George Starcher&#8217;s blog</a> about how he set his up, and with some adjustment, I got mine working. Here&#8217;s what I do.</p>
<p>First, follow all the instructions on the blog post. I created a 5GB image first, but am now moving that to a 10GB one as I&#8217;ve decided to include backup of my Photo Library.</p>
<p>All the rest is the same, with the exception of the Script file. I built into mine some logging (thanks to google searches) which I then pump through and display on my desktop using GeekTool. Just choose a File to be shown, and type in the path to the log file (in my case /Users/username/.rsync.log)</p>
<p>Below is the script I use, which logs to a hidden log file in my home directory.</p>
<blockquote><p><font size="-3">echo ================================ rsync Backup script ================================= &gt;&gt;~/.rsync.log<br />
date &gt;&gt;~/.rsync.log<br />
echo ==Mounting Backup Disk: &gt;&gt;~/.rsync.log<br />
hdiutil attach /Volumes/Dom\&#8217;s\ iPod\ Video/Backup/EncryptedBackup.sparseimage<br />
echo : Backup Disk Mounted &gt;&gt;~/.rsync.log<br />
echo ==start rsync logging== &gt;&gt;~/.rsync.log<br />
rsync -aE &#8211;progress &#8211;exclude=Library/Fonts/ &#8211;exclude=Library/Application\ Support/iDVD &#8211;exclude=Library/Application\ Support/iMovie &#8211;exclude=Library/Application\ Support/Garageband &#8211;exclude=Desktop/BitTorrents &#8211;exclude=.cpan/ &#8211;exclude=.Trash &#8211;exclude=.DS_Store &#8211;exclude=Library/Favorites &#8211;exclude=Library/Print* &#8211;exclude=Library/Icons/ &#8211;exclude=Library/Indexes/ &#8211;exclude=Library/iMovie/ &#8211;exclude=Library/iTunes/ &#8211;exclude=Library/Safari/Icons/ &#8211;exclude=.Trash/ &#8211;exclude=Library/Caches/ &#8211;exclude=Movies/ &#8211;exclude=Pictures/iPhoto\ Library/iPod\ Photo\ Cache &#8211;exclude=Music/iTunes/iTunes\ Music &#8211;exclude=*.mp3 &#8211;exclude=*.m4p &#8211;exclude=*.m4a ~/ /Volumes/EncryptedBackup/&gt;&gt;~/.rsync.log || echo -n<br />
sleep 2m<br />
hdiutil dettach /Volumes/Dom\&#8217;s\ iPod\ Video/Backup/EncryptedBackup.sparseimage<br />
echo =====Backup Complete===== &gt;&gt;~/.rsync.log</font></p></blockquote>
<p>A few points to note. I have two folders on my desktop, Downloads and Bit Torrents which I don&#8217;t want to backup. I also exclude some cache folders in the ~/Library folder, some font folders, Indexes, etc. I also exclude my music files, so I exclude the iTunes Music folder, any MP3 and AAC files, and the iPod cached Photo files (whats the point?)</p>
<p>You&#8217;ll see that my disk image is located in /Backup on my iPod and the script is located in /Scripts.</p>
<p>Like George, all this is executed via an Automator action which sits on my Desktop.</p>
<p>The only thing to watch</p>
<p>So thats it. Just plug in your iPod, run the action, and watch it fly by on your desktop.</p>
]]></content:encoded>
			<wfw:commentRss>http://dombarnes.com/2007/11/howto-secure-backup-to-an-ipod/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HOWTO: Make a disc image from a VIDEO_TS folder for free</title>
		<link>http://dombarnes.com/2007/10/howto-make-a-disc-image-from-a-video_ts-folder-for-free/</link>
		<comments>http://dombarnes.com/2007/10/howto-make-a-disc-image-from-a-video_ts-folder-for-free/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 18:18:01 +0000</pubDate>
		<dc:creator>Dom</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[disk image]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[video_ts]]></category>

		<guid isPermaLink="false">http://domster83.wordpress.com/2007/10/05/howto-make-a-disc-image-from-a-video_ts-folder-for-free/</guid>
		<description><![CDATA[This tip is widely shown on the interweb but I thought I&#8217;d post it too for some reference. Thanks to AppleFritter for this tip. Once you have your VIDEO_TS folder (from a personally owned DVD, not copyrighted materials*) make sure its somewhere handy (in say ~/MOVIE_NAME/VIDEO_TS). Then fire up the Terminal from Applications&#62;Utilities and type [...]]]></description>
			<content:encoded><![CDATA[<p>This tip is widely shown on the interweb but I thought I&#8217;d post it too for some reference. Thanks to <a href="http://www.applefritter.com/node/18845#comment-39467">AppleFritter</a> for this tip.</p>
<p>Once you have your VIDEO_TS folder (from a personally owned DVD, not copyrighted materials*) make sure its somewhere handy (in say ~/MOVIE_NAME/VIDEO_TS). Then fire up the Terminal from Applications&gt;Utilities and type the following magic command:</p>
<blockquote><p>hdiutil makehybrid -o MOVIE_NAME ~/MOVIE_NAME/ -udf</p></blockquote>
<p>Then sit and wait. A .iso file will slowly be created in your home folder with the movie name as its title. It will take a while depending on the size of the VIDEO_TS folder.<br />
REMEMBER: You must have enough free space to fit a file the same size as the VIDEO_TS folder plus some spare. So don&#8217;t go making a .iso of a 8Gb folder when you only have 3Gb free!<br />
And thats it. Now you can test that ISO by mounting it, then you can open up DVD Player, or burn that out to a disc with DisK Utility or <a href="http://burn-osx.sourceforge.net/">Burn</a></p>
<p>Simple!</p>
]]></content:encoded>
			<wfw:commentRss>http://dombarnes.com/2007/10/howto-make-a-disc-image-from-a-video_ts-folder-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
