<?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/"
	>

<channel>
	<title>Mr-San.com : จอมมาร Blog &#187; ubuntu</title>
	<atom:link href="http://www.mr-san.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mr-san.com</link>
	<description>Learning by self, Doing for Expertise</description>
	<pubDate>Thu, 14 May 2009 23:17:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Vmware-tools on Ubuntu 8.04</title>
		<link>http://www.mr-san.com/vmware-tools-on-ubuntu-804/</link>
		<comments>http://www.mr-san.com/vmware-tools-on-ubuntu-804/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 04:52:59 +0000</pubDate>
		<dc:creator>Mr-San</dc:creator>
		
		<category><![CDATA[Howto]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.mr-san.com/?p=123</guid>
		<description><![CDATA[Before install vmware-tools these you need for compilation:
[code lang='bash']
sudo apt-get install linux-headers-`uname -r`
umount /dev/cdrom
mount /dev/cdrom
cp /cdrom/VMwareTools-*.tar.gz /tmp
[/code]
Then download open-vm-tools from sourceforge : http://sourceforge.net/projects/open-vm-tools/
This module use for build vmxnet, vmhgfs.
[code lang='bash']
wget http://nchc.dl.sourceforge.net/sourceforge/open-vm-tools/open-vm-tools-2008.09.03-114782.tar.gz
cp open-vm-tools-* /tmp
sudo apt-get install libproc-dev libdumbnet-dev libicu-dev
cd /tmp
tar zxf open-vm-tools-*
./configure &#8211;without-x
make
cd  modules/linux
for i in *; do mv ${i} ${i}-only; tar -cf ${i}.tar ${i}-only; [...]]]></description>
		<wfw:commentRss>http://www.mr-san.com/vmware-tools-on-ubuntu-804/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ติดตั้ง WebServer ด้วย Apache2, PHP5 บน Ubuntu</title>
		<link>http://www.mr-san.com/new-server-apache2-php5-ubuntu/</link>
		<comments>http://www.mr-san.com/new-server-apache2-php5-ubuntu/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 08:35:48 +0000</pubDate>
		<dc:creator>Mr-San</dc:creator>
		
		<category><![CDATA[Howto]]></category>

		<category><![CDATA[apache2]]></category>

		<category><![CDATA[php5]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://www.mr-san.com/?p=70</guid>
		<description><![CDATA[หลังจากติดตั้งเครื่องใหม่เรียบร้อยแล้ว
[code lang='bash']
apt-get install ssh screen
apt-get install apache2 apache2-prefork-dev php5 php5-cli php5-dev php5-gd php5-mcrypt php5-mysql make
[/code]
- config apache2
[code lang='bash']
a2dismod cgi
a2dismod autoindex
a2dismod negotiation
a2dismod status
a2enmod rewrite
a2enmod expires
[/code]
สำหรับการใช้งานร่วมกับ PEAR Database
[code lang='php']apt-get install php-pear php-db[/code]
]]></description>
		<wfw:commentRss>http://www.mr-san.com/new-server-apache2-php5-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>install PHP4 in Ubuntu 8.04 (Source compile)</title>
		<link>http://www.mr-san.com/php4-ubuntu-source/</link>
		<comments>http://www.mr-san.com/php4-ubuntu-source/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 08:21:03 +0000</pubDate>
		<dc:creator>Mr-San</dc:creator>
		
		<category><![CDATA[Howto]]></category>

		<category><![CDATA[apache]]></category>

		<category><![CDATA[php4]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mr-san.com/?p=107</guid>
		<description><![CDATA[จดไว้กันลืม จะใช้จะได้ไม่ต้องหาอีก ช่วงนี้ยิ่งมีอะไรต่อมิอะไรเยอะแยะไปหมด
สำหรับคนที่ต้องการใช้ PHP4 บน Ubuntu 8.04 นะครับ Download source มาเลยครับ ไม่ต้องคิดมาก ต้อง compile แน่นอน
ขั้นแรกติดตั้งสิ่งที่ต้องการก่อน ทางที่ดีก็เอา PHP5 ลงไปด้วย เผื่อใช้ ครับ แต่ปิดที่ apache ละกันครับ
[code lang='bash']apt-get install build-essential flex bison
apt-get install libbz2-dev libjpeg62-dev libpng-dev libtiff-dev libfreetype6-dev libmcrypt-dev librecode-dev
apt-get install apache2 apache2-prefork-dev php5 php5-cli php5-dev php5-gd php5-mcrypt php5-mysql php5-recode php5-curl php-pear php-db[/code]
ถัดไปเริ่มทำการ configure ก็เก็บเอาจาก config.nice มาให้ใช้เลยครับ จะได้ง่ายๆ
[code lang='bash']#! [...]]]></description>
		<wfw:commentRss>http://www.mr-san.com/php4-ubuntu-source/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Checklist : New Ubuntu 8.04 Server</title>
		<link>http://www.mr-san.com/checklist-new-ubuntu-804-server/</link>
		<comments>http://www.mr-san.com/checklist-new-ubuntu-804-server/#comments</comments>
		<pubDate>Sun, 18 May 2008 09:24:27 +0000</pubDate>
		<dc:creator>Mr-San</dc:creator>
		
		<category><![CDATA[Tricks]]></category>

		<category><![CDATA[checklist]]></category>

		<category><![CDATA[hardy heron]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mr-san.com/?p=102</guid>
		<description><![CDATA[อันนี้เป็น checklist สำหรับ ตั้ง Server ใหม่สำหรับ Ubuntu 8.04 Server นะครับ
ก็ขึ้นกับว่าใครจะทำอะไรบ้างแต่อันนี้เป็นของที่ผมคิดว่า น่าจะเหมาะกับการเป็น Server ครับ

/etc/network/interface - pre-up /etc/network/iptables.firewall : เพิ่มกฏ Iptables Firewall
vi /etc/default/rcS - UTC=no : แก้ไขเวลาเครื่องและเวลาของระบบ ให้เป็นเวลาของประเทศไทย
backup /etc/init.d : ไว้สำหรับแก้ไขไฟล์ เก็บไว้ก่อน
/etc/init.d/apparmor stop &#038;&#038; update-rc.d -f apparmor remove : ยกเลิกการใช้งาน apparmor
ln -sf /bin/bash /bin/sh : แก้ไข default shell
apt-get remove pcmciautils ubuntu-minimal pppoeconf ppp pppconfig
update-rc.d -f pcmciautils remove
/etc/ssh/sshd_config [...]]]></description>
		<wfw:commentRss>http://www.mr-san.com/checklist-new-ubuntu-804-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP5-GMP in Ubuntu Gutsy</title>
		<link>http://www.mr-san.com/php5-gmp-in-ubuntu-gutsy/</link>
		<comments>http://www.mr-san.com/php5-gmp-in-ubuntu-gutsy/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 15:21:55 +0000</pubDate>
		<dc:creator>Mr-San</dc:creator>
		
		<category><![CDATA[Howto]]></category>

		<category><![CDATA[gutsy]]></category>

		<category><![CDATA[php5]]></category>

		<category><![CDATA[php5-gmp]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mr-san.com/?p=99</guid>
		<description><![CDATA[หากใครหา php5-gmp ซึ่งจะไปใช้กับ Ubuntu 7.10 ก็จะหาไม่ได้นะครับ ขั้นแรกคือรอ Ubuntu 8.04 (Hardy Heron) ซึ่งจะมีให้เลย แถมยังเป็น LTS (Long Time Support) อีกด้วย ก็จะ launch ในวันที่ 24 เมษายน ที่จะถึงนี้เอง
แต่พอดีผมใช้อยู่และรอไม่ได้ก็เลยต้องหาวิธีทำให้ PHP5 ของ Ubuntu 7.10 ใช้ได้ก็เลยไปหาใน Ubuntuforums.org มีคนทำเป็น package ด้วย link ดูได้จากด้านล่างนะครับ (อีกที่ มี compile package ไว้ให้ด้วย)
ผมได้แก้ให้เป็น version 5.2.3 ครับ แต่วิธีการเดียวกัน
Steps to enter at the command line:
1. apt-get install build-essential debhelper libgmp3c2 [...]]]></description>
		<wfw:commentRss>http://www.mr-san.com/php5-gmp-in-ubuntu-gutsy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Installation : Update-manager-core hang</title>
		<link>http://www.mr-san.com/ubuntu-update-hang/</link>
		<comments>http://www.mr-san.com/ubuntu-update-hang/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 04:28:00 +0000</pubDate>
		<dc:creator>Mr-San</dc:creator>
		
		<category><![CDATA[Tricks]]></category>

		<category><![CDATA[feisty_fawn]]></category>

		<category><![CDATA[hang]]></category>

		<category><![CDATA[installation]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.mr-san.com/ubuntu-update-hang/</guid>
		<description><![CDATA[เจอปัญหาอีกแล้วครับ จากการติดตั้ง Ubuntu 7.04 Feisty Fawn เกิดจากระหว่าง Setup แล้วจะไปหยุด ตอน update-manager-core ที่ 85% นานมากๆๆ ทนไม่ไหว เลยไปหาๆ พบวิธีแก้ดังนี้
#login to tty2 (Ctrl-Alt-F2)
#kill pid id of apt-get update
ps awx&#124;grep -i apt
kill (PID of apt)
หลังจากนั้น กลับมาที่ tty1 ตามปกติ (Ctrl-Alt-F1) ก็จะติดตั้งได้ต่อไป
]]></description>
		<wfw:commentRss>http://www.mr-san.com/ubuntu-update-hang/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Compile PHP with Ubuntu 7.04</title>
		<link>http://www.mr-san.com/compile-php-ubuntu/</link>
		<comments>http://www.mr-san.com/compile-php-ubuntu/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 02:19:40 +0000</pubDate>
		<dc:creator>Mr-San</dc:creator>
		
		<category><![CDATA[Howto]]></category>

		<category><![CDATA[apache2]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[php_source]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mr-san.com/compile-php-ubuntu/</guid>
		<description><![CDATA[มี Course Training ภายใน GITS ก็เลยได้ทดสอบ Compile ด้วย Source ของ PHP บน Ubuntu อันนี้ก็ถือว่าเป็น สรุปละกันเพราะ มีปัญหาที่ต้องติดตั้งเพิ่มหลายจุดเหมือนกัน ก่อนหน้านี้เคยทำสำหรับ Freebsd ไว้แล้วที่ ลอง compile PHP ด้วย port ของ FreeBSD

ขั้นแรก ติดตั้ง Package ที่จำเป็นต่อการ compile ก่อน
apt-get install build-essential bison checkinstall fakeroot
apt-get install flex libgd2-xpm libgd2-xpm-dev libxml2 libxml2-dev libbz2-dev libpng12-0 libpng12-dev libfreetype6 libfreetype6-dev libcurl3 libcurl3-devlibjpeg62 libjpeg62-dev
ต่อจากนั้นก็ เริ่ม compile เลยครับ
./configure \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-zlib [...]]]></description>
		<wfw:commentRss>http://www.mr-san.com/compile-php-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dell PowerEdge 2950 with Ubuntu 6.06.1 (Dapper Drake) Problem</title>
		<link>http://www.mr-san.com/dell-poweredge-2950-ubuntu-dapper-problem/</link>
		<comments>http://www.mr-san.com/dell-poweredge-2950-ubuntu-dapper-problem/#comments</comments>
		<pubDate>Thu, 25 Jan 2007 03:48:16 +0000</pubDate>
		<dc:creator>Mr-San</dc:creator>
		
		<category><![CDATA[Howto]]></category>

		<category><![CDATA[dapper-drake]]></category>

		<category><![CDATA[dell]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mr-san.com/dell-poweredge-2950-ubuntu-dapper-problem/</guid>
		<description><![CDATA[Problem again, as I think it&#8217;s easy it will be late. This problem about setting up Ubuntu 6.06.1 on Dell PowerEdge 2950.
เจอปัญหาอีกแล้ว นึกว่าจะติดตั้งได้ไว (ปัญหาในการทำ computer 1 ข้อ ก็คือ อะไรที่คิดว่าน่าจะเสร็จได้ไว มักจะมีปัญหาทำให้ล่าช้าทุกครั้ง) เป็นปัญหาการติดตั้ง Ubuntu 6.06.1 บน Dell PowerEdge 2950
Dell PowerEdge 2950 (as in x9xx series) used PERC5/i then ubuntu&#8217;s kernel don&#8217;t have megaraid_sas in this version (2.6.15). [...]]]></description>
		<wfw:commentRss>http://www.mr-san.com/dell-poweredge-2950-ubuntu-dapper-problem/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
