<?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</title>
	<atom:link href="http://www.iearn.in.th/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iearn.in.th</link>
	<description>Just Play and Just Knowledge</description>
	<lastBuildDate>Sat, 12 Jun 2010 06:40:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Set Path On Ubuntu</title>
		<link>http://www.iearn.in.th/2009/08/23/set-path-on-ubuntu/</link>
		<comments>http://www.iearn.in.th/2009/08/23/set-path-on-ubuntu/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 05:53:34 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[classpath]]></category>
		<category><![CDATA[java_home]]></category>
		<category><![CDATA[jruby_home]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu set path]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=573</guid>
		<description><![CDATA[สำหรับบทความนี้เป็นวิธีการ set path ใน ubuntu สำหรับคนที่ยังทำไม่ค่อยจะเป็นนะครับวิธีการมี 2 วิธีคือการเปิด terminal มาแล้ว set ทุกครั้งหรือว่า ไปตั้งค่าไว้เลยให้มันจำเลย เอาเป็นว่ามาดูกันทั้ง 2 วิธีเลยครับ วิธีการ set โดยการเปิด terminal มาแล้ว set 1. เปิด terminal ขึ้นมา 2. ใช้คำสั่ง export PATH=$PATH:/home/mlri/Desktop/Work/jruby-1.1.6/bin 3. เป็นอันว่าเรียบร้อยสามารถใช้งานได้เลย วิธีการ set โดยแก้ไข .bashrc ซึ่งอยุ่ใน home 1. เปิด terminal ขึ้นมา 2. ใช้คำสั่ง nano ~/.bashrc 3. เลื่อนลงบันทัดสุดท้าย เพิ่มข้อความ PATH=$PATH:/home/mlri/Desktop/Work/jruby-1.1.6/bin 4. เสร็จแล้วลองปิดและเปิด terminal ใหม่เราก็สามารถใช้คำสั่งใน folder [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/08/set-path-on-ubuntu.png"><img src="http://www.iearn.in.th/wp-content/uploads/2009/08/set-path-on-ubuntu-300x184.png" alt="set-path-on-ubuntu" title="set-path-on-ubuntu" width="300" height="184" class="aligncenter size-medium wp-image-574" /></a><br />
 สำหรับบทความนี้เป็นวิธีการ set path ใน ubuntu สำหรับคนที่ยังทำไม่ค่อยจะเป็นนะครับวิธีการมี 2 วิธีคือการเปิด terminal มาแล้ว set ทุกครั้งหรือว่า ไปตั้งค่าไว้เลยให้มันจำเลย เอาเป็นว่ามาดูกันทั้ง 2 วิธีเลยครับ<br />
<span id="more-573"></span><br />
<strong>วิธีการ set โดยการเปิด terminal มาแล้ว set</strong><br />
1. เปิด terminal ขึ้นมา<br />
2. ใช้คำสั่ง<br />
<code>export PATH=$PATH:/home/mlri/Desktop/Work/jruby-1.1.6/bin</code><br />
3. เป็นอันว่าเรียบร้อยสามารถใช้งานได้เลย</p>
<p><strong>วิธีการ set โดยแก้ไข .bashrc ซึ่งอยุ่ใน home</strong><br />
1. เปิด terminal ขึ้นมา<br />
2. ใช้คำสั่ง<br />
nano ~/.bashrc<br />
3. เลื่อนลงบันทัดสุดท้าย เพิ่มข้อความ<br />
<code>PATH=$PATH:/home/mlri/Desktop/Work/jruby-1.1.6/bin</code><br />
4. เสร็จแล้วลองปิดและเปิด terminal ใหม่เราก็สามารถใช้คำสั่งใน folder นั้นได้แล้ว<br />
5. หากต้องการ set อย่างอื่นก็ทำคล้ายๆกันครับเช่น<br />
JAVA_HOME=&#8221;/usr/lib/jvm/java-6-sun&#8221;<br />
CLASSPATH=.:/usr/lib/jvm/java-6-sun<br />
JRUBY_HOME=&#8221;/home/mlri/Desktop/Work/jruby-1.1.6&#8243;<br />
ป.ล. ช่วงนี้ขอบอกว่าที่มีบทความเกี่ยวกะ ubuntu เยอะเพราะว่าหันมาอยู่ที่ ubuntu แล้วส่วนโปรแกรมบน windows ทำไงนะหรือใช้ wine เอาครับ</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/08/23/set-path-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ปรับเวลา windows และ Ubuntu ให้ตรงกัน</title>
		<link>http://www.iearn.in.th/2009/08/22/%e0%b8%9b%e0%b8%a3%e0%b8%b1%e0%b8%9a%e0%b9%80%e0%b8%a7%e0%b8%a5%e0%b8%b2-windows-%e0%b9%81%e0%b8%a5%e0%b8%b0-ubuntu-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b8%95%e0%b8%a3%e0%b8%87%e0%b8%81%e0%b8%b1%e0%b8%99/</link>
		<comments>http://www.iearn.in.th/2009/08/22/%e0%b8%9b%e0%b8%a3%e0%b8%b1%e0%b8%9a%e0%b9%80%e0%b8%a7%e0%b8%a5%e0%b8%b2-windows-%e0%b9%81%e0%b8%a5%e0%b8%b0-ubuntu-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b8%95%e0%b8%a3%e0%b8%87%e0%b8%81%e0%b8%b1%e0%b8%99/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 00:30:13 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bios time]]></category>
		<category><![CDATA[dual boot]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=568</guid>
		<description><![CDATA[หลายคนคงเคยเจอปัญหาเรื่องของ เมื่อเราลง ubuntu และ windows เป็นแบบ dual boot จะเกิดปัญหาเรื่องเวลาที่ไม่ตรงกัน ปัญหานี้แก้ได้อย่างไร ผมลองนั่ง search ใน google ก็เจอครับเกิดจากการใช้งาน UTC ทำให้เวลาที่ได้ไม่ตรงกัน การแก้คือการ ปิดการใช้งานส่วนนี้ครับ 1.แก้ไขไฟล์ /etc/default/rcS sudo gedit /etc/default/rcS 2.แก้ไข้ค่าของ UTC=no TMPTIME=0 SULOGIN=no DELAYLOGIN=no UTC=yes VERBOSE=no FSCKFIX=no RAMRUN=yes RAMLOCK=yes 3.save และ restart เป็นอันว่าใช้งานได้เลย ที่มา http://learners.in.th/blog/mrgill/93199 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/08/time-diff-ubuntu-windows.png"><img src="http://www.iearn.in.th/wp-content/uploads/2009/08/time-diff-ubuntu-windows-300x187.png" alt="time-diff-ubuntu-windows" title="time-diff-ubuntu-windows" width="300" height="187" class="aligncenter size-medium wp-image-569" /></a><br />
หลายคนคงเคยเจอปัญหาเรื่องของ เมื่อเราลง ubuntu และ windows เป็นแบบ dual boot จะเกิดปัญหาเรื่องเวลาที่ไม่ตรงกัน ปัญหานี้แก้ได้อย่างไร ผมลองนั่ง search ใน google ก็เจอครับเกิดจากการใช้งาน UTC  ทำให้เวลาที่ได้ไม่ตรงกัน การแก้คือการ ปิดการใช้งานส่วนนี้ครับ<br />
<span id="more-568"></span><br />
1.แก้ไขไฟล์ /etc/default/rcS<br />
<code>sudo gedit /etc/default/rcS</code><br />
2.แก้ไข้ค่าของ UTC=no<br />
<code>TMPTIME=0<br />
SULOGIN=no<br />
DELAYLOGIN=no<br />
UTC=yes<br />
VERBOSE=no<br />
FSCKFIX=no<br />
RAMRUN=yes<br />
RAMLOCK=yes</code><br />
3.save และ restart เป็นอันว่าใช้งานได้เลย</p>
<p>ที่มา<br />
<a href="http://learners.in.th/blog/mrgill/93199">http://learners.in.th/blog/mrgill/93199</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/08/22/%e0%b8%9b%e0%b8%a3%e0%b8%b1%e0%b8%9a%e0%b9%80%e0%b8%a7%e0%b8%a5%e0%b8%b2-windows-%e0%b9%81%e0%b8%a5%e0%b8%b0-ubuntu-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b8%95%e0%b8%a3%e0%b8%87%e0%b8%81%e0%b8%b1%e0%b8%99/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PSU Ubuntu Repository</title>
		<link>http://www.iearn.in.th/2009/08/21/psu-ubuntu-repository/</link>
		<comments>http://www.iearn.in.th/2009/08/21/psu-ubuntu-repository/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 01:03:39 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[psu repository]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu repository]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=565</guid>
		<description><![CDATA[สำหรับใครที่อยู่ใน มอ ต้องการให้ ubuntu เราสามารถใช้งาน apt-get ได้เร็วขึ้นวันนี้มีบทความการ set repository ให้มาใช้ repository ของมหาลัยกันครับ ซึ่งการทำก็ไม่ยุ่งยากและซับซ้อนมากมายแถมง่ายมากๆ เอาเป็นว่าตอนนี้ผมใช้ 9.04 นะครับใครต้องการทำตามได้เลยหากรุ่นอื่นก็เปลี่ยนแค่โค้ดเนมครับ 1. แก้ไข source.list โดยการใช้คำสั่ง sudo gedit /etc/apt/source.list 2. เพิ่มโค้ดส่วนนี้ลงไฟใน editor ครับ deb ftp://ftp.psu.ac.th/pub/ubuntu/ jaunty main multiverse restricted universe deb ftp://ftp.psu.ac.th/pub/ubuntu/ jaunty-backports main multiverse restricted universe deb ftp://ftp.psu.ac.th/pub/ubuntu/ jaunty-proposed main multiverse restricted universe deb ftp://ftp.psu.ac.th/pub/ubuntu/ jaunty-security main multiverse restricted universe [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/08/sourceslist-etc-apt-gedit.png"><img src="http://www.iearn.in.th/wp-content/uploads/2009/08/sourceslist-etc-apt-gedit-300x97.png" alt="sourceslist-etc-apt-gedit" title="sourceslist-etc-apt-gedit" width="300" height="97" class="aligncenter size-medium wp-image-566" /></a><br />
สำหรับใครที่อยู่ใน มอ ต้องการให้ ubuntu เราสามารถใช้งาน apt-get ได้เร็วขึ้นวันนี้มีบทความการ set repository ให้มาใช้ repository ของมหาลัยกันครับ ซึ่งการทำก็ไม่ยุ่งยากและซับซ้อนมากมายแถมง่ายมากๆ เอาเป็นว่าตอนนี้ผมใช้ 9.04 นะครับใครต้องการทำตามได้เลยหากรุ่นอื่นก็เปลี่ยนแค่โค้ดเนมครับ<br />
<span id="more-565"></span><br />
1. แก้ไข source.list โดยการใช้คำสั่ง<br />
<code>sudo gedit /etc/apt/source.list</code><br />
2. เพิ่มโค้ดส่วนนี้ลงไฟใน editor ครับ<br />
<code>deb ftp://ftp.psu.ac.th/pub/ubuntu/ jaunty main multiverse restricted universe<br />
deb ftp://ftp.psu.ac.th/pub/ubuntu/ jaunty-backports main multiverse restricted universe<br />
deb ftp://ftp.psu.ac.th/pub/ubuntu/ jaunty-proposed main multiverse restricted universe<br />
deb ftp://ftp.psu.ac.th/pub/ubuntu/ jaunty-security main multiverse restricted universe<br />
deb ftp://ftp.psu.ac.th/pub/ubuntu/ jaunty-updates main multiverse restricted universe </code><br />
3. save ไฟล์นั้นครับ<br />
4. อัพเดด repository<br />
<code>sudo apt-get update</code><br />
5. ลงโปรแกรมที่เราต้องการแถมรวดเร็วมาก(หากอยู่ในมอ นะ)</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/08/21/psu-ubuntu-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix IP Address on Ubuntu</title>
		<link>http://www.iearn.in.th/2009/05/12/fix-ip-address-on-ubuntu/</link>
		<comments>http://www.iearn.in.th/2009/05/12/fix-ip-address-on-ubuntu/#comments</comments>
		<pubDate>Tue, 12 May 2009 15:35:29 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fix ip]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[resolv]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=459</guid>
		<description><![CDATA[มาฝากเอาไว้สำหรับการ fix ip ubuntu สำหรับการใช้งานในกรณีที่ไม่ต้องการให้ DHCP แจก ip address มาครับ sudo nano /etc/network/interfaces ทำการแก้ไขข้อมูลตามที่ต้องการครับ auto lo eth0 iface lo inet loopback iface eth0 inet static address xxx.xxx.xxx.xxx(enter your ip here) netmask xxx.xxx.xxx.xxx gateway xxx.xxx.xxx.xxx(enter gateway ip here) แก้ไข nameserver ครับ sudo nano /etc/resolv.conf สำหรับ nameserver สามารถใส่ได้หลายอันนะครับ nameserver xxx.xxx.xxx.xxx(enter your dns server ip) nameserver xxx.xxx.xxx.xxx(enter your [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/05/ubuntu-fix-ip.jpg"><img src="http://www.iearn.in.th/wp-content/uploads/2009/05/ubuntu-fix-ip-300x89.jpg" alt="ubuntu-fix-ip" title="ubuntu-fix-ip" width="300" height="89" class="aligncenter size-medium wp-image-461" /></a></p>
<p>มาฝากเอาไว้สำหรับการ fix ip ubuntu สำหรับการใช้งานในกรณีที่ไม่ต้องการให้ DHCP แจก ip address มาครับ<br />
<code>sudo nano /etc/network/interfaces</code><br />
ทำการแก้ไขข้อมูลตามที่ต้องการครับ<span id="more-459"></span><br />
<code>auto lo eth0<br />
iface lo inet loopback<br />
iface eth0 inet static<br />
address xxx.xxx.xxx.xxx(enter your ip here)<br />
netmask xxx.xxx.xxx.xxx<br />
gateway xxx.xxx.xxx.xxx(enter gateway ip here)</code></p>
<p>แก้ไข nameserver ครับ<br />
<code>sudo nano /etc/resolv.conf</code></p>
<p>สำหรับ nameserver สามารถใส่ได้หลายอันนะครับ<br />
<code>nameserver xxx.xxx.xxx.xxx(enter your dns server ip)<br />
nameserver xxx.xxx.xxx.xxx(enter your alt dns server ip)</code></p>
<p>จากนั้นสั่ง restart network ครับ<br />
<code>sudo /etc/init.d/networking restart</code></p>
<p>เป็นอันว่าเรียบร้อย</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/05/12/fix-ip-address-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Auto startup Script in Ubuntu</title>
		<link>http://www.iearn.in.th/2009/05/11/auto-startup-script-in-ubuntu/</link>
		<comments>http://www.iearn.in.th/2009/05/11/auto-startup-script-in-ubuntu/#comments</comments>
		<pubDate>Mon, 11 May 2009 13:45:34 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[auto startup]]></category>
		<category><![CDATA[jruby]]></category>
		<category><![CDATA[shell script]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=445</guid>
		<description><![CDATA[ห่างหายไม่ได้เขียนบล๊อกไปนาน เพราะว่างานยุ่งมากมายวันนี้ได้โอกาสเนื่องจากว่า ว่างเล็กน้อยเลยมานั่งเขียนบล๊อก สำหรับเรื่องการสร้าง auto startup ใน ubuntu โดยใช้ shell script นี้ผมเขียนสำหรับ project jruby ครับเอาเป็นว่ามาดูกันเลยครับ 1. ขั้นแรกให้ทำการสร้างไฟล์ที่ต้องการครับ เช่น yun_trade ใน /etc/init.d 2. จากนั้นจึงทำการเขียน script ครับโดยตัวอย่างตามนี้ครับ #!/bin/sh &#160; echo &#34;YunTrade $1&#34; &#160; export JAVA_HOME=/home/administrator/java/jdk1.6.0_13 export PATH=$JAVA_HOME/bin:$PATH export JRUBY_HOME=/home/administrator/jruby/jruby-1.1.6 export PATH=$JRUBY_HOME/bin:$PATH export CLASSPATH=/home/administrator/project/trade_manager/lib/commons-beanutils-1.7.jar:/home/administrator/project/trade_manager/lib/commons-collections-2.1.jar:/home/administrator/project/trade_manager/lib/commons-digester-1.7.jar:/home/administrator/project/trade_manager/lib/commons-logging-1.1.jar:derbyclient.jar:/home/administrator/project/trade_manager/lib/iText-2.1.0.jar:/home/administrator/project/trade_manager/lib/mysql-connector-java-5.1.7-bin.jar:/home/administrator/project/trade_manager/lib/xalan.jar:/home/administrator/project/trade_manager/lib/jasperreports-3.1.3.jar:/home/administrator/project/trade_manager/report/fonts; &#160; DESC=&#34;YunTrade Development Server&#34; NAME=&#34;yun_trade&#34; PIDFILE=/home/administrator/project/yun_trade.pid set -e &#160; case &#34;$1&#34; in start&#41; echo [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.iearn.in.th/wp-content/uploads/2009/05/sh-auto-script.jpg"><img class="size-medium wp-image-446 aligncenter" title="sh-auto-script" src="http://www.iearn.in.th/wp-content/uploads/2009/05/sh-auto-script-300x157.jpg" alt="sh-auto-script" width="300" height="157" /></a></p>
<p>ห่างหายไม่ได้เขียนบล๊อกไปนาน เพราะว่างานยุ่งมากมายวันนี้ได้โอกาสเนื่องจากว่า ว่างเล็กน้อยเลยมานั่งเขียนบล๊อก สำหรับเรื่องการสร้าง auto startup ใน ubuntu โดยใช้ shell script นี้ผมเขียนสำหรับ project jruby ครับเอาเป็นว่ามาดูกันเลยครับ</p>
<p><span id="more-445"></span><br />
1. ขั้นแรกให้ทำการสร้างไฟล์ที่ต้องการครับ เช่น yun_trade ใน /etc/init.d<br />
2. จากนั้นจึงทำการเขียน script ครับโดยตัวอย่างตามนี้ครับ</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
&nbsp;
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;YunTrade $1&quot;</span>
&nbsp;
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">JAVA_HOME</span>=<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>administrator<span style="color: #000000; font-weight: bold;">/</span>java<span style="color: #000000; font-weight: bold;">/</span>jdk1.6.0_13
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">PATH</span>=<span style="color: #007800;">$JAVA_HOME</span><span style="color: #000000; font-weight: bold;">/</span>bin:<span style="color: #007800;">$PATH</span>
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">JRUBY_HOME</span>=<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>administrator<span style="color: #000000; font-weight: bold;">/</span>jruby<span style="color: #000000; font-weight: bold;">/</span>jruby-1.1.6
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">PATH</span>=<span style="color: #007800;">$JRUBY_HOME</span><span style="color: #000000; font-weight: bold;">/</span>bin:<span style="color: #007800;">$PATH</span>
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">CLASSPATH</span>=<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>administrator<span style="color: #000000; font-weight: bold;">/</span>project<span style="color: #000000; font-weight: bold;">/</span>trade_manager<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>commons-beanutils-1.7.jar:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>administrator<span style="color: #000000; font-weight: bold;">/</span>project<span style="color: #000000; font-weight: bold;">/</span>trade_manager<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>commons-collections-2.1.jar:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>administrator<span style="color: #000000; font-weight: bold;">/</span>project<span style="color: #000000; font-weight: bold;">/</span>trade_manager<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>commons-digester-1.7.jar:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>administrator<span style="color: #000000; font-weight: bold;">/</span>project<span style="color: #000000; font-weight: bold;">/</span>trade_manager<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>commons-logging-1.1.jar:derbyclient.jar:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>administrator<span style="color: #000000; font-weight: bold;">/</span>project<span style="color: #000000; font-weight: bold;">/</span>trade_manager<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>iText-2.1.0.jar:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>administrator<span style="color: #000000; font-weight: bold;">/</span>project<span style="color: #000000; font-weight: bold;">/</span>trade_manager<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>mysql-connector-java-5.1.7-bin.jar:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>administrator<span style="color: #000000; font-weight: bold;">/</span>project<span style="color: #000000; font-weight: bold;">/</span>trade_manager<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>xalan.jar:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>administrator<span style="color: #000000; font-weight: bold;">/</span>project<span style="color: #000000; font-weight: bold;">/</span>trade_manager<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>jasperreports-3.1.3.jar:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>administrator<span style="color: #000000; font-weight: bold;">/</span>project<span style="color: #000000; font-weight: bold;">/</span>trade_manager<span style="color: #000000; font-weight: bold;">/</span>report<span style="color: #000000; font-weight: bold;">/</span>fonts;
&nbsp;
<span style="color: #007800;">DESC</span>=<span style="color: #ff0000;">&quot;YunTrade Development Server&quot;</span>
<span style="color: #007800;">NAME</span>=<span style="color: #ff0000;">&quot;yun_trade&quot;</span>
<span style="color: #007800;">PIDFILE</span>=<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>administrator<span style="color: #000000; font-weight: bold;">/</span>project<span style="color: #000000; font-weight: bold;">/</span>yun_trade.pid
<span style="color: #000000; font-weight: bold;">set</span> <span style="color: #660033;">-e</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">case</span> <span style="color: #ff0000;">&quot;$1&quot;</span> <span style="color: #000000; font-weight: bold;">in</span>
  start<span style="color: #7a0874; font-weight: bold;">&#41;</span>
        <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-n</span> <span style="color: #ff0000;">&quot;Starting <span style="color: #007800;">$DESC</span>:&quot;</span>
		jruby <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>administrator<span style="color: #000000; font-weight: bold;">/</span>project<span style="color: #000000; font-weight: bold;">/</span>trade_manager<span style="color: #000000; font-weight: bold;">/</span>script<span style="color: #000000; font-weight: bold;">/</span>server <span style="color: #000000; font-weight: bold;">&amp;</span>
		<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-n</span> <span style="color: #ff0000;">&quot;Server is Started&quot;</span>
        <span style="color: #000000; font-weight: bold;">;;</span>
  stop<span style="color: #7a0874; font-weight: bold;">&#41;</span>
        <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-n</span> <span style="color: #ff0000;">&quot;Stopping <span style="color: #007800;">$DESC</span>: &quot;</span>
        <span style="color: #c20cb9; font-weight: bold;">killall</span> <span style="color: #660033;">-9</span> <span style="color: #007800;">$NAME</span>
		<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-n</span> <span style="color: #ff0000;">&quot;Server is Stopped&quot;</span>
        <span style="color: #000000; font-weight: bold;">;;</span>
  restart<span style="color: #000000; font-weight: bold;">|</span>force-reload<span style="color: #7a0874; font-weight: bold;">&#41;</span>
        <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-n</span> <span style="color: #ff0000;">&quot;Restarting <span style="color: #007800;">$DESC</span>: &quot;</span>
        <span style="color: #c20cb9; font-weight: bold;">killall</span> <span style="color: #660033;">-9</span> <span style="color: #007800;">$NAME</span>
        <span style="color: #c20cb9; font-weight: bold;">sleep</span> <span style="color: #000000;">5</span>
        jruby <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>administrator<span style="color: #000000; font-weight: bold;">/</span>project<span style="color: #000000; font-weight: bold;">/</span>trade_manager<span style="color: #000000; font-weight: bold;">/</span>script<span style="color: #000000; font-weight: bold;">/</span>server <span style="color: #000000; font-weight: bold;">&amp;</span>
        <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-n</span> <span style="color: #ff0000;">&quot;Server is Restarted&quot;</span>
        <span style="color: #000000; font-weight: bold;">;;</span>
  <span style="color: #000000; font-weight: bold;">*</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
        <span style="color: #007800;">N</span>=<span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span><span style="color: #007800;">$NAME</span>
        <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Usage: <span style="color: #007800;">$N</span> {start|stop|restart|force-reload}&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;&amp;</span><span style="color: #000000;">2</span>
        <span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">1</span>
        <span style="color: #000000; font-weight: bold;">;;</span>
<span style="color: #000000; font-weight: bold;">esac</span>
<span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">0</span></pre></div></div>

<p>3. จากนั้นให้ทำการสั่งให้ script ของเรา auto start ครับ<br />
<code>update-rc.d -f yun_trade 99 2 3 4 5 .</code><br />
โดยคำสั่งนี้คือให้สร้างตัว startup ขึ้นมาโดย 99 คือลำดับการรันหมายถึงลำดับสุดท้าย 2 3 4 5 หมายถึงโหมดการรันของเครื่อง</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/05/11/auto-startup-script-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MacOSX Dock On Ubuntu</title>
		<link>http://www.iearn.in.th/2009/02/25/macosx-dock-on-ubuntu/</link>
		<comments>http://www.iearn.in.th/2009/02/25/macosx-dock-on-ubuntu/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 07:06:57 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cairo-dock]]></category>
		<category><![CDATA[mac dock]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu dock]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=343</guid>
		<description><![CDATA[หลังจากที่ผมได้ลง Ubuntu พยายามแปลงร่างให้กลายเป็น Ubuntu โดยการใช้ Mac4Lin ในการแปลงซึ่งเป็นผลสำเร็จหากใครต้องการวิธีการลงอ่าได้ที่ แปลงร่าง Ubuntu ให้เป็น MacOSX ซึ่งผมได้แนะนำวิธีการลงไว้แล้วครับในส่วนวันนี้จะแนะนำการลง Cairo-Dock ไว้สำหรับเป็น Dock เอาให้เหมือน MacOSX กันไปเลยครับขั้นแรกผมได้ทำการ zip file ทั้งหมดที่จำเป็นสำหรบการทำ Dock ไว้แล้วครับ Dock.zip 1. เริ่มแรกให้เราลง cairo-dock_v2.0.0-beta2.1_i686 2. ทำการลง cairo-dock-plug-ins_v2.0.0-beta2.1_i686 3. แตกไฟล์ LeopardOsX ออกมาครับ สำหรับการเตรียมไฟล์ต่างๆ เรียบร้อยแล้วครับ 4. เปิด terminal ขึ้นมาครับพิมพ์ตามเลยครับ cairo-dock 5. จากนั้นให้เราเลือก Theme เป็น MacOSX ครับหลังจากนั้นปิด Terminal แล้ว Dock จะหายไปไม่ต้องตกใจครับ 6. ต่อไปเราจะให้ Dock เราเริ่มทุกครั้งเมื่อเราล๊อกอินเข้ามาใช้งานครับ [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/02/screenshot.png"><img class="aligncenter size-medium wp-image-344" title="screenshot" src="http://www.iearn.in.th/wp-content/uploads/2009/02/screenshot-300x187.png" alt="screenshot" width="300" height="187" /></a></p>
<p>หลังจากที่ผมได้ลง Ubuntu พยายามแปลงร่างให้กลายเป็น Ubuntu โดยการใช้ Mac4Lin ในการแปลงซึ่งเป็นผลสำเร็จหากใครต้องการวิธีการลงอ่าได้ที่ <a href="http://www.iearn.in.th/2009/02/21/%E0%B9%81%E0%B8%9B%E0%B8%A5%E0%B8%87%E0%B8%A3%E0%B9%88%E0%B8%B2%E0%B8%87-ubuntu-%E0%B9%83%E0%B8%AB%E0%B9%89%E0%B9%80%E0%B8%9B%E0%B9%87%E0%B8%99-macosx/">แปลงร่าง Ubuntu ให้เป็น MacOSX</a> ซึ่งผมได้แนะนำวิธีการลงไว้แล้วครับในส่วนวันนี้จะแนะนำการลง Cairo-Dock ไว้สำหรับเป็น Dock เอาให้เหมือน MacOSX กันไปเลยครับ<span id="more-343"></span>ขั้นแรกผมได้ทำการ zip file ทั้งหมดที่จำเป็นสำหรบการทำ Dock ไว้แล้วครับ <a href="http://www.iearn.in.th/wp-download/Dock.zip">Dock.zip</a></p>
<p>1. เริ่มแรกให้เราลง cairo-dock_v2.0.0-beta2.1_i686<br />
2. ทำการลง cairo-dock-plug-ins_v2.0.0-beta2.1_i686<br />
3. แตกไฟล์ LeopardOsX ออกมาครับ สำหรับการเตรียมไฟล์ต่างๆ เรียบร้อยแล้วครับ<br />
4. เปิด terminal ขึ้นมาครับพิมพ์ตามเลยครับ<br />
<code>cairo-dock</code><br />
5. จากนั้นให้เราเลือก Theme เป็น MacOSX ครับหลังจากนั้นปิด Terminal แล้ว Dock จะหายไปไม่ต้องตกใจครับ<br />
6. ต่อไปเราจะให้ Dock เราเริ่มทุกครั้งเมื่อเราล๊อกอินเข้ามาใช้งานครับ ให้ไปที่<br />
System -&gt; Preference -&gt; Sessions -&gt; Add ตรงชื่อใส่อะไรก็ได้ครับ ส่วนตรง command ให้เพิ่มเป็น cairo-dock &amp; ก็เป็นอันเรียบร้อยแล้วครับ<br />
7. ลองทำการ restart ดูครับ</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/02/25/macosx-dock-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>แปลงร่าง Ubuntu ให้เป็น MacOSX</title>
		<link>http://www.iearn.in.th/2009/02/21/%e0%b9%81%e0%b8%9b%e0%b8%a5%e0%b8%87%e0%b8%a3%e0%b9%88%e0%b8%b2%e0%b8%87-ubuntu-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b9%80%e0%b8%9b%e0%b9%87%e0%b8%99-macosx/</link>
		<comments>http://www.iearn.in.th/2009/02/21/%e0%b9%81%e0%b8%9b%e0%b8%a5%e0%b8%87%e0%b8%a3%e0%b9%88%e0%b8%b2%e0%b8%87-ubuntu-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b9%80%e0%b8%9b%e0%b9%87%e0%b8%99-macosx/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 05:50:34 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[mac theme for ubuntu]]></category>
		<category><![CDATA[mac4lin]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu theme mac]]></category>
		<category><![CDATA[ubuntu to mac]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=338</guid>
		<description><![CDATA[ว่างๆ หลังจากสอบเสร็จไม่มีอะไรทำเรามาแปลงร่าง Ubuntu ให้ไปเป็น MacOSX ดีกว่า สำหรับใครกำลังมองหาวิธีการทำนั้นเดี่ยวนี้มันไม่ได้ยากเหมือนเมื่อก่อนแล้ว หากใครต้องการเปลี่ยนก็เตรียม Ubuntu ของคุณมาได้เลยเรื่องการลงนั้นตามด้านล่างเลยสำหรับการทำเริ่มต้นให้ทำการดาวโหลด Mac4Lin มาครับจากนั้นให้นั้นจะมี pdf แนะนำการเปลี่ยนลักษณะของโปรแกรมบน Ubuntu ให้เหมือน Mac ด้วยเอาเป็นว่าง่ายดายมาก สำหรับเมื่อลงเสร็จแล้วอาจจะยังไม่ได้หน้าตาดังรูปนะครับ เพราะว่าต้องทำการลง Dock ซึ่ง Dock ที่ใช้ชื่อ Cairo-Dock ซึ่งเป็น Dock ที่พูดได้ว่า Copy มาจาก Mac เลยก็ได้ครับ สำหรับการลง Dock เจอกันตอนหน้านะครับ No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/02/ubuntu-to-macosx.png"><img class="aligncenter size-medium wp-image-339" title="ubuntu-to-macosx" src="http://www.iearn.in.th/wp-content/uploads/2009/02/ubuntu-to-macosx-300x187.png" alt="ubuntu-to-macosx" width="300" height="187" /></a></p>
<p>ว่างๆ หลังจากสอบเสร็จไม่มีอะไรทำเรามาแปลงร่าง Ubuntu ให้ไปเป็น MacOSX ดีกว่า สำหรับใครกำลังมองหาวิธีการทำนั้นเดี่ยวนี้มันไม่ได้ยากเหมือนเมื่อก่อนแล้ว หากใครต้องการเปลี่ยนก็เตรียม Ubuntu ของคุณมาได้เลยเรื่องการลงนั้นตามด้านล่างเลย<span id="more-338"></span>สำหรับการทำเริ่มต้นให้ทำการดาวโหลด <a href="http://sourceforge.net/projects/mac4lin">Mac4Lin</a> มาครับจากนั้นให้นั้นจะมี pdf แนะนำการเปลี่ยนลักษณะของโปรแกรมบน Ubuntu ให้เหมือน Mac ด้วยเอาเป็นว่าง่ายดายมาก สำหรับเมื่อลงเสร็จแล้วอาจจะยังไม่ได้หน้าตาดังรูปนะครับ เพราะว่าต้องทำการลง Dock ซึ่ง Dock ที่ใช้ชื่อ Cairo-Dock ซึ่งเป็น Dock ที่พูดได้ว่า Copy มาจาก Mac เลยก็ได้ครับ สำหรับการลง Dock เจอกันตอนหน้านะครับ</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/02/21/%e0%b9%81%e0%b8%9b%e0%b8%a5%e0%b8%87%e0%b8%a3%e0%b9%88%e0%b8%b2%e0%b8%87-ubuntu-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b9%80%e0%b8%9b%e0%b9%87%e0%b8%99-macosx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>แก้ปัญหา Ubuntu เสียงออกทั้งลำโพงและหูฟัง</title>
		<link>http://www.iearn.in.th/2009/02/19/%e0%b9%81%e0%b8%81%e0%b9%89%e0%b8%9b%e0%b8%b1%e0%b8%8d%e0%b8%ab%e0%b8%b2-ubuntu-%e0%b9%80%e0%b8%aa%e0%b8%b5%e0%b8%a2%e0%b8%87%e0%b8%ad%e0%b8%ad%e0%b8%81%e0%b8%97%e0%b8%b1%e0%b9%89%e0%b8%87%e0%b8%a5/</link>
		<comments>http://www.iearn.in.th/2009/02/19/%e0%b9%81%e0%b8%81%e0%b9%89%e0%b8%9b%e0%b8%b1%e0%b8%8d%e0%b8%ab%e0%b8%b2-ubuntu-%e0%b9%80%e0%b8%aa%e0%b8%b5%e0%b8%a2%e0%b8%87%e0%b8%ad%e0%b8%ad%e0%b8%81%e0%b8%97%e0%b8%b1%e0%b9%89%e0%b8%87%e0%b8%a5/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 23:54:18 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ลำโพง]]></category>
		<category><![CDATA[หูฟัง]]></category>
		<category><![CDATA[เสียง]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=323</guid>
		<description><![CDATA[เมื่อแก้ไขเรื่องภาษาได้ละลองเปิดอ้าว ไมเสียงออกทางลำโพงด้วยอะ ไม่อยากให้ออกอะ จะเอาทางหูฟังตอนแรกเหมาว่าเป็นที่ Driver หรือเปล่าเลยลอง search ดูแต่ผมเคยลง Ubuntu เมื่อก่อนไม่มีปัญหานิ เลยลองเข้าเล่น Volume Control ดูปรากฏว่ามันมีให้เลือกด้วยว่าเราจะเอา Front หรือเปล่าให้เราสั่งปิดในส่วนของ Front ไปส่วนหูฟังจะเป็น PCM แค่นี้เราก็ฟังเพลงที่เราชอบคนเดียวได้แล้ว No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/02/screenshot-volume-control-hda-intel-alsa-mixer.png"><img class="aligncenter size-medium wp-image-324" title="screenshot-volume-control-hda-intel-alsa-mixer" src="http://www.iearn.in.th/wp-content/uploads/2009/02/screenshot-volume-control-hda-intel-alsa-mixer-300x201.png" alt="screenshot-volume-control-hda-intel-alsa-mixer" width="300" height="201" /></a></p>
<p>เมื่อแก้ไขเรื่องภาษาได้ละลองเปิดอ้าว ไมเสียงออกทางลำโพงด้วยอะ ไม่อยากให้ออกอะ จะเอาทางหูฟังตอนแรกเหมาว่าเป็นที่ Driver หรือเปล่าเลยลอง search ดูแต่ผมเคยลง Ubuntu เมื่อก่อนไม่มีปัญหานิ เลยลองเข้าเล่น Volume Control ดูปรากฏว่ามันมีให้เลือกด้วยว่าเราจะเอา Front หรือเปล่าให้เราสั่งปิดในส่วนของ Front ไปส่วนหูฟังจะเป็น PCM แค่นี้เราก็ฟังเพลงที่เราชอบคนเดียวได้แล้ว</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/02/19/%e0%b9%81%e0%b8%81%e0%b9%89%e0%b8%9b%e0%b8%b1%e0%b8%8d%e0%b8%ab%e0%b8%b2-ubuntu-%e0%b9%80%e0%b8%aa%e0%b8%b5%e0%b8%a2%e0%b8%87%e0%b8%ad%e0%b8%ad%e0%b8%81%e0%b8%97%e0%b8%b1%e0%b9%89%e0%b8%87%e0%b8%a5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ปัญหา ภาษาไทย Rhythmbox Music Player บน Ubuntu</title>
		<link>http://www.iearn.in.th/2009/02/18/%e0%b8%9b%e0%b8%b1%e0%b8%8d%e0%b8%ab%e0%b8%b2-%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2-rhythmbox-music-player-%e0%b8%9a%e0%b8%99-ubuntu/</link>
		<comments>http://www.iearn.in.th/2009/02/18/%e0%b8%9b%e0%b8%b1%e0%b8%8d%e0%b8%ab%e0%b8%b2-%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2-rhythmbox-music-player-%e0%b8%9a%e0%b8%99-ubuntu/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 09:40:34 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mp3 tag]]></category>
		<category><![CDATA[mp3 thai]]></category>
		<category><![CDATA[tag2utf]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu thai mp3]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=318</guid>
		<description><![CDATA[หลังจากที่อ่านข่าวจาก stop.in.th ก็รอเวลาที่จะเปลี่ยนระบบปฏิบัติการซักที หลังจากลง Ubuntu ด้วย Wubi เสร็จก็จัดแจงอัพเดดเจ้า repository เป็นของ PSU เพื่อให้ทำการอัพเดดได้อย่างรวดเร็วดังใจคิด ปัญหาคงไม่ได้อยู่ตรงนั้นครับเนื่องจากเวลาทำงานจำเป็นต้องมีอะไรมาอุดหูเวลาทำงาน หลังจากเปิด Rhythmbox Music Player ลงมือ import mp3 เข้ามา มันก็ทำการติดตั้ง Gtream เพื่อให้สามารถเล่น mp3 ได้หลังจากนั้นที่ไหนได้พอใช้งานจริงดันอ่านภาษาไทยไม่ได้ก่อนหน้าเคยเป็นแล้วเลยวิ่งหาที่พึ่ง Ubuntuclub.com ปรากฏว่าไม่ผิดหวังผมเจอวิธีการในการแก้ปัญหาโดยการใช้งาน tag2utf ซึ่งมี 2 วิธีคือการเอามา compile เองหากใครต้องการอ่านได้ที่นี้ http://linuxtip.blogspot.com/2007/02/id3-tag-part-ii.html แต่หากใครต้องการใช้งานแบบรวดเร็วสามารถโหลดมาใช้งานจากที่ http://mirror.nytes.net/linux/clubuntu/Packages/tag2utf.deb เมือลงเสร็จการใช้งานก็ง่ายมากแค่เข้าไปที่ directory ที่ต้องการแปลงเช่นผมอยู่ที่ /media/ENTERTR@IN/Music ก็ให้ไปที่ directory นั้นครับ cd /media/ENTERTR@IN/Music tag2utf เป็นอันว่าเรียบร้อยครับเจ้าโปรแกรมมันจะจัดการให้เราหมดอัตโนมัติทุก sub directory ที่มา http://www.ubuntuclub.com/node/235 http://forum.ubuntuclub.com/index.php?topic=4978.0;wap2 No related [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/02/screenshot-music-player.png"><img class="aligncenter size-medium wp-image-319" title="screenshot-music-player" src="http://www.iearn.in.th/wp-content/uploads/2009/02/screenshot-music-player-300x206.png" alt="screenshot-music-player" width="300" height="206" /></a>หลังจากที่อ่านข่าวจาก stop.in.th ก็รอเวลาที่จะเปลี่ยนระบบปฏิบัติการซักที หลังจากลง Ubuntu ด้วย Wubi เสร็จก็จัดแจงอัพเดดเจ้า repository เป็นของ PSU เพื่อให้ทำการอัพเดดได้อย่างรวดเร็วดังใจคิด ปัญหาคงไม่ได้อยู่ตรงนั้นครับเนื่องจากเวลาทำงานจำเป็นต้องมีอะไรมาอุดหูเวลาทำงาน หลังจากเปิด Rhythmbox Music Player ลงมือ import mp3 เข้ามา มันก็ทำการติดตั้ง Gtream เพื่อให้สามารถเล่น mp3 ได้หลังจากนั้นที่ไหนได้พอใช้งานจริงดันอ่านภาษาไทยไม่ได้ก่อนหน้าเคยเป็นแล้วเลยวิ่งหาที่พึ่ง Ubuntuclub.com ปรากฏว่าไม่ผิดหวัง<span id="more-318"></span>ผมเจอวิธีการในการแก้ปัญหาโดยการใช้งาน tag2utf ซึ่งมี 2 วิธีคือการเอามา compile เองหากใครต้องการอ่านได้ที่นี้ <a href="http://linuxtip.blogspot.com/2007/02/id3-tag-part-ii.html">http://linuxtip.blogspot.com/2007/02/id3-tag-part-ii.html</a> แต่หากใครต้องการใช้งานแบบรวดเร็วสามารถโหลดมาใช้งานจากที่ <a href="http://mirror.nytes.net/linux/clubuntu/Packages/tag2utf.deb ">http://mirror.nytes.net/linux/clubuntu/Packages/tag2utf.deb</a> เมือลงเสร็จการใช้งานก็ง่ายมากแค่เข้าไปที่ directory ที่ต้องการแปลงเช่นผมอยู่ที่ /media/ENTERTR@IN/Music ก็ให้ไปที่ directory นั้นครับ<br />
<code>cd /media/ENTERTR@IN/Music<br />
tag2utf</code><br />
เป็นอันว่าเรียบร้อยครับเจ้าโปรแกรมมันจะจัดการให้เราหมดอัตโนมัติทุก sub directory</p>
<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/02/screenshot-administratorubuntu-media-entertrin-music.png"><img class="aligncenter size-medium wp-image-320" title="screenshot-administratorubuntu-media-entertrin-music" src="http://www.iearn.in.th/wp-content/uploads/2009/02/screenshot-administratorubuntu-media-entertrin-music-300x197.png" alt="screenshot-administratorubuntu-media-entertrin-music" width="300" height="197" /></a><a href="http://www.iearn.in.th/wp-content/uploads/2009/02/screenshot-e0b89ae0b8ade0b8a2-peacemaker-e0b983e0b888e0b8a3e0b989e0b8b2e0b8a7-e0b983e0b888e0b889e0b8b1e0b899e0b980e0b89be0b987e0b899e0b882.png"><img class="aligncenter size-medium wp-image-321" title="screenshot-e0b89ae0b8ade0b8a2-peacemaker-e0b983e0b888e0b8a3e0b989e0b8b2e0b8a7-e0b983e0b888e0b889e0b8b1e0b899e0b980e0b89be0b987e0b899e0b882" src="http://www.iearn.in.th/wp-content/uploads/2009/02/screenshot-e0b89ae0b8ade0b8a2-peacemaker-e0b983e0b888e0b8a3e0b989e0b8b2e0b8a7-e0b983e0b888e0b889e0b8b1e0b899e0b980e0b89be0b987e0b899e0b882-300x206.png" alt="screenshot-e0b89ae0b8ade0b8a2-peacemaker-e0b983e0b888e0b8a3e0b989e0b8b2e0b8a7-e0b983e0b888e0b889e0b8b1e0b899e0b980e0b89be0b987e0b899e0b882" width="300" height="206" /></a></p>
<p>ที่มา </p>
<p>http://www.ubuntuclub.com/node/235</p>
<p>http://forum.ubuntuclub.com/index.php?topic=4978.0;wap2</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/02/18/%e0%b8%9b%e0%b8%b1%e0%b8%8d%e0%b8%ab%e0%b8%b2-%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2-rhythmbox-music-player-%e0%b8%9a%e0%b8%99-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ติดตั้ง Beryl on Ubuntu 7.04</title>
		<link>http://www.iearn.in.th/2007/06/26/uoune-beryl-on-ubuntu-704/</link>
		<comments>http://www.iearn.in.th/2007/06/26/uoune-beryl-on-ubuntu-704/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 10:03:00 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Beryl]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.jaideaw.com/nolifelover/archives/22</guid>
		<description><![CDATA[ไหนๆก็เขียนเล่าเรื่อง Beryl บน Feisty ไปแล้ว ก็เลยแนะนำวิธีติดตั้งซะด้วยเลยละกัล 1. สั่ง sudo gedit /etc/apt/sources.list เพื่อเรียก Text Editor มาแก้ไข Repository 2. เพิ่มบรรทัดนี้ลงไป deb http://ubuntu.beryl-project.org feisty main เพื่อเพิ่ม Repository สำหรับชี้ไปที่ไฟล์ Beryl 3. สั่ง wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- &#124; sudo apt-key add &#8211; เพื่อติดตั้งคีย์สำหรับขออนุญาตดาวน์โหลดไฟล์จาก Repository ที่เพิ่งตั้งไป 4. สั่ง sudo apt-get update เพื่ออัพเดทรายชื่อแพคเกจ 5. สั่ง sudo apt-get install beryl emerald-themes เพื่อติดตั้ง beryl และ [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>ไหนๆก็เขียนเล่าเรื่อง Beryl บน Feisty ไปแล้ว ก็เลยแนะนำวิธีติดตั้งซะด้วยเลยละกัล</p>
<p>   1. สั่ง sudo gedit /etc/apt/sources.list เพื่อเรียก Text Editor มาแก้ไข Repository<br />
   2. เพิ่มบรรทัดนี้ลงไป deb http://ubuntu.beryl-project.org feisty main เพื่อเพิ่ม Repository สำหรับชี้ไปที่ไฟล์ Beryl<br />
   3. สั่ง wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add &#8211; เพื่อติดตั้งคีย์สำหรับขออนุญาตดาวน์โหลดไฟล์จาก Repository ที่เพิ่งตั้งไป<br />
   4. สั่ง sudo apt-get update เพื่ออัพเดทรายชื่อแพคเกจ<br />
   5. สั่ง sudo apt-get install beryl emerald-themes เพื่อติดตั้ง beryl และ emerald<br />
   6. เสร็จเรียบร้อย เรียกใช้งานได้เลย โดยสั่ง beryl-manager</p>
<p>สำหรับท่านผู้ใช้ Edgy ติดตั้งวิธีนี้ก็ได้ โดยข้อ 2 แก้เป็น deb http://ubuntu.beryl-project.org/ edgy main</p>
<p>ปล.เนื่องจาก Feisty มี Desktop Effect ในตัวแล้ว เพราะงั้นถ้าจะติดก็ติดสำหรับทดลองละกันนะครับ ถ้าจะใช้จริง ผมก็คงแนะนำให้ใช้ตัวที่เขาเตรียมไว้แล้วน่าจะดีกว่า (มั๊ง)</p>
<p>ที่มา <a href="http://www.ubuntuclub.com/node/49">http://www.ubuntuclub.com/node/49</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2007/06/26/uoune-beryl-on-ubuntu-704/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
