<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>How to get it done</title>
	<link>http://howtogetitworking.com</link>
	<description>get things workin</description>
	<lastBuildDate>Wed, 04 Nov 2009 04:12:53 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />

	<item>
		<title>Snow Leopard: SpotLight</title>
		<description><![CDATA[a while back, i disabled spotlight cause the process mds was totally consuming too much ram.
with improved spotlight in snow leopard, i decided to give it a chance, but totally forget how to enable it back!
so here&#8217;s for the reference:
To turn Spotlight Indexing OFF in MAC OS X 10.6 Snow Leopard
sudo mdutil -a -i off
To [...]]]></description>
		<link>http://howtogetitworking.com/2009/09/19/snow-leopard-spotlight/</link>
			</item>
	<item>
		<title>Vacuuming iPhoto database</title>
		<description><![CDATA[with lots of photos events and album in iphoto, really need optimisation! vacuuming do helps quite a bit.
Inside the iPhoto Library Package, there are four SQLite databases (face_blob.db, face.db, iPhotoAux.db and iPhotoMain.db). I found that by vacuuming all four of these databases, I restored iPhoto &#8217;09&#8217;s performance back to something on par with its predecessor. [...]]]></description>
		<link>http://howtogetitworking.com/2009/07/18/vacuuming-iphoto-database/</link>
			</item>
	<item>
		<title>iPhone: Hotmail on iPhone</title>
		<description><![CDATA[apple just made hotmail on iphone even easier with iPhone OS 3.0!
have added the print screen and instructions on how to add.
Go to &#8220;Settings&#8221;, &#8220;Mail, Contacts, Calendars&#8221;,

Select &#8220;Add Account&#8230;&#8221; under Mail,

Select &#8220;Other&#8221;,

Choose &#8220;Add Mail Account&#8221;,

Enter your account info, note that address to be your full @hotmail.com or @live.com address, as shown,

click on &#8220;Save&#8221; and the [...]]]></description>
		<link>http://howtogetitworking.com/2009/06/21/iphone-hotmail-iphone/</link>
			</item>
	<item>
		<title>Mac: Safe Sleep</title>
		<description><![CDATA[recently while scanning my harddisk with this awesome tool, OmniDiskSweeper from the Omni Group, i realise i have a 4GB file in &#8220;/var/vm&#8221; with the filename &#8220;sleepimage&#8221;, initially thinking it was a sleep image created by VMWare, which i use to run windows to debug ie, i deleted it, but it jus keep coming back! [...]]]></description>
		<link>http://howtogetitworking.com/2009/06/11/mac-safe-sleep/</link>
			</item>
	<item>
		<title>Mac: Disk Utility, Format Fail</title>
		<description><![CDATA[I see a lot of post or google results when i try to google: &#8220;file system formatter fail&#8221;.
i got this error when i was trying to format my 1 Tera Maxtor HDD to be Mac OS Extended (Journaled), the problem here is, it a previously a MS-DOS(FAT) format. So the partition is actually Master Boot [...]]]></description>
		<link>http://howtogetitworking.com/2009/04/21/mac-disk-utility-format-fail/</link>
			</item>
	<item>
		<title>Mac: Unlocking multiple file easily</title>
		<description><![CDATA[recently copied some files from windows drive into my mac and ended up with a lot of read-only files being locked.
is a pain to unlock that thousand over files to delete them! good i found this method
chflags -R nouchg &#60;directory-name&#62;
simply open terminal and type the above command in, it will recursively unlock all folders and [...]]]></description>
		<link>http://howtogetitworking.com/2009/04/17/mac-unlocking-multiple-file-easily/</link>
			</item>
	<item>
		<title>Overcoming Gmail &#8220;All Mail&#8221; Folder in IMAP</title>
		<description><![CDATA[Wahoo! Google blog about this quite a while back and i didn&#8217;t realise it.
They have this new add-on currently experimental in their labs section, while gmail is still in beta, so almost everything is labs!
So the problem here is Gmail IMAP offer a very good means for almost everyone to sync their email in mail, [...]]]></description>
		<link>http://howtogetitworking.com/2009/04/12/overcoming-gmail-mail-folder-imap/</link>
			</item>
	<item>
		<title>emptying large log files</title>
		<description><![CDATA[my apache error_log file was like getting over 400mb! and go googling to figure how to empty these error messages and found this!
# cat /dev/null &#62; /private/var/log/apache2/error_log
that simple! and the error_log file is emptied.
simplest method, fast and easy way to empty any file
]]></description>
		<link>http://howtogetitworking.com/2009/03/30/emptying-large-log-files/</link>
			</item>
	<item>
		<title>iPhone: Screen Capture on iPhone</title>
		<description><![CDATA[wow, quite impressive, i didn&#8217;t know i can do this!
i was pressing on the home button on the iphone when i accidentally hit the off button, and the screen goes into a flash. so i was like, what&#8217;s this!? my iphone was in the silent mode then, so today, i was bored and was trying [...]]]></description>
		<link>http://howtogetitworking.com/2008/11/22/iphone-screen-capture-iphone/</link>
			</item>
	<item>
		<title>iPhone: Backup while Sync-in</title>
		<description><![CDATA[to stop backing up when syncing iphone,
close itunes, and enter the following command into terminal.
defaults write com.apple.itunes DeviceBackupsDisabled -bool YES
to enable back, same thing, close itunes and enter the following command into terminal.
defaults write com.apple.itunes DeviceBackupsDisabled -bool NO
tat&#8217;s all folks
]]></description>
		<link>http://howtogetitworking.com/2008/08/25/iphone-backup-syncin/</link>
			</item>
</channel>
</rss>
