<?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>詹姆士隨想曲 &#187; leopard</title>
	<atom:link href="http://2friend.org/tag/leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://2friend.org</link>
	<description>這個BLOG是我用來發表感想，記錄生活點滴，最好沒有熟人看</description>
	<lastBuildDate>Fri, 06 Apr 2012 13:21:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WWDC 2009 觀看心得</title>
		<link>http://2friend.org/2009/06/09/wwdc-2009-%e8%a7%80%e7%9c%8b%e5%bf%83%e5%be%97/</link>
		<comments>http://2friend.org/2009/06/09/wwdc-2009-%e8%a7%80%e7%9c%8b%e5%bf%83%e5%be%97/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 14:26:06 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[網路]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://2friend.org/?p=535</guid>
		<description><![CDATA[下午下班時就看到有人在 twitter 上說到 Safari 以及 iPhone 3Gs, 下了班回家就看 WWDC 的 QuickTime movie, 看到他介紹Safari 4.0 似乎不錯用，就來下載使用看看，嗯果然速度反應很快！ 不過，多多少少還是有些相容應問題，譬如我們的crm系統有使用到所見即所得編輯器，結果在 IE/Firefox 都ok，但是在 Safari 就不行。 wwdc 上還看到諸多 Apple Snow Leopard 的新功能介紹，例如以後在新版的 Finder 上可以直接在 Icon view 就可以播放影片，系統很多核心都已經 64位元等等。 最棒的是等 Apple 將這個版本推出時，購買更新的費用是 US$29，相較於 Windows我覺得這個價格挺合理的，畢竟，這是一個讓人覺得棒的作業系統！ 還有就是一開始他提到，由於 iPod iPhone 的銷售成功，導致 Mac OSX 的使用者在過去兩年呈現三倍上揚！ 我想這是因為有越來越多的人因為 Apple 的成功產品而關注到他的其他產品，並從而變成忠實用戶吧！]]></description>
		<wfw:commentRss>http://2friend.org/2009/06/09/wwdc-2009-%e8%a7%80%e7%9c%8b%e5%bf%83%e5%be%97/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>無需密碼登入ssh</title>
		<link>http://2friend.org/2008/10/09/%e7%84%a1%e9%9c%80%e5%af%86%e7%a2%bc%e7%99%bb%e5%85%a5ssh/</link>
		<comments>http://2friend.org/2008/10/09/%e7%84%a1%e9%9c%80%e5%af%86%e7%a2%bc%e7%99%bb%e5%85%a5ssh/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 10:48:42 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://2friend.org/?p=292</guid>
		<description><![CDATA[在 windows系統裡面，要做到不輸入密碼直接登入到遠端伺服器的話，可以透過 putty 以及一些相關的設定，這裡不敘述了。 現在要講的是在 Leopard  之下，要怎麼做到這一點呢？ 參考一下這篇文章吧，他基本上說的很清楚，只是缺乏經驗的我還是搞了一小段時間才搞定。 要注意幾個問題: local$ ssh-keygen -t dsa -f ~/.ssh/id_dsa -C "James Macbook" 這個部分,你不要以為, 每一台你要遠端登入的都需要來上這麼一段. 所有的遠端主機, 都只需要一個 id_dsa.pub 就夠了. 還有這個, 我搞不懂:local$ scp ~/.ssh/id_dsa.pub remote (P.S 2009/4/8 我終於搞懂了，應該是 root@remote_IP or root@remote_host_name ,如果想要指定 copy 過去的檔案的路徑的話，可以是： scp ~/.ssh/id_dsa.pub root@abc.com:/root/dir_path_name/ ,執行之後，遠端會問你密碼輸入即可copy ) 但是,意義就是要你將 id_dsa.pub copy 到遠端主機就對了. 因為時間有點不夠，先講一下結果，你設定好之後，就可以點選預設好的伺服器的 terminal 就直接登入進去了，完全不需要再輸入密碼了！ 如果是在 WHM 當中設定 SSH for [...]]]></description>
		<wfw:commentRss>http://2friend.org/2008/10/09/%e7%84%a1%e9%9c%80%e5%af%86%e7%a2%bc%e7%99%bb%e5%85%a5ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.2friend.org/wp-content/uploads/2008/10/sshshow.mov" length="3468847" type="video/quicktime" />
		</item>
	</channel>
</rss>

