<?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; Google Chrome</title>
	<atom:link href="http://www.eak.in.th/tag/google-chrome/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>
	</channel>
</rss>
