<?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>Steve Looi</title>
	<atom:link href="http://www.stevelooi.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevelooi.com</link>
	<description>Tech, Gadgets, Reviews, How-to, Tips and more</description>
	<lastBuildDate>Mon, 23 Dec 2013 17:02:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.6.29</generator>
	<item>
		<title>Upgrade WordPress Without Requiring FTP</title>
		<link>http://www.stevelooi.com/2013/12/24/upgrade-wordpress-without-requiring-ftp/</link>
		<comments>http://www.stevelooi.com/2013/12/24/upgrade-wordpress-without-requiring-ftp/#respond</comments>
		<pubDate>Mon, 23 Dec 2013 17:02:08 +0000</pubDate>
		<dc:creator><![CDATA[Steve Looi]]></dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/2013/12/24/</guid>
		<description><![CDATA[Sometimes when upgrading WordPress via its admin panel, WordPress will ask for FTP account. Follow these steps to upgrade WordPress without requiring FTP account: 1. Edit wp-config.php and add the following line: define(&#8216;FS_METHOD&#8217;,&#8217;direct&#8217;); 2. Save wp-config.php and upload the file to the web server.]]></description>
				<content:encoded><![CDATA[<p>Sometimes when upgrading WordPress via its admin panel, WordPress will ask for FTP account.</p>
<p>Follow these steps to upgrade WordPress without requiring FTP account:</p>
<p>1. Edit wp-config.php and add the following line:</p>
<p>define(&#8216;FS_METHOD&#8217;,&#8217;direct&#8217;);</p>
<p>2. Save wp-config.php and upload the file to the web server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2013/12/24/upgrade-wordpress-without-requiring-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Search Engines Submission</title>
		<link>http://www.stevelooi.com/2012/01/25/free-search-engines-submission/</link>
		<comments>http://www.stevelooi.com/2012/01/25/free-search-engines-submission/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 14:42:10 +0000</pubDate>
		<dc:creator><![CDATA[Steve Looi]]></dc:creator>
				<category><![CDATA[Internet Marketing]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/2012/01/25/</guid>
		<description><![CDATA[There are many web sites offering search engines submission services free of charge. These sites provide auto and manual submissions of your URL to the leading, highest-rated search engines and directories for free. The list of sites I tried before: Submit Express &#8211; submits to over 70 top search engines and directories. AddME &#8211; submits [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>There are many web sites offering <strong>search engines submission</strong> services free of charge. These sites provide auto and manual submissions of your URL to the leading, highest-rated search engines and directories for free.</p>
<p>The list of sites I tried before:</p>
<p><a href="http://www.submitexpress.com/" target="_blank">Submit Express</a> &#8211; submits to over 70 top search engines and directories.</p>
<p><a href="http://www.addme.com/" target="_blank">AddME</a> &#8211; submits to 20 top search engines and directories.</p>
<p><a href="http://www.submitstart.com/" target="_blank">SubmitStart</a> &#8211; submits to leading search engines.</p>
<p><a href="http://www.freewebsubmission.com/" target="_blank">Free Web Submission</a> &#8211; submits to over 50 highest-rated search engines and directories.</p>
<p>Premium services provided by these web site are such as Search Engine Optimization (SEO), Pay Per Click (PPC) search engine advertising placement, social media marketing, SEO software and keyword tools.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2012/01/25/free-search-engines-submission/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrade PHP 5.1.x to 5.2.x required by WordPress 3.2 in CentOS</title>
		<link>http://www.stevelooi.com/2011/10/10/upgrade-php-5-1-x-to-5-2-x-required-by-wordpress-3-2-in-centos/</link>
		<comments>http://www.stevelooi.com/2011/10/10/upgrade-php-5-1-x-to-5-2-x-required-by-wordpress-3-2-in-centos/#respond</comments>
		<pubDate>Sun, 09 Oct 2011 16:50:07 +0000</pubDate>
		<dc:creator><![CDATA[Steve Looi]]></dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/2011/10/10/</guid>
		<description><![CDATA[I upgraded my site to the latest WordPress 3.2.1. When I browsed to the site for the first time after upgraded it, the screen displayed an error message indicating that WordPress 3.2.1 required 5.2.4 or above to work. If you are have the standard PHP 5.1.x in CentOS 5.x and trying to upgrade your system [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I upgraded my site to the latest WordPress 3.2.1. When I browsed to the site for the first time after upgraded it, the screen displayed an error message indicating that WordPress 3.2.1 required 5.2.4 or above to work.</p>
<p>If you are have the standard PHP 5.1.x in CentOS 5.x and trying to upgrade your system to PHP 5.2.x using yum, you probably will encounter the same scenario where yum couldn&#8217;t find PHP 5.2.x package for update.</p>
<p>I searched around and found that PHP 5.2.x is included in the development repository.</p>
<p>Firstly, we need to add the development repository to yum. We need to add in the yum repository configuration file so it pulls PHP packages only. Use one of you favourite text editors to create a new yum repository configuration file.</p>
<p># /etc/yum.repos.d/CentOS-Testing.repo</p>
<p>Copy/paste the following into this file:</p>
<p>[c5-testing]<br />
name=CentOS-5 Testing<br />
baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/<br />
enabled=1<br />
gpgcheck=1<br />
gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing<br />
includepkgs=php*</p>
<p>Run the following command to get a list of what PHP packages you have currently installed in your system:</p>
<p># rpm -qa |grep php</p>
<p>Use yum to update the PHP packages on your system by running the following command:</p>
<p># yum update</p>
<p>Once yum has completed, run the following command:</p>
<p># service httpd restart</p>
<p>Finally, if everything goes well, you have PHP 5.2.x running in your system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2011/10/10/upgrade-php-5-1-x-to-5-2-x-required-by-wordpress-3-2-in-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TCPDUMP command-line packet analyzer</title>
		<link>http://www.stevelooi.com/2011/09/29/tcpdump-command-line-packet-analyzer/</link>
		<comments>http://www.stevelooi.com/2011/09/29/tcpdump-command-line-packet-analyzer/#respond</comments>
		<pubDate>Thu, 29 Sep 2011 15:52:36 +0000</pubDate>
		<dc:creator><![CDATA[Steve Looi]]></dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/?p=117</guid>
		<description><![CDATA[Tcpdump is a very useful Linux/Unix command-line packet analyzer. Here&#8217;s an example of the tcpdump command that writes the output to a file. tcpdump -s 0 -vv -w /var/log/log_file.pcap The tcpdump man page is available at the tcpdump official web site.]]></description>
				<content:encoded><![CDATA[<p><em>Tcpdump</em> is a very useful Linux/Unix command-line packet analyzer. Here&#8217;s an example of the tcpdump command that writes the output to a file.</p>
<p>tcpdump -s 0 -vv -w /var/log/log_file.pcap</p>
<p>The tcpdump man page is available at the<a href="http://www.tcpdump.org/" target="_blank"> tcpdump official web site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2011/09/29/tcpdump-command-line-packet-analyzer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Command Line to Check, Auto Repair and Optimize All Tables in All Databases</title>
		<link>http://www.stevelooi.com/2010/07/21/mysql-command-line-to-check-auto-repair-and-optimize-all-tables-in-all-databases/</link>
		<comments>http://www.stevelooi.com/2010/07/21/mysql-command-line-to-check-auto-repair-and-optimize-all-tables-in-all-databases/#respond</comments>
		<pubDate>Tue, 20 Jul 2010 18:54:09 +0000</pubDate>
		<dc:creator><![CDATA[Steve Looi]]></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/?p=115</guid>
		<description><![CDATA[This is a handy command line that will check, auto repair and optimize all tables in all MySQL databases. mysqlcheck -u root -p &#8211;check &#8211;auto-repair &#8211;optimize &#8211;all-databases]]></description>
				<content:encoded><![CDATA[<p>This is a handy command line that will <strong>check</strong>, <strong>auto repair</strong> and <strong>optimize</strong> all tables in all MySQL databases.</p>
<p>mysqlcheck -u root -p &#8211;check &#8211;auto-repair &#8211;optimize &#8211;all-databases</p>
<p><img id="smallDivTip" style="z-index: 90; border: 0px solid blue; position: absolute; left: 112px; top: 69px;" src="chrome://dictionarytip/skin/dtipIconHover.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2010/07/21/mysql-command-line-to-check-auto-repair-and-optimize-all-tables-in-all-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boost Firefox Startup with SpeedyFox</title>
		<link>http://www.stevelooi.com/2010/07/21/boost-firefox-startup-with-speedyfox/</link>
		<comments>http://www.stevelooi.com/2010/07/21/boost-firefox-startup-with-speedyfox/#respond</comments>
		<pubDate>Tue, 20 Jul 2010 18:17:15 +0000</pubDate>
		<dc:creator><![CDATA[Steve Looi]]></dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/?p=112</guid>
		<description><![CDATA[When you have been using FireFox for a long period of time, you will notice it slows down considerably. It will take longer time to load during start up. The problem is mostly due to fragmentation of its SQLITE database. SpeedyFox is a free software that will defrag and optimize the FireFox database. Click here [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>When you have been using FireFox for a long period of time, you will notice it slows down considerably. It will take longer time to load during start up. The problem is mostly due to fragmentation of its SQLITE database.</p>
<p>SpeedyFox is a free software that will defrag and optimize the FireFox database.</p>
<p><a href="http://www.crystalidea.com/speedyfox" target="_blank">Click here</a> to visit SpeedyFox site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2010/07/21/boost-firefox-startup-with-speedyfox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure free email account to protect your privacy</title>
		<link>http://www.stevelooi.com/2009/05/14/secure-free-email-account-to-protect-your-privacy/</link>
		<comments>http://www.stevelooi.com/2009/05/14/secure-free-email-account-to-protect-your-privacy/#respond</comments>
		<pubDate>Thu, 14 May 2009 15:49:37 +0000</pubDate>
		<dc:creator><![CDATA[Steve Looi]]></dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[Secure]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/?p=109</guid>
		<description><![CDATA[Hushmail provides secure free email address for everyone. It allows you to send and receive confidential email between you and the intended recipients by encrypting the email message, so that you won&#8217;t need to worry about your email being intercepted and view by any person. Every secure free Hushmail account include these features: Spam filtering [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><strong><a title="Hushmail.com" href="http://www.hushmail.com/" target="_blank">Hushmail</a></strong> provides secure free email address for everyone. It allows you to send and receive confidential email between you and the intended recipients by encrypting the email message, so that you won&#8217;t need to worry about your email being intercepted and view by any person.</p>
<p>Every secure free Hushmail account include these features:</p>
<ul>
<li>Spam filtering</li>
<li>Virus scanning</li>
<li>File storage and sharing with other Hushmail users</li>
<li>Unlimited contacts</li>
<li>POP3 access to external email accounts</li>
<li>Easy encrypted communication with contacts at any email address using Hustmail Express</li>
<li>Hush Messenger for secure instant messaging</li>
<li>Email notification</li>
<li>Read receipts, auto-responders, drafts, and templates</li>
<li>Digital signatures for email and attachments</li>
<li>End-to-end encryption for email and files</li>
<li>Full OpenPGP support with 2048 bit encryption</li>
<li>Encryption toolkit</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2009/05/14/secure-free-email-account-to-protect-your-privacy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing Multiple PuTTY Instances in Tabs</title>
		<link>http://www.stevelooi.com/2009/04/13/managing-multiple-putty-instances-in-tabs/</link>
		<comments>http://www.stevelooi.com/2009/04/13/managing-multiple-putty-instances-in-tabs/#respond</comments>
		<pubDate>Mon, 13 Apr 2009 03:06:35 +0000</pubDate>
		<dc:creator><![CDATA[Steve Looi]]></dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/?p=106</guid>
		<description><![CDATA[PuTTY is a free Telnet and SSH client for Win32 and Unix platforms. It lacks the tabbing feature, which is one of the most important missing feature of PuTTY that many users are complaining. When you create multiple PuTTY connection instances, each instance will be opened in a separate window. PuTTY Connection Manager is a [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>PuTTY is a free Telnet and SSH client for Win32 and Unix platforms. It lacks the tabbing feature, which is one of the most important missing feature of PuTTY that many users are complaining. When you create multiple PuTTY connection instances, each instance will be opened in a separate window.</p>
<p><a title="PuTTY Connection Manager" href="http://puttycm.free.fr/" target="_self">PuTTY Connection Manager</a> is a free PuTTY Client Add-on for Windows platforms which provide a solution for managing multiple PuTTY instances by creating a tab for each PuTTY instance within the program window.</p>
<p>According to the features listed in the PuTTY Connection Manager web site, they include:</p>
<ul>
<li>Tabs and dockable windows for PuTTY instances.</li>
<li>Fully compatible with PuTTY configuration (using registry).</li>
<li>Easily customizable to optimize workspace (fullscreen, minimze to tray, add/remove toolbar, etc.).</li>
<li>Automatic login feature regardless to protocol restrictions (user keyboard simulation).</li>
<li>Post-login commands (execute any shell command when logged).</li>
<li>Connection Manager : Manage a large number of connections with specific configuration (auto-login, specific PuTTY Session, post-command, etc.).</li>
<li>Quick connect toolbar to quickly launch a PuTTY connection.</li>
<li>Import/Export whole connections informations to XML format (generate your configuration automatically from another tool and import it, or export your configuration for backup purpose).</li>
<li>Encrypted configuration database option available to store connections informations safely (external library supporting AES algorithm used with key sizes of 128, 192 and 256 bits, please refer for the legal status of encryption software in your country).</li>
<li>Standalone executable, no setup required.</li>
<li>Localizable : English (default) and French available (only when using setup version, standalone is english only).</li>
</ul>
<p>The PuTTY Connection Manager requires <a title="Microsoft .NET Framework 2.0" href="http://download.microsoft.com/download/5/6/7/567758a3-759e-473e-bf8f-52154438565a/dotnetfx.exe">Microsoft .NET Framework 2.0</a> and <a title="PuTTY Free Telnet and SSH Client" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">PuTTY</a> in order to run.</p>
<p>In the PuTTY Connection Manager, access the Tools &gt; Options. In the Options window, select PuTTY and browse or type the location of the PuTTY Client program in your PC.</p>
<p>Visit <a title="PuTTY Connection Manager" href="http://puttycm.free.fr/" target="_blank">PuTTY Connection Manager</a> homepage to download the software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2009/04/13/managing-multiple-putty-instances-in-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Tool to Search for Files and Contents on Your Hard Drive</title>
		<link>http://www.stevelooi.com/2009/04/05/free-tool-to-search-for-files-and-contents-on-your-hard-drive/</link>
		<comments>http://www.stevelooi.com/2009/04/05/free-tool-to-search-for-files-and-contents-on-your-hard-drive/#respond</comments>
		<pubDate>Sat, 04 Apr 2009 19:42:58 +0000</pubDate>
		<dc:creator><![CDATA[Steve Looi]]></dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/?p=98</guid>
		<description><![CDATA[Agent Ransack is a free Windows tool for finding files and content of files on your hard drive fast and efficiently. Agent Ransack displays the results of the text it finds when searching the contents of files so that you can quickly browse the results within the program without having to open each file separately. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Agent Ransack is a free Windows tool for finding files and content of files on your hard drive fast and efficiently.</p>
<p>Agent Ransack displays the results of the text it finds when searching the contents of files so that you can quickly browse the results within the program without having to open each file separately.</p>
<p>I installed the software in Windows XP and Vista. I find the searching speed is much faster than the Search feature that comes with the operating system.</p>
<p>Download Agent Ransack at:<br />
<a title="Agent Ransack" href="http://www.mythicsoft.com/agentransack/" target="_blank">http://www.mythicsoft.com/agentransack/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2009/04/05/free-tool-to-search-for-files-and-contents-on-your-hard-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgraded to WordPress 2.7.1</title>
		<link>http://www.stevelooi.com/2009/04/05/upgraded-to-wordpress-271/</link>
		<comments>http://www.stevelooi.com/2009/04/05/upgraded-to-wordpress-271/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 19:15:29 +0000</pubDate>
		<dc:creator><![CDATA[Steve Looi]]></dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/?p=94</guid>
		<description><![CDATA[This site was upgraded to WordPress 2.7.1 without any problem. It took me about 15 minutes to complete the entire upgrade process, which included downloading the latest source file and backup the existing files. I noticed the admin layout was different from the previous version 2.6 that I had. It took me a while to [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>This site was upgraded to WordPress 2.7.1 without any problem. It took me about 15 minutes to complete the entire upgrade process, which included downloading the latest source file and backup the existing files.</p>
<p>I noticed the admin layout was different from the previous version 2.6 that I had. It took me a while to familiarize with the new layout.</p>
<p>Several plugins had newer version. I upgraded them with the upgrade automatically feature. Everything is working as it is suppose to be. What a relieve!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2009/04/05/upgraded-to-wordpress-271/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
