<?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>Mic's Blog &#187; Geek</title>
	<atom:link href="http://blog.thinklet.net/mic/category/geek/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thinklet.net/mic</link>
	<description>About Life hacking, coding, and make things difference</description>
	<lastBuildDate>Mon, 31 May 2010 23:57:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Change the format of a Subversion working copy</title>
		<link>http://blog.thinklet.net/mic/2009/11/28/change-the-format-of-a-subversion-working-copy/</link>
		<comments>http://blog.thinklet.net/mic/2009/11/28/change-the-format-of-a-subversion-working-copy/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 06:18:06 +0000</pubDate>
		<dc:creator>mic</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://blog.thinklet.net/mic/?p=427</guid>
		<description><![CDATA[When you copy a subversion working copy from someone else and perform a `svn up` command, you may meet error like this:
svn: This client is too old to work with working copy &#8216;./&#8217;; please get a newer Subversion client.
You can choose to update your svnclient version, or simply use this python script to change format [...]]]></description>
			<content:encoded><![CDATA[<p>When you copy a subversion working copy from someone else and perform a `svn up` command, you may meet error like this:</p>
<blockquote><p>svn: This client is too old to work with working copy &#8216;./&#8217;; please get a newer Subversion client.</p></blockquote>
<p>You can choose to update your svnclient version, or simply use <a href="http://svn.collab.net/repos/svn/trunk/tools/client-side/change-svn-wc-format.py" target="_blank">this python script </a>to change format of this subversion working copy:</p>
<blockquote><p>./change-svn-wc-format.py . 1.4</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.thinklet.net/mic/2009/11/28/change-the-format-of-a-subversion-working-copy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To Extract the Boot Camp Drivers from the Mac OS X v10.6 Snow Leopard DMG</title>
		<link>http://blog.thinklet.net/mic/2009/11/14/how-to-extract-the-boot-camp-drivers-from-the-mac-os-x-v10-6-snowleopard-dmg/</link>
		<comments>http://blog.thinklet.net/mic/2009/11/14/how-to-extract-the-boot-camp-drivers-from-the-mac-os-x-v10-6-snowleopard-dmg/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 05:03:12 +0000</pubDate>
		<dc:creator>mic</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://blog.thinklet.net/mic/?p=411</guid>
		<description><![CDATA[Introduction
So, you&#8217;ve waited for hours and hours for your Leopard DMG to finish torre-I mean, download from the ADC website. You don&#8217;t have an extra DL-DVD laying around or you just don&#8217;t want to use one &#8211; that&#8217;s fine, but when you use boot camp, you&#8217;ll find it asks for the Leopard DVD anyways!
You don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Georgia, 'Times New Roman', Times, serif;color: #35393f"><span style="line-height: normal;font-size: small"><strong><span style="font-size: medium"><span style="color: #64666a;font-weight: normal;font-size: 17px"><strong><span style="font-size: medium">Introduction</span></strong></span></span></strong></span></span></p>
<p><strong>So, you&#8217;ve waited for hours and hours for your Leopard DMG to finish torre-I mean, download from the ADC website. You don&#8217;t have an extra DL-DVD laying around or you just don&#8217;t want to use one &#8211; that&#8217;s fine, but when you use boot camp, you&#8217;ll find it asks for the Leopard DVD anyways!</strong></p>
<p><strong>You don&#8217;t have to download the drivers from anywhere, you can extract them and copy/paste them from OS X! Here&#8217;s a step-by-step guide on making it easy.</p>
<p></strong></p>
<p><strong><span style="font-size: medium">Part 1</span></strong></p>
<p>Do not mount the Leopard DMG. If it is mounted, unmount it and then restart (you must restart or it will not work, there&#8217;s no way to get around it, sorry guys.)</p>
<p><strong><span style="font-size: medium">Part 2</span></strong></p>
<p>Open a new Terminal window. If you don&#8217;t know where to find terminal it&#8217;s in Applications/Utilities.</p>
<p>Type in:</p>
<div style="margin-right: 20px;margin-bottom: 20px;margin-left: 20px;margin-top: 5px">
<div class="smallfont" style="font: normal normal normal 11px/normal Georgia, 'Times New Roman', Times, serif;margin-bottom: 2px">Code:</div>
<pre>sudo hdid -nomount</pre>
</div>
<p>[Add a space to the end] and drag the Leopard DMG file from your hard drive to the terminal window. The path will appear, and you can hit enter on the command. This forces the HFS+ partition of the Leopard DMG to not load, allowing the ISO part of the DMG to be booted, which is what we need.</p>
<p>If you&#8217;re not using sudo already, it&#8217;ll ask you for your password, type it in, hit enter, and you&#8217;ll be rewarded with the following:</p>
<div style="margin-right: 20px;margin-bottom: 20px;margin-left: 20px;margin-top: 5px">
<div class="smallfont" style="font: normal normal normal 11px/normal Georgia, 'Times New Roman', Times, serif;margin-bottom: 2px">Code:</div>
<pre>/dev/disk<strong>?</strong>              Apple_partition_scheme
/dev/disk<strong>?</strong>s1            Apple_partition_map
/dev/disk<strong>?</strong>s2            Apple_Driver_ATAPI
/dev/disk<strong>?</strong>s3            Apple_HFS</pre>
</div>
<p>Take note of the &#8220;<strong>?</strong>&#8221; because you&#8217;ll need to remember it in a little bit.</p>
<p><strong><span style="font-size: medium">Part 3</span></strong></p>
<p>We need to make a way for the volume to mount on your Mac, so type in:</p>
<div style="margin-right: 20px;margin-bottom: 20px;margin-left: 20px;margin-top: 5px">
<div class="smallfont" style="font: normal normal normal 11px/normal Georgia, 'Times New Roman', Times, serif;margin-bottom: 2px">Code:</div>
<pre>mkdir /Volumes/drivers</pre>
</div>
<p>You&#8217;ll recieve no response but this is normal.</p>
<p><strong><span style="font-size: medium">Part 4</span></strong></p>
<p>You&#8217;re almost there! We now need to force the DMG to load with the ISO volume instead of the HFS+ volume. To do so, simply type:</p>
<div style="margin-right: 20px;margin-bottom: 20px;margin-left: 20px;margin-top: 5px">
<div class="smallfont" style="font: normal normal normal 11px/normal Georgia, 'Times New Roman', Times, serif;margin-bottom: 2px">Code:</div>
<pre>sudo mount -t cd9660 -o nodev,nosuid /dev/disk? /Volumes/drivers</pre>
</div>
<p>Where <strong>?</strong> is the number we mentioned earlier. Remeber not to include the &#8217;s1,&#8217; &#8217;s2,&#8217; or &#8217;s3&#8242; parts in this command.</p>
<p>Now you simply have to restart Finder, which is easy to do from terminal:</p>
<div style="margin-right: 20px;margin-bottom: 20px;margin-left: 20px;margin-top: 5px">
<div class="smallfont" style="font: normal normal normal 11px/normal Georgia, 'Times New Roman', Times, serif;margin-bottom: 2px">Code:</div>
<pre>killall Finder</pre>
</div>
<p><strong>Now you just have to copy the drivers onto a USB drive [or burn them to a disc], boot into Windows and install.<br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thinklet.net/mic/2009/11/14/how-to-extract-the-boot-camp-drivers-from-the-mac-os-x-v10-6-snowleopard-dmg/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Safari 4 public beta</title>
		<link>http://blog.thinklet.net/mic/2009/02/25/safari-4-public-beta/</link>
		<comments>http://blog.thinklet.net/mic/2009/02/25/safari-4-public-beta/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 16:26:07 +0000</pubDate>
		<dc:creator>mic</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://blog.thinklet.net/mic/2009/02/25/safari-4-public-beta/</guid>
		<description><![CDATA[据说Safari4的javascript性能有4.2倍提升(基于Nitro引擎，号称快过IE7 30倍)，应该是世界上最快的浏览器了吧？不过我没感觉，因为safari3.1已经很快了。
Tab样式很像Chrome，放在标题栏可以省去以前占用的Tab栏，可视空间一下变大啦:)
下图是启动页: Top Sites效果，很炫。
值得高兴的是Safari adblock还能兼容Safari4，呵呵

搜索建议功能也很实用


]]></description>
			<content:encoded><![CDATA[<p>据说<a href="http://www.apple.com/safari/features.html">Safari4</a>的javascript性能有4.2倍提升(<span style="font-family: arial;font-size: 14px">基于Nitro引擎，号称快过IE7 30倍)<span style="font-family: STHeiti;font-size: 12px">，应该是世界上最快的浏览器了吧？不过我没感觉，因为safari3.1已经很快了。</span></span></p>
<p>Tab样式很像Chrome，放在标题栏可以省去以前占用的Tab栏，可视空间一下变大啦:)</p>
<p>下图是启动页: Top Sites效果，很炫。</p>
<p>值得高兴的是<a href="http://safariadblock.sourceforge.net">Safari adblock</a>还能兼容Safari4，呵呵</p>
<p><a href="http://blog.thinklet.net/mic/files/2009/02/200902250015.jpg"><img src="http://blog.thinklet.net/mic/files/2009/02/200902250015-tm.jpg" width="480" height="368" alt="200902250015.jpg" /></a></p>
<p>搜索建议功能也很实用</p>
<p>
<img src="http://blog.thinklet.net/mic/files/2009/02/200902250032.jpg" width="313" height="486" alt="200902250032.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thinklet.net/mic/2009/02/25/safari-4-public-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<a style="display: none;" href="http://mcinside.com/">MC Inside</a>