<?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>AegisRyan&#039;s Island</title>
	<atom:link href="http://www.aegisryan.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aegisryan.com</link>
	<description>about tech, code, hobbies..</description>
	<lastBuildDate>Tue, 20 Apr 2010 03:05:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Check My Linux Version?</title>
		<link>http://www.aegisryan.com/2010/04/20/how-to-check-my-linux-version/</link>
		<comments>http://www.aegisryan.com/2010/04/20/how-to-check-my-linux-version/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 03:05:55 +0000</pubDate>
		<dc:creator>skyfish</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://www.aegisryan.com/?p=137</guid>
		<description><![CDATA[The similar question you may ask:

How to know my Linux server is running in 64/32 bits?
How to check which kernel version is my Linux?
How to show the Linux release name? Is it Ubuntu?Redhat or CentOS or something else?

In work, we have many different linux servers either in physical machine or virtual machine (Using Xen/KVM). Sometimes [...]]]></description>
			<content:encoded><![CDATA[<p>The similar question you may ask:</p>
<ul>
<li>How to know my Linux server is running in 64/32 bits?</li>
<li>How to check which kernel version is my Linux?</li>
<li>How to show the Linux release name? Is it Ubuntu?Redhat or CentOS or something else?</li>
</ul>
<p>In work, we have many different linux servers either in physical machine or virtual machine (Using Xen/KVM). Sometimes we easily lost track of which linux version is installed for Server A, B, and other.</p>
<p>There are few simple command to check for which Linux version you were using:</p>
<p>To show the linux release information as per LSB specification</p>
<blockquote><p><strong>sudo lsb_release -a</strong></p>
<p>No LSB modules are available.<br />
Distributor ID:    Ubuntu<br />
Description:    Ubuntu 8.04<br />
Release:    8.04<br />
Codename:    hardy</p></blockquote>
<p>To show the Linux kernel build and version</p>
<blockquote><p><strong>cat /proc/version</strong></p>
<p>Linux version 2.6.24-19-xen (buildd@king) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Sat Jul 12 00:15:59 UTC 2008</p></blockquote>
<p>The other commands is to show the kernel version and type:</p>
<blockquote><p><strong>uname -a</strong></p>
<p>Linux penguin 2.6.24-19-xen #1 SMP Sat Jul 12 00:15:59 UTC 2008 x86_64 GNU/Linux</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.aegisryan.com/2010/04/20/how-to-check-my-linux-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to List Crontab for All Users</title>
		<link>http://www.aegisryan.com/2010/04/09/how-to-list-crontab-for-all-users/</link>
		<comments>http://www.aegisryan.com/2010/04/09/how-to-list-crontab-for-all-users/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 02:23:07 +0000</pubDate>
		<dc:creator>skyfish</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[all]]></category>
		<category><![CDATA[cronjob]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://www.aegisryan.com/?p=134</guid>
		<description><![CDATA[There was a time I would like to check what are the task/job configured in crontab of all users. After I googled it I found this scripts from StackOverflow
You must run this script as root.
   for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done
What does it do? This script basically loop [...]]]></description>
			<content:encoded><![CDATA[<p>There was a time I would like to check what are the task/job configured in crontab of all users. After I googled it I found this scripts from <a title="list all cronjob of all users" href="http://stackoverflow.com/questions/134906/how-do-i-list-all-cron-jobs-for-all-users" target="_blank">StackOverflow</a></p>
<p>You must run this script as root.</p>
<pre><code>   for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done</code></pre>
<p>What does it do? This script basically loop thru /etc/passwd to get the user id and call &#8216;crontab -l&#8217; for each user. A nice script to share and also I would like to keep it here so easy for me to refer next time.</p>
<pre><code>
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.aegisryan.com/2010/04/09/how-to-list-crontab-for-all-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to play Gran Turismo Portable on PSP CFW?</title>
		<link>http://www.aegisryan.com/2009/10/03/how-to-play-gran-turismo-portable-on-psp-cfw/</link>
		<comments>http://www.aegisryan.com/2009/10/03/how-to-play-gran-turismo-portable-on-psp-cfw/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 17:17:16 +0000</pubDate>
		<dc:creator>skyfish</dc:creator>
				<category><![CDATA[PSP]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[psp gtp gran turismo portable custom firmware 5.50 gen-a gen-b 5.00 m33 game sony]]></category>

		<guid isPermaLink="false">http://www.aegisryan.com/?p=120</guid>
		<description><![CDATA[


PSP Gran Turismo



Before Gran Turismo Portable (GTP) release,  I am very interested in it! It was one of the awesome racing game I had  play before when it was on Playstation and Playstation 2 (PS2).
And now the PSP Gran Turismo is out! However there are some issues if you want to play the downloaded ISO [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter" style="text-align: left;">
<dl id="attachment_131" class="wp-caption  aligncenter" style="width: 310px;">
<dt class="wp-caption-dt"><img class="size-medium wp-image-131" title="PSP Gran Turismo" src="http://www.aegisryan.com/wp-content/uploads/2009/10/138068-1-1-300x182.jpg" alt="PSP Gran Turismo" width="300" height="182" /></dt>
<dd class="wp-caption-dd">PSP Gran Turismo</dd>
</dl>
</div>
<p style="text-align: left;">
<p style="text-align: left;">Before <strong>Gran Turismo Portable (GTP) r</strong>elease,  I am very interested in it! It was one of the awesome racing game I had  play before when it was on <strong>Playstation </strong>and <strong>Playstation 2 (PS2)</strong>.</p>
<p style="text-align: left;">And now the PSP Gran Turismo is out! However there are some issues if you want to play the downloaded ISO from your mod-ed PSP.</p>
<h2 style="text-align: left;"><span style="text-decoration: underline;"><strong>Problem:</strong></span></h2>
<p style="text-align: left;">After PSP&#8217;s Gran Turismo Portable image (*.iso) available for download from Internet. There are many who failed to play the downloaded GTP because it required firmware version 6.0/5.50 .</p>
<p style="text-align: left;">It is <strong><span style="color: #ff0000;">not playable</span></strong> in Custom Firmware 3.70, 3.90 M33 o. &#8230;or even 5.00 M33-6!! Yeah, I agree that CFW 5.00 M33 is an outstanding CFW that have we play quite number of games. Until this new Original Firmware 6.00 are release, it seems minimum requirement from most of the new games required firmware version 6.0/5.50. Or even can&#8217;t play if we have not patched the game! In other word, we are suck now! Yeah, &#8220;we&#8221;! Mine is PSP-1000 series with CFW 5.00 M33-&lt;unknown&gt; who failed to played Patched GTP! (describe patched GTP later)</p>
<p style="text-align: left;">Here are some common question posted by some gamer who failed to make it work:</p>
<ul style="text-align: left;">
<blockquote>
<li> I downloaded PATCHED GTP but how come it still doesn&#8217;t work. Is this a prank, fake or what?</li>
<li>Hey I GOT CFW 5.00 M33-6! Why it still can&#8217;t work!?</li>
<li>Not working with CFW 5.00 M33-6, frezzes pas psp logo!!</li>
<li><span id="intelliTXT">Tried Game Decrypter with GT on my PSP-3001 using GEN 5.03A and still getting black screen.</span></li>
</blockquote>
</ul>
<h2 style="text-align: left;"><span style="text-decoration: underline;"><strong> Solution:</strong></span></h2>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong> </strong></span>Don&#8217;t worry, you just need to sweat for few seconds because there are some great man who made 6.0/5.50 firmware required games work!</p>
<p style="text-align: left;">From what I have tried, your PSP</p>
<ol style="text-align: left;">
<li>need at least Custom Firmware <span style="color: #000080;"><strong>5.50 GEN-B</strong></span>, and</li>
<li>Your game must be patched by using <strong><span style="color: #000080;">Game Decrypter</span> </strong>(Thanks to Yoshihiro<span id="span"> </span>)</li>
</ol>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong>First Step:</strong><strong> </strong><strong>Make sure you have upgrade your PSP CFW to 5.50 GEN-B</strong></span><br />
In order to upgarde to <strong>5.50 GEN-B</strong>, you required to upgrade your current CFW to 5.50 GEN-A. Then only upgrade to 5.50 GEN-B from 5.50 GEN-A. This is the compulsory steps. Don&#8217;t worry, it&#8217;s as simple as learning 1-2-3.</p>
<blockquote style="text-align: left;"><p>CFW X.XX &#8211;&gt; CFW 5.50 GEN-A &#8211;&gt;CFW 5.50 GEN-B</p></blockquote>
<ol style="text-align: left;">
<li>First, <strong>download Custom Firmware 5.50 GEN-A</strong>, it is easily found from Internet  (e.g. you may get it from <a href="http://www.psp-hacks.com/file/1745" target="_blank">here</a>)</li>
<li><strong>Extract </strong>the 5.50 GEN-A downloaded zip file, copy it to your PSP memory stick.</li>
<li>And <strong>run </strong>the 5.50 GEN-A PSP Update from your PSP.</li>
<li>It will ask you to press &#8220;X&#8221; to continue and you can just do so.</li>
<li>After it is done, you will be getting PSP 5.50 GEN-A from your PSP&#8217;s System Information.</li>
<li>So now you have 5.50 GEN-A, next we need to upgrade it to 5.50 GEN-B. Same thing, just <strong>download the Custom firmware 5.50 GEN-B</strong> (e.g. you may get it from <a href="http://www.psp-hacks.com/file/1764" target="_blank">here</a>)</li>
<li><strong>Extract </strong>the downloaded 5.50 GEN-B zip file, and copy to your PSP memory stick.</li>
<li>And <strong>run </strong>the 5.50 GEN-B UPDATER from your PSP.</li>
<li>After it is done, your PSP should be <strong>CFW 5.50 GEN-B!</strong> Congrats!</li>
</ol>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong>Second Step: Prepare a patched GTP</strong></span><br />
While I&#8217;m writing this, patched GTP are available for download now. <strong>(A) </strong>For the easier &amp; lazy way, you can download the Patched GTP and it should works like magic in your upgraded PSP.
</p>
<p style="text-align: left;"><strong>(B) </strong>The other alternatives is assume that you had downloaded the Original GTP and don&#8217;t bother to download the almost 1 GB big file again due to your poor broadband speed. You can use Yoshihida Game Decrypter and UMDGEN to patch your game by yourself.  This <span id="span"><span id="iTxt">will allow you to run your backup games that requires the OFW 5.55 to work properly on custom firmwares <span id="iTxt"> </span>5.50GEN.  The following are the guides I got it from developer&#8217;s note and some extra steps that I add in</span></span></p>
<ol style="text-align: left;">
<li>first you need to<strong> download Yoshihida Game Decrypter</strong> (e.g. you may download from <a href="http://dl.qj.net/Yoshihiro-s-5.55-6.00-games-decrypter-PSP-Homebrew-Applications/pg/12/fid/27741/catid/151" target="_blank">here</a>), <strong>extract </strong>and <strong>install </strong>the GameZDecryptZ folder in your X:PSP/GAME  folder</li>
<li>*Before you made any changes to the original ISO, it is advised to &#8220;Menu &gt; File&gt; File List &gt; Export&#8230;&#8221; <strong>export the file list.</strong> (this file is needed later)</li>
<li>Okay, now use <strong>UMDGEN </strong>(e.g. you may download from <a href="http://dl.qj.net/UMDGen-v4.00-PSP-Homebrew-Applications/pg/12/fid/27742/catid/151" target="_blank">here</a>) to <strong>extract PSP_GAME/SYSDIR/EBOOT.BIN</strong> and put that EBOOT.BIN on <strong>root of your PSP memory stick.</strong>
<ul>
<li>in UMDGEN, open GTP iso file. Browse to PSP_GAME/SYSDIR/EBOOT.BIN, right click on that EBOOT.BIN and choose &#8220;Extract Selected..&#8221;, extract it to your root of memory stick.</li>
</ul>
</li>
<li>Then you can <strong>boot game decrypter</strong> now you can press X to continue. You will noticed a new folder named &#8220;<strong>DECRYPTOR</strong>&#8221; is created on root of your memory stick.</li>
<li>connect your usb cable check on root of your memory stick and <strong>copy the EBOOT.BIN from the DECRYPTOR </strong>folder to UMDGEN and <strong>replace that  PSP_GAME/SYSDIR/EBOOT.BIN.</strong></li>
<li>*<strong>Now import back the file list</strong> that you just exported earlier, &#8220;Menu &gt; File&gt; File List &gt; Import..&#8221;. And select YES to forcing LBAs, then Save.</li>
<li>Now <strong>rebuild the ISO</strong> file. Just save your the modified ISO from UMDGEN to a new ISO file.</li>
<li>Finally&#8230;. yup! your game is patched! Just copied that new ISO to your memory stick and <strong>RACE</strong>!!</li>
</ol>
<p style="text-align: left;"><span id="span"><span id="iTxt"> </span></span></p>
<p style="text-align: left;"><span style="color: #ff0000;">!!!Important Note: </span><span style="color: #ff0000;">Custom Firmware 5.50 GEN-B. CFW 5.50 GEN-B is ONLY compatible with the PSP-1000 (Fat) &amp; PSP-2000 (Slim) v1 or v2. DO NOT attempt to install this on a PSP-3000 or PSP-2000 with the TA-088v3 motherboard. And try this at your own risk.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aegisryan.com/2009/10/03/how-to-play-gran-turismo-portable-on-psp-cfw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy folder/directory exclude hidden .svn folder (linux)</title>
		<link>http://www.aegisryan.com/2009/05/15/copy-folderdirectory-exclude-hidden-svn-folder-linux/</link>
		<comments>http://www.aegisryan.com/2009/05/15/copy-folderdirectory-exclude-hidden-svn-folder-linux/#comments</comments>
		<pubDate>Fri, 15 May 2009 03:59:14 +0000</pubDate>
		<dc:creator>skyfish</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.aegisryan.com/?p=113</guid>
		<description><![CDATA[During work, every time when I want to create a new sub-project (which has similar folder structure with existing one) I need to create the folder one by one. I cannot just copy-paste the sub-project1 folder and renamed it to sub-project2 because it contains hidden .svn which is used to track the version of sub-project1.

project
- [...]]]></description>
			<content:encoded><![CDATA[<p>During work, every time when I want to create a new sub-project (which has similar folder structure with existing one) I need to create the folder one by one. I cannot just copy-paste the <strong>sub-project1</strong> folder and renamed it to <strong>sub-project2</strong> because it contains hidden .svn which is used to track the version of sub-project1.</p>
<blockquote>
<pre>project
- sub-proj1
- - src
- - - - main
- - - - - - java
- - - - - - resource
- - - - - - webapp
- - - - - test
- sub-proj2
- - - - main
- - - - - - java
- - - - - - resource
- - - - - - webapp
- - - - - test</pre>
</blockquote>
<p>So&#8230; how do I get rid of hidden .svn folder/files when copying from sub-project1 to a new sub-project?</p>
<blockquote>
<pre><strong>rsync -r --exclude=.svn SRC_FOLDER DESTINATION FOLDER</strong></pre>
</blockquote>
<p>example:</p>
<blockquote>
<pre>rsync -r --exclude=.svn /root/project/sub-proj1/ /root/project/sub-proj2/</pre>
</blockquote>
<p>Hope this would help!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aegisryan.com/2009/05/15/copy-folderdirectory-exclude-hidden-svn-folder-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super Nintendo Entertainment System (SNES)</title>
		<link>http://www.aegisryan.com/2009/01/17/super-nintendo-entertainment-system-snes/</link>
		<comments>http://www.aegisryan.com/2009/01/17/super-nintendo-entertainment-system-snes/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 11:47:13 +0000</pubDate>
		<dc:creator>skyfish</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[chrono trigger]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[final fantasy]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[nintendo]]></category>
		<category><![CDATA[snes]]></category>
		<category><![CDATA[super mario 3]]></category>
		<category><![CDATA[VI]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.aegisryan.com/?p=100</guid>
		<description><![CDATA[Wow, that&#8217;s was really long long time ago. Super Nintendo Entertainment System(SNES) was very famous during that time, I would say it was a very great video game console during early 90s.
During that time, video game console was not very common in Malaysia because not many parents afford to buy any &#8220;video game console&#8221; for [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, that&#8217;s was really long long time ago. <a title="Super Nintendo Entertainment System" href="http://en.wikipedia.org/wiki/Super_Nintendo_Entertainment_System">Super Nintendo Entertainment System</a>(SNES) was very famous during that time, I would say it was a very great video game console during early 90s.</p>
<div class="wp-caption aligncenter" style="width: 260px"><img title="SNES Console" src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Super_Nintendo_Entertainment_System-USA.jpg/250px-Super_Nintendo_Entertainment_System-USA.jpg" alt="SNES Console" width="250" height="200" /><p class="wp-caption-text">SNES Console</p></div>
<p>During that time, video game console was not very common in Malaysia because not many parents afford to buy any &#8220;video game console&#8221; for their kids. Parents were always disencourage their kids playing game because they used to believe it may affect their academic results. &#8220;Why should I pay for a console which could pull my son away from study!!&#8221;</p>
<p>I have to admit that my siblings and I were so lucky that my dad had bought us a SNES. We actually took turn and each of us 2 hours game playing time. Precious memory.</p>
<p>Final Fantasy is always my favorite game after I played Final Fantasy VI(JP) or Final Fantasy III (North America version) 15 years ago. And now their fans are highly expecting the release of Final Fantasy XIII but unfortunately announced that it will be released in 2010.</p>
<div id="attachment_103" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-103" title="Final Fantasy VI Opening CG" src="http://www.aegisryan.com/wp-content/uploads/2009/01/ffvi_01-300x199.jpg" alt="Final Fantasy VI Opening CG" width="300" height="199" /><p class="wp-caption-text">Final Fantasy VI Opening CG</p></div>
<div id="attachment_102" class="wp-caption aligncenter" style="width: 190px"><img class="size-full wp-image-102" title="Final Fantasy VI Town" src="http://www.aegisryan.com/wp-content/uploads/2009/01/180px-ffvitown.png" alt="Final Fantasy VI Town" width="180" height="156" /><p class="wp-caption-text">Final Fantasy VI Town</p></div>
<div id="attachment_101" class="wp-caption aligncenter" style="width: 185px"><img class="size-medium wp-image-101" title="Final Fantasy Fighting Screen" src="http://www.aegisryan.com/wp-content/uploads/2009/01/175px-wikibattleff6.png" alt="Final Fantasy Fighting Screen" width="175" height="154" /><p class="wp-caption-text">Final Fantasy Fighting Screen</p></div>
<div id="attachment_104" class="wp-caption aligncenter" style="width: 178px"><img class="size-medium wp-image-104" title="Final Fantasy VI Fighting Screen 2" src="http://www.aegisryan.com/wp-content/uploads/2009/01/final-fantasy-6-advance-02-m-300x263.jpg" alt="Final Fantasy VI Fighting Screen 2" width="168" height="147" /><p class="wp-caption-text">Final Fantasy VI Fighting Screen 2</p></div>
<div id="attachment_105" class="wp-caption aligncenter" style="width: 178px"><img class="size-medium wp-image-105" title="Final Fantasy VI Fighting Screen 3" src="http://www.aegisryan.com/wp-content/uploads/2009/01/final-fantasy-6-300x261.jpg" alt="Final Fantasy VI Fighting Screen 3" width="168" height="146" /><p class="wp-caption-text">Final Fantasy VI Fighting Screen 3</p></div>
<p>The other game, &#8220;Super Mario Bros. 3&#8243; (from Super Mario All Star) is another great game for almost everyone. I bet you guys definitely tried that before right?</p>
<div id="attachment_106" class="wp-caption aligncenter" style="width: 160px"><img class="size-thumbnail wp-image-106" title="Super Mario Bros. 3 Main Menu" src="http://www.aegisryan.com/wp-content/uploads/2009/01/super-mario-bros-3-screenshot-title-150x150.jpg" alt="Super Mario Bros. 3 Main Menu" width="150" height="150" /><p class="wp-caption-text">Super Mario Bros. 3 Main Menu</p></div>
<div id="attachment_107" class="wp-caption aligncenter" style="width: 160px"><img class="size-thumbnail wp-image-106" title="Super Mario Bros. 3 Main Menu" src="http://www.aegisryan.com/wp-content/uploads/2009/01/super_mario_bros_3_nes_screenshot2-150x150.jpg" alt="Super Mario Bros. 3 Main Menu" width="150" height="150" /><p class="wp-caption-text">Super Mario Bros. 3</p></div>
<p>Both are very successful title. Oh, nearly forgot to mention &#8220;Chrono Trigger&#8221;, better check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aegisryan.com/2009/01/17/super-nintendo-entertainment-system-snes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SingTel iPhone 3G Package</title>
		<link>http://www.aegisryan.com/2008/08/21/singtel-iphone-3g-package/</link>
		<comments>http://www.aegisryan.com/2008/08/21/singtel-iphone-3g-package/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 04:32:37 +0000</pubDate>
		<dc:creator>skyfish</dc:creator>
				<category><![CDATA[gadgets]]></category>
		<category><![CDATA[16gb]]></category>
		<category><![CDATA[22th august 2008]]></category>
		<category><![CDATA[8gb]]></category>
		<category><![CDATA[booking]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[iflexi]]></category>
		<category><![CDATA[iphone 3g]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[plus]]></category>
		<category><![CDATA[premium]]></category>
		<category><![CDATA[price plan]]></category>
		<category><![CDATA[reservation]]></category>
		<category><![CDATA[singapore]]></category>
		<category><![CDATA[singtel]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://www.aegisryan.com/?p=88</guid>
		<description><![CDATA[After very long await to SingTel iPhone 3G price release, finally it is released!! Last week I received the news about SingTel iPhone 3G will be launched on 22th August 2008 (that&#8217;s tomorrow!!). I keep searching for it selling price or selling package.
There are new packages available in addition to the existing SingTel Plan:

iFlexi Value
iFlexi [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 411px"><a href="http://www.google.com/url?q=http://www.popsci.com/files/imagecache/article_image_large/files/articles/iphone3g_485.jpg&amp;usg=AFQjCNH8Ka0brbLw6lSRd6i8IKxrwAxLBQ"><img title="iPhone 3G" src="http://www.google.com/url?q=http://www.popsci.com/files/imagecache/article_image_large/files/articles/iphone3g_485.jpg&amp;usg=AFQjCNH8Ka0brbLw6lSRd6i8IKxrwAxLBQ" alt="iPhone 3G" width="401" height="212" /></a><p class="wp-caption-text">iPhone 3G</p></div>
<p>After very long await to SingTel iPhone 3G price release, finally it is released!! Last week I received the news about SingTel iPhone 3G will be launched on 22th August 2008 (that&#8217;s tomorrow!!). I keep searching for it selling price or selling package.</p>
<p>There are new packages available in addition to the existing SingTel Plan:</p>
<ul>
<li><a title="iFlexi Plan" href="http://home.singtel.com/singtel/iphone/popup_iflexi.html" target="_blank"><strong>iFlexi Value</strong></a></li>
<li><a title="iFlexi Plan" href="http://home.singtel.com/singtel/iphone/popup_iflexi.html" target="_blank"><strong>iFlexi Plus</strong></a></li>
<li><a title="iFlexi Plan" href="http://home.singtel.com/singtel/iphone/popup_iflexi.html" target="_blank"><strong>iFlexi Premium</strong></a></li>
</ul>
<p>These iFlexi Plans are loaded with BONUS mobile data for Mobile Internet Browsing, and extended free Wireless@SG. Broadband on Mobile.</p>
<dl id="attachment_92" class="wp-caption aligncenter" style="width: 444px;">
<dt class="wp-caption-dt"><a href="http://www.aegisryan.com/wp-content/uploads/2008/08/iphone_iflexi_plan1.png"><img class="size-full wp-image-92" title="SingTel iFlexi iPhone Price Plan" src="http://www.aegisryan.com/wp-content/uploads/2008/08/iphone_iflexi_plan1.png" alt="SingTel iFlexi iPhone Price Plan" width="434" height="254" /></a></dt>
</dl>
<p>For <a title="Existing Plan" href="http://home.singtel.com/singtel/iphone/popup_iplans.html" target="_blank">Existing Plan</a>, the price will be:</p>
<div id="attachment_95" class="wp-caption aligncenter" style="width: 460px"><a href="http://www.aegisryan.com/wp-content/uploads/2008/08/iphone_standard_plan1.png"><img class="size-full wp-image-95" title="Singtel iPhone Standard Price Plan" src="http://www.aegisryan.com/wp-content/uploads/2008/08/iphone_standard_plan1.png" alt="Singtel iPhone Standard Price Plan" width="450" height="177" /></a><p class="wp-caption-text">Singtel iPhone Standard Price Plan</p></div>
<p>This iPhone 3G is another dream gadget that I wanted but it seems out of my budget at the moment. Maybe grab it some other time or just give up for this gadget. :&#8217;(</p>
<p>The packages below are compared:</p>
<p>Comparison<strong> iOne Plus, iFlexi Value </strong>and <strong>iTwo Value</strong></p>
<table style="text-align: center;" border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td></td>
<td><strong>iOne Plus</strong></td>
<td><strong>iFlexi Value</strong></td>
<td><strong>iTwo Value</strong></td>
</tr>
<tr>
<td style="text-align: right;"><strong>Free Wireless</strong></td>
<td>NO</td>
<td>YES</td>
<td>NO</td>
</tr>
<tr>
<td style="text-align: right;"><strong>Free Local Call</p>
<p></strong></td>
<td>100 mins</td>
<td>200 mins</td>
<td>300 mins</td>
</tr>
<tr>
<td style="text-align: right;"><strong>Free Local SMS</p>
<p></strong></td>
<td>500</td>
<td>500</td>
<td>500</td>
</tr>
<tr>
<td style="text-align: right;"><strong>Subscription</strong><strong></p>
<p></strong></td>
<td>SGD$25.68/mth</td>
<td>SGD$56.00/mth</td>
<td>SGD$48.15/mth</td>
</tr>
<tr>
<td style="text-align: right;"><strong>iPhone 3G 8GB</p>
<p></strong></td>
<td>SGD$698.00</td>
<td>SGD$348.00</td>
<td>SGD$348.00</td>
</tr>
<tr>
<td style="text-align: right;"><strong>iPhone 3G 16GB</p>
<p></strong></td>
<td>SGD$848.00</td>
<td>SGD$508.00</td>
<td>SGD$508.00</td>
</tr>
</tbody>
</table>
<p><strong>For 2 year subscription:</strong></p>
<p><span style="text-decoration: underline;"><strong>iFlexi Value (200 mins, 500 sms, wireless)</strong></span><br />
SGD$56 X 24mths =    SGD$ 1344<br />
iPhone 3G 16GB     =    SGD$  508<br />
Total = <strong>SGD$ 1852</strong> (8GB= SGD$1692)</p>
<p><span style="text-decoration: underline;"><strong>iOne Plus (100 mins, 500 sms, NO wireless)</strong></span><br />
SGD$25.68 X 24mths =     SGD$ 616.32<br />
iPhone 3G 16GB        =    SGD$ 848.00<br />
Total = <strong>SGD$ 1464.32</strong> (8GB=SGD$1314.32)</p>
<p><span style="text-decoration: underline;"><strong>iTwo Value (300 mins, 500 sms, NO Wireless)</strong></span><br />
SGD$48.15 X 24mths =     SGD$ 1155.60<br />
iPhone 3G 16GB        =    SGD$  508.00<br />
Total  = <strong>SGD$ 1663.6 </strong>(8GB=SGD$1503.60)</p>
<p>Here comes the headache problem again, if I plan to buy this gadget, which plan should I take? sigh.. I think I will go for 8GB/16GB iOne Plus package, to save my $$$ in long run because I don&#8217;t think I will use more than 100mins for phone calling within Singapore.</p>
<div class="wp-caption aligncenter" style="width: 270px"><a href="http://images.apple.com/sg/iphone/images/specs_colors20080609.jpg"><img title="iPhone 3G Black or White" src="http://images.apple.com/sg/iphone/images/specs_colors20080609.jpg" alt="iPhone 3G Black or White" width="260" height="184" /></a><p class="wp-caption-text">iPhone 3G Black or White</p></div>
<p>Black or White? Need to see the actual color of real device before I make the choice.</p>
<p>Due to the very demanding of the iPhone 3G. To purchase the iPhone 3G from SingTel, customer required to make a <a title="SingTel iPhone 3G Booking/Reservation" href="http://www.singtel.com/iphone/booknow" target="_blank">reservation online </a>or via Hello! Store. By the way, I just check <a title="SingTel iPhone 3G Booking/Reservation" href="http://www.singtel.com/iphone/booknow" target="_blank"> www.singtel.com/iphone/booknow</a>, the reservation is closed!! Means what? Only walk in reservation at Hello! Store is available now. SingTel do provide a very detail <a title="SingTel iPhone FAQ" href="http://home.singtel.com/singtel/iphone/support_iphone.html" target="_blank">FAQ section</a> to answer your common question.<br />
Links:</p>
<ol>
<li><a title="SingTel" href="http://www.singtel.com" target="_blank">SingTel</a></li>
<li><a title="SingTel iPhone 3G" href="http://home.singtel.com/singtel/index.html#iphone" target="_blank">SingTel iPhone 3G<br />
</a></li>
<li><a title="SingTel iPhone 3G Booking/Reservation" href="http://www.singtel.com/iphone/booknow" target="_blank">SingTel iPhone 3G Booking/Reservation</a></li>
<li><a title="SingTel iPhone FAQ" href="http://home.singtel.com/singtel/iphone/support_iphone.html" target="_blank">SingTel iPhone 3G FAQ section</a></li>
<li><a title="iPhone 3G Technical  Specification" href="http://www.apple.com/sg/iphone/specs.html" target="_blank">iPhone 3G Technical Specification</a></li>
<li><a title="Existing Plan" href="http://home.singtel.com/singtel/iphone/popup_iplans.html" target="_blank">SingTel iPhone Existing Price Plan</a></li>
<li><a title="SingTel iPhone iFlexi Price Plan" href="http://home.singtel.com/singtel/iphone/popup_iflexi.html" target="_blank">SingTel iPhone iFlexi Price Plan</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.aegisryan.com/2008/08/21/singtel-iphone-3g-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ipod Nano for only RM370!!</title>
		<link>http://www.aegisryan.com/2008/05/30/ipod-nano-for-only-rm370/</link>
		<comments>http://www.aegisryan.com/2008/05/30/ipod-nano-for-only-rm370/#comments</comments>
		<pubDate>Fri, 30 May 2008 01:10:14 +0000</pubDate>
		<dc:creator>skyfish</dc:creator>
				<category><![CDATA[gadgets]]></category>
		<category><![CDATA[bonuslink ipod malaysia redemption maybank2u nintendo w]]></category>
		<category><![CDATA[digital camera]]></category>

		<guid isPermaLink="false">http://www.aegisryan.com/?p=79</guid>
		<description><![CDATA[
Earlier of May I found that BonusLink will run a new promotion for few items from 26 May 2008 to 31 August 2008. This promotion event called MAD MAD DEALS. There are total 7 items now, as below:

Sony Cybershot T2, RM1399 &#8211;&#62; RM1129 (-RM200), 14% off 
**iPod Nano 4GB, RM569 &#8211;&#62; RM375 (-RM194),  34% [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.aegisryan.com/wp-content/uploads/2008/05/20080530_mad_mad_deals.jpg" alt="BonusLink Mad Mad Deals Item" /></p>
<p>Earlier of May I found that <a title="BonusLink" href="http://www.bonuslink.com.my" target="_blank">BonusLink</a> will run a new promotion for few items from 26 May 2008 to 31 August 2008. This promotion event called <strong>MAD MAD DEALS</strong>. There are total 7 items now, as below:</p>
<ol>
<li><a href="http://www.bonuslink.com.my/specialProductDetails.asp?catalog%5Fname=Rewards&amp;product%5Fid=308%2D101%2D001&amp;catalog%5Ftype=MD"><strong>Sony Cybershot T2</strong></a><strong>,</strong> <span style="color: #ff0000;"><span style="text-decoration: line-through;">RM1399</span></span> &#8211;&gt; <strong>RM1129</strong> <em>(-RM200), 14% off</em><strong> </strong></li>
<li><span style="color: #ff9900;"><a href="http://www.bonuslink.com.my/specialProductDetails.asp?catalog%5Fname=Rewards&amp;product%5Fid=308%2D101%2D002&amp;catalog%5Ftype=MD"><strong>**iPod Nano 4GB</strong></a></span><strong>, </strong><span style="color: #ff0000;"><span style="text-decoration: line-through;">RM569</span></span> &#8211;&gt; <strong>RM375</strong> <em>(-RM194),  34% off</em></li>
<li><a href="http://www.bonuslink.com.my/specialProductDetails.asp?catalog%5Fname=Rewards&amp;product%5Fid=308%2D101%2D003&amp;catalog%5Ftype=MD"><strong>Nintendo Wii (US version)</strong></a>, <span style="color: #ff0000;"><span style="text-decoration: line-through;">RM1699</span></span> &#8211;&gt; <strong>RM1259</strong> <em>(-RM440), 26% off</em></li>
<li><a href="http://www.bonuslink.com.my/specialProductDetails.asp?catalog%5Fname=Rewards&amp;product%5Fid=217%2D101%2D001&amp;catalog%5Ftype=MD"><strong>Philips 32&#8243; LCD TV 32PFL7332/98</strong></a>, <span style="text-decoration: line-through;"><span style="color: #ff0000;">RM3499</span></span><span class="font_06"> &#8211;&gt; <strong>RM2089</strong></span> <em>(-RM1410),  40% off</em></li>
<li><a href="http://www.bonuslink.com.my/specialProductDetails.asp?catalog%5Fname=Rewards&amp;product%5Fid=217%2D101%2D002&amp;catalog%5Ftype=MD"><strong>Philips DVD Micro Theater MCD299/98</strong></a>, <span style="color: #ff0000;"><span style="text-decoration: line-through;">RM1599</span></span> &#8211;&gt; <span class="font_06"><strong>RM1059</strong> <em>(-RM540), 34% off</em></span></li>
<li><a href="http://www.bonuslink.com.my/specialProductDetails.asp?catalog%5Fname=Rewards&amp;product%5Fid=217%2D101%2D003&amp;catalog%5Ftype=MD"><strong>Philips Docking Entertainment System DCM230/12</strong></a> , <span style="text-decoration: line-through;"><span style="color: #ff0000;">RM929</span></span> &#8211;&gt; <span class="font_06"><strong>RM629</strong><em> (-RM300),  32% off</em></span></li>
<li><a href="http://www.bonuslink.com.my/specialProductDetails.asp?catalog%5Fname=Rewards&amp;product%5Fid=217%2D101%2D004&amp;catalog%5Ftype=MD"><strong>Philips Clock Radio AJL308/98</strong></a>, <span style="text-decoration: line-through;"><span style="color: #ff0000;">RM729</span></span><span class="font_06"> &#8211;&gt; <strong>RM499</strong> <em>(-RM230), 31% off</em><br />
</span></li>
</ol>
<p>As you can see, these items discounted from 14% ~ 40% of original price. What I can say is.. It worth to buy!</p>
<p>Do you see the highlighted item? IPod Nano 4GB, this is the gadget I want the most among the items. It only cost RM375! The first day, 25 May 08 where this MAD MAD DEALS begin, the time I browse to Ipod Nano found that it is OUT OF STOCK, WTF. However, it is in stock on the next day but I have no $$$ for that at this time. =(</p>
<p>By the way, of course there are certain rules. You must have at least <strong>550 bonuslink points </strong>and <strong>MUST use Maybank2u.com</strong> for payment.</p>
<p><strong>Link:</strong> <a title="BonusLink Mad Mad Deals" href="http://www.bonuslink.com.my/madmaddeals.asp?catalog%5Fname=Rewards&amp;Page=1" target="_blank">BonusLink Mad Mad Deals</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aegisryan.com/2008/05/30/ipod-nano-for-only-rm370/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s been awhile&#8230;</title>
		<link>http://www.aegisryan.com/2008/04/09/its-been-awhile/</link>
		<comments>http://www.aegisryan.com/2008/04/09/its-been-awhile/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 16:24:38 +0000</pubDate>
		<dc:creator>skyfish</dc:creator>
				<category><![CDATA[PSP]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tip & tricks]]></category>

		<guid isPermaLink="false">http://www.aegisryan.com/2008/04/09/its-been-awhile/</guid>
		<description><![CDATA[Missing In Action!!! Wow, it&#8217;s been a year I didn&#8217;t show up in my blog. After I have a look on my blog, I found that the response from 2 previous topic seems good.
Frankly, I really feel glad that my readers do find my guide useful to them.  
If you have time, please have [...]]]></description>
			<content:encoded><![CDATA[<p>Missing In Action!!! Wow, it&#8217;s been a year I didn&#8217;t show up in my blog. After I have a look on my blog, I found that the response from 2 previous topic seems good.</p>
<p>Frankly, I really feel glad that my readers do find my guide useful to them. <img src='http://www.aegisryan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you have time, please have a look in <a target="_blank" title="Installation of Mac OSx86 in VMWare" href="http://www.aegisryan.com/2005/09/11/simplest-installation-of-mac-osx86-in-vmware/">Installation of Mac OSx86 in VMWare</a>, you should try this guide which allow us to Install Apple Mac OS into Windows Platform!!</p>
<p>Another guide is bout downgrading PSP, <a rel="bookmark" title=" Downgrade PSP 2.5/2.6 to 1.5 is REAL!!!" href="http://www.aegisryan.com/2006/07/05/downgrade-psp-2526-to-15-is-real/">                          Downgrade PSP 2.5/2.6 to 1.5 is REAL!!!</a></p>
<p>Enjoy~! I will be back very soon and redesign the site!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aegisryan.com/2008/04/09/its-been-awhile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sony Ericsson&#8217;s Price [01 MAY 2007]</title>
		<link>http://www.aegisryan.com/2007/05/01/sony-ericssons-price-01-may-2007/</link>
		<comments>http://www.aegisryan.com/2007/05/01/sony-ericssons-price-01-may-2007/#comments</comments>
		<pubDate>Tue, 01 May 2007 15:32:14 +0000</pubDate>
		<dc:creator>skyfish</dc:creator>
				<category><![CDATA[gadgets]]></category>
		<category><![CDATA[others]]></category>

		<guid isPermaLink="false">http://www.aegisryan.com/2007/05/01/sony-ericssons-price-01-may-2007/</guid>
		<description><![CDATA[I have just updated the Sony Ericsson&#8217;s Price of 01 MAY 2007. Please click on the following link to view the price.Updated on 01 MAY 2007. Hope this might help you guys
Click here to see Sony Ericsson&#8217;s Price
]]></description>
			<content:encoded><![CDATA[<p>I have just updated the Sony Ericsson&#8217;s Price of 01 MAY 2007. Please click on the following link to view the price.Updated on 01 MAY 2007. Hope this might help you guys</p>
<p><a title="Sony Ericsson" target="_blank" href="http://www.aegisryan.com/mobile-phones-price-malaysia/sony-ericssons-price/">Click here to see Sony Ericsson&#8217;s Price</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aegisryan.com/2007/05/01/sony-ericssons-price-01-may-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia’s Price 01 MAY 2007</title>
		<link>http://www.aegisryan.com/2007/05/01/nokia%e2%80%99s-price-01-may-2007/</link>
		<comments>http://www.aegisryan.com/2007/05/01/nokia%e2%80%99s-price-01-may-2007/#comments</comments>
		<pubDate>Tue, 01 May 2007 15:21:57 +0000</pubDate>
		<dc:creator>skyfish</dc:creator>
				<category><![CDATA[gadgets]]></category>
		<category><![CDATA[others]]></category>

		<guid isPermaLink="false">http://www.aegisryan.com/2007/05/01/nokia%e2%80%99s-price-01-may-2007/</guid>
		<description><![CDATA[I have updated the Nokia Price. Please click on the following link to view the price.
Updated on 01 MAY 2007. Hope this post really helps you guys.
Click here to see Nokia Price
]]></description>
			<content:encoded><![CDATA[<p>I have updated the Nokia Price. Please click on the following link to view the price.</p>
<p>Updated on 01 MAY 2007. Hope this post really helps you guys.</p>
<p><a href="http://www.aegisryan.com/mobile-phones-price-malaysia/nokias-price/">Click here to see Nokia Price</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aegisryan.com/2007/05/01/nokia%e2%80%99s-price-01-may-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
