<?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>How to get it done &#187; mac</title>
	<atom:link href="http://howtogetitworking.com/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://howtogetitworking.com</link>
	<description>get things workin</description>
	<lastBuildDate>Tue, 01 Jun 2010 04:45:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Mac: Measuring Wireless Signal Strengths</title>
		<link>http://howtogetitworking.com/2010/04/20/mac-measuring-wireless-signal-strengths/</link>
		<comments>http://howtogetitworking.com/2010/04/20/mac-measuring-wireless-signal-strengths/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 16:59:55 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://howtogetitworking.com/?p=66</guid>
		<description><![CDATA[Very interesting article i found here, about Optimising wireless reception from a distance, using the following command in Terminal: while x=1; do /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I &#124; grep CtlRSSI; sleep 0.5; done it returns a value in dBm, the wireless radio signal strength.]]></description>
			<content:encoded><![CDATA[<p>Very interesting article i found here, about <a href="http://www.macworld.com/article/150738/2010/04/optimizewirelessreception.html" rel="nofollow" >Optimising wireless reception from a distance</a>, using the following command in Terminal:</p>
<p><span style="background-color: rgb(204, 204, 204);">while x=1; do /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I | grep CtlRSSI; sleep 0.5; done</span></p>
<p>it returns a value in dBm, the wireless radio signal strength.</p>
]]></content:encoded>
			<wfw:commentRss>http://howtogetitworking.com/2010/04/20/mac-measuring-wireless-signal-strengths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Look: Mac OS X Mail</title>
		<link>http://howtogetitworking.com/2010/04/12/quick-mac-os-mail/</link>
		<comments>http://howtogetitworking.com/2010/04/12/quick-mac-os-mail/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 06:50:29 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://howtogetitworking.com/?p=62</guid>
		<description><![CDATA[It is pretty tiring to have to wait for Microsoft Office to open just to have a quicklook at attachments in Mail. Equally tiring to have to drag the cursor to the attachment, highlight the icon and hit spacebar to quicklook the attachment. Here&#8217;s the shortcut key: Cmd+Y Shall have knew about this sooner!]]></description>
			<content:encoded><![CDATA[<p>It is pretty tiring to have to wait for Microsoft Office to open just to have a quicklook at attachments in Mail. Equally tiring to have to drag the cursor to the attachment, highlight the icon and hit spacebar to quicklook the attachment.</p>
<p>Here&#8217;s the shortcut key: <strong>Cmd+Y</strong></p>
<p>Shall have knew about this sooner!</p>
]]></content:encoded>
			<wfw:commentRss>http://howtogetitworking.com/2010/04/12/quick-mac-os-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard: SpotLight</title>
		<link>http://howtogetitworking.com/2009/09/19/snow-leopard-spotlight/</link>
		<comments>http://howtogetitworking.com/2009/09/19/snow-leopard-spotlight/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 13:43:22 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[enabling]]></category>
		<category><![CDATA[indexing]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://howtogetitworking.com/?p=51</guid>
		<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 [...]]]></description>
			<content:encoded><![CDATA[<p>a while back, i disabled spotlight cause the process mds was totally consuming too much ram.<br />
with improved spotlight in snow leopard, i decided to give it a chance, but totally forget how to enable it back!<br />
so here&#8217;s for the reference:</p>
<p>To turn Spotlight Indexing <strong>OFF</strong> in MAC OS X 10.6 Snow Leopard<br />
<span style="background-color:#cccccc;">sudo mdutil -a -i off</span></p>
<p>To turn Spotlight Indexing <strong>ON</strong> in MAC OS X 10.6 Snow Leopard<br />
<span style="background-color:#cccccc;">sudo mdutil -a -i on</span></p>
<p>Just type the respective command in terminal.<br />
If this don&#8217;t help you may follow the instruction on the link in reference.</p>
<p>Reference: <a href="http://osxdaily.com/2007/02/15/spotlight-wont-work-fix-a-broken-spotlight-menu-with-these-troubleshooting-tips/" rel="nofollow" >Spotlight won&#8217;t work?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://howtogetitworking.com/2009/09/19/snow-leopard-spotlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vacuuming iPhoto database</title>
		<link>http://howtogetitworking.com/2009/07/18/vacuuming-iphoto-database/</link>
		<comments>http://howtogetitworking.com/2009/07/18/vacuuming-iphoto-database/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 09:19:22 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://howtogetitworking.com/?p=49</guid>
		<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&#8242;s performance back to something on par with its [...]]]></description>
			<content:encoded><![CDATA[<p>with lots of photos events and album in iphoto, really need optimisation! vacuuming do helps quite a bit.</p>
<p>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&#8242;s performance back to something on par with its predecessor. </p>
<p>Open Terminal and cd into your iPhoto Library (by default, cd &#8220;~/Pictures/iPhoto Library&#8221;). Once there, execute the following command:<br />
<span style="background-color:#cccccc;">for dbase in *.db; do sqlite3 $dbase &#8220;vacuum;&#8221;; done</span></p>
<p>Source: <a href="http://www.macosxhints.com/article.php?story=20090227072825458" rel="nofollow" >macosxhints : Speed up iPhoto &#8217;09 by vacuuming its databases </a></p>
]]></content:encoded>
			<wfw:commentRss>http://howtogetitworking.com/2009/07/18/vacuuming-iphoto-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone: Hotmail on iPhone</title>
		<link>http://howtogetitworking.com/2009/06/21/iphone-hotmail-iphone/</link>
		<comments>http://howtogetitworking.com/2009/06/21/iphone-hotmail-iphone/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 03:45:35 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[apple mail]]></category>
		<category><![CDATA[hotmail iphone]]></category>
		<category><![CDATA[hotmail.com]]></category>
		<category><![CDATA[live.com]]></category>

		<guid isPermaLink="false">http://howtogetitworking.com/?p=39</guid>
		<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, [...]]]></description>
			<content:encoded><![CDATA[<p>apple just made hotmail on iphone even easier with iPhone OS 3.0!<br />
have added the print screen and instructions on how to add.</p>
<p>Go to &#8220;Settings&#8221;, &#8220;Mail, Contacts, Calendars&#8221;,<br />
<img src="http://howtogetitworking.com/wp-content/uploads/2009/06/IMG_0003.PNG" alt="IMG_0003" title="IMG_0003" width="320" height="480" class="alignnone size-full wp-image-40" /></p>
<p>Select &#8220;Add Account&#8230;&#8221; under Mail,<br />
<img src="http://howtogetitworking.com/wp-content/uploads/2009/06/IMG_0005.PNG" alt="IMG_0005" title="IMG_0005" width="320" height="480" class="alignnone size-full wp-image-41" /></p>
<p>Select &#8220;Other&#8221;,<br />
<img src="http://howtogetitworking.com/wp-content/uploads/2009/06/IMG_0006.PNG" alt="IMG_0006" title="IMG_0006" width="320" height="480" class="alignnone size-full wp-image-42" /></p>
<p>Choose &#8220;Add Mail Account&#8221;,<br />
<img src="http://howtogetitworking.com/wp-content/uploads/2009/06/IMG_0007.PNG" alt="IMG_0007" title="IMG_0007" width="320" height="480" class="alignnone size-full wp-image-43" /></p>
<p>Enter your account info, note that address to be your full @hotmail.com or @live.com address, as shown,<br />
<img src="http://howtogetitworking.com/wp-content/uploads/2009/06/IMG_0008.PNG" alt="IMG_0008" title="IMG_0008" width="320" height="480" class="alignnone size-full wp-image-44" /><br />
click on &#8220;Save&#8221; and the account will automatically be configure, setup and verified.</p>
<p>Once verified, you shall see the following information under your Hotmail account settings.<br />
<img src="http://howtogetitworking.com/wp-content/uploads/2009/06/IMG_0009.PNG" alt="IMG_0009" title="IMG_0009" width="320" height="480" class="alignnone size-full wp-image-45" /></p>
<p>and you are good to go!, sadly, hotmail only have support for POP, lagging IMAP, meaning no synchronization. well, pretty microsoft. </p>
<p>then for those who wants to setup Hotmail on Apple Mail, i assume you are a proficient enough user to no need print screens, the information are as follows:<br />
Incoming Server: pop3.live.com (Port 995)<br />
username: yourusername@hotmail.com OR yourusername@live.com<br />
Outgoing Server (SMTP Server): smtp.live.com (Port 25)<br />
Make sure SSL is checked, your outgoing port is 25 and authentication is required.</p>
<p>If anyone need a step by step with print screen, post in comments and i will add it in.</p>
]]></content:encoded>
			<wfw:commentRss>http://howtogetitworking.com/2009/06/21/iphone-hotmail-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac: Safe Sleep</title>
		<link>http://howtogetitworking.com/2009/06/11/mac-safe-sleep/</link>
		<comments>http://howtogetitworking.com/2009/06/11/mac-safe-sleep/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 09:36:40 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[/var/vm]]></category>
		<category><![CDATA[apple mac]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[safe sleep]]></category>
		<category><![CDATA[sleepimage]]></category>

		<guid isPermaLink="false">http://howtogetitworking.com/?p=36</guid>
		<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>
			<content:encoded><![CDATA[<p>recently while scanning my harddisk with this awesome tool, <a href="http://www.omnigroup.com/applications/omnidisksweeper/" rel="nofollow" >OmniDiskSweeper</a> 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! googling didn&#8217;t help much in figuring out what this file do and who created it until today!</p>
<p>that when i learnt about this hidden function of mac call <a href="http://www.macworld.com/article/53471/2006/10/sleepmode.html" rel="nofollow" >Safe Sleep from MacWorld</a>, is one very old article, but is very relevant, you can go over to macworld to read more, i am just going to record a few important points here.</p>
<p>to check current setting: (in terminal)<br />
<span style="background-color:#cccccc;"><strong>pmset -g | grep hibernatemode</strong></span><br />
the output will be something like:<br />
<span style="background-color:#cccccc;"><strong>hibernatemode  3</strong></span></p>
<p>the 3 here indicates the mode, other mode incldues,<br />
0 &#8211; Old style sleep mode, with RAM powered on while sleeping, safe sleep disabled, and super-fast wake.<br />
1 &#8211; Hibernation mode, with RAM contents written to disk, system totally shut down while “sleeping,” and slower wake up, due to reading the contents of RAM off the hard drive.<br />
3 &#8211; The default mode on machines introduced since about fall 2005. RAM is powered on while sleeping, but RAM contents are also written to disk before sleeping. In the event of total power loss, the system enters hibernation mode automatically.<br />
5 &#8211; This is the same as mode 1, but it’s for those using secure virtual memory (in System Preferences -> Security).<br />
7 &#8211; This is the same as mode 3, but it’s for those using secure virtual memory.</p>
<p>my mac current mode is 3, and really i don&#8217;t really need safe sleep, so m gng to jus switch mine to 0.<br />
in terminal again, type:<br />
<span style="background-color:#cccccc;"><strong>sudo pmset -a hibernatemode 0</strong></span></p>
<p>alright, now in terminal again,<br />
<span style="background-color:#cccccc;"><strong>sudo rm /var/vm/sleepimage</strong></span></p>
<p>4gb of hdd space recovered! imaging the new mac with 8gb of ram! gosh, that will be 8gb of hdd saved man!<br />
but ok, if you ever lost power while in sleep mode, you lost everything! depends on how you weigh the importance.</p>
<p>Source:<br />
<a href="http://www.macworld.com/article/53471/2006/10/sleepmode.html" rel="nofollow" >Set newer portable Mac&#8217;s sleep mode</a><br />
<a href="http://paulstamatiou.com/2007/12/06/how-to-quickly-sleep-your-macbook" rel="nofollow" >How to Quickly Sleep Your MacBook</a></p>
]]></content:encoded>
			<wfw:commentRss>http://howtogetitworking.com/2009/06/11/mac-safe-sleep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac: Disk Utility, Format Fail</title>
		<link>http://howtogetitworking.com/2009/04/21/mac-disk-utility-format-fail/</link>
		<comments>http://howtogetitworking.com/2009/04/21/mac-disk-utility-format-fail/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 05:35:30 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[disk utility]]></category>
		<category><![CDATA[formatter fail]]></category>
		<category><![CDATA[mac os x]]></category>

		<guid isPermaLink="false">http://howtogetitworking.com/?p=33</guid>
		<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 [...]]]></description>
			<content:encoded><![CDATA[<p>I see a lot of post or google results when i try to google: &#8220;file system formatter fail&#8221;.<br />
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 Record for booting into DOS or Windows based computer.<br />
To solve this, you will realise you have gotten that extra &#8220;Partition&#8221; tab along with the &#8220;Repair&#8221;, &#8220;Erase&#8221;, &#8220;Raid&#8221;, &#8220;Restore&#8221; tabs. Go to that tab and then under the advance option, select your partition to be &#8220;GUID&#8221;.<br />
And tada, you will be able to properly format your HDD to Mac OS Extended.</p>
<p>Quite dump on Disk Utility to not automatically resolve this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://howtogetitworking.com/2009/04/21/mac-disk-utility-format-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac: Unlocking multiple file easily</title>
		<link>http://howtogetitworking.com/2009/04/17/mac-unlocking-multiple-file-easily/</link>
		<comments>http://howtogetitworking.com/2009/04/17/mac-unlocking-multiple-file-easily/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 17:44:35 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[chflags]]></category>
		<category><![CDATA[mac locked file]]></category>
		<category><![CDATA[nouchg]]></category>

		<guid isPermaLink="false">http://howtogetitworking.com/?p=30</guid>
		<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 [...]]]></description>
			<content:encoded><![CDATA[<p>recently copied some files from windows drive into my mac and ended up with a lot of read-only files being locked.<br />
is a pain to unlock that thousand over files to delete them! good i found this method</p>
<p><span style="background-color:#cccccc;">chflags -R nouchg &lt;directory-name&gt;</span></p>
<p>simply open terminal and type the above command in, it will recursively unlock all folders and files in that directory, the same goes if you are unlocking one file only:<br />
chflags nouchg &lt;dir-fileName&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://howtogetitworking.com/2009/04/17/mac-unlocking-multiple-file-easily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overcoming Gmail &#8220;All Mail&#8221; Folder in IMAP</title>
		<link>http://howtogetitworking.com/2009/04/12/overcoming-gmail-mail-folder-imap/</link>
		<comments>http://howtogetitworking.com/2009/04/12/overcoming-gmail-mail-folder-imap/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 06:23:46 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[gmail]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[all mail]]></category>
		<category><![CDATA[apple mail]]></category>
		<category><![CDATA[gmail labs]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[unsubscribe]]></category>

		<guid isPermaLink="false">http://howtogetitworking.com/?p=24</guid>
		<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 [...]]]></description>
			<content:encoded><![CDATA[<p>Wahoo! Google blog about this quite a while back and i didn&#8217;t realise it.<br />
They have this new add-on currently experimental in their labs section, while gmail is still in beta, so almost everything is labs!</p>
<p>So the problem here is Gmail IMAP offer a very good means for almost everyone to sync their email in mail, iphone and thunderbird etc (outlook sucks in imap features, especially with gmail). BUT the &#8220;All Mail&#8221; label in gmail can get quite irritating when u start seeing duplicates emails in your &#8220;Inbox&#8221; and &#8220;All Mail&#8221; folder. and even more irritating when search produce 2 email of exact same thing from the 2 folders, of cos, there was recommendation like <a href="http://www.macosxhints.com/article.php?story=200802081934189" rel="nofollow" >this</a> to remove it from spotlight, but if your gmail account have 4gb of email, you are actually using 8gb to cache 4gb of your email.</p>
<p>So come &#8220;Advance IMAP Setting for Gmail&#8221;, simply go to &#8220;Settings&#8221; then under the &#8220;Labs&#8221; tab, search for:<br />
Advance IMAP Controls<br />
<img class="alignnone size-full wp-image-25" title="picture-1" src="http://howtogetitworking.com/wp-content/uploads/2009/04/picture-1.png" alt="picture-1" width="500" height="77" /></p>
<p>Enable it, and simply go to the &#8220;Filters&#8221; tab to exclude your &#8220;All Mails&#8221; label from showing in IMAP.<br />
<img class="alignnone size-full wp-image-26" title="picture-4" src="http://howtogetitworking.com/wp-content/uploads/2009/04/picture-4.png" alt="picture-4" width="487" height="377" /></p>
<p>You can read more about this in google&#8217;s blog linked below.</p>
<p>Source: <a href="http://googlesystem.blogspot.com/2008/10/advanced-imap-settings-for-gmail.html" rel="nofollow" >Google System Blog &#8211; Advanced IMAP Settings for Gmail</a></p>
]]></content:encoded>
			<wfw:commentRss>http://howtogetitworking.com/2009/04/12/overcoming-gmail-mail-folder-imap/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>emptying large log files</title>
		<link>http://howtogetitworking.com/2009/03/30/emptying-large-log-files/</link>
		<comments>http://howtogetitworking.com/2009/03/30/emptying-large-log-files/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 13:51:32 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[empty file content]]></category>
		<category><![CDATA[unix command]]></category>

		<guid isPermaLink="false">http://howtogetitworking.com/?p=22</guid>
		<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>
			<content:encoded><![CDATA[<p>my apache error_log file was like getting over 400mb! and go googling to figure how to empty these error messages and found this!</p>
<p><span style="background-color:#cccccc;"># cat /dev/null &gt; /private/var/log/apache2/error_log</span></p>
<p>that simple! and the error_log file is emptied.<br />
simplest method, fast and easy way to empty any file</p>
]]></content:encoded>
			<wfw:commentRss>http://howtogetitworking.com/2009/03/30/emptying-large-log-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
