<?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>PC Techz &#187; How To</title>
	<atom:link href="http://www.pctechz.com/category/how-to/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pctechz.com</link>
	<description>Your Personal IT Department</description>
	<lastBuildDate>Mon, 05 Dec 2011 03:36:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Homebrew New Packaging system for Mac OS X</title>
		<link>http://www.pctechz.com/homebrew-new-packaging-system-for-mac-os-x</link>
		<comments>http://www.pctechz.com/homebrew-new-packaging-system-for-mac-os-x#comments</comments>
		<pubDate>Tue, 07 Dec 2010 16:25:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[brew]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os x]]></category>

		<guid isPermaLink="false">http://www.pctechz.com/?p=444</guid>
		<description><![CDATA[<p>I just wanted to post a blog on Homebrew because, I started loving it already. Homebrew is the new modern package management system for Mac OS X wich beats MacPorts. Yah! Homebrew is faster. Homebrew is a Packaging system for Mac OS X 10.5 and above; heavy optimisations, no redundant packages and a bonus beer [...]</p><p>PC TECHZ</p>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I just wanted to post a blog on Homebrew because, I started loving it already. Homebrew is the new modern package management system for Mac OS X wich beats MacPorts. Yah! Homebrew is faster.</p>
<p>Homebrew is a Packaging system for Mac OS X 10.5 and above; heavy optimisations, no redundant packages and a bonus beer theme.</p>
<p>Here how you can install Homebrew on your Mac:</p>
<p><span id="more-444"></span></p>
<p>I prefer installing homebrew in /usr/local directory.</p>
<p>sudo curl -L http://github.com/mxcl/homebrew/tarball/master | sudo tar xz &#8211;strip 1 -C /usr/local</p>
<p>to avoid using sudo when installing packages, change the owner recursively on /usr/local directory</p>
<p>sudo chown -R `whoami` /usr/local</p>
<p>That’s it. Homebrew installed.</p>
<p>Now, Let’s install wget using homebrew</p>
<p>MacBook:~ abhinay$ brew install wget<br />
==&gt; Downloading http://ftp.gnu.org/gnu/wget/wget-1.12.tar.bz2<br />
File already downloaded and cached to /Users/abhinay/Library/Caches/Homebrew<br />
==&gt; ./configure &#8211;disable-debug &#8211;prefix=/usr/local/Cellar/wget/1.12<br />
==&gt; make install<br />
/usr/local/Cellar/wget/1.12: 9 files, 784K, built in 37 seconds</p>
<p>Really easy! isn’t it?</p>
<p>Have fun!</p>
<p>Note:<br />
If you are facing problem because of MacPorts, try to uninstall it – Uninstall Instructions</p>
<p>and Do check out homebrew homepage on github: http://github.com/mxcl/homebrew</p>
<p>And one more thing, You should have xcode installed on your Mac – if already don’t have xcode, you can download from here – http://developer.apple.com/technology/xcode.html (Or you can install xcode from your second installation CD of Mac OS X)</p>
<h2><span style="font-size: medium;">How to search packages:</span></h2>
<p>You can just type ‘brew search’ command or you can check all package formulas online here – <a rel="nofollow" href="http://github.com/mxcl/homebrew/tree/master/Library/Formula/">http://github.com/mxcl/homebrew/tree/master/Library/Formula/</a></p>
<p>via <a title="homebrew brew" href="http://abhinay.wordpress.com/2010/01/02/macports-to-homebrew-new-packaging-system-for-mac-os-x/" target="_blank">abhinay&#8217;s blog</a></p>
<div class="shr-publisher-444"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->
<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fwww.pctechz.com%2Fhomebrew-new-packaging-system-for-mac-os-x" layout="standard" show_faces="true" width="450" action="like" colorscheme="light"></fb:like></p>
<p>PC TECHZ</p>]]></content:encoded>
			<wfw:commentRss>http://www.pctechz.com/homebrew-new-packaging-system-for-mac-os-x/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to flush and reset a client resolver cache</title>
		<link>http://www.pctechz.com/how-to-flush-and-reset-a-client-resolver-cache</link>
		<comments>http://www.pctechz.com/how-to-flush-and-reset-a-client-resolver-cache#comments</comments>
		<pubDate>Tue, 19 Jan 2010 21:19:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[flush]]></category>

		<guid isPermaLink="false">http://www.pctechz.com/?p=258</guid>
		<description><![CDATA[<p>To flush and reset a client resolver cache using the ipconfig command Open Command Prompt. Type:  ipconfig /flushdns source: http://technet.microsoft.com/en-us/library/cc781949(WS.10).aspx</p><p>PC TECHZ</p>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><h2>To flush and reset a client resolver cache using the ipconfig command</h2>
<div id="sectionSection0">
<ol>
<li>Open Command Prompt.</li>
<li>Type:  <strong>ipconfig /flushdns</strong></li>
</ol>
</div>
<p><em>source: <a title="how to flush dns" href="http://technet.microsoft.com/en-us/library/cc781949(WS.10).aspx">http://technet.microsoft.com/en-us/library/cc781949(WS.10).aspx</a></em></p>
<div class="shr-publisher-258"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->
<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fwww.pctechz.com%2Fhow-to-flush-and-reset-a-client-resolver-cache" layout="standard" show_faces="true" width="450" action="like" colorscheme="light"></fb:like></p>
<p>PC TECHZ</p>]]></content:encoded>
			<wfw:commentRss>http://www.pctechz.com/how-to-flush-and-reset-a-client-resolver-cache/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

