<?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>fengcool.com &#187; Nelson</title>
	<atom:link href="http://www.fengcool.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fengcool.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 31 May 2010 02:22:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mysql fix crashed tables</title>
		<link>http://www.fengcool.com/2009/10/mysql-fix-crashed-tables/</link>
		<comments>http://www.fengcool.com/2009/10/mysql-fix-crashed-tables/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 02:04:15 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[crashed table]]></category>
		<category><![CDATA[fix crashed table]]></category>
		<category><![CDATA[mysql crashed]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/?p=109</guid>
		<description><![CDATA[Automatically find crashed tables and fix them.]]></description>
			<content:encoded><![CDATA[<p>Sometimes, system halt or power off will make your MySQL database crashed and you without knowing it unless you try to access those bad tables. </p>
<p>Run this Linux command to automatically find crashed tables and fix them.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="mysql" style="font-family:monospace;">mysqlcheck <span style="color: #CC0099;">--</span>auto<span style="color: #CC0099;">-</span>repair <span style="color: #CC0099;">-</span>A <span style="color: #CC0099;">-</span>u <span style="color: #CC0099;">&lt;</span>username<span style="color: #CC0099;">&gt;</span> <span style="color: #CC0099;">-</span>p<span style="color: #CC0099;">&lt;</span>password<span style="color: #CC0099;">&gt;</span></pre></td></tr></table></div>

<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2009%2F10%2Fmysql-fix-crashed-tables%2F&amp;linkname=Mysql%20fix%20crashed%20tables"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2009/10/mysql-fix-crashed-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Firefox user agent to mobile devices&#8217;</title>
		<link>http://www.fengcool.com/2009/08/change-firefox-user-agent-to-mobile-devices/</link>
		<comments>http://www.fengcool.com/2009/08/change-firefox-user-agent-to-mobile-devices/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 14:57:38 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/?p=121</guid>
		<description><![CDATA[Change Firefox user agent string to mobile device help mobile web development]]></description>
			<content:encoded><![CDATA[<p>Often you need view your mobile web development on mobile devices. Wouldn&#8217;t it be better to have Firefox, web developer, firebug and etc to help you?<br />
You can change your desktop Firefox user agent string to make a mobile web site thinks you are view it from a mobile device.<br />
Here&#8217;s how to do it.</p>
<ul>
<li><strong>Type about:config</strong> in Firefox address bar. And read the scary warning and proceed</li>
<li>Right click on the settings and select New -> String. </li>
<li>Enter the preference name: <strong>general.useragent.override</strong>, enter string value: <strong>BlackBerry9000/4.6.0.266 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/120</strong></li>
</ul>
<p>Then you&#8217;ve done. </p>
<p>In above example, &#8220;BlackBerry9000/4.6.0.266 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/120&#8243;  is Blackberry Bold user agent.</p>
<p><strong>Common user agents</strong><br />
iPhone user agent:<br />
Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A543a Safari/419.3<br />
Windows mobile 6 user agent:<br />
Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile M.N)</p>
<p>In case you want to get full desktop power back, just select the settings you just added, and select &#8220;Reset&#8221;</p>
<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2009%2F08%2Fchange-firefox-user-agent-to-mobile-devices%2F&amp;linkname=Change%20Firefox%20user%20agent%20to%20mobile%20devices%26%238217%3B"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2009/08/change-firefox-user-agent-to-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk common shell commands</title>
		<link>http://www.fengcool.com/2009/06/plesk-common-shell-commands/</link>
		<comments>http://www.fengcool.com/2009/06/plesk-common-shell-commands/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 18:02:40 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/?p=79</guid>
		<description><![CDATA[Plesk common shell commands]]></description>
			<content:encoded><![CDATA[<p>Reload vhost.conf for single domain</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="ini" style="font-family:monospace;">/usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name<span style="color: #000066; font-weight:bold;">=</span></pre></td></tr></table></div>

<p>Update AWStats for only 1 domain in Plesk</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="ini" style="font-family:monospace;">/usr/local/psa/admin/sbin/statistics --calculate-one --domain-name<span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">you-domain.com</span></pre></td></tr></table></div>

<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2009%2F06%2Fplesk-common-shell-commands%2F&amp;linkname=Plesk%20common%20shell%20commands"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2009/06/plesk-common-shell-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion client for Windows command line output unreadable characters</title>
		<link>http://www.fengcool.com/2009/05/svn-client-command-line-output-message-problem/</link>
		<comments>http://www.fengcool.com/2009/05/svn-client-command-line-output-message-problem/#comments</comments>
		<pubDate>Fri, 08 May 2009 04:16:08 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/?p=75</guid>
		<description><![CDATA[Subversion windows client command line output problem. SVN ouput message problem with current language for non-unicode programs set to Chinese]]></description>
			<content:encoded><![CDATA[<p>If you use subversion client windows command line</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="ini" style="font-family:monospace;">svn help</pre></td></tr></table></div>

<p>on a Windows system with current language for non-Unicode programs set to a different language such as Chinese Simplified.<br />
You probably will see a screen with strange characters &#8211; garbage output in command prompt window.<br />
It&#8217;s very easy to fix this by set an environment variable for your system</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="ini" style="font-family:monospace;">Set LANG<span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">C</span></pre></td></tr></table></div>

<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2009%2F05%2Fsvn-client-command-line-output-message-problem%2F&amp;linkname=Subversion%20client%20for%20Windows%20command%20line%20output%20unreadable%20characters"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2009/05/svn-client-command-line-output-message-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple helloworld c++ program to test noexec tmp partition</title>
		<link>http://www.fengcool.com/2008/12/simple-helloworld-c-program-to-test-noexec-tmp-partition/</link>
		<comments>http://www.fengcool.com/2008/12/simple-helloworld-c-program-to-test-noexec-tmp-partition/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 16:46:28 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[c++]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/?p=61</guid>
		<description><![CDATA[c++ helloworld for linux to test secured noexec /tmp partition]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="cpp" style="font-family:monospace;"><span style="color: #339900;">#include &lt;iostream&gt;</span>
&nbsp;
<span style="color: #0000ff;">int</span> main<span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span>
<span style="color: #008000;">&#123;</span>
  std<span style="color: #008080;">::</span><span style="color: #0000dd;">cout</span> <span style="color: #000080;">&lt;&lt;</span> <span style="color: #FF0000;">&quot;Hello world, compiled with g++ on linux&quot;</span> <span style="color: #000080;">&lt;&lt;</span> std<span style="color: #008080;">::</span><span style="color: #007788;">endl</span><span style="color: #008080;">;</span>
  <span style="color: #0000ff;">return</span> <span style="color: #0000dd;">0</span><span style="color: #008080;">;</span>
<span style="color: #008000;">&#125;</span></pre></td></tr></table></div>

<p>compile this and move to your secured tmp partition and execute it. If you get a permission error, tmp partition is mounted correctly with noexec.</p>
<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2008%2F12%2Fsimple-helloworld-c-program-to-test-noexec-tmp-partition%2F&amp;linkname=Simple%20helloworld%20c%2B%2B%20program%20to%20test%20noexec%20tmp%20partition"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2008/12/simple-helloworld-c-program-to-test-noexec-tmp-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install VMware tools to Fedora 10 client OS on Windows Vista host OS</title>
		<link>http://www.fengcool.com/2008/11/install-vmware-tools-to-fedora-10-client-os-on-windows-vista-host-os/</link>
		<comments>http://www.fengcool.com/2008/11/install-vmware-tools-to-fedora-10-client-os-on-windows-vista-host-os/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 04:02:07 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/?p=55</guid>
		<description><![CDATA[How to install VMware tool to Fedora guest OS on a Windows Vista host OS for VMware workstation 6.5.1]]></description>
			<content:encoded><![CDATA[<p>Software requirements:</p>
<ul>
<li>Windows Vista Ultimate 64bit</li>
<li>VMware workstation 6.5.1</li>
<li>Fedora 10 64bit</li>
</ul>
<p>Install packages that are required to build VMware tools:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"> yum <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #c20cb9; font-weight: bold;">gcc</span> <span style="color: #c20cb9; font-weight: bold;">make</span> kernel-devel<span style="color: #000000; font-weight: bold;">&lt;/</span>li<span style="color: #000000; font-weight: bold;">&gt;</span></pre></td></tr></table></div>

<p>Step by step guide</p>
<ol>
<li>Logon to Fedora, and select &#8220;Install VMware Tools&#8221; from VM menu</li>
<li>After the tool cd was mount, open a terminal window logon as root user and type

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> ~
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> VMware
<span style="color: #7a0874; font-weight: bold;">cd</span> VMWare</pre></td></tr></table></div>

</li>
<li>Type:

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>VMware\ Tools<span style="color: #000000; font-weight: bold;">/</span>VMwareTools-7.8.4-126130.tar.gz .<span style="color: #000000; font-weight: bold;">/</span></pre></td></tr></table></div>

</li>
<li>Untar and install by typing:

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">tar</span> zxpf .<span style="color: #000000; font-weight: bold;">/</span>VMwareTools-7.8.4-126130.tar.gz
<span style="color: #7a0874; font-weight: bold;">cd</span> vmware-tools-distrib<span style="color: #000000; font-weight: bold;">/</span>
.<span style="color: #000000; font-weight: bold;">/</span>vmware-install.pl</pre></td></tr></table></div>

</li>
<li>Config and build VMware tool modules:

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">vmware-config-tools.pl</pre></td></tr></table></div>

<p>and type y when prompt to build vmware modules</li>
</ol>
<p>Restart your guest OS and then you should have vmware tool installed. You should be able to see your shared folder from the host OS.</p>
<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2008%2F11%2Finstall-vmware-tools-to-fedora-10-client-os-on-windows-vista-host-os%2F&amp;linkname=Install%20VMware%20tools%20to%20Fedora%2010%20client%20OS%20on%20Windows%20Vista%20host%20OS"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2008/11/install-vmware-tools-to-fedora-10-client-os-on-windows-vista-host-os/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Linux Server Security Checklist</title>
		<link>http://www.fengcool.com/2008/11/linux-server-security-checklist/</link>
		<comments>http://www.fengcool.com/2008/11/linux-server-security-checklist/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 22:17:25 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/?p=54</guid>
		<description><![CDATA[A checklist of steps needed to secure a Linux server]]></description>
			<content:encoded><![CDATA[<ul>
<li>Firewall (apf/csf and bfd)</li>
<li>Secure tmp partition (noexec)</li>
<li>rootkit scanning</li>
<li>PHP hardening</li>
<li>Apache hardening</li>
<li>Mod-security</li>
<li>Shell login notification</li>
</ul>
<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2008%2F11%2Flinux-server-security-checklist%2F&amp;linkname=Linux%20Server%20Security%20Checklist"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2008/11/linux-server-security-checklist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Linux High CPU Utilization</title>
		<link>http://www.fengcool.com/2008/10/troubleshooting-linux-high-cpu-utilization/</link>
		<comments>http://www.fengcool.com/2008/10/troubleshooting-linux-high-cpu-utilization/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 19:05:32 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/?p=53</guid>
		<description><![CDATA[Troubleshooting High CPU Utilization on CentOS Linux]]></description>
			<content:encoded><![CDATA[<p>troubleshooting linux high cpu utilization</p>
<p>1. us -> User CPU time: The time the CPU has spent running users&#8217;<br />
processes that are not niced.<br />
2. sy -> System CPU time: The time the CPU has spent running the<br />
kernel and its processes.<br />
3. ni -> Nice CPU time: The time the CPU has spent running users&#8217;<br />
proccess that have been niced.<br />
4. wa -> iowait: Amount of time the CPU has been waiting for I/O to complete.<br />
5. hi -> Hardware IRQ: The amount of time the CPU has been servicing<br />
hardware interrupts.<br />
6. si -> Software Interrupts.: The amount of time the CPU has been<br />
servicing software interrupts.</p>
<p> ps -eo pcpu,pid,user,args | sort -k 1 -r | head -10</p>
<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2008%2F10%2Ftroubleshooting-linux-high-cpu-utilization%2F&amp;linkname=Troubleshooting%20Linux%20High%20CPU%20Utilization"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2008/10/troubleshooting-linux-high-cpu-utilization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Version 3.0.3 Self-signed Certificate Problem</title>
		<link>http://www.fengcool.com/2008/10/firefox-version-303-self-signed-certificate-problem/</link>
		<comments>http://www.fengcool.com/2008/10/firefox-version-303-self-signed-certificate-problem/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 17:28:23 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Self-signed certificate]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/?p=49</guid>
		<description><![CDATA[Firefox version 3.0.3 doesn't provide option to add self-signed certificate to exceptions. It gives an alert pop up with invalid certificate error and only an OK button. Work around is to add exception in Certificate Manager of Firefox by adding the host name with port number.]]></description>
			<content:encoded><![CDATA[<p>I often upgrade Firefox to the latest versions with only conditions: <a href="http://www.google.com/tools/firefox/toolbar/FT3/intl/en/index.html" rel="external nofollow" target="_blank">google toolbar</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/60" rel="external nofollow" target="_blank">Web Developer extension</a> and <a href="http://getfirebug.com/" rel="external nofollow" target="_blank">Firebug extension</a> supports.</p>
<p>I never ran into problems except with this latest version: 3.0.3</p>
<p>The problem: Websites with self-signed certificate are no longer working. It doesn&#8217;t give me the option to add exceptions like it used to be. (websites with exceptions added in previous versions are not effected.)</p>
<p><a href="http://www.fengcool.com/wp-content/uploads/2008/10/self-signed-cert-firefox-problem-01.jpg"><img class="alignnone size-medium wp-image-50" title="Self-signed certificate without add to exception option in ff 3.0.3" src="http://www.fengcool.com/wp-content/uploads/2008/10/self-signed-cert-firefox-problem-01-300x155.jpg" alt="" width="300" height="155" /></a></p>
<p>Tried this:<br />
Go to Tools -&gt; Option menu, select Advanced, on Encription tab click on View Certificates.<br />
Go to Servers tab in Certificate Manager, click on Add Exception<br />
Enter the host (https://localhost) then click on Get Certificate button.<br />
<strong>Same problem</strong></p>
<p><a href="http://www.fengcool.com/wp-content/uploads/2008/10/self-signed-cert-firefox-problem-02.jpg"><img class="alignnone size-medium wp-image-51" title="Self-signed certificate invalid alert in Certification Manager of Firefox" src="http://www.fengcool.com/wp-content/uploads/2008/10/self-signed-cert-firefox-problem-02-300x296.jpg" alt="" width="300" height="296" /></a></p>
<p>After some searching, some are saying to re-set one of Firefox settings in about:config. However it doesn&#8217;t work in my case.</p>
<p>I gave it another try in the Certification Manager by use the host name with port number. <strong>It worked!</strong></p>
<p><a href="http://www.fengcool.com/wp-content/uploads/2008/10/self-signed-cert-firefox-problem-03.jpg"><img class="alignnone size-medium wp-image-52" title="Add self-signed certificate exception using host name and port number" src="http://www.fengcool.com/wp-content/uploads/2008/10/self-signed-cert-firefox-problem-03-300x297.jpg" alt="" width="300" height="297" /></a></p>
<p>I am glad it worked out and I don&#8217;t need to go back to 3.0.2 or wait for fix in the next version.</p>
<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2008%2F10%2Ffirefox-version-303-self-signed-certificate-problem%2F&amp;linkname=Firefox%20Version%203.0.3%20Self-signed%20Certificate%20Problem"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2008/10/firefox-version-303-self-signed-certificate-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blackberry Bold from Rogers finally!</title>
		<link>http://www.fengcool.com/2008/08/blackberry-bold-from-rogers-finally/</link>
		<comments>http://www.fengcool.com/2008/08/blackberry-bold-from-rogers-finally/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 20:35:05 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Blackberry]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/2008/08/blackberry-bold-from-rogers-finally/</guid>
		<description><![CDATA[Hands on Blackberry Bold 9000 from Rogers. New media features.]]></description>
			<content:encoded><![CDATA[<p>After a long and delayed waiting, I finally got my hands on this so called &#8220;Monster Blackberry&#8221;. Yes, it&#8217;s the new Blackberry Bold 9000 from Rogers. Unfortunately this one is not mine, it&#8217;s my friend&#8217;s.</p>
<p>I&#8217;ve read so much about its new features. I know what to look into within limited couple hours review time.</p>
<p><strong>Speed:</strong></p>
<p>Yes, it&#8217;s lighteng fast. It&#8217;s fast everywhere. Open a browser, web page viewing, go back to the home screen, go back to playlist while playing a video in media player and etc.</p>
<p><strong>Screen:</strong></p>
<p>Very impressive hand held device LCD. It&#8217;s smaller compare to iphone, PSP but with resolution of 480&#215;320, super bright LCD, I can watch some movies on a Blackberry!<br />
Compare to my Blackberry Curve, Bold supports H264 at resolution 480&#215;272 (only one I tested so far)! My Curve only supports H264@ 16x sth from the official spec. I did try H264 320&#215;240 on Curve, only sound with no image.<br />
Some WinMenc settings:<br />
mencoder.exe &#8220;D:\Download\Video\169_diablo3_di_062908_hr.mp4&#8243;  -af volnorm -srate 48000 -vf-add scale=480:272,harddup -ofps 30000/1001 -oac faac -faacopts br=128:mpeg=4:object=2 -ovc x264 -ffourcc H264 -x264encopts bitrate=500:level_idc=13:nocabac -o &#8220;D:\Download\169_diablo3_di_062908_hr.x264.avi&#8221; 2&gt; 2.txt<br />
call &#8220;batch\mp4-avc.bat&#8221; &#8220;D:\Download\169_diablo3_di_062908_hr.x264.avi&#8221;</p>
<p><strong>3G wireless:</strong></p>
<p>Fast again! It takes seconds to download google map application. I don&#8217;t see the progress bar stops at all.</p>
<p><strong>Things I don&#8217;t like:</strong></p>
<p>The earbud comes with the package. I like earbud, however I found it doesn&#8217;t work well with the Bold. Even it&#8217;s fully plugged into the bold, if I turn the plugged-in earphone, it effects the sound. Sometimes it becomes one channel of sound. It may be caused by bad contact or a defective earbud.</p>
<p><strong>Conclusion:</strong></p>
<p>Before I can get my Bold (in one month or two, financial reasons), I will stick to my trusty Curve.</p>
<p>Hey, I just changed the theme on my Curve to Bold precision theme clone.</p>
<p>some images taken by using an iphone 3G. easy on the image quality</p>
<p><a href="http://www.fengcool.com/wp-content/uploads/2008/09/bold_vs_curve_001.jpg"><img class="alignnone size-medium wp-image-47" title="Bold vs Curve front" src="http://www.fengcool.com/wp-content/uploads/2008/09/bold_vs_curve_001-300x248.jpg" alt="" width="300" height="248" /></a></p>
<p><a href="http://www.fengcool.com/wp-content/uploads/2008/09/bold_vs_curve_002.jpg"><img class="alignnone size-medium wp-image-46" title="Bold vs Curve back" src="http://www.fengcool.com/wp-content/uploads/2008/09/bold_vs_curve_002-300x231.jpg" alt="" width="300" height="231" /></a></p>
<p><a href="http://www.fengcool.com/wp-content/uploads/2008/09/bold_vs_curve_003.jpg"><img class="alignnone size-medium wp-image-48" title="Bold vs Curve Side" src="http://www.fengcool.com/wp-content/uploads/2008/09/bold_vs_curve_003-300x225.jpg" alt="" width="300" height="225" /></a></p>
<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2008%2F08%2Fblackberry-bold-from-rogers-finally%2F&amp;linkname=Blackberry%20Bold%20from%20Rogers%20finally%21"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2008/08/blackberry-bold-from-rogers-finally/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
