<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>piXca.net</title>
	<link>http://www.pixca.net</link>
	<description>Not just another WordPress site</description>
	<lastBuildDate>Thu, 25 Aug 2011 06:18:20 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Bootsplash patcher for ASUS Transformer TF101</title>
		<description><![CDATA[I&#8217;m releasing a tool for changing the splash image inside the bootloader. About: This tool is written in Python and using pygame library as the image manipulator. Sorry, there&#8217;s no mouse button to click, use keyboard to input command. Sometimes the open file popup window become out of focus,use ALT + TAB to reselect the [...]]]></description>
		<link>http://www.pixca.net/bits-and-bytes/bootsplash-patcher-for-asus-transformer-tf101/</link>
			</item>
	<item>
		<title>Caching WordPress on Google AppEngine</title>
		<description><![CDATA[I got this idea from distractable.net : Beefing Up Self-Hosted WordPress with Google AppEngine]]></description>
		<link>http://www.pixca.net/bits-and-bytes/caching-wordpress-on-google-appengine/</link>
			</item>
	<item>
		<title>Hello world!</title>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
		<link>http://www.pixca.net/uncategorized/hello-world/</link>
			</item>
	<item>
		<title>CentOs &#8212; how to install mod geo_ip from maxmind</title>
		<description><![CDATA[yum install GeoIP wget http://yum.jardiknas.org/centos/extras/5/i386/mod_geoip-1.1.8-2.el5.i386.rpm rpm -i mod_geoip-1.1.8-2.el5.i386.rpm wget -N -q http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz gzip -d GeoLiteCity.dat.gz mkdir /usr/share/GeoIP/ mv GeoLiteCity.dat /usr/share/GeoIP/ nano /etc/httpd/conf.d/mod_geoip.conf #change GeoIP.dat to GeoLiteCity.dat]]></description>
		<link>http://www.pixca.net/bits-and-bytes/centos-how-to-install-mod-geo_ip-from-maxmind/</link>
			</item>
	<item>
		<title>How to protect linux from ddos attack</title>
		<description><![CDATA[Some script to automatically blocked an ip with more than 150 connection. wget http://www.inetbase.com/scripts/ddos/install.sh chmod 0700 install.sh ./install.sh refrence : http://deflate.medialayer.com/]]></description>
		<link>http://www.pixca.net/bits-and-bytes/how-to-protect-linux-from-ddos-attack/</link>
			</item>
	<item>
		<title>VPS &#8211; how to manual install lxadmin</title>
		<description><![CDATA[For those who buy a vps without a control panel, you can install lxadmin. wget http://download.lxlabs.com/download/lxadmin/production/lxadmin-install-master.sh sh ./lxadmin-install-master.sh Done]]></description>
		<link>http://www.pixca.net/bits-and-bytes/vps-how-to-manual-install-lxadmin/</link>
			</item>
	<item>
		<title>PHP &#8211; how to remove subdomain from url</title>
		<description><![CDATA[$doms = array('http://yahoo.co.uk','http://www.yahoo.co.uk','http://www.yahoo.com','http://yahoo.com','http://www.mail.yahoo.com','http://www.mail.yahoo.co.uk'); foreach ($doms as $dom) { $matches = explode('//',$dom); $matches = explode('.',$matches[1]); //http://yahoo.com if (count($matches) == 2) { echo $matches[0] . '.' . $matches[1]; } elseif (count($matches) == 3) { //http://yahoo.co.uk if (strlen($matches[2]) == 2) { echo $matches[0] . '.' . $matches[1] . '.' . $matches[2]; //http://www.yahoo.com } else { echo $matches[1] . [...]]]></description>
		<link>http://www.pixca.net/bits-and-bytes/php-remove-subdomain-from-url/</link>
			</item>
	<item>
		<title>decryt ssl key</title>
		<description><![CDATA[Simple and easy! openssl rsa -in ssl.key -out ssl.key I just buy ssl from godady.com only $12.99 per yr here&#8217;s the promo code cjcssl12t2]]></description>
		<link>http://www.pixca.net/bits-and-bytes/decryt-ssl-key/</link>
			</item>
	<item>
		<title>Rewrite www to no-www</title>
		<description><![CDATA[Redirection via webserver Most of popular webserver support redirection. The flow of redirection using this method is Browser -> Web Server Below is configuration for popular web server Apache Redirection in Apache requires the mod_rewrite module. Put this in .htaccess file RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.(.*) [NC] RewriteRule ^(.*) http://%1/$1 [R=301,L] Alternative, RewriteEngine on RewriteCond [...]]]></description>
		<link>http://www.pixca.net/bits-and-bytes/rewrite-www-to-no-www/</link>
			</item>
	<item>
		<title>google bug? False &#8220;This site may harm your computer&#8221;</title>
		<description><![CDATA[Feb 1, around 12am(GMT+9) : all google search result is tagged as harmful. Even google.com is harm.. who could you trust these day.. Updated: Search result back to normal 10min later.. Updated: Google says it was human error. Read here for more Rumors says that it was the first time in Google history. Glad I&#8217;m [...]]]></description>
		<link>http://www.pixca.net/bits-and-bytes/google-bug-false-this-site-may-harm-your-computer/</link>
			</item>
</channel>
</rss>

