<?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>Thanachit Vichianchay</title>
	<atom:link href="http://student.it.kmitl.net/bankster/feed/" rel="self" type="application/rss+xml" />
	<link>http://student.it.kmitl.net/bankster</link>
	<description>A student at FIT-KMITL</description>
	<pubDate>Mon, 10 May 2010 08:20:41 +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>Post หน่อยดีกว่า นานแล้ว :)</title>
		<link>http://student.it.kmitl.net/bankster/life/post-%e0%b8%ab%e0%b8%99%e0%b9%88%e0%b8%ad%e0%b8%a2%e0%b8%94%e0%b8%b5%e0%b8%81%e0%b8%a7%e0%b9%88%e0%b8%b2-%e0%b8%99%e0%b8%b2%e0%b8%99%e0%b9%81%e0%b8%a5%e0%b9%89%e0%b8%a7/</link>
		<comments>http://student.it.kmitl.net/bankster/life/post-%e0%b8%ab%e0%b8%99%e0%b9%88%e0%b8%ad%e0%b8%a2%e0%b8%94%e0%b8%b5%e0%b8%81%e0%b8%a7%e0%b9%88%e0%b8%b2-%e0%b8%99%e0%b8%b2%e0%b8%99%e0%b9%81%e0%b8%a5%e0%b9%89%e0%b8%a7/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 16:46:26 +0000</pubDate>
		<dc:creator>bankster</dc:creator>
		
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://student.it.kmitl.net/bankster/?p=245</guid>
		<description><![CDATA[เอางานมาแปะ
- cnap 10 chapters ทำไปได้แค่ 2
- SE presentation ทำ preliminary presentation material ไปแล้ว เหลือทำให้ดีขึ้นอีก ส่วนตัว paper ยังไม่ได้จากชัยเลยไม่รู้ว่าเป็นยังไง
- PM report paper ตกลงทำ redhat : opensource project management case study
- PM quiz ยังไม่ได้แตะ
- web service &#8212; ทำ exercise ให้หมด สรุปเนื้อหาที่เรียนด้วย
]]></description>
			<content:encoded><![CDATA[<p>เอางานมาแปะ</p>
<p>- cnap 10 chapters ทำไปได้แค่ 2<br />
- SE presentation ทำ preliminary presentation material ไปแล้ว เหลือทำให้ดีขึ้นอีก ส่วนตัว paper ยังไม่ได้จากชัยเลยไม่รู้ว่าเป็นยังไง<br />
- PM report paper ตกลงทำ redhat : opensource project management case study<br />
- PM quiz ยังไม่ได้แตะ<br />
- web service &#8212; ทำ exercise ให้หมด สรุปเนื้อหาที่เรียนด้วย</p>
]]></content:encoded>
			<wfw:commentRss>http://student.it.kmitl.net/bankster/life/post-%e0%b8%ab%e0%b8%99%e0%b9%88%e0%b8%ad%e0%b8%a2%e0%b8%94%e0%b8%b5%e0%b8%81%e0%b8%a7%e0%b9%88%e0%b8%b2-%e0%b8%99%e0%b8%b2%e0%b8%99%e0%b9%81%e0%b8%a5%e0%b9%89%e0%b8%a7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Table Books</title>
		<link>http://student.it.kmitl.net/bankster/uncategorized/table-books/</link>
		<comments>http://student.it.kmitl.net/bankster/uncategorized/table-books/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 16:17:00 +0000</pubDate>
		<dc:creator>bankster</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://student.it.kmitl.net/bankster/?p=243</guid>
		<description><![CDATA[isbn varchar 20
title varchar 70
author varchar 50
price float -
DROP TABLE IF EXISTS `test`.`books`;
CREATE TABLE  `test`.`books` (
`isbn` varchar(20) NOT NULL,
`title` varchar(70) NOT NULL,
`author` varchar(50) NOT NULL,
`price` float NOT NULL,
PRIMARY KEY  (`isbn`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
]]></description>
			<content:encoded><![CDATA[<p>isbn varchar 20<br />
title varchar 70<br />
author varchar 50<br />
price float -</p>
<p>DROP TABLE IF EXISTS `test`.`books`;<br />
CREATE TABLE  `test`.`books` (<br />
`isbn` varchar(20) NOT NULL,<br />
`title` varchar(70) NOT NULL,<br />
`author` varchar(50) NOT NULL,<br />
`price` float NOT NULL,<br />
PRIMARY KEY  (`isbn`)<br />
) ENGINE=InnoDB DEFAULT CHARSET=latin1;</p>
]]></content:encoded>
			<wfw:commentRss>http://student.it.kmitl.net/bankster/uncategorized/table-books/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mounting NFS at boot automatically on Solaris10 x86</title>
		<link>http://student.it.kmitl.net/bankster/sysadmin/mounting-nfs-at-boot-automatically-on-solaris10-x86/</link>
		<comments>http://student.it.kmitl.net/bankster/sysadmin/mounting-nfs-at-boot-automatically-on-solaris10-x86/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 21:36:56 +0000</pubDate>
		<dc:creator>bankster</dc:creator>
		
		<category><![CDATA[sysadmin]]></category>

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

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

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

		<guid isPermaLink="false">http://student.it.kmitl.net/bankster/?p=241</guid>
		<description><![CDATA[1. add the mount entry in /etc/vfstab
2. check if disabled or not
svcs nfs/client
if disabled then enable it
3. svcadm enable  svc:/network/nfs/client:default
]]></description>
			<content:encoded><![CDATA[<p>1. add the mount entry in /etc/vfstab</p>
<p>2. check if disabled or not<br />
svcs nfs/client<br />
if disabled then enable it</p>
<p>3. svcadm enable  svc:/network/nfs/client:default</p>
]]></content:encoded>
			<wfw:commentRss>http://student.it.kmitl.net/bankster/sysadmin/mounting-nfs-at-boot-automatically-on-solaris10-x86/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I could , could sing of your love forever :)</title>
		<link>http://student.it.kmitl.net/bankster/uncategorized/i-could-could-sing-of-your-love-forever/</link>
		<comments>http://student.it.kmitl.net/bankster/uncategorized/i-could-could-sing-of-your-love-forever/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 03:04:49 +0000</pubDate>
		<dc:creator>bankster</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://student.it.kmitl.net/bankster/?p=233</guid>
		<description><![CDATA[Hello dude , today I  start the  warm saturday morning with a very very good feeling after finishing the midterm examination.
Yes, absolutely have been the hard time for me. Last Night, I slept on my dearest bed for 6 hours
and I wake up on 5.30 am.
I spend my morning time on googling and watching the [...]]]></description>
			<content:encoded><![CDATA[<p>Hello dude , today I  start the  warm saturday morning with a very very good feeling after finishing the midterm examination.</p>
<p>Yes, absolutely have been the hard time for me. Last Night, I slept on my dearest bed for 6 hours</p>
<p>and I wake up on 5.30 am.</p>
<p>I spend my morning time on googling and watching the hot stuffs on youtube.com<br />
and I found this one :<strong> I could sing of your love forever</strong><br />
which  composed by Martin Smith and perform by <strong>Delirious? Band</strong> :</p>
<p>yes , It&#8217;s one of religious songs.<br />
I love it at the first heard , dude<br />
and now I am listening to  it repeatly.</p>
<p>I want you to hear about it. <img src='http://student.it.kmitl.net/bankster/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>here , its lyric <img src='http://student.it.kmitl.net/bankster/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span class="TextHead">I Could Sing Of Your Love Forever</span></p>
<p><span class="Text"> Over the mountains and the sea,<br />
Your river runs with love for me,<br />
and I will open up my heart<br />
and let the Healer set me free.<br />
I&#8217;m happy to be in the truth,<br />
and I will daily lift my hands:<br />
for I will always sing of when<br />
Your love came down. [Yeah!]</span></p>
<p>I could sing of Your love forever,<br />
I could sing of Your love forever,<br />
I could sing of Your love forever,<br />
I could sing of Your love forever. [Repeat]</p>
<p>Oh, I feel like dancing -<br />
it&#8217;s foolishness I know;<br />
but, when the world has seen the light,<br />
they will dance with joy,<br />
like we&#8217;re dancing now.</p>
<p><small>Written by Martin Smith  1994 Curious Music UK</small></p>
<p><a href="http://www.youtube.com/watch?v=qDt65Kq-J5s">I could sing of your love forever</a></p>
]]></content:encoded>
			<wfw:commentRss>http://student.it.kmitl.net/bankster/uncategorized/i-could-could-sing-of-your-love-forever/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HTTPD mod_perl &amp; mod_cgi</title>
		<link>http://student.it.kmitl.net/bankster/sysadmin/httpd-mod_perl-mod_cgi/</link>
		<comments>http://student.it.kmitl.net/bankster/sysadmin/httpd-mod_perl-mod_cgi/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 23:17:08 +0000</pubDate>
		<dc:creator>bankster</dc:creator>
		
		<category><![CDATA[sysadmin]]></category>

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://student.it.kmitl.net/bankster/?p=230</guid>
		<description><![CDATA[1. install mod_perl , mod_cgi
#yum -y install mod_perl mod_cgi
2. edit /etc/httpd/conf/httpd.conf
#vi /etc/httpd/conf/httpd.conf
LoadModule cgi_module modules/mod_cgi.so
LoadModule perl_module modules/mod_perl.so
3. edit /etc/httpd/conf/vhost.conf to handle cgi/perl
#vi /etc/httpd/conf/vhost.conf
&#60;Directory &#8220;/path/to/your/perl-script-dir&#8221;&#62;
AllowOverride all
DirectoryIndex index.php index.html
 Options +ExecCGI
AddHandler cgi-script cgi pl
Order allow,deny
Allow from all
&#60;/Directory&#62;
4. reload your httpd server
#service httpd reload
5. test to execute perl script by httpd
#cd /path/to/your/perl-script/dir
#vi test.pl
#!/usr/bin/perl
print &#8220;Content-type: text/plain\r\n\r\n&#8221;;
print &#8220;mod_perl rules!\n&#8221;;
6. chmod +x [...]]]></description>
			<content:encoded><![CDATA[<p>1. install mod_perl , mod_cgi</p>
<p>#yum -y install mod_perl mod_cgi</p>
<p>2. edit /etc/httpd/conf/httpd.conf</p>
<p>#vi /etc/httpd/conf/httpd.conf</p>
<p>LoadModule cgi_module modules/mod_cgi.so<br />
LoadModule perl_module modules/mod_perl.so</p>
<p>3. edit /etc/httpd/conf/vhost.conf to handle cgi/perl<br />
#vi /etc/httpd/conf/vhost.conf</p>
<p>&lt;Directory &#8220;/path/to/your/perl-script-dir&#8221;&gt;<br />
AllowOverride all<br />
DirectoryIndex index.php index.html<br />
<span style="color: #ff0000;"> Options +ExecCGI<br />
AddHandler cgi-script cgi pl</span><br />
Order allow,deny<br />
Allow from all<br />
&lt;/Directory&gt;</p>
<p>4. reload your httpd server</p>
<p>#service httpd reload</p>
<p>5. test to execute perl script by httpd</p>
<p>#cd /path/to/your/perl-script/dir<br />
#vi test.pl</p>
<p>#!/usr/bin/perl<br />
print &#8220;Content-type: text/plain\r\n\r\n&#8221;;<br />
print &#8220;mod_perl rules!\n&#8221;;</p>
<p>6. chmod +x to tes.pl and test to run perl on the shell</p>
<p>#chmod +x test.pl<br />
#perl ./test.pl</p>
<p>Content-type: text/plain</p>
<p>mod_perl rules!</p>
<p>7. go to your browser<br />
http://hostname/path/to/your/perl-script-dir/test.pl</p>
<p>Content-type: text/plain</p>
<p>mod_perl rules!</p>
]]></content:encoded>
			<wfw:commentRss>http://student.it.kmitl.net/bankster/sysadmin/httpd-mod_perl-mod_cgi/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SMF Repository Restore</title>
		<link>http://student.it.kmitl.net/bankster/sysadmin/smf-repository-restore/</link>
		<comments>http://student.it.kmitl.net/bankster/sysadmin/smf-repository-restore/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 02:28:21 +0000</pubDate>
		<dc:creator>bankster</dc:creator>
		
		<category><![CDATA[sysadmin]]></category>

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

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

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

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

		<guid isPermaLink="false">http://student.it.kmitl.net/bankster/?p=227</guid>
		<description><![CDATA[#/lib/svc/bin/restore_repository
choose the backup
]]></description>
			<content:encoded><![CDATA[<p>#/lib/svc/bin/restore_repository</p>
<p>choose the backup</p>
]]></content:encoded>
			<wfw:commentRss>http://student.it.kmitl.net/bankster/sysadmin/smf-repository-restore/feed/</wfw:commentRss>
		</item>
		<item>
		<title>glassfish on opensolaris</title>
		<link>http://student.it.kmitl.net/bankster/uncategorized/glassfish-on-opensolaris/</link>
		<comments>http://student.it.kmitl.net/bankster/uncategorized/glassfish-on-opensolaris/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 04:22:06 +0000</pubDate>
		<dc:creator>bankster</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

		<guid isPermaLink="false">http://student.it.kmitl.net/bankster/?p=223</guid>
		<description><![CDATA[
Probably I can install Tomcat by downloading it from the Tomcat site, unpack it, and run it, but I don’t want to do this: I’d rather use the OpenSolaris packaging system. However, it seems there isn’t a package available for Tomcat. Atleast, I haven’t found it. So, my initial thought was to install JBoss instead. [...]]]></description>
			<content:encoded><![CDATA[<div class="snap_preview">
<p>Probably I can install Tomcat by downloading it from the Tomcat site, unpack it, and run it, but I don’t want to do this: I’d rather use the OpenSolaris packaging system. However, it seems there isn’t a package available for Tomcat. Atleast, I haven’t found it. So, my initial thought was to install JBoss instead. I’ve good experiences with JBoss, and for me, JBoss is a good replacement (or superset) for Tomcat. However, I also couldn’t find a proper download for this. So, why not install GlassFish then?</p>
<p>I’ve never worked with GlassFish before, but installing and configuring wasn’t a problem at all. I just followed the instructions I found <a href="http://blogs.sun.com/hyau/entry/opensolaris_is_now_ready_onamazon">here</a>, and did the following steps:</p>
<div class="code">1) pkg set-authority -O http://pkg.opensolaris.org:80 opensolaris.org<br />
2) pkg refresh<br />
3) pkg install glassfishv2<br />
4) Then run the command to create a default domain1/usr/appserver/bin/asadmin create-domain –user admin –adminport 4848 domain1</p>
<p>During the creation of new domain<br />
a)type (typical default) admin password : adminadmin<br />
b)type (typical default) master password : changeit</p>
<p>5) Then run the command to start the newly created default domain1<br />
/usr/appserver/bin/asadmin start-domain –user admin domain1</p>
<p>6) Now you should be able to access the GlassFishv2 on OpenSolaris</p>
<p>GlassFish Admin Console<br />
http://hostname_or_ip_address:4848</p>
<p>GlassFish HTTP<br />
http://hostname_or_ip_address:8080<br />
https://hostname_or_ip_address:8181</p></div>
<p>And it all worked. I love when things just work!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://student.it.kmitl.net/bankster/uncategorized/glassfish-on-opensolaris/feed/</wfw:commentRss>
		</item>
		<item>
		<title>lsb_release : to print out the ubuntu release information</title>
		<link>http://student.it.kmitl.net/bankster/sysadmin/lsb_release-to-print-out-the-ubuntu-release-information/</link>
		<comments>http://student.it.kmitl.net/bankster/sysadmin/lsb_release-to-print-out-the-ubuntu-release-information/#comments</comments>
		<pubDate>Mon, 25 May 2009 21:39:49 +0000</pubDate>
		<dc:creator>bankster</dc:creator>
		
		<category><![CDATA[sysadmin]]></category>

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

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

		<guid isPermaLink="false">http://student.it.kmitl.net/bankster/?p=221</guid>
		<description><![CDATA[#lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 7.04
Release:        7.04
Codename:       feisty
]]></description>
			<content:encoded><![CDATA[<p>#lsb_release -a<br />
No LSB modules are available.<br />
Distributor ID: Ubuntu<br />
Description:    Ubuntu 7.04<br />
Release:        7.04<br />
Codename:       feisty</p>
]]></content:encoded>
			<wfw:commentRss>http://student.it.kmitl.net/bankster/sysadmin/lsb_release-to-print-out-the-ubuntu-release-information/feed/</wfw:commentRss>
		</item>
		<item>
		<title>น่าคิดดีนะ</title>
		<link>http://student.it.kmitl.net/bankster/sysadmin/%e0%b8%99%e0%b9%88%e0%b8%b2%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b8%94%e0%b8%b5%e0%b8%99%e0%b8%b0/</link>
		<comments>http://student.it.kmitl.net/bankster/sysadmin/%e0%b8%99%e0%b9%88%e0%b8%b2%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b8%94%e0%b8%b5%e0%b8%99%e0%b8%b0/#comments</comments>
		<pubDate>Sat, 09 May 2009 01:02:11 +0000</pubDate>
		<dc:creator>bankster</dc:creator>
		
		<category><![CDATA[sysadmin]]></category>

		<category><![CDATA[ีuntitled]]></category>

		<guid isPermaLink="false">http://student.it.kmitl.net/bankster/?p=219</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="350" data="http://www.youtube.com/v/RtsLeqQ1024" type="application/x-shockwave-flash"><param name="src" value="http://www.youtube.com/v/RtsLeqQ1024" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://student.it.kmitl.net/bankster/sysadmin/%e0%b8%99%e0%b9%88%e0%b8%b2%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b8%94%e0%b8%b5%e0%b8%99%e0%b8%b0/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Setting up NTP Client on CentOS 5.3</title>
		<link>http://student.it.kmitl.net/bankster/sysadmin/setting-up-ntp-client-on-centos-53/</link>
		<comments>http://student.it.kmitl.net/bankster/sysadmin/setting-up-ntp-client-on-centos-53/#comments</comments>
		<pubDate>Sat, 09 May 2009 00:18:21 +0000</pubDate>
		<dc:creator>bankster</dc:creator>
		
		<category><![CDATA[sysadmin]]></category>

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

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

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

		<guid isPermaLink="false">http://student.it.kmitl.net/bankster/?p=216</guid>
		<description><![CDATA[setting up the ntp client for time synchronization on centos cando as follow
1. login to your shell as root
2. install ntp client by invoke this command
yum -y install ntp
3. edit ntp file configuration&#124;
vi /etc/ntp.conf
comment out all the default time server and add your own time server. in case of me , Im in Thailand
so I [...]]]></description>
			<content:encoded><![CDATA[<p>setting up the ntp client for time synchronization on centos cando as follow</p>
<p>1. login to your shell as root</p>
<p>2. install ntp client by invoke this command<br />
yum -y install ntp<br />
3. edit ntp file configuration|<br />
vi /etc/ntp.conf<br />
comment out all the default time server and add your own time server. in case of me , Im in Thailand<br />
so I use the time server that located in thailand.</p>
<p>server  clock.thaicert.org<br />
server  time1.nimt.or.th<br />
server  time2.nimt.or.th<br />
server  time3.nimt.or.th</p>
<p>5. start the service</p>
<p>service ntpd start</p>
<p>6. start ntp on boot<br />
chkconfig &#8211;levels 235 ntpd on</p>
]]></content:encoded>
			<wfw:commentRss>http://student.it.kmitl.net/bankster/sysadmin/setting-up-ntp-client-on-centos-53/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
