<?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</title>
	<atom:link href="http://vinodpandey.com/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>MySQLdb as non-compressed egg</title>
		<link>http://vinodpandey.com/mysqldb-as-non-compressed-egg/</link>
		<comments>http://vinodpandey.com/mysqldb-as-non-compressed-egg/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 20:29:41 +0000</pubDate>
		<dc:creator>Vinod Pandey</dc:creator>
				<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://vinodpandey.com/?p=137</guid>
		<description><![CDATA[$ unzip MySQL_python-1.2.2-py2.5-linux-i686.egg
http://stackoverflow.com/questions/268025/install-mysqldb-for-python-as-non-compressed-egg
]]></description>
			<content:encoded><![CDATA[<p><!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow"><ol><li>$ <span style="color: #c20cb9; font-weight: bold;">unzip</span> MySQL_python-1.2.2-py2.5-linux-i686.egg</li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p><a href="http://stackoverflow.com/questions/268025/install-mysqldb-for-python-as-non-compressed-egg" onclick="return TrackClick('http%3A%2F%2Fstackoverflow.com%2Fquestions%2F268025%2Finstall-mysqldb-for-python-as-non-compressed-egg','http%3A%2F%2Fstackoverflow.com%2Fquestions%2F268025%2Finstall-mysqldb-for-python-as-non-compressed-egg')">http://stackoverflow.com/questions/268025/install-mysqldb-for-python-as-non-compressed-egg</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vinodpandey.com/mysqldb-as-non-compressed-egg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting development environment in Ubuntu ( django, mod_wsgi, apache2, virtualenv)</title>
		<link>http://vinodpandey.com/setting-development-environment-in-ubuntu-django-mod_wsgi-apache2-virtualenv/</link>
		<comments>http://vinodpandey.com/setting-development-environment-in-ubuntu-django-mod_wsgi-apache2-virtualenv/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 13:40:18 +0000</pubDate>
		<dc:creator>Vinod Pandey</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://vinodpandey.com/?p=130</guid>
		<description><![CDATA[Prerequisites:
mod_wsgi configured with apache2 ( Installing and configuring mod_wsgi, Installation Issues)
virtualenv
What?
It is a tool for creaing isolated python environments.
Why?
Prevent dependency and version problems when deploying programs with conflicting library requirement.
How?
Download virtualenv
cd $HOMEmkdir downloadscd downloadswget http://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.3.3.tar.gztar xzf virtualenv-1.3.3.tar.gz
creating a virtual environment
cd $HOMEmkdir webappscd webappspython2.5 ~/downloads/virtualenv-1.3.3/virtualenv.py --no-site-packages djangoapp
The &#8211;no-site-packages option prevents it from inheriting packages from global [...]]]></description>
			<content:encoded><![CDATA[<p>Prerequisites:</p>
<p>mod_wsgi configured with apache2 (<a href="http://grok.zope.org/documentation/tutorial/installing-and-setting-up-grok-under-mod-wsgi/installing-and-configuring-mod-wsgi" onclick="return TrackClick('http%3A%2F%2Fgrok.zope.org%2Fdocumentation%2Ftutorial%2Finstalling-and-setting-up-grok-under-mod-wsgi%2Finstalling-and-configuring-mod-wsgi','Installing+and+configuring+mod_wsgi')"> Installing and configuring mod_wsgi</a>, <a href="http://code.google.com/p/modwsgi/wiki/InstallationIssues" onclick="return TrackClick('http%3A%2F%2Fcode.google.com%2Fp%2Fmodwsgi%2Fwiki%2FInstallationIssues','Installation+Issues')">Installation Issues</a>)</p>
<p>virtualenv</p>
<p>What?</p>
<p>It is a tool for creaing isolated python environments.</p>
<p>Why?</p>
<p>Prevent dependency and version problems when deploying programs with conflicting library requirement.</p>
<p>How?</p>
<p>Download virtualenv</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow"><ol><li><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #007800;">$HOME</span></li><li><span style="color: #c20cb9; font-weight: bold;">mkdir</span> downloads</li><li><span style="color: #7a0874; font-weight: bold;">cd</span> downloads</li><li><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>pypi.python.org<span style="color: #000000; font-weight: bold;">/</span>packages<span style="color: #000000; font-weight: bold;">/</span>source<span style="color: #000000; font-weight: bold;">/</span>v<span style="color: #000000; font-weight: bold;">/</span>virtualenv<span style="color: #000000; font-weight: bold;">/</span>virtualenv-1.3.3.tar.gz</li><li><span style="color: #c20cb9; font-weight: bold;">tar</span> xzf virtualenv-1.3.3.tar.gz</li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p>creating a virtual environment</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow"><ol><li><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #007800;">$HOME</span></li><li><span style="color: #c20cb9; font-weight: bold;">mkdir</span> webapps</li><li><span style="color: #7a0874; font-weight: bold;">cd</span> webapps</li><li>python2.5 ~<span style="color: #000000; font-weight: bold;">/</span>downloads<span style="color: #000000; font-weight: bold;">/</span>virtualenv-1.3.3<span style="color: #000000; font-weight: bold;">/</span>virtualenv.py <span style="color: #660033;">--no-site-packages</span> djangoapp</li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p>The &#8211;no-site-packages option prevents it from inheriting packages from global site-packages folder.</p>
<p>What gets created:</p>
<p><a href="http://vinodpandey.com/wp-content/uploads/2009/09/virtualenv.png" onclick="return TrackClick('http%3A%2F%2Fvinodpandey.com%2Fwp-content%2Fuploads%2F2009%2F09%2Fvirtualenv.png','virtualenv')"><img class="alignnone size-medium wp-image-109" title="virtualenv" src="http://vinodpandey.com/wp-content/uploads/2009/09/virtualenv-300x199.png" alt="virtualenv" width="300" height="199" /></a></p>
<p>Activating virtual environment</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow"><ol><li><span style="color: #7a0874; font-weight: bold;">source</span> bin<span style="color: #000000; font-weight: bold;">/</span>activate</li><li><span style="color: #7a0874; font-weight: bold;">&#40;</span>djangoapp<span style="color: #7a0874; font-weight: bold;">&#41;</span>vinod<span style="color: #000000; font-weight: bold;">@</span>vinod-laptop:~<span style="color: #000000; font-weight: bold;">/</span>webapps<span style="color: #000000; font-weight: bold;">/</span>djangoapp$ </li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p>To return to original path</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow"><ol><li>deactivate</li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p>Tutorials on virtualenv:</p>
<p><a href="http://code.google.com/p/modwsgi/wiki/VirtualEnvironments" onclick="return TrackClick('http%3A%2F%2Fcode.google.com%2Fp%2Fmodwsgi%2Fwiki%2FVirtualEnvironments','http%3A%2F%2Fpypi.python.org%2Fpypi%2Fvirtualenv')">http://code.google.com/p/modwsgi/wiki/VirtualEnvironments<br />
</a></p>
<p><a href="http://pypi.python.org/pypi/virtualenv" onclick="return TrackClick('http%3A%2F%2Fpypi.python.org%2Fpypi%2Fvirtualenv','http%3A%2F%2Fpypi.python.org%2Fpypi%2Fvirtualenv')">http://pypi.python.org/pypi/virtualenv</a></p>
<p>Caution:</p>
<p>The version of Python from which the virtual environment is created must be the same version that mod_wsgi was compiled for.</p>
<p>Installing django</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow"><ol><li><span style="color: #7a0874; font-weight: bold;">source</span> bin<span style="color: #000000; font-weight: bold;">/</span>activate</li><li><span style="color: #7a0874; font-weight: bold;">cd</span> ~<span style="color: #000000; font-weight: bold;">/</span>downloads</li><li><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>www.djangoproject.com<span style="color: #000000; font-weight: bold;">/</span>download<span style="color: #000000; font-weight: bold;">/</span>1.1<span style="color: #000000; font-weight: bold;">/</span>tarball<span style="color: #000000; font-weight: bold;">/</span></li><li><span style="color: #c20cb9; font-weight: bold;">tar</span> xzvf Django-1.1.tar.gz</li><li><span style="color: #7a0874; font-weight: bold;">cd</span> Django-1.1</li><li>python setup.py <span style="color: #c20cb9; font-weight: bold;">install</span></li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p>Try importing django to check if it worked fine.</p>
<p><a href="http://vinodpandey.com/wp-content/uploads/2009/09/worked-fine1.png" onclick="return TrackClick('http%3A%2F%2Fvinodpandey.com%2Fwp-content%2Fuploads%2F2009%2F09%2Fworked-fine1.png','worked+fine')"><img class="alignnone size-medium wp-image-113" title="worked fine" src="http://vinodpandey.com/wp-content/uploads/2009/09/worked-fine1-300x199.png" alt="worked fine" width="300" height="199" /></a></p>
<p>Start a project</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow"><ol><li>django-admin.py startproject testproject</li><li><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">vi</span> testproject.wsgi</li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p>testproject.wsgi content</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="Python"><div class="devcodeoverflow"><ol><li><span style="color: #ff7700;font-weight:bold;">import</span> <span style="color: #dc143c;">os</span>, <span style="color: #dc143c;">sys</span></li><li>&nbsp;</li><li><span style="color: #dc143c;">sys</span>.<span style="color: black;">path</span> = <span style="color: black;">&#91;</span><span style="color: #483d8b;">'/home/vinod/webapps/djangoapp'</span>, <span style="color: #483d8b;">'/home/vinod/webapps/djangoapp/lib/python2.5/site-packages'</span><span style="color: black;">&#93;</span> + <span style="color: #dc143c;">sys</span>.<span style="color: black;">path</span></li><li><span style="color: #dc143c;">os</span>.<span style="color: black;">environ</span><span style="color: black;">&#91;</span><span style="color: #483d8b;">'DJANGO_SETTINGS_MODULE'</span><span style="color: black;">&#93;</span> = <span style="color: #483d8b;">'testproject.settings'</span></li><li><span style="color: #dc143c;">os</span>.<span style="color: black;">environ</span><span style="color: black;">&#91;</span><span style="color: #483d8b;">'PYTHON_EGG_CACHE'</span><span style="color: black;">&#93;</span> = <span style="color: #483d8b;">'/home/vinod/webapps/djangoapp/tmp/.python_eggs'</span></li><li>&nbsp;</li><li><span style="color: #ff7700;font-weight:bold;">import</span> django.<span style="color: black;">core</span>.<span style="color: black;">handlers</span>.<span style="color: black;">wsgi</span></li><li>&nbsp;</li><li>application = django.<span style="color: black;">core</span>.<span style="color: black;">handlers</span>.<span style="color: black;">wsgi</span>.<span style="color: black;">WSGIHandler</span><span style="color: black;">&#40;</span><span style="color: black;">&#41;</span></li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p>create the directory tmp/.python_eggs for python egg cache</p>
<p>make testproject.wsgi executable</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow"><ol><li><span style="color: #c20cb9; font-weight: bold;">chmod</span> +x testproject.wsgi</li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p>enabling website in apache</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow"><ol><li><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apache2<span style="color: #000000; font-weight: bold;">/</span>sites-available</li><li><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">vi</span> djangosite</li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p>djangosite content</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><li></li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p>create the folder log and access.log and error.log inside it. We mentioned both of them in ErrorLog and CustomLog in above configuration file</p>
<p>enable website</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow"><ol><li><span style="color: #c20cb9; font-weight: bold;">sudo</span> a2ensite djangosite</li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p>http://localhost:81</p>
<p>It worked!<br />
Congratulations on your first Django-powered page.</p>
<p>If the success page is not available, check apache error.log file .</p>
<p>Resources:<br />
<a href="http://pypi.python.org/pypi/virtualenv" onclick="return TrackClick('http%3A%2F%2Fpypi.python.org%2Fpypi%2Fvirtualenv','http%3A%2F%2Fpypi.python.org%2Fpypi%2Fvirtualenv')">http://pypi.python.org/pypi/virtualenv</a><br />
<a href="http://www.danceric.net/2009/03/26/django-virtualenv-and-mod_wsgi/" onclick="return TrackClick('http%3A%2F%2Fwww.danceric.net%2F2009%2F03%2F26%2Fdjango-virtualenv-and-mod_wsgi%2F','http%3A%2F%2Fwww.danceric.net%2F2009%2F03%2F26%2Fdjango-virtualenv-and-mod_wsgi%2F')">http://www.danceric.net/2009/03/26/django-virtualenv-and-mod_wsgi/</a><br />
<a href="http://plone.org/documentation/tutorial/install-plone-3-behind-apache-and-mod_wsgi-using-repoze/tutorial-all-pages" onclick="return TrackClick('http%3A%2F%2Fplone.org%2Fdocumentation%2Ftutorial%2Finstall-plone-3-behind-apache-and-mod_wsgi-using-repoze%2Ftutorial-all-pages','http%3A%2F%2Fplone.org%2Fdocumentation%2Ftutorial%2Finstall-plone-3-behind-apache-and-mod_wsgi-using-repoze%2Ftutorial-all-pages')">http://plone.org/documentation/tutorial/install-plone-3-behind-apache-and-mod_wsgi-using-repoze/tutorial-all-pages</a><br />
<a href="http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango" onclick="return TrackClick('http%3A%2F%2Fcode.google.com%2Fp%2Fmodwsgi%2Fwiki%2FIntegrationWithDjango','http%3A%2F%2Fcode.google.com%2Fp%2Fmodwsgi%2Fwiki%2FIntegrationWithDjango')">http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango</a><br />
<a href="http://wiki.dreamhost.com/Python" onclick="return TrackClick('http%3A%2F%2Fwiki.dreamhost.com%2FPython','http%3A%2F%2Fwiki.dreamhost.com%2FPython')">http://wiki.dreamhost.com/Python</a><br />
<a href="http://wiki.pylonshq.com/display/pylonscookbook/Using+a+Virtualenv+Sandbox" onclick="return TrackClick('http%3A%2F%2Fwiki.pylonshq.com%2Fdisplay%2Fpylonscookbook%2FUsing%2Ba%2BVirtualenv%2BSandbox','http%3A%2F%2Fwiki.pylonshq.com%2Fdisplay%2Fpylonscookbook%2FUsing%2Ba%2BVirtualenv%2BSandbox')">http://wiki.pylonshq.com/display/pylonscookbook/Using+a+Virtualenv+Sandbox</a></p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">
<h3 class="r"><a class="l" onmousedown="return clk(this.href,'','','res','3','')" href="http://www.globus.org/toolkit/docs/4.0/admin/docbook/ch03.html" onclick="return TrackClick('http%3A%2F%2Fwww.globus.org%2Ftoolkit%2Fdocs%2F4.0%2Fadmin%2Fdocbook%2Fch03.html','Prerequisites')"><em><em>Prerequisites</em></em></a></h3>
</div>
]]></content:encoded>
			<wfw:commentRss>http://vinodpandey.com/setting-development-environment-in-ubuntu-django-mod_wsgi-apache2-virtualenv/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>
		<item>
		<title>service unavailable</title>
		<link>http://vinodpandey.com/service-unavailable/</link>
		<comments>http://vinodpandey.com/service-unavailable/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 09:59:55 +0000</pubDate>
		<dc:creator>Vinod Pandey</dc:creator>
				<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://vinodpandey.com/?p=102</guid>
		<description><![CDATA[django.wsgi

import os, sys
def application(environ, start_response):
    status = '503 Service Unavailable'
    output = 'Down for maintainance. We will be back soon !'

    response_headers = [('Content-type', 'text/plain'),
                      [...]]]></description>
			<content:encoded><![CDATA[<p>django.wsgi<br />
<pre class="brush:bash">
import os, sys
def application(environ, start_response):
    status = '503 Service Unavailable'
    output = 'Down for maintainance. We will be back soon !'

    response_headers = [('Content-type', 'text/plain'),
                        ('Content-Length', str(len(output)))]
    start_response(status, response_headers)

    return [output]
</pre></p>
]]></content:encoded>
			<wfw:commentRss>http://vinodpandey.com/service-unavailable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Port based Virtual Hosting in Apache2 (Ubuntu 9.04)</title>
		<link>http://vinodpandey.com/port-based-virtual-hosting-in-apache2-ubuntu-9-04/</link>
		<comments>http://vinodpandey.com/port-based-virtual-hosting-in-apache2-ubuntu-9-04/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 09:46:31 +0000</pubDate>
		<dc:creator>Vinod Pandey</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtual host]]></category>

		<guid isPermaLink="false">http://vinodpandey.com/?p=99</guid>
		<description><![CDATA[In port based virtual hosting, different websites run on different ports. In this is example, we will be running website on port 81 of development server. Not much useful for production server, still I find this useful for development server.
folder structure
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
In $home directory, create the folders from where the files will be server.

webapps
--djangoapp
----index.html
----log
------error.log
------access.log


cd /etc/apache2/sites-available
sudo vi [...]]]></description>
			<content:encoded><![CDATA[<p>In port based virtual hosting, different websites run on different ports. In this is example, we will be running website on port 81 of development server. Not much useful for production server, still I find this useful for development server.</p>
<p>folder structure<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
In $home directory, create the folders from where the files will be server.<br />
<pre class="brush:text">
webapps
--djangoapp
----index.html
----log
------error.log
------access.log
</pre><br />
<pre class="brush:bash">
cd /etc/apache2/sites-available
sudo vi djangoapp
</pre></p>
<p><pre class="brush:text">
Listen 81
NameVirtualHost *:81

&lt;VirtualHost *:81&gt;
ServerAdmin webmaster@localhost
DocumentRoot /home/vinod/webapps/djangoapp

&lt;Directory /&gt;
Options FollowSymLinks +ExecCGI
AllowOverride None
&lt;/Directory&gt;

ErrorLog /home/vinod/webapps/djangoapp/log/error.log
LogLevel warn
CustomLog /home/vinod/webapps/djangoapp/log/access.log combined
ServerSignature On
&lt;/VirtualHost&gt;
</pre><br />
<pre class="brush:bash">
sudo a2ensite djangoapp
sudo /etc/init.d/apache2 reload
</pre></p>
<p>http://localhost:81/ should now server the index.html file in djangoapp folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://vinodpandey.com/port-based-virtual-hosting-in-apache2-ubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>mod_wsgi</title>
		<link>http://vinodpandey.com/mod_wsgi/</link>
		<comments>http://vinodpandey.com/mod_wsgi/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 19:06:43 +0000</pubDate>
		<dc:creator>Vinod Pandey</dc:creator>
				<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://vinodpandey.com/?p=94</guid>
		<description><![CDATA[Ubuntu Hardy &#8211; mod_wsgi Installation

Ubuntu Hardy &#8211; Using mod_wsgi to Serve Your Application
]]></description>
			<content:encoded><![CDATA[<p><a href="http://articles.slicehost.com/2009/7/20/ubuntu-hardy-mod_wsgi-installation" onclick="return TrackClick('http%3A%2F%2Farticles.slicehost.com%2F2009%2F7%2F20%2Fubuntu-hardy-mod_wsgi-installation','Ubuntu+Hardy+-+mod_wsgi+Installation')">Ubuntu Hardy &#8211; mod_wsgi Installation</a><br />
<br />
<a href="http://articles.slicehost.com/2009/9/3/ubuntu-hardy-using-mod_wsgi-to-serve-your-application" onclick="return TrackClick('http%3A%2F%2Farticles.slicehost.com%2F2009%2F9%2F3%2Fubuntu-hardy-using-mod_wsgi-to-serve-your-application','Ubuntu+Hardy+-+Using+mod_wsgi+to+Serve+Your+Application')">Ubuntu Hardy &#8211; Using mod_wsgi to Serve Your Application</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vinodpandey.com/mod_wsgi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Multiple Versions  of Python on Ubuntu</title>
		<link>http://vinodpandey.com/installing-multiple-versions-of-python-on-ubuntu/</link>
		<comments>http://vinodpandey.com/installing-multiple-versions-of-python-on-ubuntu/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 17:58:20 +0000</pubDate>
		<dc:creator>Vinod Pandey</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://vinodpandey.com/?p=90</guid>
		<description><![CDATA[wget http://www.python.org/ftp/python/2.5.2/Python-2.5.2.tgz
tar fxz Python-2.5.2.tgz
cd Python-2.5.2
./configure
make
sudo make altinstall
ln -s /usr/local/bin/python2.5 /usr/bin/python2.5
wget http://www.python.org/ftp/python/3.0/Python-3.0.tgz
tar fxz Python-3.0.tgz
cd Python-3.0
./configure
make
make altinstall
ln -s /usr/local/bin/python3.0 /usr/bin/python3.0

]]></description>
			<content:encoded><![CDATA[<p><pre class="brush:bash">wget http://www.python.org/ftp/python/2.5.2/Python-2.5.2.tgz
tar fxz Python-2.5.2.tgz
cd Python-2.5.2
./configure
make
sudo make altinstall</pre><br />
<pre class="brush:bash">ln -s /usr/local/bin/python2.5 /usr/bin/python2.5</pre><br />
<pre class="brush:bash">wget http://www.python.org/ftp/python/3.0/Python-3.0.tgz
tar fxz Python-3.0.tgz
cd Python-3.0
./configure
make
make altinstall</pre><br />
<pre class="brush:bash">ln -s /usr/local/bin/python3.0 /usr/bin/python3.0</pre><br />
<a href="http://vinodpandey.com/wp-content/uploads/2009/09/python-m.png" onclick="return TrackClick('http%3A%2F%2Fvinodpandey.com%2Fwp-content%2Fuploads%2F2009%2F09%2Fpython-m.png','python-m')"><img class="alignleft size-medium wp-image-91" title="python-m" src="http://vinodpandey.com/wp-content/uploads/2009/09/python-m-300x199.png" alt="python-m" width="300" height="199" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://vinodpandey.com/installing-multiple-versions-of-python-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Ubuntu 9.04 on Vaio VGN-CR353</title>
		<link>http://vinodpandey.com/installing-ubuntu-9-04-on-vaio-vgn-cr353/</link>
		<comments>http://vinodpandey.com/installing-ubuntu-9-04-on-vaio-vgn-cr353/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 15:26:26 +0000</pubDate>
		<dc:creator>Vinod Pandey</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://vinodpandey.com/?p=72</guid>
		<description><![CDATA[Installing ubuntu 9.04 on vaio:
Linux isn&#8217;t just Windows with funny colours, and Windows isn&#8217;t a poor man&#8217;s Linux. Both represent decades of hard work by people with different opinions about the world, and both need to be treated differently if you want to get the most out of them.
From Switching to Ubuntu from Windows
Prerequisites:
Download the [...]]]></description>
			<content:encoded><![CDATA[<p>Installing ubuntu 9.04 on vaio:</p>
<blockquote><p>Linux isn&#8217;t just Windows with funny colours, and Windows isn&#8217;t a poor man&#8217;s Linux. Both represent decades of hard work by people with different opinions about the world, and both need to be treated differently if you want to get the most out of them.</p>
<p>From <a href="https://help.ubuntu.com/community/SwitchingToUbuntu/FromWindows/Philosophy" onclick="return TrackClick('https%3A%2F%2Fhelp.ubuntu.com%2Fcommunity%2FSwitchingToUbuntu%2FFromWindows%2FPhilosophy','Switching+to+Ubuntu+from+Windows')">Switching to Ubuntu from Windows</a></p></blockquote>
<p><strong>Prerequisites:</strong></p>
<p>Download the iso image of <a href="http://www.ubuntu.com/getubuntu/download" onclick="return TrackClick('http%3A%2F%2Fwww.ubuntu.com%2Fgetubuntu%2Fdownload','Ubuntu+9.04')">Ubuntu 9.04</a> and burn it to a blank CD.  I created a seperate partition for linux installation. Other option is to use free space in existing partition. We will use <a href="http://neosmart.net/dl.php?id=1" onclick="return TrackClick('http%3A%2F%2Fneosmart.net%2Fdl.php%3Fid%3D1','EasyBCD')" onclick="return TrackClick('http%3A%2F%2Fneosmart.net%2Fdl.php%3Fid%3D1','EasyBCD')">EasyBCD</a> to modify windows bootloader.</p>
<p>Boot using the Live CD and start the installer.</p>
<p><strong>Step 1:</strong></p>
<p>Select installation language and default language for system.</p>
<p><a href="http://vinodpandey.com/wp-content/uploads/2009/09/11.png" onclick="return TrackClick('http%3A%2F%2Fvinodpandey.com%2Fwp-content%2Fuploads%2F2009%2F09%2F11.png','Step+1')"><img class="size-medium wp-image-73" title="Step 1 " src="http://vinodpandey.com/wp-content/uploads/2009/09/11-300x187.png" alt="Step 1 " width="300" height="187" /></a></p>
<p><strong>Step 2:</strong></p>
<p>Select timezone.</p>
<p><a href="http://vinodpandey.com/wp-content/uploads/2009/09/3.png" onclick="return TrackClick('http%3A%2F%2Fvinodpandey.com%2Fwp-content%2Fuploads%2F2009%2F09%2F3.png','Time+zone')"><img class="size-medium wp-image-74" title="Time zone" src="http://vinodpandey.com/wp-content/uploads/2009/09/3-300x213.png" alt="Time zone" width="300" height="213" /></a></p>
<p><strong>Step 3:</strong></p>
<p>Select keyboard layout.</p>
<p><a href="http://vinodpandey.com/wp-content/uploads/2009/09/4.png" onclick="return TrackClick('http%3A%2F%2Fvinodpandey.com%2Fwp-content%2Fuploads%2F2009%2F09%2F4.png','keyboard+layout')"><img class="size-medium wp-image-75" title="keyboard layout" src="http://vinodpandey.com/wp-content/uploads/2009/09/4-300x187.png" alt="keyboard layout" width="300" height="187" /></a></p>
<p><strong>Step 4:</strong></p>
<p>I manually created the partitions.</p>
<p><a href="http://vinodpandey.com/wp-content/uploads/2009/09/5.png" onclick="return TrackClick('http%3A%2F%2Fvinodpandey.com%2Fwp-content%2Fuploads%2F2009%2F09%2F5.png','partition')"><img class="size-medium wp-image-76" title="partition" src="http://vinodpandey.com/wp-content/uploads/2009/09/5-300x213.png" alt="partition" width="300" height="213" /></a></p>
<p><strong>Step 5:</strong></p>
<p>Little login information <img src='http://vinodpandey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://vinodpandey.com/wp-content/uploads/2009/09/6.png" onclick="return TrackClick('http%3A%2F%2Fvinodpandey.com%2Fwp-content%2Fuploads%2F2009%2F09%2F6.png','info')"><img class="size-medium wp-image-77" title="info" src="http://vinodpandey.com/wp-content/uploads/2009/09/6-300x213.png" alt="info" width="300" height="213" /></a></p>
<p><strong>Step 6:</strong></p>
<p>I already have vista installed. It detected the settings and offered for migration.</p>
<p><a href="http://vinodpandey.com/wp-content/uploads/2009/09/7.png" onclick="return TrackClick('http%3A%2F%2Fvinodpandey.com%2Fwp-content%2Fuploads%2F2009%2F09%2F7.png','migration')"><img class="size-medium wp-image-78" title="migration" src="http://vinodpandey.com/wp-content/uploads/2009/09/7-300x213.png" alt="migration" width="300" height="213" /></a></p>
<p><strong>Step 7:</strong></p>
<p>I installed the boot loader in the same partition where linux is installed. Otherwise, it will rewrite the windows master boot records. We will modify windows bootloader to add entry for Ubuntu.  The bootloader option is available on clicking the advanced.. option. partion #8 will be /dev/sda8</p>
<p><a href="http://vinodpandey.com/wp-content/uploads/2009/09/81.png" onclick="return TrackClick('http%3A%2F%2Fvinodpandey.com%2Fwp-content%2Fuploads%2F2009%2F09%2F81.png','bootloader')"><img class="size-medium wp-image-79" title="bootloader" src="http://vinodpandey.com/wp-content/uploads/2009/09/81-300x187.png" alt="bootloader" width="300" height="187" /></a></p>
<p>Installer will start copying files now.</p>
<p>Once the installation is completed, remove the Live CD and restart in Vista.  Ubuntu option is yet to be added in boot records.</p>
<p>Download <a href="http://neosmart.net/dl.php?id=1" onclick="return TrackClick('http%3A%2F%2Fneosmart.net%2Fdl.php%3Fid%3D1','EasyBCD')" onclick="return TrackClick('http%3A%2F%2Fneosmart.net%2Fdl.php%3Fid%3D1','EasyBCD')">EasyBCD</a> to modify the windows MBR</p>
<p><a href="http://vinodpandey.com/wp-content/uploads/2009/09/bcd1.jpg" onclick="return TrackClick('http%3A%2F%2Fvinodpandey.com%2Fwp-content%2Fuploads%2F2009%2F09%2Fbcd1.jpg','bcd1')"><img class="size-medium wp-image-80" title="bcd1" src="http://vinodpandey.com/wp-content/uploads/2009/09/bcd1-300x252.jpg" alt="bcd1" width="300" height="252" /></a></p>
<p><a href="http://vinodpandey.com/wp-content/uploads/2009/09/bcd2.jpg" onclick="return TrackClick('http%3A%2F%2Fvinodpandey.com%2Fwp-content%2Fuploads%2F2009%2F09%2Fbcd2.jpg','bcd2')"><img class="size-medium wp-image-81" title="bcd2" src="http://vinodpandey.com/wp-content/uploads/2009/09/bcd2-300x252.jpg" alt="bcd2" width="300" height="252" /></a></p>
<p>Restart and the Ubuntu will be avaliable in boot menu.</p>
<p>Windows drives are available in Ubuntu. But, if you want to access linux partition when in Vista, you need to install Total Commander will ext2/ext3 plugin. I tried installing <a href="http://www.howtoforge.com/access-linux-partitions-from-windows" onclick="return TrackClick('http%3A%2F%2Fwww.howtoforge.com%2Faccess-linux-partitions-from-windows','other+softwares')">other softwares</a>, but none of them working as of now for my Vista installation and ext3 partition. Keep in mind, installing a software for accessing linux partition will weaken the security as no linux based access controls are applied here.</p>
<p><a href="http://vinodpandey.com/wp-content/uploads/2009/09/tc.jpg" onclick="return TrackClick('http%3A%2F%2Fvinodpandey.com%2Fwp-content%2Fuploads%2F2009%2F09%2Ftc.jpg','tc')"><img class="size-medium wp-image-82" title="tc" src="http://vinodpandey.com/wp-content/uploads/2009/09/tc-300x225.jpg" alt="tc" width="300" height="225" /></a></p>
<p><a href="http://vinodpandey.com/wp-content/uploads/2009/09/tc2.jpg" onclick="return TrackClick('http%3A%2F%2Fvinodpandey.com%2Fwp-content%2Fuploads%2F2009%2F09%2Ftc2.jpg','tc2')"><img class="size-medium wp-image-83" title="tc2" src="http://vinodpandey.com/wp-content/uploads/2009/09/tc2-300x225.jpg" alt="tc2" width="300" height="225" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://vinodpandey.com/installing-ubuntu-9-04-on-vaio-vgn-cr353/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>syntax highlighter evolved</title>
		<link>http://vinodpandey.com/syntax-highlighter/</link>
		<comments>http://vinodpandey.com/syntax-highlighter/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 20:39:27 +0000</pubDate>
		<dc:creator>Vinod Pandey</dc:creator>
				<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://vinodpandey.com/?p=54</guid>
		<description><![CDATA[list of languages supported by worpdress plugin syntax highlighter.
Usage:
pre class="brush:[code-alias]"
]]></description>
			<content:encoded><![CDATA[<p>list of <a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter:Brushes" onclick="return TrackClick('http%3A%2F%2Falexgorbatchev.com%2Fwiki%2FSyntaxHighlighter%3ABrushes','languages+supported')">languages supported</a> by worpdress plugin <a href="http://www.lastengine.com/syntax-highlighter-wordpress-plugin/" onclick="return TrackClick('http%3A%2F%2Fwww.lastengine.com%2Fsyntax-highlighter-wordpress-plugin%2F','syntax+highlighter')">syntax highlighter</a>.<br />
Usage:<br />
<pre class="brush:html">pre class="brush:[code-alias]"</pre></p>
]]></content:encoded>
			<wfw:commentRss>http://vinodpandey.com/syntax-highlighter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
