<?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>Adil&#039;s blog &#187; Tools</title>
	<atom:link href="http://adil.az/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://adil.az</link>
	<description>Blog about web-development.</description>
	<lastBuildDate>Sun, 25 Dec 2011 15:55:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Installing Redmine on cPanel</title>
		<link>http://adil.az/uncategorized/installing-redmine-on-cpanel/</link>
		<comments>http://adil.az/uncategorized/installing-redmine-on-cpanel/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 14:03:49 +0000</pubDate>
		<dc:creator>Adil</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web-server]]></category>

		<guid isPermaLink="false">http://adil.az/?p=160</guid>
		<description><![CDATA[<a href="http://adil.az/uncategorized/installing-redmine-on-cpanel/" title="Installing Redmine on cPanel"></a><a href="http://adil.az/uncategorized/installing-redmine-on-cpanel/" title="Installing Redmine on cPanel"></a>Installing Redmine on cPanel will be bit harder, because it needs some modifications on server configuration. And custom modifications will be lost on regeneration of configuration files by cPanel. According instruction at http://www.redmine.org/projects/redmine/wiki/HowTo_install_Redmine_on_CentOS_5 you will need change Apache configuration manually. It&#8217;s &#8230;<p class="read-more"><a href="http://adil.az/uncategorized/installing-redmine-on-cpanel/">Read more &#187;</a></p><div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://adil.az/uncategorized/installing-redmine-on-cpanel/' addthis:title='Installing Redmine on cPanel ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
		<wfw:commentRss>http://adil.az/uncategorized/installing-redmine-on-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing UTF8 BOM from PHP files</title>
		<link>http://adil.az/php/removing-utf8-bom-from-php-files/</link>
		<comments>http://adil.az/php/removing-utf8-bom-from-php-files/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 16:09:11 +0000</pubDate>
		<dc:creator>Adil</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[bom]]></category>
		<category><![CDATA[byte order mark]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[unicode]]></category>
		<category><![CDATA[utf]]></category>
		<category><![CDATA[utf-8]]></category>
		<category><![CDATA[utf8]]></category>

		<guid isPermaLink="false">http://adil.az/?p=144</guid>
		<description><![CDATA[<a href="http://adil.az/php/removing-utf8-bom-from-php-files/" title="Removing UTF8 BOM from PHP files"></a><a href="http://adil.az/php/removing-utf8-bom-from-php-files/" title="Removing UTF8 BOM from PHP files"></a>UTF8 Byte Order Mark (BOM) is sequence of bytes for represent the file as UTF8. The sequence is hexadecimal EF BB BF value also you can see it at the beginning of the file as ï»¿. When these symbols is used the text &#8230;<p class="read-more"><a href="http://adil.az/php/removing-utf8-bom-from-php-files/">Read more &#187;</a></p><div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://adil.az/php/removing-utf8-bom-from-php-files/' addthis:title='Removing UTF8 BOM from PHP files ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
		<wfw:commentRss>http://adil.az/php/removing-utf8-bom-from-php-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wget as a hacker tool</title>
		<link>http://adil.az/tips-tricks/wget-as-a-hacker-tool/</link>
		<comments>http://adil.az/tips-tricks/wget-as-a-hacker-tool/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 08:49:59 +0000</pubDate>
		<dc:creator>Adil</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://adil.az/?p=62</guid>
		<description><![CDATA[<a href="http://adil.az/tips-tricks/wget-as-a-hacker-tool/" title="wget as a hacker tool"></a><a href="http://adil.az/tips-tricks/wget-as-a-hacker-tool/" title="wget as a hacker tool"></a>Few days ago some people called himself web-programmers, created a web-site where it was online voting for the parliament in my country. It was a simple system you select your region, select the candidate and vote for him. The purpose &#8230;<p class="read-more"><a href="http://adil.az/tips-tricks/wget-as-a-hacker-tool/">Read more &#187;</a></p><div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://adil.az/tips-tricks/wget-as-a-hacker-tool/' addthis:title='wget as a hacker tool ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
		<wfw:commentRss>http://adil.az/tips-tricks/wget-as-a-hacker-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpasswd tool</title>
		<link>http://adil.az/tools/phpasswd-tool/</link>
		<comments>http://adil.az/tools/phpasswd-tool/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 20:19:30 +0000</pubDate>
		<dc:creator>Adil</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[htpasswd]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[phpasswd]]></category>

		<guid isPermaLink="false">http://adil.az/?p=40</guid>
		<description><![CDATA[<a href="http://adil.az/tools/phpasswd-tool/" title="phpasswd tool"></a><a href="http://adil.az/tools/phpasswd-tool/" title="phpasswd tool"></a>This week me and my friends from Neats group made little tool for working with htpasswd files. The main purpose of the project was to make easy to use tool for changing admin passwords on Baku State University web site &#8230;<p class="read-more"><a href="http://adil.az/tools/phpasswd-tool/">Read more &#187;</a></p><div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://adil.az/tools/phpasswd-tool/' addthis:title='phpasswd tool ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
		<wfw:commentRss>http://adil.az/tools/phpasswd-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

