<?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>Booser</title>
	<atom:link href="http://www.booser.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.booser.com</link>
	<description>Empowering your life</description>
	<lastBuildDate>Wed, 11 Jan 2012 21:30:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to kill process that running on specific port</title>
		<link>http://www.booser.com/how-to-kill-process-that-running-on-specific-port.html</link>
		<comments>http://www.booser.com/how-to-kill-process-that-running-on-specific-port.html#comments</comments>
		<pubDate>Wed, 11 Jan 2012 21:30:04 +0000</pubDate>
		<dc:creator>boon</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[kill process]]></category>
		<category><![CDATA[kill process linux]]></category>
		<category><![CDATA[linux kill process]]></category>
		<category><![CDATA[pskill]]></category>

		<guid isPermaLink="false">http://www.booser.com/?p=545</guid>
		<description><![CDATA[Its very annoying, when you trying to start the services, but the port is already in use. What to do? Kill it! So that you can start the services again. i use example: red5 port running on 5080. how to find that port : 5080 is run on what process? lsof -w -n -i tcp:5080 [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.booser.com/how-to-kill-process-that-running-on-specific-port.html&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=arial" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Its very annoying, when you trying to start the services, but the port is already in use. What to do? Kill it! So that you can start the services again.</p>
<p>i use example: red5 port running on 5080.</p>
<p>how to find that port : 5080 is run on what process?</p>
<pre class="wp-code-highlight prettyprint">lsof -w -n -i tcp:5080</pre>
<p>then the process and pid will appear.</p>
<p>kill it by typing:</p>
<pre class="wp-code-highlight prettyprint">kill -9 &lt;pid -id&gt;&lt;/pid&gt;</pre>
<p>hope that help.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://www.booser.com/how-to-kill-process-that-running-on-specific-port.html" title="centos kill application on certain port">centos kill application on certain port</a> (1)</li><li><a href="http://www.booser.com/how-to-kill-process-that-running-on-specific-port.html" title="pskill port">pskill port</a> (1)</li><li><a href="http://www.booser.com/how-to-kill-process-that-running-on-specific-port.html" title="port process kill">port process kill</a> (1)</li><li><a href="http://www.booser.com/how-to-kill-process-that-running-on-specific-port.html" title="kill red5 port">kill red5 port</a> (1)</li><li><a href="http://www.booser.com/how-to-kill-process-that-running-on-specific-port.html" title="kill process on a specific port">kill process on a specific port</a> (1)</li><li><a href="http://www.booser.com/how-to-kill-process-that-running-on-specific-port.html" title="kill port 5080">kill port 5080</a> (1)</li><li><a href="http://www.booser.com/how-to-kill-process-that-running-on-specific-port.html" title="how to kill the process running on specific port in linux">how to kill the process running on specific port in linux</a> (1)</li><li><a href="http://www.booser.com/how-to-kill-process-that-running-on-specific-port.html" title="how to kill process running at specific port">how to kill process running at specific port</a> (1)</li><li><a href="http://www.booser.com/how-to-kill-process-that-running-on-specific-port.html" title="how to kill process running at a particular port">how to kill process running at a particular port</a> (1)</li><li><a href="http://www.booser.com/how-to-kill-process-that-running-on-specific-port.html" title="how to kill process in 2007 that which process is running on which port">how to kill process in 2007 that which process is running on which port</a> (1)</li></ul><div class="shr-publisher-545"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.booser.com/how-to-kill-process-that-running-on-specific-port.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Lighttpd for Flv and MP4 Streaming</title>
		<link>http://www.booser.com/install-lighttpd-for-flv-and-mp4-streaming.html</link>
		<comments>http://www.booser.com/install-lighttpd-for-flv-and-mp4-streaming.html#comments</comments>
		<pubDate>Sun, 08 Jan 2012 21:23:33 +0000</pubDate>
		<dc:creator>boon</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[flv streaming]]></category>
		<category><![CDATA[how to install lighttpd]]></category>
		<category><![CDATA[install lighttpd]]></category>
		<category><![CDATA[lighttpd for flv and mp4 streaming]]></category>
		<category><![CDATA[mp4 streaming]]></category>

		<guid isPermaLink="false">http://www.booser.com/?p=550</guid>
		<description><![CDATA[&#160; &#160; &#160; &#160; &#160; &#160; Install Lighttpd for Flv and MP4 Streaming In this tutorial, i will show you how to install lighttpd for flv and mp4 streaming. 1. Install lighttpd by using yum yum install lighttpd 2. Install pre-devel and glib2-devel yum install pcre-devel glib2-devel 3.  Download and install MP4 moded version of [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.booser.com/install-lighttpd-for-flv-and-mp4-streaming.html&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=arial" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.booser.com/wp-content/uploads/lighttpd.png"><img class="size-full wp-image-551 alignleft" title="lighttpd" src="http://www.booser.com/wp-content/uploads/lighttpd.png" alt="" width="170" height="168" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2>Install Lighttpd for Flv and MP4 Streaming</h2>
<p>In this tutorial, i will show you how to install lighttpd for flv and mp4 streaming.<br />
1. Install lighttpd by using yum</p>
<pre class="wp-code-highlight prettyprint">yum install lighttpd</pre>
<p>2. Install pre-devel and glib2-devel</p>
<pre class="wp-code-highlight prettyprint"> yum install pcre-devel glib2-devel</pre>
<p>3.  Download and install MP4 moded version of lighttpd</p>
<pre class="wp-code-highlight prettyprint"> wget http://h264.code-shop.com/download/lighttpd-1.5.0_mod_h264_streaming-2.2.9.tar.gz
 tar -zxvf lighttpd-1.5.0_mod_h264_streaming-2.2.9.tar.gz
 cd lighttpd-1.5.0
 ./configure
 make
 make install</pre>
<p>4. Edit /etc/init.d/lighttpd for /local/sbin/ instead of /usr/sbin/</p>
<pre class="wp-code-highlight prettyprint"> nano /etc/init.d/lighttpd
 find /usr/sbin/
 add: local
 so that it look like: /usr/local/sbin/</pre>
<p>5. Edit Configuration file at: /etc/lighttpd/lighttpd.conf</p>
<pre class="wp-code-highlight prettyprint">add:
                                &quot;mod_secdownload&quot;,
                                &quot;mod_flv_streaming&quot;,
				&quot;mod_h264_streaming&quot;,
                                &quot;mod_simple_vhost&quot;,
to: server.modules              = (</pre>
<p>6. Include these example for your vhost</p>
<blockquote><p>$HTTP["host"] == "www.yourcooldomain.com" {<br />
flv-streaming.extensions = ( ".flv" )<br />
h264-streaming.extensions = ( ".mp4", ".f4v" )<br />
h264-streaming.buffer-seconds = 10<br />
secdownload.secret = "mysecretkeyhere"<br />
secdownload.document-root = "/home/user/public_html/path/to/flv-or-mp4"<br />
secdownload.uri-prefix = "/streamer/"<br />
secdownload.timeout = "3600"<br />
server.document-root = "/home/user/public_html"<br />
}</p></blockquote>
<p>7. start your lighttpd:</p>
<pre class="wp-code-highlight prettyprint">/etc/init.d/lighttpd start</pre>
<p>8. Step to generate/produce lighttpd stream able link using php.</p>
<pre class="wp-code-highlight prettyprint">
&lt; ?php
 	$myflv        = '&quot;/home/user/public_html/path/to/flv-or-mp4' .$videoname. '.flv';
  	$mymp4        = '&quot;/home/user/public_html/path/to/flv-or-mp4' .$videoname. '.mp4';
  	$timestamp      = time();
  	$timestamphex  = sprintf(&quot;%08x&quot;, $timestamp);
	$md5sumflv      = md5('mysecretkeyhere' . $myflv . $timestamphex);
	$md5summp4      = md5('mysecretkeyhere' . $mymp4 . $timestamphex);
	$flvulr = 'http://www.yourcooldomain.com/streamer/'.$md5sumflv.'/'.$timestamphex.$myflv;
  	$mp4url = 'http://www.yourcooldomain.com/streamer/'.$md5summp4.'/'.$timestamphex.$mymp4;
	echo $flvulr.&quot;&lt;br /&gt;&quot;;
	echo $mp4url.&quot;&lt;br /&gt;&quot;
?&gt;
</pre>
<p>Hope that help.<br />
I provide lighttpd installation services for $50, please contact me at <a href="http://www.booser.com/contact" title="Lighttpd installation services">here</a> for more detail.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://www.booser.com/install-lighttpd-for-flv-and-mp4-streaming.html" title="lighttpd mp4">lighttpd mp4</a> (3)</li><li><a href="http://www.booser.com/install-lighttpd-for-flv-and-mp4-streaming.html" title="mp4 streaming">mp4 streaming</a> (2)</li><li><a href="http://www.booser.com/install-lighttpd-for-flv-and-mp4-streaming.html" title="mp4 http streaming">mp4 http streaming</a> (1)</li><li><a href="http://www.booser.com/install-lighttpd-for-flv-and-mp4-streaming.html" title="mp4 streamer">mp4 streamer</a> (1)</li><li><a href="http://www.booser.com/install-lighttpd-for-flv-and-mp4-streaming.html" title="flv streaming">flv streaming</a> (1)</li><li><a href="http://www.booser.com/install-lighttpd-for-flv-and-mp4-streaming.html" title="mp4 streaming buffer">mp4 streaming buffer</a> (1)</li><li><a href="http://www.booser.com/install-lighttpd-for-flv-and-mp4-streaming.html" title="mp4 streaming lighttpd">mp4 streaming lighttpd</a> (1)</li><li><a href="http://www.booser.com/install-lighttpd-for-flv-and-mp4-streaming.html" title="php mp4 streaming">php mp4 streaming</a> (1)</li><li><a href="http://www.booser.com/install-lighttpd-for-flv-and-mp4-streaming.html" title="setup ligbttpd for flv">setup ligbttpd for flv</a> (1)</li><li><a href="http://www.booser.com/install-lighttpd-for-flv-and-mp4-streaming.html" title="lighttpd streaming mp4">lighttpd streaming mp4</a> (1)</li></ul><div class="shr-publisher-550"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.booser.com/install-lighttpd-for-flv-and-mp4-streaming.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jailbreak IOS 5 untethered (windows version)</title>
		<link>http://www.booser.com/jailbreak-ios-5-untethered-windows-version.html</link>
		<comments>http://www.booser.com/jailbreak-ios-5-untethered-windows-version.html#comments</comments>
		<pubDate>Sat, 07 Jan 2012 07:31:02 +0000</pubDate>
		<dc:creator>boon</dc:creator>
				<category><![CDATA[Iphone]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[iOS 5.0.1]]></category>
		<category><![CDATA[Jailbreak IOS 5 untethered]]></category>
		<category><![CDATA[untethered]]></category>

		<guid isPermaLink="false">http://www.booser.com/?p=561</guid>
		<description><![CDATA[YES, toward 2012 iphone jailbreaker team has released a stable version of redsn0w to jailbreak IOS 5.0.1, it was found by pod2g after several week release of iOS 5.0.1. Its a good news for everyone that want to jailbreak their new IOS 5. This tutorial will show you how to jailbreak your A4 based device [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.booser.com/jailbreak-ios-5-untethered-windows-version.html&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=arial" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>YES, toward 2012 iphone jailbreaker team has released a stable version of redsn0w to jailbreak IOS 5.0.1, it was found by pod2g after several week release of iOS 5.0.1. Its a good news for everyone that want to jailbreak their new IOS 5. This tutorial will show you how to jailbreak your <span style="color: #99cc00;">A4 based device like iphone 4, iphone 3GS</span>, and <span style="color: #ff0000;">do not work on latest version example: iphone 4s, ipad2</span></p>
<p><img title="pwned IOS5.0.1" src="http://www.booser.com/wp-content/uploads/pwned-IOS5.0.1.jpg" alt="" width="310" height="384" /></p>
<h3>Here is tutorial for how to jailbreak your iphone 4 with IOS 5.0.1</h3>
<p>1. Get redsn0w_win_0.9.10b3.zip from <a title="redsn0w_mac_0.9.10b3.zip" href="https://sites.google.com/a/iphone-dev.com/files/home/redsn0w_win_0.9.10b3.zip?attredirects=0&#038;d=1" target="_blank">here </a></p>
<p>2. Make sure you have latest itune installed, you can download it here:  <a href="http://www.apple.com/itunes/">http://www.apple.com/itunes/</a></p>
<p>3. You will need the IOS 5.0.1 file:</p>
<p><a title="" href="http://appldnld.apple.com/iPhone4/041-3309.20111109.64rtg/iPhone3,1_5.0.1_9A405_Restore.ipsw" rel="external nofollow">iPhone 4 GSM</a></p>
<p><a title="" href="http://appldnld.apple.com/iPhone4/041-3304.20111109.Vgtyh/iPhone3,3_5.0.1_9A405_Restore.ipsw" rel="external nofollow">iPhone 4 CDMA</a></p>
<p>i assume you know how to upgrade or restore your IOS to your iphone, so i skipped the step.</p>
<p>4. Open RedSn0w:<br />
<img src="http://www.booser.com/wp-content/uploads/1.png" alt="" width="431" height="526" /></p>
<p>Click on the jailbreak button</p>
<p>5. Put your iphone into DFU mode by follow the instruction on the screen you saw.</p>
<p><img src="http://www.booser.com/wp-content/uploads/2.png" alt="" width="435" height="527" /></p>
<p>once you got into DFU mode you will get something like below, Your iOS device should also flash white on the screen for a moment, and then reboot:<br />
<img src="http://www.booser.com/wp-content/uploads/3.png" alt="" width="435" height="527" /></p>
<p>It work automatic for jailbreaking your iphone from now on.<br />
<img src="http://www.booser.com/wp-content/uploads/4.png" alt="" width="435" height="527" /></p>
<p>6. Install Cydia<br />
<img src="http://www.booser.com/wp-content/uploads/5.png" alt="" width="435" height="527" /></p>
<p>after done, you will be rebooted to jailbroken iphone. Use it on your own risk, i'm not responsible for the damage has done to your iphone <img src='http://www.booser.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But this tutorial will work fine, if you carefully follow the step.</p>
<p>Cheers.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://www.booser.com/jailbreak-ios-5-untethered-windows-version.html" title="can i untether ios 5 with redsn0w_win_0 9 10b3">can i untether ios 5 with redsn0w_win_0 9 10b3</a> (1)</li><li><a href="http://www.booser.com/jailbreak-ios-5-untethered-windows-version.html" title="untethered jailbreak ios 5">untethered jailbreak ios 5</a> (1)</li><li><a href="http://www.booser.com/jailbreak-ios-5-untethered-windows-version.html" title="tuto jailbreak ios 5 untethered">tuto jailbreak ios 5 untethered</a> (1)</li><li><a href="http://www.booser.com/jailbreak-ios-5-untethered-windows-version.html" title="jailbreak ios 5 untethered windows">jailbreak ios 5 untethered windows</a> (1)</li><li><a href="http://www.booser.com/jailbreak-ios-5-untethered-windows-version.html" title="jailbreak ios 5 0 1 untethered redsn0w_win_0 9 10b3">jailbreak ios 5 0 1 untethered redsn0w_win_0 9 10b3</a> (1)</li><li><a href="http://www.booser.com/jailbreak-ios-5-untethered-windows-version.html" title="jailbreak 5 untethered">jailbreak 5 untethered</a> (1)</li><li><a href="http://www.booser.com/jailbreak-ios-5-untethered-windows-version.html" title="iphone 4s pwned">iphone 4s pwned</a> (1)</li><li><a href="http://www.booser.com/jailbreak-ios-5-untethered-windows-version.html" title="how to jail break with redsn0w_win_0 9 10b3">how to jail break with redsn0w_win_0 9 10b3</a> (1)</li><li><a href="http://www.booser.com/jailbreak-ios-5-untethered-windows-version.html" title="cydia pwned ios 5">cydia pwned ios 5</a> (1)</li><li><a href="http://www.booser.com/jailbreak-ios-5-untethered-windows-version.html" title="untethered windows version">untethered windows version</a> (1)</li></ul><div class="shr-publisher-561"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.booser.com/jailbreak-ios-5-untethered-windows-version.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install NginxAdmin to WHM/Cpanel for Optimize Performance</title>
		<link>http://www.booser.com/install-nginxadmin-to-whmcpanel-for-optimize-performance.html</link>
		<comments>http://www.booser.com/install-nginxadmin-to-whmcpanel-for-optimize-performance.html#comments</comments>
		<pubDate>Sat, 07 Jan 2012 05:31:24 +0000</pubDate>
		<dc:creator>boon</dc:creator>
				<category><![CDATA[WHM/Cpanel]]></category>
		<category><![CDATA[how to install nginxadmin]]></category>
		<category><![CDATA[Install nginx As Reverse Proxy Load Balancer]]></category>
		<category><![CDATA[install NginxAdmin]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[nginx reverse proxy]]></category>
		<category><![CDATA[nginxadmin]]></category>
		<category><![CDATA[reverse proxy]]></category>

		<guid isPermaLink="false">http://www.booser.com/?p=548</guid>
		<description><![CDATA[This tutorial will show you how to install and uninstall NginxAdmin. Why Nginx reverse proxy? Good question, when you using a limited resources server such as VPS, you definitely need this method to help you to reduce your CPU load for serving more user or traffic on your site. Nginx can cache static content very [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.booser.com/install-nginxadmin-to-whmcpanel-for-optimize-performance.html&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=arial" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>This tutorial will show you how to install and uninstall NginxAdmin. Why Nginx reverse proxy? Good question, when you using a limited resources server such as VPS, you definitely need this method to help you to reduce your CPU load for serving more user or traffic on your site. Nginx can cache static content very well and you will get lighting speed to load your website and reduce the load of CPU usage.</p>
<p>This tutorial's requirement is show as below:</p>
<p>1. WHM/Cpanell installed server<br />
2. SSH access to your server<br />
3. Root access<br />
4. little basic ssh knowledge</p>
<h3>For install NginxAdmin</h3>
<pre class="wp-code-highlight prettyprint">cd /usr/local/src
wget http://nginxcp.com/latest/nginxadmin.tar
tar xf nginxadmin.tar
cd publicnginx
./nginxinstaller install</pre>
<p>Restart your apache and your apache will run as reverse proxy with nginx.</p>
<pre class="wp-code-highlight prettyprint">/etc/init.d/httpd restart</pre>
<h3>For Uninstall NginxAdmin</h3>
<pre class="wp-code-highlight prettyprint">cd /usr/local/src
wget http://nginxcp.com/latest/nginxadmin.tar
tar xf nginxadmin.tar
cd publicnginx
./nginxinstaller uninstall</pre>
<h3>Troubleshooting Installation:</h3>
<p>if you get something similar to following:</p>
<blockquote><p>Welcome to the Nginx Admin installer......Starting Install<br />
Generating vhosts...<br />
Traceback (most recent call last):<br />
File "/scripts/createvhosts.py", line 2, in ?<br />
import yaml<br />
File "/usr/lib/python2.4/site-packages/PyYAML-3.10-py2.4-linux-i686.egg/yaml/__init__.py", line 26<br />
SyntaxError: 'yield' not allowed in a 'try' block with a 'finally' clause<br />
Installing WHM interface...<br />
deploying booster rockets<br />
Traceback (most recent call last):<br />
File "/usr/local/src/publicnginx/nginxinstaller2", line 9, in ?<br />
import createvhosts<br />
File "/usr/local/src/publicnginx/createvhosts.py", line 2, in ?<br />
import yaml<br />
File "/usr/lib/python2.4/site-packages/PyYAML-3.10-py2.4-linux-i686.egg/yaml/__init__.py", line 26<br />
SyntaxError: 'yield' not allowed in a 'try' block with a 'finally' clause</p></blockquote>
<p>Here is the Solution:</p>
<pre class="wp-code-highlight prettyprint">
cd /usr/lib/python2.4/site-packages
mv PyYAML-3.10-py2.4-linux-x86_64.egg PyYAML-3.10-py2.4-linux-x86_64.egg_
wget http://www.booser.com/wp-content/uploads/PyYAML-3.09-py2.4-linux-x86_64.egg
</pre>
<p>*note: if you have 32bit version of os, you can use <a href="http://http://www.booser.com/wp-content/uploads/PyYAML-3.09-py2.4-linux-i686.egg" title="PyYAML-3.09-py2.4-linux-i686.egg">PyYAML-3.09-py2.4-linux-i686.egg</a></p>
<p>If you facing tmp folder is full, you will get 500 internal error.<br />
Solution:</p>
<pre class="wp-code-highlight prettyprint">
To automated /tmp cleanup add bellow cron
0 */1 * * * /usr/sbin/tmpwatch -am 1 /tmp/nginx_client
via crontab -e command
</pre>
<p>Hope that help. I provide installation services for this as well. Contact me <a href="http://www.booser.com/contact" title="Nginx Reverse Proxy Installation Services">Here</a> for more detail.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://www.booser.com/install-nginxadmin-to-whmcpanel-for-optimize-performance.html" title="pyyaml-3 09-py2 4-linux-i686 egg">pyyaml-3 09-py2 4-linux-i686 egg</a> (2)</li><li><a href="http://www.booser.com/install-nginxadmin-to-whmcpanel-for-optimize-performance.html" title="nginxadmin on whm">nginxadmin on whm</a> (1)</li><li><a href="http://www.booser.com/install-nginxadmin-to-whmcpanel-for-optimize-performance.html" title="nginxadmin tar">nginxadmin tar</a> (1)</li><li><a href="http://www.booser.com/install-nginxadmin-to-whmcpanel-for-optimize-performance.html" title="optimize cpanel nginx">optimize cpanel nginx</a> (1)</li><li><a href="http://www.booser.com/install-nginxadmin-to-whmcpanel-for-optimize-performance.html" title="optimize http whm">optimize http whm</a> (1)</li><li><a href="http://www.booser.com/install-nginxadmin-to-whmcpanel-for-optimize-performance.html" title="optimize nginx cpanel">optimize nginx cpanel</a> (1)</li><li><a href="http://www.booser.com/install-nginxadmin-to-whmcpanel-for-optimize-performance.html" title="performance cPanel/WHM">performance cPanel/WHM</a> (1)</li><li><a href="http://www.booser.com/install-nginxadmin-to-whmcpanel-for-optimize-performance.html" title="/usr/sbin/tmpwatch --mtime --all 1 /tmp">/usr/sbin/tmpwatch --mtime --all 1 /tmp</a> (1)</li><li><a href="http://www.booser.com/install-nginxadmin-to-whmcpanel-for-optimize-performance.html" title="PyYAML-3 09-py2 4-linux-x86_64 egg">PyYAML-3 09-py2 4-linux-x86_64 egg</a> (1)</li><li><a href="http://www.booser.com/install-nginxadmin-to-whmcpanel-for-optimize-performance.html" title="reverce proxy nginxcp">reverce proxy nginxcp</a> (1)</li></ul><div class="shr-publisher-548"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.booser.com/install-nginxadmin-to-whmcpanel-for-optimize-performance.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Red5 1.0 RC1 on Centos 5/6</title>
		<link>http://www.booser.com/how-to-install-red5-1-0-rc1-on-centos-5-or-6.html</link>
		<comments>http://www.booser.com/how-to-install-red5-1-0-rc1-on-centos-5-or-6.html#comments</comments>
		<pubDate>Sat, 07 Jan 2012 03:40:49 +0000</pubDate>
		<dc:creator>boon</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[how to install red5]]></category>
		<category><![CDATA[how to install red5 1.0 RC1]]></category>
		<category><![CDATA[install red5]]></category>
		<category><![CDATA[install red5 on centos]]></category>
		<category><![CDATA[red5 1.0 RC1]]></category>
		<category><![CDATA[Red5 installation troubleshooting]]></category>

		<guid isPermaLink="false">http://www.booser.com/?p=535</guid>
		<description><![CDATA[Howdy folks, in this article i will show you on how to install red5 as media streaming server, video live broadcast server. Why Red5? Because it is a free version of RTMP server that does the same thing as commercial version of streaming server such as FMS, Wowza, etc. Lets cut the crap here, lets [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.booser.com/how-to-install-red5-1-0-rc1-on-centos-5-or-6.html&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=arial" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Howdy folks, in this article i will show you on how to install red5 as media streaming server, video live broadcast server. Why Red5? Because it is a free version of RTMP server that does the same thing as commercial version of streaming server such as FMS, Wowza, etc. Lets cut the crap here, lets proceed to installation.</p>
<p><img class="size-full wp-image-536 alignleft" title="red5" src="http://www.booser.com/wp-content/uploads/red5.png" alt="" width="425" height="169" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>Lets prepare the ingredient before Red5 installation.</h3>
<p>1. Install Java</p>
<p>Red5 is developed using java, so you will need java installed on your mechine before you can run it. Lets use yum to install it.</p>
<pre class="wp-code-highlight prettyprint">yum -y install java-1.6.0-openjdk java-1.6.0-openjdk-devel</pre>
<p>&nbsp;&nbsp;<br />
2. In order to compile red5 on your server, you will need a tool called <strong>ant</strong>. Yes its ant, its developed by apache.</p>
<pre class="wp-code-highlight prettyprint">cd /usr/local/src
wget http://apache.cs.utah.edu//ant/binaries/apache-ant-1.8.2-bin.tar.gz
tar zxvf apache-ant-1.8.2-bin.tar.gz
mv apache-ant-1.8.2 /usr/local/ant</pre>
<p>&nbsp;&nbsp;<br />
3. Export correct path/directory  for Ant and Java</p>
<pre class="wp-code-highlight prettyprint">export ANT_HOME=/usr/local/ant
export JAVA_HOME=/usr/lib/jvm/java
export PATH=$PATH:/usr/local/ant/bin
export CLASSPATH=.:$JAVA_HOME/lib/classes.zip</pre>
<p>if you wish all of your user to  use above path everytime they logged in into ssh, you can add those path to /etc/bashrc so that they dont need to type it eveytime.</p>
<pre class="wp-code-highlight prettyprint">echo 'export ANT_HOME=/usr/local/ant' &gt;&gt; /etc/bashrc
echo 'export JAVA_HOME=/usr/lib/jvm/java' &gt;&gt; /etc/bashrc
echo 'export PATH=$PATH:/usr/local/ant/bin' &gt;&gt; /etc/bashrc
echo 'export CLASSPATH=.:$JAVA_HOME/lib/classes.zip' &gt;&gt;/etc/bashrc</pre>
<p>ingredient prepared, next step is cook the red5.&nbsp;&nbsp;</p>
<h3>4. Download and Install RED5 Server</h3>
<pre class="wp-code-highlight prettyprint">cd /usr/local/srcsvn
checkout http://red5.googlecode.com/svn/java/server/trunk/ red5
mv red5 /usr/local/
cd /usr/local/red5
ant prepare
ant dist</pre>
<p>After you saw bunch of line then you will noticed <strong>BUILD SUCCESSFUL</strong> that mean the process is successfully done.&nbsp;&nbsp;<br />
5. Copy Required file from dist/conf folder to main folder of red5</p>
<pre class="wp-code-highlight prettyprint">cp -r dist/conf /usr/local/red5</pre>
<p>&nbsp;&nbsp;<br />
6. Test and run it</p>
<pre class="wp-code-highlight prettyprint">sh red5.sh</pre>
<p>You will get alot of line as well, once it stopped, you will found the word: <strong>bootstrap complete</strong> to indicate the red5 started successfully. To exit the process with putty type: ctrl + z, ctrl + c. If you saw error on the last few line, mean the red5 is not compiled correctly, maybe you missing something like java or ant.&nbsp;&nbsp;<br />
7. Test it with browser<br />
Open any browser the insert the url http://yourserverip:5080/</p>
<p>you will saw something like below:<br />
<img class="size-large wp-image-538 alignleft" title="red5 installed" src="http://www.booser.com/wp-content/uploads/red5ready-1024x467.png" alt="red5 installed" width="550" height="250" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Troubleshooting</strong>:<br />
1, All success but open in url become 404.<br />
#port 5080 might get blocked with your firewall? Solution is allow port 5080 and 1935 to your firewall.&nbsp;<br />
2, latest version is buggy for you?<br />
#no problem, check out old version here: http://red5.googlecode.com/svn/java/server/tags/&nbsp;<br />
3, If you get <strong>bash: svn: command not found </strong><br />
#no problem, i have a <a title="how to install svn" href="http://www.booser.com/how-to-install-subversion.html">tutorial for install svn</a>&nbsp;<br />
4, other problem? please use the following comment box, i will try my best to help you.&nbsp;</p>
<p>thats all, cheers and happy 2012 new year.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://www.booser.com/how-to-install-red5-1-0-rc1-on-centos-5-or-6.html" title="red5 centos 6">red5 centos 6</a> (28)</li><li><a href="http://www.booser.com/how-to-install-red5-1-0-rc1-on-centos-5-or-6.html" title="install red5 centos 6">install red5 centos 6</a> (14)</li><li><a href="http://www.booser.com/how-to-install-red5-1-0-rc1-on-centos-5-or-6.html" title="red5 1 0 centos">red5 1 0 centos</a> (7)</li><li><a href="http://www.booser.com/how-to-install-red5-1-0-rc1-on-centos-5-or-6.html" title="upgrade red5 centos">upgrade red5 centos</a> (7)</li><li><a href="http://www.booser.com/how-to-install-red5-1-0-rc1-on-centos-5-or-6.html" title="centos 6 install red5">centos 6 install red5</a> (4)</li><li><a href="http://www.booser.com/how-to-install-red5-1-0-rc1-on-centos-5-or-6.html" title="red5 centos">red5 centos</a> (4)</li><li><a href="http://www.booser.com/how-to-install-red5-1-0-rc1-on-centos-5-or-6.html" title="red5 how to install demos 1 0">red5 how to install demos 1 0</a> (3)</li><li><a href="http://www.booser.com/how-to-install-red5-1-0-rc1-on-centos-5-or-6.html" title="install red5 on centos 6">install red5 on centos 6</a> (3)</li><li><a href="http://www.booser.com/how-to-install-red5-1-0-rc1-on-centos-5-or-6.html" title="centos6 install red5">centos6 install red5</a> (3)</li><li><a href="http://www.booser.com/how-to-install-red5-1-0-rc1-on-centos-5-or-6.html" title="red5 centos 6 install">red5 centos 6 install</a> (2)</li></ul><div class="shr-publisher-535"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.booser.com/how-to-install-red5-1-0-rc1-on-centos-5-or-6.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tutorial on Find command</title>
		<link>http://www.booser.com/tutorial-on-find-command.html</link>
		<comments>http://www.booser.com/tutorial-on-find-command.html#comments</comments>
		<pubDate>Thu, 22 Dec 2011 09:29:15 +0000</pubDate>
		<dc:creator>boon</dc:creator>
				<category><![CDATA[Linux General]]></category>
		<category><![CDATA[find command]]></category>
		<category><![CDATA[how to use find]]></category>
		<category><![CDATA[linux find command]]></category>

		<guid isPermaLink="false">http://www.booser.com/?p=116</guid>
		<description><![CDATA[This tutorial show you how to use "find" command on linux.]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.booser.com/tutorial-on-find-command.html&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=arial" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="alignnone size-full wp-image-25" title="linux" src="http://www.booser.com/wp-content/wp-files/2010/04/linux.jpg" alt="" width="230" height="137" /></p>
<p>Find command are useful command in linux which help you to find and search certain file or folder in your server, here is few tutorial that might help you for better understanding it.</p>
<p><span style="font-family: Symbol;">·</span><strong><span style="font-family: Verdana;">Find all world writable  directories:</span></strong></p>
<pre class="wp-code-highlight prettyprint">find / -perm -0002 -type d  –print</pre>
<p><span style="font-family: Symbol;">·</span><strong><span style="font-family: Verdana;">Find all world writable  files:</span></strong></p>
<pre class="wp-code-highlight prettyprint">
find / -perm -0002 -type f  -print
find / -perm -2 ! -type l  -ls</pre>
<p><span style="font-family: Symbol;">·</span><strong><span style="font-family: Verdana;">Find files with no  user:</span></strong></p>
<pre class="wp-code-highlight prettyprint">find / -nouser -o -nogroup  –print</pre>
<p><span style="font-family: Symbol;">·</span><strong><span style="font-family: Verdana;">Find files modified in the last  two days:</span></strong></p>
<pre class="wp-code-highlight prettyprint">find / -mtime 2 -o -ctime 2</pre>
<p><span style="font-family: Symbol;">·</span><strong><span style="font-family: Verdana;">Search and list all files from  current directory and down for the string ABC:</span></strong></p>
<pre class="wp-code-highlight prettyprint">
find ./ -name &quot;*&quot; -exec grep -H ABC {}  \;
find ./ -type f -print | xargs grep -H  &quot;ABC&quot; /dev/null
egrep -r ABC *
</pre>
<p><span style="font-family: Symbol;">·</span><strong><span style="font-family: Verdana;">Find all files of a given type  from current directory on down:</span></strong></p>
<pre class="wp-code-highlight prettyprint">find ./ -name &quot;*.conf&quot;  –print</pre>
<p><span style="font-family: Symbol;">·</span><strong><span style="font-family: Verdana;">Find all user files larger than  5Mb:</span></strong></p>
<pre class="wp-code-highlight prettyprint">find /home -size +5000000c  –print</pre>
<p><span style="font-family: Symbol;">·</span><strong><span style="font-family: Verdana;">Find all files owned by a user  (defined by user id number) on </span></strong><br />
<strong><span style="font-family: Verdana;">the system: (could take a long  time)</span></strong></p>
<pre class="wp-code-highlight prettyprint">find / -user 501 –print</pre>
<p><span style="font-family: Symbol;">·</span><strong><span style="font-family: Verdana;">Find all files created or updated  in the last five minutes: (Great for finding effects of make  install)</span></strong></p>
<pre class="wp-code-highlight prettyprint">find / -cmin -5</pre>
<h4>Incoming search terms:</h4><ul><li><a href="http://www.booser.com/tutorial-on-find-command.html" title="lib ld linux so 2 bad elf interpreter no such">lib ld linux so 2 bad elf interpreter no such</a> (49)</li><li><a href="http://www.booser.com/tutorial-on-find-command.html" title="apt get install ia32 libs">apt get install ia32 libs</a> (4)</li><li><a href="http://www.booser.com/tutorial-on-find-command.html" title="php my admin find text replace">php my admin find text replace</a> (2)</li><li><a href="http://www.booser.com/tutorial-on-find-command.html" title="tutorial on find command">tutorial on find command</a> (2)</li><li><a href="http://www.booser.com/tutorial-on-find-command.html" title="lib ld linux so 2">lib ld linux so 2</a> (1)</li><li><a href="http://www.booser.com/tutorial-on-find-command.html" title="latest x264">latest x264</a> (1)</li><li><a href="http://www.booser.com/tutorial-on-find-command.html" title="find command tutorial">find command tutorial</a> (1)</li><li><a href="http://www.booser.com/tutorial-on-find-command.html" title="skel linux">skel linux</a> (1)</li><li><a href="http://www.booser.com/tutorial-on-find-command.html" title="tutorial of find command">tutorial of find command</a> (1)</li><li><a href="http://www.booser.com/tutorial-on-find-command.html" title="linux image">linux image</a> (1)</li></ul><div class="shr-publisher-116"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.booser.com/tutorial-on-find-command.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batch Image Resizing on linux</title>
		<link>http://www.booser.com/batch-image-resizing-on-linux.html</link>
		<comments>http://www.booser.com/batch-image-resizing-on-linux.html#comments</comments>
		<pubDate>Fri, 09 Dec 2011 21:28:17 +0000</pubDate>
		<dc:creator>boon</dc:creator>
				<category><![CDATA[Linux General]]></category>
		<category><![CDATA[batch image resize]]></category>

		<guid isPermaLink="false">http://www.booser.com/batch-image-resizing-on-linux.html</guid>
		<description><![CDATA[Batch Image Resizing on linux Assume that you have more than 1000 image in a directory, and you are going to resize them all with higher resolution to match your new web site design. Here is hassle free method that you can try using ImageMagick and use its tools called "mogrify". On centos you can [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.booser.com/batch-image-resizing-on-linux.html&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=arial" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><h3><strong>Batch Image Resizing on linux</strong></h3>
<p>Assume that you have more than 1000 image in a directory, and you are going to resize them all with higher resolution to match<br />
your new web site design. Here is hassle free method that you can try using ImageMagick and use its tools called "<strong>mogrify</strong>". On centos you can install imagemagick via yum by typing the following command:</p>
<pre class="wp-code-highlight prettyprint">yum install ImageMagick</pre>
<p>then you can resize the image inside folder using follwing command:</p>
<pre class="wp-code-highlight prettyprint">mogrify -resize 320 *.jpg</pre>
<p>all the image size will be resize to 320px</p>
<p>&nbsp;</p>
<p>Hope that help, cheers~</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://www.booser.com/batch-image-resizing-on-linux.html" title="batch image resizer linux">batch image resizer linux</a> (1)</li><li><a href="http://www.booser.com/batch-image-resizing-on-linux.html" title="centos batch image resize">centos batch image resize</a> (1)</li><li><a href="http://www.booser.com/batch-image-resizing-on-linux.html" title="image batch resize linux">image batch resize linux</a> (1)</li><li><a href="http://www.booser.com/batch-image-resizing-on-linux.html" title="linux image resize">linux image resize</a> (1)</li><li><a href="http://www.booser.com/batch-image-resizing-on-linux.html" title="linux image resizing batch">linux image resizing batch</a> (1)</li><li><a href="http://www.booser.com/batch-image-resizing-on-linux.html" title="linux photo batch resize">linux photo batch resize</a> (1)</li><li><a href="http://www.booser.com/batch-image-resizing-on-linux.html" title="resize image linux">resize image linux</a> (1)</li></ul><div class="shr-publisher-493"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.booser.com/batch-image-resizing-on-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix: perl(URI) &gt;= 1.17 is needed by subversion</title>
		<link>http://www.booser.com/fix-perluri-1-17-is-needed-by-subversion.html</link>
		<comments>http://www.booser.com/fix-perluri-1-17-is-needed-by-subversion.html#comments</comments>
		<pubDate>Sun, 04 Dec 2011 21:24:55 +0000</pubDate>
		<dc:creator>boon</dc:creator>
				<category><![CDATA[Linux General]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[fix perl(URI) >= 1.17 is needed by]]></category>
		<category><![CDATA[perl(URI) >= 1.17 is needed by subversion]]></category>
		<category><![CDATA[problem perl(URI) >= 1.17 is needed by]]></category>
		<category><![CDATA[solution for perl(URI) >= 1.17 is needed by]]></category>

		<guid isPermaLink="false">http://www.booser.com/?p=520</guid>
		<description><![CDATA[When you installing subversion on server you might found following problem: error: Failed dependencies: perl(URI) &#62;= 1.17 is needed by subversion-1.6.6-1.el5.rfx.x86_64 Here is the solution to fix: wget http://yum.trixbox.org/centos/5/RPMS/perl-URI-1.35-3.noarch.rpm rpm -i perl-URI-1.35-3.noarch.rpm then proceed to subversion installation. Cheers Incoming search terms:Failded Dependency: perl(URI) &#62;= 1 17 is needed by (5)failded dependencies: perl(URI) &#62;= 1 17 [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.booser.com/fix-perluri-1-17-is-needed-by-subversion.html&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=arial" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>When you installing subversion on server you might found following problem:</p>
<pre class="wp-code-highlight prettyprint">
error: Failed dependencies:
        perl(URI) &gt;= 1.17 is needed by subversion-1.6.6-1.el5.rfx.x86_64
</pre>
<p>Here is the solution to fix:</p>
<pre class="wp-code-highlight prettyprint">
wget http://yum.trixbox.org/centos/5/RPMS/perl-URI-1.35-3.noarch.rpm
rpm -i perl-URI-1.35-3.noarch.rpm
</pre>
<p>then proceed to subversion installation.</p>
<p>Cheers</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://www.booser.com/fix-perluri-1-17-is-needed-by-subversion.html" title="Failded Dependency: perl(URI) &gt;= 1 17 is needed by">Failded Dependency: perl(URI) &gt;= 1 17 is needed by</a> (5)</li><li><a href="http://www.booser.com/fix-perluri-1-17-is-needed-by-subversion.html" title="failded dependencies: perl(URI) &gt;= 1 17 is needed">failded dependencies: perl(URI) &gt;= 1 17 is needed</a> (2)</li><li><a href="http://www.booser.com/fix-perluri-1-17-is-needed-by-subversion.html" title="perl is needed by subversion">perl is needed by subversion</a> (1)</li><li><a href="http://www.booser.com/fix-perluri-1-17-is-needed-by-subversion.html" title="perl(uri) &gt;= 1 17 is needed by subversion-1 6 6-1 el5 rfx x86_64">perl(uri) &gt;= 1 17 is needed by subversion-1 6 6-1 el5 rfx x86_64</a> (1)</li><li><a href="http://www.booser.com/fix-perluri-1-17-is-needed-by-subversion.html" title="why php and perl needed for svn">why php and perl needed for svn</a> (1)</li></ul><div class="shr-publisher-520"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.booser.com/fix-perluri-1-17-is-needed-by-subversion.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Verify if .htaccess is working or not</title>
		<link>http://www.booser.com/verify-htaccess-is-working-or-not.html</link>
		<comments>http://www.booser.com/verify-htaccess-is-working-or-not.html#comments</comments>
		<pubDate>Fri, 02 Dec 2011 08:39:36 +0000</pubDate>
		<dc:creator>boon</dc:creator>
				<category><![CDATA[Linux General]]></category>
		<category><![CDATA[AllowOverride All]]></category>
		<category><![CDATA[AllowOverride none]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[Options FollowSymLinks]]></category>
		<category><![CDATA[Verify if .htaccess is working or not]]></category>

		<guid isPermaLink="false">http://www.booser.com/?p=526</guid>
		<description><![CDATA[We use .htaccess to rewrite and redirect link. When you get your new hosting its always there is easy step to verify if .htaccess is working fine or not on your new hosting account. Some hosting does not configure their apache server correctly and caused .htaccess is not working even the code itself is correct. [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.booser.com/verify-htaccess-is-working-or-not.html&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=arial" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>We use .htaccess to rewrite and redirect link. When you get your new hosting its always there is easy step to verify if .htaccess is working fine or not on your new hosting account. Some hosting does not configure their apache server correctly and caused .htaccess is not working even the code itself is correct. So, Here is simple step that might useful for you to <strong>verify if the .htaccess is work or not working</strong>. (with these instruction, make sure you have root access to your server)</p>
<p>First of all you will need to check if mod_rewrite is enabled for apache.</p>
<pre class="wp-code-highlight prettyprint">cat /etc/httpd/conf/httpd.conf | grep rewrite</pre>
<p>make sure you see result below:<br />
<strong>LoadModule rewrite_module modules/mod_rewrite.so</strong><br />
if you dont see above line, then you will need to add it. If yes you can proceed to 2nd step</p>
<p>make sure <strong>AllowOverride</strong> inside httpd.conf is set to All instead of none by default.<br />
example show on below:</p>
<pre class="wp-code-highlight prettyprint">
&lt;directory /var/www/html&gt;
    Options FollowSymLinks
    AllowOverride none
&lt;/directory&gt;
</pre>
<p>change to : </p>
<pre class="wp-code-highlight prettyprint">
&lt;directory /var/www/html&gt;
    Options FollowSymLinks
    AllowOverride All
&lt;/directory&gt;
</pre>
<p>Dont forget to restart apache after making change to AllowOverride. <strong>/var/www/html</strong> is example of mine, you can replace it to your directory example: /home/user/public_html</p>
<p>What next? Test it!!</p>
<p>Open notepad and copy and paste the following code into it: </p>
<pre class="wp-code-highlight prettyprint">
&lt;h1 align=center&gt;
&lt; ?php
// htaccess tester
// Copyright 2011 Booser
if($_GET['url']==1){echo &quot;Damn it! looks like htaccess is not working, please refer to: &lt;a href=&quot;http://www.booser.com/verify-htaccess-is-working-or-not.html&quot;&gt;Booser Verify Htaccess  for solution&quot;;}
elseif($_GET['url']==2){echo&quot; YES!! Your .htaccess is work fine man!&quot;;}
else{echo&quot;Linux Apache mod_rewrte Test Tutorial&quot;;}
?&gt;
&lt;/h1&gt;

&lt;hr /&gt;

&lt;head&gt;
&lt;title&gt;Verify if .htaccess is working or not&lt;/title&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;p align=&quot;center&quot;&gt;Powered by &lt;a href=&quot;http://www.booser.com&quot;&gt;Booser Linux&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;rewrite.php?url=1&quot;&gt;LINK1&lt;/a&gt; = rewrite.php?link=1&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;my-rewite-link.html&quot;&gt;LINK2&lt;/a&gt; = link2.html&lt;/p&gt;
&lt;p&gt;Click on Link1 and Link2, they both are same file, if you clicked link2 not work or get 404 mean its not working you will need to refer &lt;a href=&quot;http://www.booser.com/verify-htaccess-is-working-or-not.html&quot; title=&quot;Verify Htaccess&quot;&gt;Booser Verify htaccess&lt;/a&gt; for solution&lt;/p&gt;

If you like Booser, you can copy this code and paste it to your website.
&lt;textarea onclick=&quot;this.focus(); this.select();&quot; readonly=&quot;readonly&quot; name=&quot;Booser Verify Htaccess&quot;&gt;&lt;a href=&quot;http://www.booser.com/verify-htaccess-is-working-or-not.html&quot;&gt;Verify if .htaccess is working or not&lt;/a&gt;&lt;/textarea&gt;

&lt;/body&gt;
</pre>
<p>Save it as: <strong>rewrite.php</strong><br />
Next step is open a new notepad again and paste following into it:</p>
<pre class="wp-code-highlight prettyprint">
RewriteEngine On
RewriteRule ^my-rewite-link([^/]*).html$ rewrite.php?url=$1 [L]
</pre>
<p>Save it as: <strong>.htaccess</strong></p>
<p>Now upload both files to your server using ftp, so that you can access it from url:</p>
<p>http://www.yourcoolsite.com/rewrite.php</p>
<p>click on Link1 and Link2 to test them out.</p>
<p>If you get:</p>
<p>404 error its mean, you dont have mod_rewite installed correctly or allowOveride is none.<br />
500 internal error mean that you have some problem with .htaccess files make sure you copy them correctly.</p>
<p>You can contact your hosting to check if you not sure what you are going to do, or drop me a message on <a href="http://www.booser.com/contact">contact page</a>, i would happily to check it for you.</p>
<p>Hope that help.<br />
~Cheers~</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://www.booser.com/verify-htaccess-is-working-or-not.html" title="lib ld linux so 2 bad elf interpreter">lib ld linux so 2 bad elf interpreter</a> (26)</li><li><a href="http://www.booser.com/verify-htaccess-is-working-or-not.html" title="verify htaccess is working">verify htaccess is working</a> (25)</li><li><a href="http://www.booser.com/verify-htaccess-is-working-or-not.html" title="verify htaccess">verify htaccess</a> (4)</li><li><a href="http://www.booser.com/verify-htaccess-is-working-or-not.html" title="test if htaccess is working">test if htaccess is working</a> (3)</li><li><a href="http://www.booser.com/verify-htaccess-is-working-or-not.html" title="test if htaccess works">test if htaccess works</a> (3)</li><li><a href="http://www.booser.com/verify-htaccess-is-working-or-not.html" title="htaccess verify">htaccess verify</a> (2)</li><li><a href="http://www.booser.com/verify-htaccess-is-working-or-not.html" title="verify if htaccess is working or not">verify if htaccess is working or not</a> (2)</li><li><a href="http://www.booser.com/verify-htaccess-is-working-or-not.html" title="verify htaccess settings">verify htaccess settings</a> (1)</li><li><a href="http://www.booser.com/verify-htaccess-is-working-or-not.html" title="linux how to test my htaccess if works">linux how to test my htaccess if works</a> (1)</li><li><a href="http://www.booser.com/verify-htaccess-is-working-or-not.html" title="linux htaccess not working">linux htaccess not working</a> (1)</li></ul><div class="shr-publisher-526"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.booser.com/verify-htaccess-is-working-or-not.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Notepad Created Using VB.NET 2010</title>
		<link>http://www.booser.com/simple-notepad-created-using-vb-net-2010.html</link>
		<comments>http://www.booser.com/simple-notepad-created-using-vb-net-2010.html#comments</comments>
		<pubDate>Wed, 30 Nov 2011 09:27:15 +0000</pubDate>
		<dc:creator>boon</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[simple notepad]]></category>
		<category><![CDATA[VB source code download]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">http://www.booser.com/?p=501</guid>
		<description><![CDATA[I downloaded Microsoft Visual Basic 2010 when i was bored,here is the simple notepad program that i wrote using vb 2010. It has open files, saves files, change font, font color features. Check the screenshot here: Source Code: Download here ( VB 2010) Hope you enjoy the code for practice, dont forget to say thanks [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.booser.com/simple-notepad-created-using-vb-net-2010.html&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=arial" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I downloaded Microsoft Visual Basic 2010 when i was bored,here is the simple notepad program that i wrote using vb 2010. It has open files, saves files, change font, font color features. Check the screenshot here:</p>
<p><img class="aligncenter size-full wp-image-502" title="simpleNotepad" src="http://www.booser.com/wp-content/uploads/simpleNotepad.png" alt="" width="807" height="522" /></p>
<p>Source Code: <a title="Simple Notepad" href="http://www.booser.com/wp-content/uploads/Notepad.zip">Download here</a> ( VB 2010)</p>
<p>Hope you enjoy the code for practice, dont forget to say thanks comment below.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://www.booser.com/simple-notepad-created-using-vb-net-2010.html" title="simple notepad visual basic 2010">simple notepad visual basic 2010</a> (5)</li><li><a href="http://www.booser.com/simple-notepad-created-using-vb-net-2010.html" title="notepad source code vb6">notepad source code vb6</a> (4)</li><li><a href="http://www.booser.com/simple-notepad-created-using-vb-net-2010.html" title="codebox vb net">codebox vb net</a> (2)</li><li><a href="http://www.booser.com/simple-notepad-created-using-vb-net-2010.html" title="vb net notepad source code">vb net notepad source code</a> (2)</li><li><a href="http://www.booser.com/simple-notepad-created-using-vb-net-2010.html" title="visual basic 2010 sorgenti download">visual basic 2010 sorgenti download</a> (2)</li><li><a href="http://www.booser.com/simple-notepad-created-using-vb-net-2010.html" title="simple notepad in vb net">simple notepad in vb net</a> (2)</li><li><a href="http://www.booser.com/simple-notepad-created-using-vb-net-2010.html" title="notepad in net 2010">notepad in net 2010</a> (2)</li><li><a href="http://www.booser.com/simple-notepad-created-using-vb-net-2010.html" title="vb net notepad creation code">vb net notepad creation code</a> (1)</li><li><a href="http://www.booser.com/simple-notepad-created-using-vb-net-2010.html" title="vb net 2010 notepad source code">vb net 2010 notepad source code</a> (1)</li><li><a href="http://www.booser.com/simple-notepad-created-using-vb-net-2010.html" title="vb net 2010 notepad">vb net 2010 notepad</a> (1)</li></ul><div class="shr-publisher-501"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.booser.com/simple-notepad-created-using-vb-net-2010.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

