<?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>Linux &#124; PHP &#124; Programming Blogs</description>
	<lastBuildDate>Fri, 20 Apr 2012 19:12:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to use wget to copy/backup remote ftp files recursively</title>
		<link>http://www.booser.com/how-to-use-wget-to-copybackup-remote-ftp-files-recursively.html</link>
		<comments>http://www.booser.com/how-to-use-wget-to-copybackup-remote-ftp-files-recursively.html#comments</comments>
		<pubDate>Fri, 24 Feb 2012 09:22:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Howto]]></category>

		<guid isPermaLink="false">http://www.booser.com/?p=582</guid>
		<description><![CDATA[This tutorial will teach you how to use wget to download entire folder of remote server with recursively example: recursively download all the files that are in the subfolder3 folder for the ftp ftp://user:pass@www.yourdomain.com/folder1/subfolder1/subfolder2/subfolder3 Solution: wget -r -np -nc -nH --cut-dirs=4 ftp://user:pass@www.yourdomain.com/folder1/subfolder1/subfolder2/subfolder3 -r = mean recursive -np = Do not&#160; <a href="http://www.booser.com/how-to-use-wget-to-copybackup-remote-ftp-files-recursively.html" title="Read more How to use wget to copy/backup remote ftp files recursively">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>This tutorial will teach you how to use wget to download entire folder of remote server with recursively</p>
<p>example: recursively download all the files that are in the <strong>subfolder3</strong> folder for the ftp</p>
<pre>ftp://user:pass@www.yourdomain.com/folder1/subfolder1/subfolder2/subfolder3</pre>
<p><strong>Solution:</strong></p>
<pre>
 wget -r -np -nc -nH --cut-dirs=4 ftp://user:pass@www.yourdomain.com/folder1/subfolder1/subfolder2/subfolder3</pre>
<p>-r = mean recursive<br />
-np = Do not ever ascend to the parent directory when retrieving recursively.<br />
-nc = skip existing files<br />
-nH = no save folder as host name<br />
-cut-dirs = remove all the subfolder during save, just the content inside subfolder3 will be saved.</p>
<p>Hope that help</p>
<h4>Incoming search terms:</h4><ul><li>use wget to copy</li><li>wget backup remote</li><li>wget copy folder recursive</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.booser.com/how-to-use-wget-to-copybackup-remote-ftp-files-recursively.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>admin</dc:creator>
				<category><![CDATA[Howto]]></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?&#160; <a href="http://www.booser.com/how-to-kill-process-that-running-on-specific-port.html" title="Read more How to kill process that running on specific port">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<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>lsof -w -n -i tcp:5080</pre>
<p>then the process and pid will appear.</p>
<p>kill it by typing:</p>
<pre>kill -9
<pid -id></pid></pre>
<p>hope that help.</p>
<h4>Incoming search terms:</h4><ul><li>how to find and kill process running on a certain port in windows</li><li>kill program running on a specific port</li><li>kill ports and process entos</li><li>how to kill the process running on specific port in windows</li><li>how to kill service on specific port</li><li>how to kill a service running at perticuilar port windows</li><li>how to kill a process that uses a specific port</li><li>how to kill a process running on a particular port in windows</li><li>how to kill a process running in a port</li><li>kill services on port centos</li></ul>]]></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>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>admin</dc:creator>
				<category><![CDATA[Howto]]></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&#160; <a href="http://www.booser.com/jailbreak-ios-5-untethered-windows-version.html" title="Read more Jailbreak IOS 5 untethered (windows version)">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<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="pwned IOS5.0.1 Jailbreak IOS 5 untethered (windows version)" 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="1 Jailbreak IOS 5 untethered (windows version)" width="431" height="526" title="Jailbreak IOS 5 untethered (windows version)" /></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="2 Jailbreak IOS 5 untethered (windows version)" width="435" height="527" title="Jailbreak IOS 5 untethered (windows version)" /></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="3 Jailbreak IOS 5 untethered (windows version)" width="435" height="527" title="Jailbreak IOS 5 untethered (windows version)" /></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="4 Jailbreak IOS 5 untethered (windows version)" width="435" height="527" title="Jailbreak IOS 5 untethered (windows version)" /></p>
<p>6. Install Cydia<br />
<img src="http://www.booser.com/wp-content/uploads/5.png" alt="5 Jailbreak IOS 5 untethered (windows version)" width="435" height="527" title="Jailbreak IOS 5 untethered (windows version)" /></p>
<p>after done, you will be rebooted to jailbroken iphone. Use it on your own risk, i&#8217;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="icon smile Jailbreak IOS 5 untethered (windows version)" class='wp-smiley' title="Jailbreak IOS 5 untethered (windows version)" />  But this tutorial will work fine, if you carefully follow the step.</p>
<p>Cheers.</p>
<h4>Incoming search terms:</h4><ul><li>optimize performance iphone4 ios5 0 1</li><li>jailbreak ios 5 untethered windows</li></ul>]]></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>admin</dc:creator>
				<category><![CDATA[Howto]]></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&#160; <a href="http://www.booser.com/install-nginxadmin-to-whmcpanel-for-optimize-performance.html" title="Read more Install NginxAdmin to WHM/Cpanel for Optimize Performance">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<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&#8217;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>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>/etc/init.d/httpd restart</pre>
<h3>For Uninstall NginxAdmin</h3>
<pre>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&#8230;&#8230;Starting Install<br />
Generating vhosts&#8230;<br />
Traceback (most recent call last):<br />
File &#8220;/scripts/createvhosts.py&#8221;, line 2, in ?<br />
import yaml<br />
File &#8220;/usr/lib/python2.4/site-packages/PyYAML-3.10-py2.4-linux-i686.egg/yaml/__init__.py&#8221;, line 26<br />
SyntaxError: &#8216;yield&#8217; not allowed in a &#8216;try&#8217; block with a &#8216;finally&#8217; clause<br />
Installing WHM interface&#8230;<br />
deploying booster rockets<br />
Traceback (most recent call last):<br />
File &#8220;/usr/local/src/publicnginx/nginxinstaller2&#8243;, line 9, in ?<br />
import createvhosts<br />
File &#8220;/usr/local/src/publicnginx/createvhosts.py&#8221;, line 2, in ?<br />
import yaml<br />
File &#8220;/usr/lib/python2.4/site-packages/PyYAML-3.10-py2.4-linux-i686.egg/yaml/__init__.py&#8221;, line 26<br />
SyntaxError: &#8216;yield&#8217; not allowed in a &#8216;try&#8217; block with a &#8216;finally&#8217; clause</p></blockquote>
<p>Here is the Solution:</p>
<pre>
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>
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>install nginx cpanel</li><li>PyYAML-3 09-py2 4-linux-x86_64 egg</li><li>PyYAML-3 10-py2 4-linux-i686 egg</li><li>nginx whm</li><li>optimize whm</li><li>/tmp/nginx_client</li><li>nginx install whm</li><li>nginx whm install</li><li>pyyaml-3 09-py2 4-linux-i386 egg</li><li>pyyaml-3 09-py2 4-linux-i686 egg</li></ul>]]></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>admin</dc:creator>
				<category><![CDATA[Howto]]></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&#160; <a href="http://www.booser.com/how-to-install-red5-1-0-rc1-on-centos-5-or-6.html" title="Read more How to install Red5 1.0 RC1 on Centos 5/6">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<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="red5 How to install Red5 1.0 RC1 on Centos 5/6" 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>yum -y install java-1.6.0-openjdk java-1.6.0-openjdk-devel</pre>
<p>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>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>3. Export correct path/directory  for Ant and Java</p>
<pre>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>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.</p>
<h3>4. Download and Install RED5 Server</h3>
<pre>cd /usr/local/src
svn 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.<br />
5. Copy Required file from dist/conf folder to main folder of red5</p>
<pre>cp -r dist/conf /usr/local/red5</pre>
<p>6. Test and run it</p>
<pre>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.<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="red5ready 1024x467 How to install Red5 1.0 RC1 on Centos 5/6" 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.<br />
2, latest version is buggy for you?<br />
#no problem, check out old version here: http://red5.googlecode.com/svn/java/server/tags/<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><br />
4, other problem? please use the following comment box, i will try my best to help you.</p>
<p>thats all, cheers and happy 2012 new year.</p>
<h4>Incoming search terms:</h4><ul><li>red5 centos 6</li><li>install red5 centos 6</li><li>centos5 6 red5</li><li>centos 6 red5</li><li>installing red5 on centos 6</li><li>install red5 on centos 6</li><li>red5 centos</li><li>red5 livestream howto 2012</li><li>install fms on centos 6</li><li>install red5server centos 6</li></ul>]]></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>0</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>admin</dc:creator>
				<category><![CDATA[Howto]]></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[<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="linux Tutorial on Find command" 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 lang="bash">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 lang="bash">
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 lang="bash">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 lang="bash">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 lang="bash">
find ./ -name "*" -exec grep -H ABC {}  \;
find ./ -type f -print | xargs grep -H  "ABC" /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 lang="bash">find ./ -name "*.conf"  –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 lang="bash">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 lang="bash">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 lang="bash">find / -cmin -5</pre>
<h4>Incoming search terms:</h4><ul><li>find nouser o nogroup print</li></ul>]]></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>admin</dc:creator>
				<category><![CDATA[Howto]]></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&#160; <a href="http://www.booser.com/batch-image-resizing-on-linux.html" title="Read more Batch Image Resizing on linux">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<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 &#8220;<strong>mogrify</strong>&#8220;. On centos you can install imagemagick via yum by typing the following command:</p>
<pre>yum install ImageMagick</pre>
<p>then you can resize the image inside folder using follwing command:</p>
<pre>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>linux batch image resize</li><li>linux batch image resizing</li><li>linux batch photo resize</li><li>linux picture rezise</li></ul>]]></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>admin</dc:creator>
				<category><![CDATA[Howto]]></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) >= 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:perl(URI) &#62;= 1 17 is needed by subversion-1 6 6-1&#160; <a href="http://www.booser.com/fix-perluri-1-17-is-needed-by-subversion.html" title="Read more Fix: perl(URI) >= 1.17 is needed by subversion">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>When you installing subversion on server you might found following problem:</p>
<pre>
error: Failed dependencies:
        perl(URI) >= 1.17 is needed by subversion-1.6.6-1.el5.rfx.x86_64
</pre>
<p>Here is the solution to fix:</p>
<pre>
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>perl(URI) &gt;= 1 17 is needed by subversion-1 6 6-1 el5 rfx x86_64</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.booser.com/fix-perluri-1-17-is-needed-by-subversion.html/feed</wfw:commentRss>
		<slash:comments>0</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>admin</dc:creator>
				<category><![CDATA[Howto]]></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&#160; <a href="http://www.booser.com/verify-htaccess-is-working-or-not.html" title="Read more Verify if .htaccess is working or not">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<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>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>
<directory /var/www/html>
    Options FollowSymLinks
    AllowOverride none
</directory>
</pre>
<p>change to : </p>
<pre>
<directory /var/www/html>
    Options FollowSymLinks
    AllowOverride All
</directory>
</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>
<h1 align=center>
< ?php
// htaccess tester
// Copyright 2011 Booser
if($_GET['url']==1){echo "Damn it! looks like htaccess is not working, please refer to: <a href="http://www.booser.com/verify-htaccess-is-working-or-not.html">Booser Verify Htaccess  for solution";}
elseif($_GET['url']==2){echo" YES!! Your .htaccess is work fine man!";}
else{echo"Linux Apache mod_rewrte Test Tutorial";}
?>
</h1>
<hr />

<head>

</head>

<body>
<p align="center">Powered by <a href="http://www.booser.com">Booser Linux</a>

<a href="rewrite.php?url=1">LINK1</a> = rewrite.php?link=1

<a href="my-rewite-link.html">LINK2</a> = link2.html

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 <a href="http://www.booser.com/verify-htaccess-is-working-or-not.html" title="Verify Htaccess">Booser Verify htaccess</a> for solution

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

</body>
</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>
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>check if htaccess is working</li><li>check htaccess is working or not</li><li>verify htaccess is working</li><li>how to check if htaccess is working</li><li>test htaccess working</li><li>htaccesss work check</li><li>php how to check if htaccess is working</li><li>php test if htaccess working</li><li>test if htaccess is working</li><li>verify htaccess</li></ul>]]></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>admin</dc:creator>
				<category><![CDATA[Howto]]></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,&#160; <a href="http://www.booser.com/simple-notepad-created-using-vb-net-2010.html" title="Read more Simple Notepad Created Using VB.NET 2010">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<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="simpleNotepad Simple Notepad Created Using VB.NET 2010" 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>simple notepad in vb net</li><li>search in vb net 2010 in notepad</li><li>vbnet programları</li><li>vb net notepad source code</li><li>simple coding in visual basic of notepad</li><li>vb 2010 notepad code for new</li><li>vb in notepad</li><li>vb net 2010 create notepad</li><li>visual basic 2010 notepad source</li><li>visual basic program to create a notepad</li></ul>]]></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>

