<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>9com&#039;s Blog</title>
	<atom:link href="http://9com.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://9com.wordpress.com</link>
	<description>Service Solution So good ==&#62; Ninecom</description>
	<lastBuildDate>Wed, 05 Aug 2009 14:36:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='9com.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>9com&#039;s Blog</title>
		<link>http://9com.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://9com.wordpress.com/osd.xml" title="9com&#039;s Blog" />
	<atom:link rel='hub' href='http://9com.wordpress.com/?pushpress=hub'/>
		<item>
		<title>การ install DHCP ที่ Ubuntu 8.04</title>
		<link>http://9com.wordpress.com/2009/08/05/%e0%b8%81%e0%b8%b2%e0%b8%a3-install-dhcp-%e0%b8%97%e0%b8%b5%e0%b9%88-ubuntu-8-04/</link>
		<comments>http://9com.wordpress.com/2009/08/05/%e0%b8%81%e0%b8%b2%e0%b8%a3-install-dhcp-%e0%b8%97%e0%b8%b5%e0%b9%88-ubuntu-8-04/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 10:42:40 +0000</pubDate>
		<dc:creator>9com</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://9com.wordpress.com/?p=49</guid>
		<description><![CDATA[1. What is a DHCP Server? 2. How do I install a DHCP Server? 1. What is a DHCP Server? A Dynamic Host Configuration Protocol (DHCP) server dynamically assigns IP addresses and other network setting for a given network to other networked PCs that ask. This simplifies network administration and makes connecting new PCs to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=9com.wordpress.com&amp;blog=5925614&amp;post=49&amp;subd=9com&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<dl>
<dt>1. <a href="http://68.209.206.234/online_books/system_administration_books/ubuntu_starter_guide/ch07s04.html#whatisdhcpserver">What is a DHCP Server?</a> </dt>
<dt>2. <a href="http://68.209.206.234/online_books/system_administration_books/ubuntu_starter_guide/ch07s04.html#dhcp3-server_installdhcpserver">How do I install a DHCP Server?</a> </dt>
</dl>
<table border="0" summary="Q and A Set">
<col align="left" width="1%"></col>
<tbody>
<tr>
<td align="left" valign="top"><a name="whatisdhcpserver"></a><a name="id2536960"></a><strong>1.</strong></td>
<td align="left" valign="top">What is a DHCP Server?</td>
</tr>
<tr>
<td align="left" valign="top"></td>
<td align="left" valign="top">A Dynamic Host Configuration Protocol (DHCP) server  		dynamically assigns IP addresses and other network setting for a  		given network to other networked PCs that ask. This simplifies  		network administration and makes connecting new PCs to a network  		much easier.</td>
</tr>
<tr>
<td align="left" valign="top"><a name="dhcp3-server_installdhcpserver"></a><a name="id2536989"></a><strong>2.</strong></td>
<td align="left" valign="top">How do I install a DHCP Server?</td>
</tr>
<tr>
<td align="left" valign="top"></td>
<td align="left" valign="top">
<div style="margin-left:.5in;margin-right:.5in;">
<table border="0" summary="Note">
<tbody>
<tr>
<td rowspan="2" width="25" align="center" valign="top"><img src="http://68.209.206.234/online_books/images/admon/note.png" alt="[Note]" /></td>
<th align="left"></th>
</tr>
<tr>
<td align="left" valign="top">For these examples we are using “<span>eth0</span>” 		          and the following:</p>
<p>IP address range: 192.168.0.100 to 192.168.0.200</p>
<p>Subnet Mask: 255.255.255.0</p>
<p>DNS Servers: 202.188.0.133, 202.188.1.5</p>
<p>Domains: tm.net.my</p>
<p>Gateway Address: 192.168.0.1</td>
</tr>
</tbody>
</table>
</div>
<div>
<ol type="1">
<li>Read <a href="http://68.209.206.234/online_books/system_administration_books/ubuntu_starter_guide/ch02.html#addinguniverse">How do I add Universe and Multiverse?</a></li>
<li>Install the dhcp3-server package with <span><strong>Synaptic</strong></span>(See <a href="http://68.209.206.234/online_books/system_administration_books/ubuntu_starter_guide/ch02.html#synaptic-usage">How do I use Synaptic to install packages?</a>)
<div>
<p>Networking &gt; dhcp3-server</p></div>
</li>
<li>
<pre>sudo cp /etc/default/dhcp3-server /etc/default/dhcp3-server_backup
sudo gedit /etc/default/dhcp3-server</pre>
</li>
<li>Find this line
<pre>... INTERFACES=""</pre>
</li>
<li>Replace with the following line
<pre>INTERFACES="eth0"</pre>
</li>
<li>Save the edited file (<a href="http://68.209.206.234/online_books/system_administration_books/ubuntu_starter_guide/ch07s04.html#dhcp3-server_installdhcpserver">How do I install a DHCP Server?</a>)</li>
<li>
<pre>sudo cp /etc/dhcp3/dhcpd.conf /etc/dhcp3/dhcpd.conf_backup
sudo gedit /etc/dhcp3/dhcpd.conf</pre>
</li>
<li>Find this section
<pre>...
    # option definitions common to all supported networks...
    option domain-name "example.org";
    option domain-name-servers ns1.example.org, ns2.example.org;

    default-lease-time 600;
    max-lease-time 7200;
...</pre>
</li>
<li>Replace with the following lines
<pre># option definitions common to all supported networks...
#option domain-name "example.org";
#option domain-name-servers ns1.example.org, ns2.example.org;

#default-lease-time 600;
#max-lease-time 7200;</pre>
</li>
<li>Find this section
<pre>...
# A slightly different configuration for an internal subnet.
#subnet 10.5.5.0 netmask 255.255.255.224 {
#  range 10.5.5.26 10.5.5.30;
#  option domain-name-servers ns1.internal.example.org;
#  option domain-name "internal.example.org";
#  option routers 10.5.5.1;
#  option broadcast-address 10.5.5.31;
#  default-lease-time 600;
#  max-lease-time 7200;
#}
...</pre>
</li>
<li>Replace with the following lines
<pre># A slightly different configuration for an internal subnet.
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.100 192.168.0.200;
option domain-name-servers 202.188.0.133, 202.188.1.5;
option domain-name "tm.net.my";
option routers 192.168.0.1;
option broadcast-address 192.168.0.255;
default-lease-time 600;
max-lease-time 7200;
}</pre>
</li>
<li>Save the edited file (<a href="http://68.209.206.234/online_books/system_administration_books/ubuntu_starter_guide/sample/dhcpd.conf_installdhcpserver" target="_top">sample/dhcpd.conf_installdhcpserver</a>)</li>
<li>
<pre>sudo /etc/init.d/dhcp3-server restart</pre>
</li>
</ol>
</div>
</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/9com.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/9com.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/9com.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/9com.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/9com.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/9com.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/9com.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/9com.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/9com.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/9com.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/9com.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/9com.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/9com.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/9com.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=9com.wordpress.com&amp;blog=5925614&amp;post=49&amp;subd=9com&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://9com.wordpress.com/2009/08/05/%e0%b8%81%e0%b8%b2%e0%b8%a3-install-dhcp-%e0%b8%97%e0%b8%b5%e0%b9%88-ubuntu-8-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3506bfc4be618761382e575b5984067e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">9com</media:title>
		</media:content>

		<media:content url="http://68.209.206.234/online_books/images/admon/note.png" medium="image">
			<media:title type="html">[Note]</media:title>
		</media:content>
	</item>
		<item>
		<title>การแก้ปัญหาของ phpmyadmin เมื่อเกิด error Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.</title>
		<link>http://9com.wordpress.com/2009/08/05/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%81%e0%b8%81%e0%b9%89%e0%b8%9b%e0%b8%b1%e0%b8%8d%e0%b8%ab%e0%b8%b2%e0%b8%82%e0%b8%ad%e0%b8%87-phpmyadmin-%e0%b9%80%e0%b8%a1%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b9%80/</link>
		<comments>http://9com.wordpress.com/2009/08/05/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%81%e0%b8%81%e0%b9%89%e0%b8%9b%e0%b8%b1%e0%b8%8d%e0%b8%ab%e0%b8%b2%e0%b8%82%e0%b8%ad%e0%b8%87-phpmyadmin-%e0%b9%80%e0%b8%a1%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b9%80/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 06:14:46 +0000</pubDate>
		<dc:creator>9com</dc:creator>
				<category><![CDATA[Admin]]></category>

		<guid isPermaLink="false">http://9com.wordpress.com/?p=43</guid>
		<description><![CDATA[เบื้องต้นให้เรากำหนดค่าต่าง ๆตาม ถ้ายังไม่ได้ให้ของใช้ scripts นี้ทดสอบการทำงานของ session &#60;?php // save as "session_test.php" inside your webspace ini_set('display_errors', 'On'); error_reporting(6143); session_start(); $sessionSavePath = ini_get('session.save_path'); echo '&#60;br&#62;&#60;div style="background:#def;padding:6px"&#62;' , 'If a session could be started successfully &#60;b&#62;you should' , ' not see any Warning(s)&#60;/b&#62;, otherwise check the path/folder' , ' mentioned in the warning(s) for proper access rights.&#60;hr&#62;'; if [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=9com.wordpress.com&amp;blog=5925614&amp;post=43&amp;subd=9com&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>เบื้องต้นให้เรากำหนดค่าต่าง ๆตาม</li>
</ul>
<ul>
<li>ถ้ายังไม่ได้ให้ของใช้ scripts นี้ทดสอบการทำงานของ session</li>
</ul>
<pre>&lt;?php
// save as "session_test.php" inside your webspace
ini_set('display_errors', 'On');
error_reporting(6143);

session_start();

$sessionSavePath = ini_get('session.save_path');

echo '&lt;br&gt;&lt;div style="background:#def;padding:6px"&gt;'
   , 'If a session could be started successfully &lt;b&gt;you should'
   , ' not see any Warning(s)&lt;/b&gt;, otherwise check the path/folder'
   , ' mentioned in the warning(s) for proper access rights.&lt;hr&gt;';

if (empty($sessionSavePath)) {
    echo 'A "&lt;b&gt;session.save_path&lt;/b&gt;" is currently',
         ' &lt;b&gt;not&lt;/b&gt; set.&lt;br&gt;Normally "&lt;b&gt;';
    if (isset($_ENV['TMP'])) {
        echo  $_ENV['TMP'], '&lt;/b&gt;" ($_ENV["TMP"]) ';
    } else {
        echo '/tmp&lt;/b&gt;" or "&lt;b&gt;C:\tmp&lt;/b&gt;" (or whatever',
             ' the OS default "TMP" folder is set to)';
    }
    echo ' is used in this case.';
} else {
    echo 'The current "session.save_path" is "&lt;b&gt;',
         $sessionSavePath, '&lt;/b&gt;".';
}

echo '&lt;br&gt;Session file name: "&lt;b&gt;sess_', session_id()
   , '&lt;/b&gt;".&lt;/div&gt;&lt;br&gt;';
?&gt;</pre>
<ul>
<li>ถ้าการทำงานถูกต้องจะต้องไม่มี warnning เตือนขึ้นมา</li>
<li>ถ้ามี error เตือนหมายความว่า session ของเราไม่สามารทำงานได้ ให้เราตรวจสอบที่ /etc/php5/apache2/php.ini ว่าเรากำหนด directory ของ session ไว้ที่ใด ที่ parameter session.save_path = &#8220;tmp/session&#8221;</li>
<li>ในกรณีข้างบนนี้กำหนดว่าเราจะเก็บ session ที่ tmp/session เพราะฉะนั้นเราต้องกำหนด mod ของ floder ให้สามารถอ่านเขียนได้</li>
<li>ลองเรียก phpmyadmin ทำงานอีกครั้ง</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/9com.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/9com.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/9com.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/9com.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/9com.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/9com.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/9com.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/9com.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/9com.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/9com.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/9com.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/9com.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/9com.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/9com.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=9com.wordpress.com&amp;blog=5925614&amp;post=43&amp;subd=9com&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://9com.wordpress.com/2009/08/05/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%81%e0%b8%81%e0%b9%89%e0%b8%9b%e0%b8%b1%e0%b8%8d%e0%b8%ab%e0%b8%b2%e0%b8%82%e0%b8%ad%e0%b8%87-phpmyadmin-%e0%b9%80%e0%b8%a1%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b9%80/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3506bfc4be618761382e575b5984067e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">9com</media:title>
		</media:content>
	</item>
		<item>
		<title>การเปลี่ยนภาษาไทย-อังกฤษ โดยใช้ปุ่ม grave ที่ ubuntu 9.04</title>
		<link>http://9com.wordpress.com/2009/06/08/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%80%e0%b8%9b%e0%b8%a5%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%99%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2-%e0%b8%ad%e0%b8%b1%e0%b8%87%e0%b8%81%e0%b8%a4/</link>
		<comments>http://9com.wordpress.com/2009/06/08/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%80%e0%b8%9b%e0%b8%a5%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%99%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2-%e0%b8%ad%e0%b8%b1%e0%b8%87%e0%b8%81%e0%b8%a4/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 07:47:41 +0000</pubDate>
		<dc:creator>9com</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://9com.wordpress.com/?p=39</guid>
		<description><![CDATA[1. ให้ download file จาก http://ftp.opentle.org/pub/tlelive/OEM/ubuntu810_grave_thai_switch.tar.gz 2. ให้ run file ด้วยคำสั่ง sudo tar xvfz ubuntu810_grave_thai_switch.tar.gz -C / ที่ download directory 3. หลังจากนั้นให้เราไปกำหนดค่าที่ System &#8211;&#62; Keyboard &#8211;&#62; Layout &#8211;&#62; Layout Option &#8211;&#62; Layout Switching &#8211;&#62; คลิก เลือก Grave Change Group<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=9com.wordpress.com&amp;blog=5925614&amp;post=39&amp;subd=9com&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. ให้ download file จาก <span><a href="http://ftp.opentle.org/pub/tlelive/OEM/ubuntu810_grave_thai_switch.tar.gz">http://ftp.opentle.org/pub/tlelive/OEM/ubuntu810_grave_thai_switch.tar.gz</a> </span></p>
<p><span>2. ให้ run file ด้วยคำสั่ง </span>sudo tar xvfz ubuntu810_grave_thai_switch.tar.gz -C / ที่ download directory</p>
<p>3. หลังจากนั้นให้เราไปกำหนดค่าที่ System &#8211;&gt; Keyboard &#8211;&gt; Layout &#8211;&gt; Layout Option &#8211;&gt; Layout Switching &#8211;&gt; คลิก เลือก Grave Change Group</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/9com.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/9com.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/9com.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/9com.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/9com.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/9com.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/9com.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/9com.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/9com.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/9com.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/9com.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/9com.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/9com.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/9com.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=9com.wordpress.com&amp;blog=5925614&amp;post=39&amp;subd=9com&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://9com.wordpress.com/2009/06/08/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%80%e0%b8%9b%e0%b8%a5%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%99%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2-%e0%b8%ad%e0%b8%b1%e0%b8%87%e0%b8%81%e0%b8%a4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3506bfc4be618761382e575b5984067e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">9com</media:title>
		</media:content>
	</item>
		<item>
		<title>การติดตั้ง LAMP บน ubuntu 9.04 desktop</title>
		<link>http://9com.wordpress.com/2009/06/08/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-lamp-%e0%b8%9a%e0%b8%99-ubuntu-9-04-desktop/</link>
		<comments>http://9com.wordpress.com/2009/06/08/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-lamp-%e0%b8%9a%e0%b8%99-ubuntu-9-04-desktop/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 07:15:35 +0000</pubDate>
		<dc:creator>9com</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://9com.wordpress.com/?p=37</guid>
		<description><![CDATA[sudo apt-get -y install mysql-server apache2 libapache2-mod-php5 php5 php5-mysql<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=9com.wordpress.com&amp;blog=5925614&amp;post=37&amp;subd=9com&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre style="font-family:monospace;"><span style="color:#c20cb9;font-weight:bold;">sudo</span> <span style="color:#c20cb9;font-weight:bold;">apt-get</span> <span style="color:#660033;">-y</span> <span style="color:#c20cb9;font-weight:bold;">install</span> mysql-server apache2 libapache2-mod-php5 php5 php5-mysql</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/9com.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/9com.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/9com.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/9com.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/9com.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/9com.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/9com.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/9com.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/9com.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/9com.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/9com.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/9com.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/9com.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/9com.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=9com.wordpress.com&amp;blog=5925614&amp;post=37&amp;subd=9com&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://9com.wordpress.com/2009/06/08/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-lamp-%e0%b8%9a%e0%b8%99-ubuntu-9-04-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3506bfc4be618761382e575b5984067e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">9com</media:title>
		</media:content>
	</item>
		<item>
		<title>การกำหนด IP เมื่อทำ NAT Win2003 (ADSL Modem)</title>
		<link>http://9com.wordpress.com/2009/05/28/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%81%e0%b8%b3%e0%b8%ab%e0%b8%99%e0%b8%94-ip-%e0%b9%80%e0%b8%a1%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%97%e0%b8%b3-nat-win2003-adsl-modem/</link>
		<comments>http://9com.wordpress.com/2009/05/28/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%81%e0%b8%b3%e0%b8%ab%e0%b8%99%e0%b8%94-ip-%e0%b9%80%e0%b8%a1%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%97%e0%b8%b3-nat-win2003-adsl-modem/#comments</comments>
		<pubDate>Thu, 28 May 2009 07:54:36 +0000</pubDate>
		<dc:creator>9com</dc:creator>
				<category><![CDATA[Admin]]></category>

		<guid isPermaLink="false">http://9com.wordpress.com/?p=28</guid>
		<description><![CDATA[โดยจะไม่กล่าึวถึงการติดตั้ง NAT หรือ DHCP จะเป็นเรื่องของการ กำหนด IP อย่างเดียว จากที่ได้ลองผิดลองถูกกับเครื่องของ โรงเรียน ให้เรากำหนด IP ที่ การ์ดแลนที่เป็น Public ตามค่าวงที่ได้จาก modem แต่เราไม่ควรกำหนดให้เป็น Obtain เนื่องจากจะต้องให้ การ์ดอีกอันหนึ่งชี้ค่ามาที่นี่ เช่นกำหนดให้เป็น 192.168.1.6  &#8211;&#62; IP Address ตาม วงที่ได้จาก ADSL 255.255.255.0  &#8211;&#62; Sub netmark 192.168.1.1  &#8211;&#62; Gateway ชี้ไปที่ ADSL 192.168.1.1  &#8211;&#62; DNS ชี้ไปที่ ADSL กำหนด Card LAN ที่เป็น Private (ขาเข้าไปที่ network ของเรา) ดังนี้ 192.168.212.2 &#8211;&#62; เป็น [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=9com.wordpress.com&amp;blog=5925614&amp;post=28&amp;subd=9com&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>โดยจะไม่กล่าึวถึงการติดตั้ง NAT หรือ DHCP จะเป็นเรื่องของการ กำหนด IP อย่างเดียว จากที่ได้ลองผิดลองถูกกับเครื่องของ โรงเรียน</p>
<ol>
<li>ให้เรากำหนด IP ที่ การ์ดแลนที่เป็น Public ตามค่าวงที่ได้จาก modem แต่เราไม่ควรกำหนดให้เป็น Obtain เนื่องจากจะต้องให้ การ์ดอีกอันหนึ่งชี้ค่ามาที่นี่ เช่นกำหนดให้เป็น<br />
192.168.1.6  &#8211;&gt; IP Address ตาม วงที่ได้จาก ADSL<br />
255.255.255.0  &#8211;&gt; Sub netmark<br />
192.168.1.1  &#8211;&gt; Gateway ชี้ไปที่ ADSL<br />
192.168.1.1  &#8211;&gt; DNS ชี้ไปที่ ADSL</li>
<li>กำหนด Card LAN ที่เป็น Private (ขาเข้าไปที่ network ของเรา) ดังนี้<br />
192.168.212.2 &#8211;&gt; เป็น IP ที่ต้อง กำหนดตาม DHCP กำหนดไว้ด้วย<br />
255.255.255.0<br />
192.168.1.6  &#8211;&gt; เป็น Gateway ที่ชี้ไปที่ Card ที่เป็น Public จากข้างบน<br />
192.168.1.1  &#8211;&gt; DNS ชี้ไปที่ ADSL</li>
<li>การกำหนด IP ที่เครื่องลูกข่าย<br />
กำหนด IP ให้เป็น Optain ในกรณีที่เครื่องแม่ข่ายทำหน้าที่เป็น DHCP server<br />
ส่วน<strong> DNS ต้องกำหนดให้เป็น IP ของ ADSL </strong>เช่น 192.168.1.1 ซึ่งค่านี้เราต้องกำหนดลงไปเอง ดังเช่นตัวอย่าง<br />
192.168.212.17  &#8211;&gt; IP ทีแจกมาจาก DHCP server<br />
255.255.255.0<br />
192.168.212.2  &#8211;&gt; Gateway มาจาก DHCP Server<br />
192.168.1.1 &#8211;&gt; <strong>DNS ต้องกำหนดให้เอง</strong></li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/9com.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/9com.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/9com.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/9com.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/9com.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/9com.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/9com.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/9com.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/9com.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/9com.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/9com.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/9com.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/9com.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/9com.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=9com.wordpress.com&amp;blog=5925614&amp;post=28&amp;subd=9com&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://9com.wordpress.com/2009/05/28/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%81%e0%b8%b3%e0%b8%ab%e0%b8%99%e0%b8%94-ip-%e0%b9%80%e0%b8%a1%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%97%e0%b8%b3-nat-win2003-adsl-modem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3506bfc4be618761382e575b5984067e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">9com</media:title>
		</media:content>
	</item>
		<item>
		<title>การเพิ่ม Harddisk ที่ Ubuntu 8.04</title>
		<link>http://9com.wordpress.com/2009/05/28/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%80%e0%b8%9e%e0%b8%b4%e0%b9%88%e0%b8%a1-harddisk-%e0%b8%97%e0%b8%b5%e0%b9%88-ubuntu-8-04/</link>
		<comments>http://9com.wordpress.com/2009/05/28/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%80%e0%b8%9e%e0%b8%b4%e0%b9%88%e0%b8%a1-harddisk-%e0%b8%97%e0%b8%b5%e0%b9%88-ubuntu-8-04/#comments</comments>
		<pubDate>Thu, 28 May 2009 03:15:03 +0000</pubDate>
		<dc:creator>9com</dc:creator>
				<category><![CDATA[Admin]]></category>

		<guid isPermaLink="false">http://9com.wordpress.com/?p=22</guid>
		<description><![CDATA[นึกว่าจะแย่เสียแล้วเมื่อผมเพิ่ม Hard disk แล้วมั่วไปทำ mount point ชี้ไปยัง /home ทำให้มองไม่เห็น /home ของเดิม ทำให้ login เข้าไม่ได้ แต่ยังดีที่ ubuntu มี admin mode ที่สามารถ log เข้าไปได้ก็เลยสามารถแก้ค่าที่ file /etc/fstab ได้ ไม่เช่นนั้นแล้วคงจะลำบากเนื่องจากเครื่องนี้ผมทำเป็น Server run ระบบ งานรับซ่อมของร้าน รวมถึง file sharing ต่างๆ หลังจากเครื่อง boot กลับมาได้แล้วผมได้เข้าไปที่ web site หนึ่งที่บอกวิธี add harddisk ที่ทำตามได้และไม่เกิดปัญหาเหมือน web แรก แม้ว่าจะไม่ตรงตามที่ผมต้องการเนื่องจากวิธีนี้เป็นการสร้าง mount point ใหม่ ไม่ใช่การขยายเนื้อที่ของ mount เดิมตามที่ต้องการ โดยการทำมีขั้นตอนดังต่อไปนี้ ตาม web [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=9com.wordpress.com&amp;blog=5925614&amp;post=22&amp;subd=9com&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>นึกว่าจะแย่เสียแล้วเมื่อผมเพิ่ม Hard disk แล้วมั่วไปทำ mount point ชี้ไปยัง /home ทำให้มองไม่เห็น /home ของเดิม ทำให้ login เข้าไม่ได้ แต่ยังดีที่ ubuntu มี admin mode ที่สามารถ log เข้าไปได้ก็เลยสามารถแก้ค่าที่ file /etc/fstab ได้ ไม่เช่นนั้นแล้วคงจะลำบากเนื่องจากเครื่องนี้ผมทำเป็น Server run ระบบ งานรับซ่อมของร้าน รวมถึง file sharing ต่างๆ</p>
<p>หลังจากเครื่อง boot กลับมาได้แล้วผมได้เข้าไปที่ web site หนึ่งที่บอกวิธี add harddisk ที่ทำตามได้และไม่เกิดปัญหาเหมือน web แรก แม้ว่าจะไม่ตรงตามที่ผมต้องการเนื่องจากวิธีนี้เป็นการสร้าง mount point ใหม่ ไม่ใช่การขยายเนื้อที่ของ mount เดิมตามที่ต้องการ โดยการทำมีขั้นตอนดังต่อไปนี้ ตาม web site นี้</p>
<p><a href="http://flavor8.com/index.php/2008/06/26/how-to-add-a-hard-drive-in-ubuntu-hardy-heron/">http://flavor8.com/index.php/2008/06/26/how-to-add-a-hard-drive-in-ubuntu-hardy-heron/</a></p>
<ol>
<li>โดยขั้นแรกเราต้องตรวจสอบดก่อนว่าในเครื่องของเรามี mount point อะไรอยู่บ้าง<code>df -k | grep /dev<br />
/dev/sda1             14535584   3074640  10728384  23% /<br />
udev                   1815524        88   1815436   1% /dev<br />
devshm                 1815524         0   1815524   0% /dev/shm<br />
/dev/sda2             19380708    192860  18211096   2% /home<br />
/dev/sda4            446745948    203020 424028236   1% /media1<br />
/dev/sdb1            484535504    202800 459913504   1% /media</code></li>
<li>ให้ตรวจสอบดูว่าเรามี Harddisk ที่อยู่ในระบบและยังไม่ได้กำหนดการ mount ไว้ โดยเปรียบเทียบข้อมูลจากข้อ 1 โดยเราจะพบว่า scd1 เป็น disk ที่ยังไม่ได้ mount เข้ามาในระบบ<code><br />
ls /dev/disk/by-uuid/ -alh</code><br />
<code> total 0<br />
drwxr-xr-x 2 root root 160 2008-06-26 08:07 .<br />
drwxr-xr-x 6 root root 120 2008-06-26 08:07 ..<br />
lrwxrwxrwx 1 root root  10 2008-06-26 08:07 1d063f18-5d5b-4ab1-b93a-35af33706059 -&gt; ../../sdb1<br />
lrwxrwxrwx 1 root root  10 2008-06-26 08:07 20c4feb1-90e2-42ec-88a3-7936950deeed -&gt; ../../sda1<br />
lrwxrwxrwx 1 root root  10 2008-06-26 08:07 756f4338-d991-47e6-807b-0962f9f01cad -&gt; ../../sda3<br />
lrwxrwxrwx 1 root root  10 2008-06-26 08:07 b9eeeeab-e30c-48bb-ae6f-9ece052db597 -&gt; ../../sda4<br />
lrwxrwxrwx 1 root root  10 2008-06-26 08:07 c8aec34b-a197-42fc-ae9d-481e0e20132f -&gt; ../../sda2<br />
lrwxrwxrwx 1 root root  10 2008-06-26 08:07 e19a4234-d7e3-45a7-b369-b6c1724ba0c6 -&gt; ../../sdc1<br />
</code></li>
<li>เมื่อพบ disk ที่ต้องการแล้วให้เราใช้คำสั่งในการตรวจสอบ file system type<br />
<code>sudo parted /dev/sdc1 p<br />
Disk /dev/sdc1: 165GB<br />
Sector size (logical/physical): 512B/512B<br />
Partition Table: loop<br />
Number  Start   End    Size   File system  Flags<br />
1      0.00kB  165GB  165GB  ext3</code></li>
<li>ให้เราสร้าง directory เมื่อทำ mount point<br />
<code>sudo mkdir /media3</code></li>
<li>ให้สร้าง mount point position ที่ file fstab<br />
<code>sudo vim /etc/fstab<br />
...<br />
# /dev/sdc1<br />
UUID=e19a4234-d7e3-45a7-b369-b6c1724ba0c6 /media3       ext3 relatime 0 2</code></li>
<li>ให้สั่ง run mount -a</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/9com.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/9com.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/9com.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/9com.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/9com.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/9com.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/9com.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/9com.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/9com.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/9com.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/9com.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/9com.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/9com.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/9com.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=9com.wordpress.com&amp;blog=5925614&amp;post=22&amp;subd=9com&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://9com.wordpress.com/2009/05/28/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%80%e0%b8%9e%e0%b8%b4%e0%b9%88%e0%b8%a1-harddisk-%e0%b8%97%e0%b8%b5%e0%b9%88-ubuntu-8-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3506bfc4be618761382e575b5984067e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">9com</media:title>
		</media:content>
	</item>
		<item>
		<title>การทำให้ Ubuntu ดูเหมือน Mac</title>
		<link>http://9com.wordpress.com/2009/05/28/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%97%e0%b8%b3%e0%b9%83%e0%b8%ab%e0%b9%89-ubuntu-%e0%b8%94%e0%b8%b9%e0%b9%80%e0%b8%ab%e0%b8%a1%e0%b8%b7%e0%b8%ad%e0%b8%99-mac/</link>
		<comments>http://9com.wordpress.com/2009/05/28/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%97%e0%b8%b3%e0%b9%83%e0%b8%ab%e0%b9%89-ubuntu-%e0%b8%94%e0%b8%b9%e0%b9%80%e0%b8%ab%e0%b8%a1%e0%b8%b7%e0%b8%ad%e0%b8%99-mac/#comments</comments>
		<pubDate>Thu, 28 May 2009 01:06:49 +0000</pubDate>
		<dc:creator>9com</dc:creator>
				<category><![CDATA[Admin]]></category>

		<guid isPermaLink="false">http://9com.wordpress.com/?p=13</guid>
		<description><![CDATA[สาเหตุที่ต้องเขียนบทความนี้ก็เพื่อที่ผมจะไม่ลืมว่าได้ทำอะไรบ้างที่ทำให้ เครื่องคอมที่ใช้ ubuntu ดูเหมือน Mac โดยการเริ่มต้นไปที่ web http://linuxondesktop.blogspot.com/2007/12/making-your-ubuntu-look-like-mac-os-x.html เพื่อทำตามขั้นตอนที่เขาได้แนะนำ แต่เราต้องแก้ไขอะไรนิดหน่อย โดยเริ่มต้นดังนี้ 1. ให้เรา Downloading LeopardX Icon Theme จาก http://rapidshare.com/files/73251200/LeopardX-V2.6.tar.gzซึ่งเป็นไฟล์ icon จากนั้นใหเราแตกไฟล์ไปเก็บไว้ที่ directory ที่เรากำหนดไว้ โดยใช้คำสั่ง tar -xvzf LeopardX-V2.6.tar.gz $HOME/Leopard หรือเราสามารถใช้ mouse คลิกขวาที่ไฟล์ แล้วเลือก แตกไฟล์ก็ได้ 2. ต่อไปให้เรา load ไฟล Mac4Lin GTK Theme จาก http://rs18.rapidshare.com/files/71511264/Mac4Lin_GTK_Aqua_v0.3.tar.gz หลังจากนั้นให้เราแตกไฟล์โดยใช้คำสั่ง tar -xvzf Mac4Lin_GTK_Aqua_v0.3.tar.gz $HOME/Leopard หรืออาจใช้ mouse แล้วคลิกขวาก็ได้ 3. ต่อไปให้เรา Download Cursor Theme [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=9com.wordpress.com&amp;blog=5925614&amp;post=13&amp;subd=9com&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>สาเหตุที่ต้องเขียนบทความนี้ก็เพื่อที่ผมจะไม่ลืมว่าได้ทำอะไรบ้างที่ทำให้ เครื่องคอมที่ใช้ ubuntu ดูเหมือน Mac โดยการเริ่มต้นไปที่ web<a href="http://linuxondesktop.blogspot.com/2007/12/making-your-ubuntu-look-like-mac-os-x.html"> http://linuxondesktop.blogspot.com/2007/12/making-your-ubuntu-look-like-mac-os-x.html </a>เพื่อทำตามขั้นตอนที่เขาได้แนะนำ แต่เราต้องแก้ไขอะไรนิดหน่อย โดยเริ่มต้นดังนี้</p>
<p>1. ให้เรา Downloading LeopardX Icon Theme จาก <a href="http://rapidshare.com/files/73251200/LeopardX-V2.6.tar.gz">http://rapidshare.com/files/73251200/LeopardX-V2.6.tar.gz</a>ซึ่งเป็นไฟล์ icon จากนั้นใหเราแตกไฟล์ไปเก็บไว้ที่ directory ที่เรากำหนดไว้ โดยใช้คำสั่ง tar -xvzf LeopardX-V2.6.tar.gz $HOME/Leopard หรือเราสามารถใช้ mouse คลิกขวาที่ไฟล์ แล้วเลือก แตกไฟล์ก็ได้<br />
2. ต่อไปให้เรา load ไฟล Mac4Lin GTK Theme จาก <a href="http://rs18.rapidshare.com/files/71511264/Mac4Lin_GTK_Aqua_v0.3.tar.gz">http://rs18.rapidshare.com/files/71511264/Mac4Lin_GTK_Aqua_v0.3.tar.gz</a> หลังจากนั้นให้เราแตกไฟล์โดยใช้คำสั่ง tar -xvzf Mac4Lin_GTK_Aqua_v0.3.tar.gz $HOME/Leopard หรืออาจใช้ mouse แล้วคลิกขวาก็ได้<br />
3. ต่อไปให้เรา Download Cursor Theme Package จาก<a href="http://gnome-look.org/content/show.php/Shere+Khan+X?content=5758"> http://gnome-look.org/content/show.php/Shere+Khan+X?content=5758</a> หลังจากนั้นให้เราแตกไฟล์โดยใช้คำสั่ง แบบเดียวกับด้านบน<br />
4. ให้เรารวมไฟล์ที่เราได้ download มาก่อนหน้านี้โดยใช้คำสั่ง tar cvfz MyTheme.tar.gz LeopardX Mac4Lin_GTK_Aqua_v0.3 Shere_Khan_X/ หรือเลือกไฟล์โดยใช้ mouse แล้วคลิกเลือกทำไฟล์ archive<br />
5. ให้เรา install Theme Package โดยเลือก System -&gt; Preferences -&gt; Appearance และคลิกเลือก install โดยเลือกไปที่ ไฟล์ที่เรารวมไว้ เราก็จะได้ theme ของ Mac หลังจากนั้นให้เรากำหนดค่าที่ต้องการ<br />
6. หลังจากนั้นให้เราเปลี่ยนหน้าจอ login เป็นรูปแบบของ Mac โดย downloadจาก <a href="http://gnome-look.org/content/show.php/OSX+Session+Login?content=68346">http://gnome-look.org/content/show.php/OSX+Session+Login?content=68346 </a>แล้วเพิ่มเข้าไปที่ System -&gt; Administration -&gt; Log in Window คลิกยกเลิกรูปแบบการ login แบบเดิมและให้เลือกรูปแบบหน้า login แบบ Mac<br />
7. เราต้อง Enabling Compiz-Fusion เพื่อให้การแสดงผลของเรารองรับการทำงานตามรูปแบบของ Mac theme ได้ โดยให้เรากำหนดที่ System -&gt; Preferences -&gt; Appearance และแลือกแบบ Advance ถ้าเราไม่ได้ install Compize manager ก็ให้เรา install โดยใช้คำสั่ง sudo apt-get install compizconfig-settings-manager แล้วกลับไปทำงานตามขั้นตอนก่อนหน้า<br />
8. หลัง จากที่เรากำหนดค่าที่ การแสดงผลแล้วให้เราเลือก Theme ที่ต้องการจาก System -&gt; Preference -&gt; Appearance และปรับรูปแบบให้เป็น Mac<br />
9. ต่อไปให้เราสร้างในส่วนของ Avant Window Navigator เพื่อให้ในการแสดงการทำงานแทน task bar โดยก่อนอื่นเราต้อง site ที่เราจะดาวน์โหลดที่ /etc/apt/source.list เสียก่อนดังนี้<br />
echo &#8220;deb http://ppa.launchpad.net/awn-testing/ubuntu hardy main&#8221; | sudo tee -a /etc/apt/sources.list<br />
และ cho &#8220;deb-src http://ppa.launchpad.net/awn-testing/ubuntu hardy main&#8221; | sudo tee -a /etc/apt/sources.list<br />
หรือเราไปเพิ่มที่ file sources.list โดยตรงก็ได้<br />
หลังจากนั้นให้ update ดังนี้ sudo apt-get update<br />
และใช้คำสั่ง sudo apt-get install awn-manager-trunk awn-extras-applets-trunk เพื่อดาวน์โหลด awn manager<br />
10. ในขั้นตอนนี้ให้เราไปที่ System -&gt; Preferences -&gt; Awn Manager เพื่อปรับแต่งค่าต่างๆของ Avant Window Navigator</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/9com.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/9com.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/9com.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/9com.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/9com.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/9com.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/9com.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/9com.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/9com.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/9com.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/9com.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/9com.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/9com.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/9com.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=9com.wordpress.com&amp;blog=5925614&amp;post=13&amp;subd=9com&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://9com.wordpress.com/2009/05/28/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%97%e0%b8%b3%e0%b9%83%e0%b8%ab%e0%b9%89-ubuntu-%e0%b8%94%e0%b8%b9%e0%b9%80%e0%b8%ab%e0%b8%a1%e0%b8%b7%e0%b8%ad%e0%b8%99-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3506bfc4be618761382e575b5984067e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">9com</media:title>
		</media:content>
	</item>
		<item>
		<title>ระบบรับซ่อมร้านคอมพิวเตอร์</title>
		<link>http://9com.wordpress.com/2008/12/22/%e0%b8%a3%e0%b8%b0%e0%b8%9a%e0%b8%9a%e0%b8%a3%e0%b8%b1%e0%b8%9a%e0%b8%8b%e0%b9%88%e0%b8%ad%e0%b8%a1/</link>
		<comments>http://9com.wordpress.com/2008/12/22/%e0%b8%a3%e0%b8%b0%e0%b8%9a%e0%b8%9a%e0%b8%a3%e0%b8%b1%e0%b8%9a%e0%b8%8b%e0%b9%88%e0%b8%ad%e0%b8%a1/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 07:36:20 +0000</pubDate>
		<dc:creator>9com</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://9com.wordpress.com/?p=3</guid>
		<description><![CDATA[งานร้านคอมพิวเตอร์มีแผนกต่างๆที่ทำงานร่วมประสานกันเพื่อให้ธุรกิจดำเนินการไปอย่างมีประสิทธิภาพเนื่องจากสภาพการทำงานมีข้อจำกัดในเรื่องเวลาและบุคลากรเราจึงจำเป็นต้องใช้เทคโนโลยีเข้ามาช่วยในการจัดการ ระบบรับงานซ่อมจึงเป็นอีกระบบหนึ่งที่สามารถทำให้การทำงานของงานซ่อมดำเนินการไปอย่างมีประสิทธิภาพเนื่องจากงานซ่อมเป็นงานที่ต้องติดต่อกับลูกค้าโดยตรงซึ่งมีหน่วยงานทีเข้ามาเกี่ยวข้องด้วยกันอย่างน้อย 3 ส่วนงาน 1. หน้าร้าน 2.ลูกค้า 3.ช่าง ระบบที่นำมาใช้ในการรับงานซ่อมนั้นต้องเป็นระบบที่ยืดหยุ่นและง่ายต่อการใช้งานรวมทั้งการดูและรักษาต้องทำได้อย่างรวดเร็ว เพราะฉะนั้นจึงควรพัฒนาด้วย Web Application เพื่อรองรับการเข้ามา Mornitor ผ่านทางระบบ Internet โดย อาจะกำหนดให้เป็น Web Server และใช้การกำหนด วิธีการแบบ NoIP เพื่อให้มีการ Forword Ports ไปยัง Web Server ได้<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=9com.wordpress.com&amp;blog=5925614&amp;post=3&amp;subd=9com&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>งานร้านคอมพิวเตอร์มีแผนกต่างๆที่ทำงานร่วมประสานกันเพื่อให้ธุรกิจดำเนินการไปอย่างมีประสิทธิภาพเนื่องจากสภาพการทำงานมีข้อจำกัดในเรื่องเวลาและบุคลากรเราจึงจำเป็นต้องใช้เทคโนโลยีเข้ามาช่วยในการจัดการ</p>
<p>ระบบรับงานซ่อมจึงเป็นอีกระบบหนึ่งที่สามารถทำให้การทำงานของงานซ่อมดำเนินการไปอย่างมีประสิทธิภาพเนื่องจากงานซ่อมเป็นงานที่ต้องติดต่อกับลูกค้าโดยตรงซึ่งมีหน่วยงานทีเข้ามาเกี่ยวข้องด้วยกันอย่างน้อย 3 ส่วนงาน</p>
<p>1. หน้าร้าน</p>
<p>2.ลูกค้า</p>
<p>3.ช่าง</p>
<p><img class="alignnone size-medium wp-image-8" title="fixp1" src="http://9com.files.wordpress.com/2008/12/fixp1.jpg?w=300&#038;h=240" alt="fixp1" width="300" height="240" /></p>
<p>ระบบที่นำมาใช้ในการรับงานซ่อมนั้นต้องเป็นระบบที่ยืดหยุ่นและง่ายต่อการใช้งานรวมทั้งการดูและรักษาต้องทำได้อย่างรวดเร็ว เพราะฉะนั้นจึงควรพัฒนาด้วย Web Application เพื่อรองรับการเข้ามา Mornitor ผ่านทางระบบ Internet โดย อาจะกำหนดให้เป็น Web Server และใช้การกำหนด วิธีการแบบ NoIP เพื่อให้มีการ Forword Ports ไปยัง Web Server ได้</p>
<p><img src="/DOCUME~1/ADMINI~1/LOCALS~1/Temp/moz-screenshot.jpg" alt="" /><img src="/DOCUME~1/ADMINI~1/LOCALS~1/Temp/moz-screenshot-1.jpg" alt="" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/9com.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/9com.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/9com.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/9com.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/9com.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/9com.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/9com.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/9com.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/9com.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/9com.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/9com.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/9com.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/9com.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/9com.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=9com.wordpress.com&amp;blog=5925614&amp;post=3&amp;subd=9com&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://9com.wordpress.com/2008/12/22/%e0%b8%a3%e0%b8%b0%e0%b8%9a%e0%b8%9a%e0%b8%a3%e0%b8%b1%e0%b8%9a%e0%b8%8b%e0%b9%88%e0%b8%ad%e0%b8%a1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3506bfc4be618761382e575b5984067e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">9com</media:title>
		</media:content>

		<media:content url="http://9com.files.wordpress.com/2008/12/fixp1.jpg?w=300" medium="image">
			<media:title type="html">fixp1</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://9com.wordpress.com/2008/12/22/hello-world/</link>
		<comments>http://9com.wordpress.com/2008/12/22/hello-world/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 02:27:41 +0000</pubDate>
		<dc:creator>9com</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=9com.wordpress.com&amp;blog=5925614&amp;post=1&amp;subd=9com&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/9com.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/9com.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/9com.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/9com.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/9com.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/9com.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/9com.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/9com.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/9com.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/9com.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/9com.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/9com.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/9com.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/9com.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=9com.wordpress.com&amp;blog=5925614&amp;post=1&amp;subd=9com&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://9com.wordpress.com/2008/12/22/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3506bfc4be618761382e575b5984067e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">9com</media:title>
		</media:content>
	</item>
	</channel>
</rss>
