<?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"
	>

<channel>
	<title>Homepage of Sudhaker Raj</title>
	<atom:link href="http://sudhaker.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sudhaker.com</link>
	<description>~ Be Technical by Techniques ~</description>
	<pubDate>Mon, 25 Aug 2008 23:58:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Extract RPM package without installing it</title>
		<link>http://sudhaker.com/2008/05/extract-rpm-package-installing/</link>
		<comments>http://sudhaker.com/2008/05/extract-rpm-package-installing/#comments</comments>
		<pubDate>Wed, 21 May 2008 18:20:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux World]]></category>

		<guid isPermaLink="false">http://sudhaker.com/?p=20</guid>
		<description><![CDATA[Suppose we want to extract and see the RPM content without installing it. This is how we do it  This should work on any RPM based system like fedora, centos etc.
Example: extract wget rpm bundled with Fedora 9 

rpm2cpio wget-1.11.1-1.fc9.i386.rpm &#124; cpio -idmv

Cheers,
]]></description>
		<wfw:commentRss>http://sudhaker.com/2008/05/extract-rpm-package-installing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Naked DSL - Broadband without Phone Service</title>
		<link>http://sudhaker.com/2008/05/naked-dsl-broadband-phone-service/</link>
		<comments>http://sudhaker.com/2008/05/naked-dsl-broadband-phone-service/#comments</comments>
		<pubDate>Tue, 06 May 2008 15:25:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Techie Talks]]></category>

		<guid isPermaLink="false">http://sudhaker.com/?p=19</guid>
		<description><![CDATA[I was always wondering that why local phone companies were not offering DSL without phone service. Technically they are two different service sharing same wire and it was always possible to un-bundle them. But phone companies were not doing it until recently when they started losing this business because of VOIP.
VOIP users may not like [...]]]></description>
		<wfw:commentRss>http://sudhaker.com/2008/05/naked-dsl-broadband-phone-service/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Stupid Coupon-Eligible Converter Box</title>
		<link>http://sudhaker.com/2008/04/stupid-coupon-eligible-converter-box/</link>
		<comments>http://sudhaker.com/2008/04/stupid-coupon-eligible-converter-box/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 21:31:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Techie Talks]]></category>

		<guid isPermaLink="false">http://sudhaker.com/?p=18</guid>
		<description><![CDATA[CECB or Coupon-Eligible Converter Box is a specification for converter boxes eligible to receive subsidy coupons through the U.S. federally-sponsored DTV Converter Box Coupon Program. (Ref - http://en.wikipedia.org/wiki/CECB)
I still own my old Panasonic TAU (27 inch flat screen tube SDTV) and occasionally turn it on. So buying a converter box for less than $10 was [...]]]></description>
		<wfw:commentRss>http://sudhaker.com/2008/04/stupid-coupon-eligible-converter-box/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress Permalinks with Lighttpd</title>
		<link>http://sudhaker.com/2008/04/wordpress-permalinks-lighttpd/</link>
		<comments>http://sudhaker.com/2008/04/wordpress-permalinks-lighttpd/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 16:11:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Wordpress Corner]]></category>

		<guid isPermaLink="false">http://sudhaker.com/?p=17</guid>
		<description><![CDATA[I found few url-rewrite based solution for enabling Permalinks in Wordpress+Lighttpd but none of them worked flawlessly. Guys, all we need here is a simple equivalent of this code (without any side effect, like 404 header etc).
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
So I continued searching for the perfect solution, and here [...]]]></description>
		<wfw:commentRss>http://sudhaker.com/2008/04/wordpress-permalinks-lighttpd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Drupal Clean URL with Lighttpd</title>
		<link>http://sudhaker.com/2008/04/drupal-clean-url-lighttpd/</link>
		<comments>http://sudhaker.com/2008/04/drupal-clean-url-lighttpd/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 15:53:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Drupal Corner]]></category>

		<guid isPermaLink="false">http://sudhaker.com/?p=16</guid>
		<description><![CDATA[I found few url-rewrite based solution for enabling CleanURL in Drupal + Lighttpd but none of them worked flawlessly. Guys, all we need here is a simple equivalent of this code (without any side effect, like 404 header etc).

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

So I continued searching for the perfect solution, and here [...]]]></description>
		<wfw:commentRss>http://sudhaker.com/2008/04/drupal-clean-url-lighttpd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Isolated MySQL Installation inside OpenVZ Cluster</title>
		<link>http://sudhaker.com/2008/04/isolated-mysql-installation-openvz-cluster/</link>
		<comments>http://sudhaker.com/2008/04/isolated-mysql-installation-openvz-cluster/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 20:53:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[OpenVZ]]></category>

		<category><![CDATA[Secure Computing]]></category>

		<guid isPermaLink="false">http://sudhaker.com/?p=15</guid>
		<description><![CDATA[Unless you keep your computer disconnected from a network and under a secure lock; there will always be potentials for security compromise.
This article explains an isolated and much secure MySQL setup layout. The container VPS for &#8220;database node&#8221; was a centos-5-minimal (centos-5-i386-minimal.tar.gz) and not assigned any IP address for added security. Here is the complete [...]]]></description>
		<wfw:commentRss>http://sudhaker.com/2008/04/isolated-mysql-installation-openvz-cluster/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lighttpd MySQL PoweDNS setup using OpenVZ Cluster</title>
		<link>http://sudhaker.com/2008/04/lighttpd-mysql-powedns-setup-openvz-cluster/</link>
		<comments>http://sudhaker.com/2008/04/lighttpd-mysql-powedns-setup-openvz-cluster/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 20:02:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[OpenVZ]]></category>

		<category><![CDATA[Secure Computing]]></category>

		<guid isPermaLink="false">http://sudhaker.com/?p=14</guid>
		<description><![CDATA[Unless you keep your computer disconnected from a network and under a secure lock; there will always be potentials for security compromise.
Statement above is not to scare you from connecting your machine to network, but to give you an idea that there is nothing like a &#8220;perfectly secured and networked computer&#8221;. The best we can [...]]]></description>
		<wfw:commentRss>http://sudhaker.com/2008/04/lighttpd-mysql-powedns-setup-openvz-cluster/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WebSphere RAD6 Server Cleanup</title>
		<link>http://sudhaker.com/2008/04/websphere-rad6-server-cleanup/</link>
		<comments>http://sudhaker.com/2008/04/websphere-rad6-server-cleanup/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 15:21:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java Technologies]]></category>

		<guid isPermaLink="false">http://sudhaker.com/?p=13</guid>
		<description><![CDATA[If you are working on multiple projects using RAD 6.X, you must have noticed the slowness after some time. This happens because  test server is shared across workspaces and applications are deployed into same server-instance; hence making things sluggish.
If you do not switch project / workspace on daily basis; consider a profile cleanup before [...]]]></description>
		<wfw:commentRss>http://sudhaker.com/2008/04/websphere-rad6-server-cleanup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpenVZ setup on CentOS 5.1</title>
		<link>http://sudhaker.com/2008/04/openvz-setup-centos-51/</link>
		<comments>http://sudhaker.com/2008/04/openvz-setup-centos-51/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 15:46:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[OpenVZ]]></category>

		<guid isPermaLink="false">http://sudhaker.com/2008/04/openvz-setup-centos-51/</guid>
		<description><![CDATA[This tutorial is about preparing a very secure hosting/computing environment using proven products (i.e. CentOS 5.1 &#38; OpenVZ). This tutorial is prepared based on my own experiences gained during the setup process of my first dedicated server (Celeron-2.8 ghz, 512MB, 80GB).
Step 1: Prepare a very minimal CentOS system.
The only way we can prepare a true [...]]]></description>
		<wfw:commentRss>http://sudhaker.com/2008/04/openvz-setup-centos-51/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create a VPS instance on OpenVZ</title>
		<link>http://sudhaker.com/2008/03/create-vps-instance-openvz/</link>
		<comments>http://sudhaker.com/2008/03/create-vps-instance-openvz/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 21:44:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[OpenVZ]]></category>

		<guid isPermaLink="false">http://sudhaker.com/2008/03/vps-instance-openvz/</guid>
		<description><![CDATA[Followings are commands to create a test VPS instance on OpenVZ.
vzctl create 101 &#45;&#45;ostemplate centos-5-minimal
vzctl set 101 &#45;&#45;hostname vz101.sudhaker.com &#45;&#45;save
vzctl set 101 &#45;&#45;ipadd 192.168.0.101 &#45;&#45;save
vzctl set 101 &#45;&#45;nameserver 192.168.0.1 &#45;&#45;save
vzctl set 101 &#45;&#45;onboot yes &#45;&#45;save
vzctl start 101
Optional: To install common utilities inside VPS
vzyum 101 install findutils wget jwhois bind-utils -y
Optional: To install yum inside VPS
vzyum [...]]]></description>
		<wfw:commentRss>http://sudhaker.com/2008/03/create-vps-instance-openvz/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Install Firefox without adminstrator rights</title>
		<link>http://sudhaker.com/2008/03/install-firefox-adminstrator-rights/</link>
		<comments>http://sudhaker.com/2008/03/install-firefox-adminstrator-rights/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 17:31:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Techie Talks]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://sudhaker.com/2008/03/install-firefox-adminstrator-rights/</guid>
		<description><![CDATA[Source: WikiPedia
 Mozilla Firefox (abbreviated officially as Fx, but also unofficially as FF) is a web browser descended from the Mozilla Application Suite, managed by the Mozilla Corporation. Firefox had about 15% of the recorded usage share of Web browsers as of January 2008 making Firefox the second-most popular browser in current use worldwide after [...]]]></description>
		<wfw:commentRss>http://sudhaker.com/2008/03/install-firefox-adminstrator-rights/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Do not leak your million dollar idea unknowingly</title>
		<link>http://sudhaker.com/2008/03/leak-million-dollar-idea-unknowingly/</link>
		<comments>http://sudhaker.com/2008/03/leak-million-dollar-idea-unknowingly/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 17:28:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux World]]></category>

		<category><![CDATA[Techie Talks]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://sudhaker.com/2008/03/13/leak-million-dollar-idea-unknowingly/</guid>
		<description><![CDATA[Tom is discussing his next venture with his friend Sameer. They have done all the number crunching and are very excited about the opportunity. Everything is finalized and details are worked out. Right, they must be talking about an internet based idea (similar to youtube, orkut, facebook etc).
Next big thing is finding and reserving a [...]]]></description>
		<wfw:commentRss>http://sudhaker.com/2008/03/leak-million-dollar-idea-unknowingly/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Powerful Yum (Yellow dog Updater, Modified)</title>
		<link>http://sudhaker.com/2008/03/powerful-yum-yellow-dog-updater-modified/</link>
		<comments>http://sudhaker.com/2008/03/powerful-yum-yellow-dog-updater-modified/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 16:08:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux World]]></category>

		<guid isPermaLink="false">http://sudhaker.com/2008/03/11/yum-powerful/</guid>
		<description><![CDATA[Source: WikiPedia
The Yellow dog Updater, Modified (YUM) is a free software/open source command line package management utility for RPM-compatible Linux operating systems. It was developed by Seth Vidal and a group of volunteer programmers, and is currently maintained as part of Duke University&#8217;s Linux@DUKE project. Though yum is a command line utility, several other tools [...]]]></description>
		<wfw:commentRss>http://sudhaker.com/2008/03/powerful-yum-yellow-dog-updater-modified/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Sites makes Google Apps platform more complete</title>
		<link>http://sudhaker.com/2008/03/google-sites-google-apps-platform-complete/</link>
		<comments>http://sudhaker.com/2008/03/google-sites-google-apps-platform-complete/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 21:17:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Techie Talks]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://sudhaker.com/2008/03/10/google-sites-google-apps-platform-complete/</guid>
		<description><![CDATA[I am using &#8220;Google Apps&#8221; for a long time to host email for my domains. It is not very complex to setup and works great (powered by gmail - wow)! I don&#8217;t have to worry about my mails being delivered to spam-folder or being rejected because my shared host IP was misused by other folks. [...]]]></description>
		<wfw:commentRss>http://sudhaker.com/2008/03/google-sites-google-apps-platform-complete/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MyAdmin Advanced</title>
		<link>http://sudhaker.com/2008/02/myadmin-advanced/</link>
		<comments>http://sudhaker.com/2008/02/myadmin-advanced/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 18:15:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Auto Hotkey]]></category>

		<category><![CDATA[Secure Computing]]></category>

		<guid isPermaLink="false">http://sudhaker.com/2008/02/29/admin-advanced/</guid>
		<description><![CDATA[My last article on working as non-admin works great in home environment. But it won&#8217;t allow access to any network resources (file share, printer, etc) in corporate environment. This happens because local administrator user are not part of Windows domain and so treated as anonymous user.
Following new version of &#8220;MyAdmin&#8221; AHK (AutoHotkey) script overcomes the [...]]]></description>
		<wfw:commentRss>http://sudhaker.com/2008/02/myadmin-advanced/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MyAdmin Script</title>
		<link>http://sudhaker.com/2008/02/myadmin-script/</link>
		<comments>http://sudhaker.com/2008/02/myadmin-script/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 01:46:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Auto Hotkey]]></category>

		<category><![CDATA[Secure Computing]]></category>

		<guid isPermaLink="false">http://sudhaker.com/2008/02/27/myadmin-script/</guid>
		<description><![CDATA[Are you are using non-admin account to work and browse on your machine?
If yes, following AHK (AutoHotkey) script can be very handy
; Settings for local administrator
AdminUser = admin
AdminPass = secret
RunTarget = C:\Program Files\ExplorerXP\ExplorerXP.exe
IfExist, %RunTarget%
{
RunAs, %AdminUser%, %AdminPass%
Run, %RunTarget%
RunAs  ; Reset to normal behavior.
}
IfNotExist, %RunTarget%
{
MsgBox, Target (i.e. %RunTarget%) does not exist.
}
ExplorerXP is a very fast, small [...]]]></description>
		<wfw:commentRss>http://sudhaker.com/2008/02/myadmin-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gmail IMAP with SquirrelMail</title>
		<link>http://sudhaker.com/2008/02/gmail-imap-squirrelmail/</link>
		<comments>http://sudhaker.com/2008/02/gmail-imap-squirrelmail/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 15:25:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux World]]></category>

		<category><![CDATA[Techie Talks]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://sudhaker.com/2008/02/26/gmail-imap-squirrelmail/</guid>
		<description><![CDATA[Friends,
I am listing steps required for setting up SquirrelMail to work with Gmail IMAP. This is especially useful when you like SquirrelMail or don&#8217;t have access to regular http://mail.google.com  You can even use it to brand your custom domain hosted at Google Apps and seamlessly integrate it your portal (if you can afford, consider [...]]]></description>
		<wfw:commentRss>http://sudhaker.com/2008/02/gmail-imap-squirrelmail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Emporis Buildings</title>
		<link>http://sudhaker.com/2008/02/emporis-buildings/</link>
		<comments>http://sudhaker.com/2008/02/emporis-buildings/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 19:07:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Techie Talks]]></category>

		<guid isPermaLink="false">http://sudhaker.com/?p=1</guid>
		<description><![CDATA[Emporis.com is one of the world&#8217;s largest available platforms concerning building-related information. Here you find buildings, companies and photos in more than 50,000 cities worldwide.

You can find everything about any commercial building. This lookup site is extremely useful in finding some company
My workplaces:  575 Washington Blvd, Newport, PaineWebber Building, Western Electric Building, One World [...]]]></description>
		<wfw:commentRss>http://sudhaker.com/2008/02/emporis-buildings/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
