<?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>Random Thoughts of a Technology Enthusiast &#187; Uncategorized</title>
	<atom:link href="http://vinodpandey.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://vinodpandey.com</link>
	<description></description>
	<lastBuildDate>Wed, 30 Sep 2009 14:23:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Random Snippets</title>
		<link>http://vinodpandey.com/random-snippets/</link>
		<comments>http://vinodpandey.com/random-snippets/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 14:23:10 +0000</pubDate>
		<dc:creator>Vinod Pandey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vinodpandey.com/random-snippets/</guid>
		<description><![CDATA[uninstalling video drivers in ubuntu 9.04 from command line
sudo dpkg-reconfigure -phigh xserver-xorg 
&#160;
]]></description>
			<content:encoded><![CDATA[<p>uninstalling video drivers in ubuntu 9.04 from command line</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow"><ol><li><span style="color: #c20cb9; font-weight: bold;">sudo</span> dpkg-reconfigure <span style="color: #660033;">-phigh</span> xserver-xorg </li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://vinodpandey.com/random-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>developer formatter</title>
		<link>http://vinodpandey.com/developer-formatter/</link>
		<comments>http://vinodpandey.com/developer-formatter/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 11:02:27 +0000</pubDate>
		<dc:creator>Vinod Pandey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vinodpandey.com/?p=126</guid>
		<description><![CDATA[&#160;
Listen 81 NameVirtualHost *:81 &#160;&#60;VirtualHost *:81&#62;&#160;&#160;&#160;&#160;&#160;&#160; ServerAdmin webmaster@localhost &#160;&#160;&#160;&#160; DocumentRoot /home/vinod/webapps/djangoapp&#160;&#160;&#160;&#160;&#160;&#60;Directory /&#62;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Options FollowSymLinks +ExecCGI&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; AllowOverride None &#160;&#160;&#160;&#160;&#60;/Directory&#62;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;IfModule mod_alias.c&#62;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Alias /static /home/vinod/webapps/djangoapp/static&#160;&#160;&#160;&#160;&#60;/IfModule&#62;&#160;&#160;&#160;&#160;&#160;&#60;IfModule mod_wsgi.c&#62;&#160;&#160;&#160;&#160;&#160;&#160; # See the link below for an introduction about this mod_wsgi config.&#160;&#160;&#160;&#160;&#160;&#160; # http://groups.google.com/group/modwsgi/browse_thread/thread/60cb0ec3041ac1bc/2c547b701c4d74aa&#160;&#160;&#160;&#160;&#160;&#160;&#160; WSGIScriptAlias / /home/vinod/webapps/djangoapp/testproject.wsgi&#160;&#160;&#160;&#160;&#160;&#160; WSGIDaemonProcess vinod processes=7 threads=1 display-name=%{GROUP}&#160;&#160;&#160;&#160;&#160;&#160; WSGIProcessGroup vinod&#160;&#160;&#160;&#160;&#160;&#160; WSGIApplicationGroup %{GLOBAL}&#160;&#160;&#160;&#160;&#60;/IfModule&#62;&#160;&#160;&#160;&#160;&#160;ErrorLog /home/vinod/webapps/djangoapp/log/error.log&#160;&#160;&#160;&#160;LogLevel warn &#160;&#160;&#160;&#160;CustomLog /home/vinod/webapps/djangoapp/log/access.log combined &#160;&#160;&#160;&#160;ServerSignature On&#60;/VirtualHost&#62;
Testing [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><strong>&nbsp;</strong></p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="Apache configuration"><div class="devcodeoverflow"><ol><li><span style="color: #00007f;">Listen</span> 81 </li><li><span style="color: #00007f;">NameVirtualHost</span> *:81 </li><li>&nbsp;</li><li>&lt;<span style="color: #000000; font-weight:bold;">VirtualHost</span> *:81&gt;&nbsp;&nbsp;</li><li>&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: #00007f;">ServerAdmin</span> webmaster@localhost </li><li>&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: #00007f;">DocumentRoot</span> /home/vinod/webapps/djangoapp</li><li>&nbsp;</li><li>&nbsp;&nbsp;&nbsp;&nbsp;&lt;<span style="color: #000000; font-weight:bold;">Directory</span> /&gt;&nbsp;&nbsp;</li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: #00007f;">Options</span> <span style="color: #0000ff;">FollowSymLinks</span> +ExecCGI</li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: #00007f;">AllowOverride</span> <span style="color: #0000ff;">None</span> </li><li>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/<span style="color: #000000; font-weight:bold;">Directory</span>&gt;&nbsp;&nbsp;</li><li>&nbsp;</li><li>&nbsp;&nbsp;&nbsp;&nbsp;&lt;<span style="color: #000000; font-weight:bold;">IfModule</span> mod_alias.c&gt;</li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: #00007f;">Alias</span> /static /home/vinod/webapps/djangoapp/static</li><li>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/<span style="color: #000000; font-weight:bold;">IfModule</span>&gt;</li><li>&nbsp;</li><li>&nbsp;&nbsp;&nbsp;&nbsp;&lt;<span style="color: #000000; font-weight:bold;">IfModule</span> mod_wsgi.c&gt;</li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: #adadad; font-style: italic;"># See the link below for an introduction about this mod_wsgi config.</span></li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: #adadad; font-style: italic;"># http://groups.google.com/group/modwsgi/browse_thread/thread/60cb0ec3041ac1bc/2c547b701c4d74aa</span></li><li>&nbsp;</li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WSGIScriptAlias / /home/vinod/webapps/djangoapp/testproject.wsgi</li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WSGIDaemonProcess vinod processes=7 threads=1 display-name=%{<span style="color: #00007f;">GROUP</span>}</li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WSGIProcessGroup vinod</li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WSGIApplicationGroup %{GLOBAL}</li><li>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/<span style="color: #000000; font-weight:bold;">IfModule</span>&gt;</li><li>&nbsp;</li><li>&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: #00007f;">ErrorLog</span> /home/vinod/webapps/djangoapp/log/error.log</li><li>&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: #00007f;">LogLevel</span> warn </li><li>&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: #00007f;">CustomLog</span> /home/vinod/webapps/djangoapp/log/access.log combined </li><li>&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: #00007f;">ServerSignature</span> <span style="color: #0000ff;">On</span></li><li>&lt;/<span style="color: #000000; font-weight:bold;">VirtualHost</span>&gt;</li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p>Testing <a href="http://wordpress.org/extend/plugins/devformatter/" onclick="return TrackClick('http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fdevformatter%2F','developer+formatter')">developer formatter</a> plugin.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 559px; width: 1px; height: 1px;">
<h2>Developer FormatterDe</h2>
</div>
]]></content:encoded>
			<wfw:commentRss>http://vinodpandey.com/developer-formatter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
