<?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; ubuntu 9.10</title>
	<atom:link href="http://www.eak.in.th/tag/ubuntu-9-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eak.in.th</link>
	<description>คู่มือสำหรับผู้ใช้ลีนุกซ์</description>
	<lastBuildDate>Sat, 28 Aug 2010 04:44:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>วิธีติดตั้ง Google Chrome สำหรับ Ubuntu 9.10</title>
		<link>http://www.eak.in.th/2009/12/08/%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-google-chrome-%e0%b8%aa%e0%b8%b3%e0%b8%ab%e0%b8%a3%e0%b8%b1%e0%b8%9a-ubuntu-9-10/</link>
		<comments>http://www.eak.in.th/2009/12/08/%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-google-chrome-%e0%b8%aa%e0%b8%b3%e0%b8%ab%e0%b8%a3%e0%b8%b1%e0%b8%9a-ubuntu-9-10/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 00:44:43 +0000</pubDate>
		<dc:creator>eak</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[ubuntu 9.10]]></category>
		<category><![CDATA[คำสั่งติดตั้ง Google Chrome]]></category>
		<category><![CDATA[ติดตั้ง]]></category>
		<category><![CDATA[ติดตั้ง Google Chrome]]></category>
		<category><![CDATA[ลีนุกซ์]]></category>
		<category><![CDATA[สำหรับ Ubuntu 9.10]]></category>

		<guid isPermaLink="false">http://www.eak.in.th/?p=42</guid>
		<description><![CDATA[วิธีติดตั้ง Google Chrome บราวเซอร์สุดฮอต สำหรับ Ubuntu เข้าโปรแกรม Terminal แล้วทำการเพิ่มเติมแหล่งดาวน์โหลดใหม่ ด้วยคำสั่ง echo "deb http://dl.google.com/linux/deb/ stable main non-free" &#124; sudo tee -a /etc/apt/sources.list ดาวน์โหลดกุญแจอนุญาตเพื่อยืนยันความสมบูรณ์ในการติดตั้งโปรแกรม ด้วยคำสั่ง wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- &#124; sudo apt-key add - &#38;&#38; sudo apt-get update ติดตั้งแพกเกจ Google Chrome ด้วยคำสั่ง &#8230; <a href="http://www.eak.in.th/2009/12/08/%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-google-chrome-%e0%b8%aa%e0%b8%b3%e0%b8%ab%e0%b8%a3%e0%b8%b1%e0%b8%9a-ubuntu-9-10/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>วิธีติดตั้ง Google Chrome บราวเซอร์สุดฮอต สำหรับ Ubuntu</p>
<p style="text-align: center;"><img class="aligncenter" src="http://lh3.ggpht.com/_o3I8bjcRBcU/Sx2jCR48fII/AAAAAAAABdc/t3AInHD6i1M/s640/Google%20Chrome.png" alt="Google Chrome on Ubuntu" width="512" height="320" /></p>
<p>เข้าโปรแกรม Terminal แล้วทำการเพิ่มเติมแหล่งดาวน์โหลดใหม่ ด้วยคำสั่ง</p>
<p><code>echo "deb http://dl.google.com/linux/deb/ stable main non-free" | sudo tee -a /etc/apt/sources.list</code></p>
<p>ดาวน์โหลดกุญแจอนุญาตเพื่อยืนยันความสมบูรณ์ในการติดตั้งโปรแกรม ด้วยคำสั่ง</p>
<p><code>wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add - &amp;&amp; sudo apt-get update</code></p>
<p>ติดตั้งแพกเกจ Google Chrome ด้วยคำสั่ง</p>
<p><code>sudo apt-get install google-chrome-unstable</code></p>
<p>ที่มา <a href="http://www.ubuntuclub.com/node/1454" target="_blank">UbuntuClub.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eak.in.th/2009/12/08/%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-google-chrome-%e0%b8%aa%e0%b8%b3%e0%b8%ab%e0%b8%a3%e0%b8%b1%e0%b8%9a-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ติดตั้ง Google Earth ใน Ubuntu</title>
		<link>http://www.eak.in.th/2009/12/02/%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-google-earth-%e0%b9%83%e0%b8%99-ubuntu/</link>
		<comments>http://www.eak.in.th/2009/12/02/%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-google-earth-%e0%b9%83%e0%b8%99-ubuntu/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 13:10:21 +0000</pubDate>
		<dc:creator>eak</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[ubuntu 9.10]]></category>
		<category><![CDATA[คำสั่งติดตั้ง Google Earth ใน Ubuntu]]></category>
		<category><![CDATA[ติดตั้ง Google Earth ใน Ubuntu]]></category>

		<guid isPermaLink="false">http://www.eak.in.th/?p=23</guid>
		<description><![CDATA[ติดตั้ง Google Earth ใน Ubuntu ที่ผมทำนี้ติดตั้งลงใน ubuntu 9.10 นะครับ เวอร์ชั่นอื่นๆยังไม่ได้ลอง เริ่มแรกต้องเพิ่ม Repository ของ Medibuntu ก่อนครับ เปิด Terminal แล้วพิมพ์ sudo wget http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list --output-document=/etc/apt/sources.list.d/medibuntu.list &#38;&#38; sudo apt-get -q update &#38;&#38; sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring &#38;&#38; sudo apt-get -q &#8230; <a href="http://www.eak.in.th/2009/12/02/%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-google-earth-%e0%b9%83%e0%b8%99-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>ติดตั้ง Google Earth ใน Ubuntu ที่ผมทำนี้ติดตั้งลงใน ubuntu 9.10 นะครับ เวอร์ชั่นอื่นๆยังไม่ได้ลอง</p>
<p style="text-align: center;"><img class="aligncenter" src="http://lh6.ggpht.com/_o3I8bjcRBcU/SxZlp3aMzxI/AAAAAAAABcE/NYxEBTQX2A8/s800/Ubuntu%20Google%20Earth.png" alt="Google Earth on Ubuntu" width="648" height="405" /></p>
<p>เริ่มแรกต้องเพิ่ม Repository ของ Medibuntu ก่อนครับ<br />
เปิด Terminal แล้วพิมพ์<br />
<code>sudo wget http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list --output-document=/etc/apt/sources.list.d/medibuntu.list &amp;&amp; sudo apt-get -q update &amp;&amp; sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring &amp;&amp; sudo apt-get -q update</code></p>
<p>จากนั้นก็จะติดตั้ง Google Earth ต่อไป<br />
โดยใช้คำสั่งดังนี้ใน Terminal<br />
<code> sudo apt-get install googleearth</code></p>
<p>แค่นี้ก็เสร็จแล้วครับ</p>
<p>เท่าที่ผมใช้ เห็นว่าระบบภาษาไทยของ Google Earth ใน Ubuntu ถือว่าดีมากๆทีเดียวน่าใช้มากครับ</p>
<p>ยังมีการติดตั้งแบบอื่นๆ อีกครับ สามารถไปศึกษาเพิ่มเติมได้ที่ <a title="Ubuntu Documentation" href="https://help.ubuntu.com/community/GoogleEarth" target="_blank">Ubuntu Documentation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eak.in.th/2009/12/02/%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-google-earth-%e0%b9%83%e0%b8%99-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
