<?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>PoPPaP&#039;s Blog &#187; Work</title>
	<atom:link href="http://blog.poppap.com/category/work/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.poppap.com</link>
	<description>Just a weblog by PoPPaP...</description>
	<lastBuildDate>Fri, 17 Oct 2008 06:55:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Got the MacBook back!!</title>
		<link>http://blog.poppap.com/2008/04/got-the-macbook-back/</link>
		<comments>http://blog.poppap.com/2008/04/got-the-macbook-back/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 19:21:38 +0000</pubDate>
		<dc:creator>Poramate Ongsakorn</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.poppap.com/?p=158</guid>
		<description><![CDATA[Got the call this morning that the MacBook is ready so I went and pick up the MacBook. They replaced the fan, SuperDrive and the whole top case which includes Keyboard and Trackpad. Very Happy   The MacBook now looks like new and doesn&#8217;t make noise anymore. I&#8217;m glad that I got the AppleCare [...]]]></description>
			<content:encoded><![CDATA[<p>Got the call this morning that the MacBook is ready so I went and pick up the MacBook. They replaced the fan, SuperDrive and the whole top case which includes Keyboard and Trackpad. Very Happy <img src='http://blog.poppap.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  The MacBook now looks like new and doesn&#8217;t make noise anymore. I&#8217;m glad that I got the AppleCare Protection Plan (~$200 well spent). Now I can continue the work and research&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.poppap.com/2008/04/got-the-macbook-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2007.04.12 &#8211; Work</title>
		<link>http://blog.poppap.com/2007/04/20070412-work/</link>
		<comments>http://blog.poppap.com/2007/04/20070412-work/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 21:11:44 +0000</pubDate>
		<dc:creator>Poramate Ongsakorn</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.poppap.com/?p=141</guid>
		<description><![CDATA[
Install OPNET Modeler Wireless Suite 12.0 PL5 on Linux machines

]]></description>
			<content:encoded><![CDATA[<ul>
<li>Install OPNET Modeler Wireless Suite 12.0 PL5 on Linux machines</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.poppap.com/2007/04/20070412-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing MathWorks R2006b</title>
		<link>http://blog.poppap.com/2006/11/installing-mathworks-r2006b/</link>
		<comments>http://blog.poppap.com/2006/11/installing-mathworks-r2006b/#comments</comments>
		<pubDate>Wed, 15 Nov 2006 22:47:54 +0000</pubDate>
		<dc:creator>Poramate Ongsakorn</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.poppap.com/?p=109</guid>
		<description><![CDATA[Trying to install MathWorks R2006b (MATLAB &#038; SIMULINK)

copy 3 cds to its own folder on server
ln -s cd1 as cdrom
cd cdrom
./install

but having problem with license file (has ver. 15, need ver. 16)
Will get new license tomorrow.
]]></description>
			<content:encoded><![CDATA[<p>Trying to install MathWorks R2006b (MATLAB &#038; SIMULINK)</p>
<ul>
<li>copy 3 cds to its own folder on server</li>
<li>ln -s cd1 as cdrom</li>
<li>cd cdrom</li>
<li>./install</li>
</ul>
<p>but having problem with license file (has ver. 15, need ver. 16)</p>
<p>Will get new license tomorrow.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.poppap.com/2006/11/installing-mathworks-r2006b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Tecplot 360</title>
		<link>http://blog.poppap.com/2006/11/install-tecplot-360/</link>
		<comments>http://blog.poppap.com/2006/11/install-tecplot-360/#comments</comments>
		<pubDate>Mon, 13 Nov 2006 22:23:05 +0000</pubDate>
		<dc:creator>Poramate Ongsakorn</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.poppap.com/?p=105</guid>
		<description><![CDATA[Installing Tecplot 360 &#8211; 2006

transfer files on cd to one of the server
run ./setuptec
create wrapper

#!/bin/sh
prog=`basename $0`
TEC360HOME=/usr/local/tecplot360
PATH=$TEC360HOME/bin:$PATH
TLMHOST=license.server
export PATH TEC360HOME TLMHOST
exec $prog $*


create symbolic link to wrapper

ln -s tecplot360_generic tecplot
ln -s tecplot360_generic preplot
ln -s tecplot360_generic pltview
ln -s tecplot360_generic rmtoavi
]]></description>
			<content:encoded><![CDATA[<p>Installing Tecplot 360 &#8211; 2006</p>
<ul>
<li>transfer files on cd to one of the server</li>
<li>run ./setuptec</li>
<li>create wrapper</li>
</ul>
<blockquote><p>#!/bin/sh<br />
prog=`basename $0`<br />
TEC360HOME=/usr/local/tecplot360<br />
PATH=$TEC360HOME/bin:$PATH<br />
TLMHOST=<em>license.server</em><br />
export PATH TEC360HOME TLMHOST<br />
exec $prog $*</p></blockquote>
<ul></ul>
<ul>
<li>create symbolic link to wrapper</li>
</ul>
<blockquote><p>ln -s tecplot360_generic tecplot<br />
ln -s tecplot360_generic preplot<br />
ln -s tecplot360_generic pltview<br />
ln -s tecplot360_generic rmtoavi</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.poppap.com/2006/11/install-tecplot-360/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2006.08.09 &#8211; Work</title>
		<link>http://blog.poppap.com/2006/08/20060809-work/</link>
		<comments>http://blog.poppap.com/2006/08/20060809-work/#comments</comments>
		<pubDate>Wed, 09 Aug 2006 22:02:27 +0000</pubDate>
		<dc:creator>Poramate Ongsakorn</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.poppap.com/?p=101</guid>
		<description><![CDATA[Embrey building

Connect cables from the patch panel to switch for 3rd floor lab

Caruth building

Change the broken optical fiber from main router to switch

Mechanical Transition building

Recover old equipments due to the building is being abandoned

]]></description>
			<content:encoded><![CDATA[<p>Embrey building</p>
<ul>
<li>Connect cables from the patch panel to switch for 3rd floor lab</li>
</ul>
<p>Caruth building</p>
<ul>
<li>Change the broken optical fiber from main router to switch</li>
</ul>
<p>Mechanical Transition building</p>
<ul>
<li>Recover old equipments due to the building is being abandoned</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.poppap.com/2006/08/20060809-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2007.08.07 &#8211; Work</title>
		<link>http://blog.poppap.com/2006/08/20070807-work/</link>
		<comments>http://blog.poppap.com/2006/08/20070807-work/#comments</comments>
		<pubDate>Wed, 09 Aug 2006 21:59:57 +0000</pubDate>
		<dc:creator>Poramate Ongsakorn</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.poppap.com/?p=100</guid>
		<description><![CDATA[Embrey building

Connect cables from patch panel to switch

Caruth building

Checking wireless connection on 2nd floor &#8212; uplink is down due to broken optical cable

]]></description>
			<content:encoded><![CDATA[<p>Embrey building</p>
<ul>
<li>Connect cables from patch panel to switch</li>
</ul>
<p>Caruth building</p>
<ul>
<li>Checking wireless connection on 2nd floor &#8212; uplink is down due to broken optical cable</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.poppap.com/2006/08/20070807-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2006.07.24-2007.08.04 &#8211; Work</title>
		<link>http://blog.poppap.com/2006/08/20060724-04-work/</link>
		<comments>http://blog.poppap.com/2006/08/20060724-04-work/#comments</comments>
		<pubDate>Wed, 09 Aug 2006 21:56:56 +0000</pubDate>
		<dc:creator>Poramate Ongsakorn</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.poppap.com/?p=99</guid>
		<description><![CDATA[Embrey building

Assemble Switches
Install UPS and Switches into the racks in the closets on basement/1st floor/3rd floor
Connect cables from patch panels to switches
Connect cables in the faculty rooms and labs
etc&#8230;

]]></description>
			<content:encoded><![CDATA[<p>Embrey building</p>
<ul>
<li>Assemble Switches</li>
<li>Install UPS and Switches into the racks in the closets on basement/1st floor/3rd floor</li>
<li>Connect cables from patch panels to switches</li>
<li>Connect cables in the faculty rooms and labs</li>
<li>etc&#8230;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.poppap.com/2006/08/20060724-04-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2006.07.05-07 &#8211; Work</title>
		<link>http://blog.poppap.com/2006/07/20060705-07-work/</link>
		<comments>http://blog.poppap.com/2006/07/20060705-07-work/#comments</comments>
		<pubDate>Sun, 09 Jul 2006 00:49:13 +0000</pubDate>
		<dc:creator>Poramate Ongsakorn</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.poppap.com/?p=95</guid>
		<description><![CDATA[Single sign-on
pGina

Config
Fix registry
Create logo

Linux

Find solution to mount CIFS as home directory via PAM

]]></description>
			<content:encoded><![CDATA[<p><strong>Single sign-on</strong></p>
<p>pGina</p>
<ul>
<li>Config</li>
<li>Fix registry</li>
<li>Create logo</li>
</ul>
<p>Linux</p>
<ul>
<li>Find solution to mount CIFS as home directory via PAM</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.poppap.com/2006/07/20060705-07-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2006.06.30 &#8211; Work</title>
		<link>http://blog.poppap.com/2006/07/20060630-work/</link>
		<comments>http://blog.poppap.com/2006/07/20060630-work/#comments</comments>
		<pubDate>Sat, 01 Jul 2006 20:52:07 +0000</pubDate>
		<dc:creator>Poramate Ongsakorn</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.poppap.com/?p=92</guid>
		<description><![CDATA[Infinity

Import mailing list into MySQL database

]]></description>
			<content:encoded><![CDATA[<p>Infinity</p>
<ul>
<li>Import mailing list into MySQL database</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.poppap.com/2006/07/20060630-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2006.06.29 &#8211; Work</title>
		<link>http://blog.poppap.com/2006/07/20060629-work/</link>
		<comments>http://blog.poppap.com/2006/07/20060629-work/#comments</comments>
		<pubDate>Sat, 01 Jul 2006 20:51:24 +0000</pubDate>
		<dc:creator>Poramate Ongsakorn</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.poppap.com/?p=91</guid>
		<description><![CDATA[General

Install: Xilinx ISE WebPACK 8.1i

Infinity

Take a look at oddity in the form
Working on mailing list

]]></description>
			<content:encoded><![CDATA[<p>General</p>
<ul>
<li>Install: Xilinx ISE WebPACK 8.1i</li>
</ul>
<p>Infinity</p>
<ul>
<li>Take a look at oddity in the form</li>
<li>Working on mailing list</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.poppap.com/2006/07/20060629-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
