<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>My Blog</title>
	<atom:link href="http://sgahoi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sgahoi.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 25 Oct 2009 11:13:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sgahoi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>My Blog</title>
		<link>http://sgahoi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sgahoi.wordpress.com/osd.xml" title="My Blog" />
	<atom:link rel='hub' href='http://sgahoi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Run Windows Applications in Ubuntu</title>
		<link>http://sgahoi.wordpress.com/2009/10/25/run-windows-applications-in-ubuntu/</link>
		<comments>http://sgahoi.wordpress.com/2009/10/25/run-windows-applications-in-ubuntu/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 07:57:01 +0000</pubDate>
		<dc:creator>Sumit</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://sgahoi.wordpress.com/?p=11</guid>
		<description><![CDATA[VirtualBox is a virtualization software, developed by SunTM, that can be installed in Ubuntu to virtualize Windows XP. Installation steps are mentioned here http://www.virtualbox.org/wiki/Linux_Downloads, under Debian-based Linux distributions section. Just one caveat, before firing the command apt-get install virtualbox-3.0, fire this command to make sure prior changes are reflected sudo apt-get update Once done, open [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sgahoi.wordpress.com&amp;blog=9780246&amp;post=11&amp;subd=sgahoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } 		A:link { so-language: zxx } --></p>
<p style="margin-bottom:0;">VirtualBox is a virtualization software, developed by Sun<sup>TM</sup>,  that can be installed in Ubuntu to virtualize Windows XP.</p>
<ol type="a">
<li>
<p style="margin-bottom:0;"><a name="Debian-basedLinuxdistributions"></a> Installation steps are mentioned here 	<a href="http://www.virtualbox.org/wiki/Linux_Downloads">http://www.virtualbox.org/wiki/Linux_Downloads</a>, 	 under Debian-based Linux distributions section. Just one caveat, before 	firing the command <em>apt-get install virtualbox-3.0</em><span style="font-style:normal;">, 	fire this command to make sure prior changes are reflected</span><span style="font-family:Times New Roman,serif;"><span style="font-style:normal;"> </span></span><code><span style="font-family:Times New Roman,serif;"><em>sudo 	apt-get update</em></span></code></p>
</li>
<li>
<p style="margin-bottom:0;">Once done, open VirtualBox via 	Applications&gt;System Tools&gt;VirtualBox. Install XP. It is fairly 	straight forward. You might want to see this article as well 	<a href="http://johnbokma.com/mexit/2008/11/27/windows-xp-virtual-machine.html">http://johnbokma.com/mexit/2008/11/27/windows-xp-virtual-machine.html</a>.</p>
</li>
<li>
<p style="margin-bottom:0;">Then run XP in virtual box.</p>
</li>
<li>
<p style="margin-bottom:0;">Install guest additions. See 	<a href="http://seogadget.co.uk/how-to-install-virtualbox-guest-additions/">http://seogadget.co.uk/how-to-install-virtualbox-guest-additions/</a></p>
</li>
<li>
<p style="margin-bottom:0;">After installation, reboot XP. 	You&#8217;ll be in for a surprise.</p>
</li>
<li>
<p style="margin-bottom:0;">Now install ONLY those apps that 	you don&#8217;t have an alternative in Ubuntu. I installed iTunes to sync 	my iPod Touch and MS Office.</p>
</li>
</ol>
<p>Now few clarifications:</p>
<ol type="a">
<li> It might seem that running 2 OS 		at the same time will degrade computer&#8217;s performance. To get things 		in perspective, please note that XP has very modest requirements. 		When I bought my first desktop in 2001, it had XP pre-loaded. And 		the desktop had only 128MB as primary RAM! Even with this RAM my 		desktop ran fine. After two years, I upgraded the RAM to 512MB and 		I felt my machine got wings. Moreover, CPU was a humble Penitum 4. 		Today my Linux is installed on a Core 2 Duo machine with 4GB RAM. 		Having said that, installing Vista or Win 7 is not advisable as VM. 		We need XP just for those rare cases when we need to run a specific 		Windows software. Also don&#8217;t install antivirus, etc on your VM <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  You won&#8217;t 		be surfing in your guest OS.</li>
<li>If through vpnc, Ubuntu is 		already on a VPN, mstsc can be invoked in XP as well to RDC to a 		remote MS computer.</li>
<li>The beauty of Virtual Box is that 		both XP and Ubuntu share the same devices. So both share the same 		USB ports, video and audio cards. It means that when you open 		iTunes and play a song, it is played as if it is being played 		natively. Moreover, you can store Music in your linux partition and 		have it accessed in XP.  See following screenshots, to alter settings of WinXP guest OS.</li>
</ol>
<p style="padding-left:60px;"><img class="alignnone size-full wp-image-12" title="Screenshot-WinXP - Audio Settings" src="http://sgahoi.files.wordpress.com/2009/10/screenshot-winxp-audio-settings.png?w=450&#038;h=349" alt="Screenshot-WinXP - Audio Settings" width="450" height="349" /></p>
<p style="padding-left:60px;"><img class="alignnone size-full wp-image-13" title="Screenshot-WinXP - USB Settings" src="http://sgahoi.files.wordpress.com/2009/10/screenshot-winxp-usb-settings.png?w=450&#038;h=349" alt="Screenshot-WinXP - USB Settings" width="450" height="349" /></p>
<p style="padding-left:60px;"><img class="alignnone size-full wp-image-14" title="Screenshot-WinXP - Shared Folders Settings" src="http://sgahoi.files.wordpress.com/2009/10/screenshot-winxp-shared-folders-settings.png?w=450&#038;h=349" alt="Screenshot-WinXP - Shared Folders Settings" width="450" height="349" /></p>
<p style="padding-left:60px;">
<p style="padding-left:60px;">Here&#8217;s how iTunes looks in XP Guest.</p>
<p style="padding-left:60px;"><img class="alignnone size-medium wp-image-19" title="iTunes" src="http://sgahoi.files.wordpress.com/2009/10/itunes.png?w=300&#038;h=187" alt="iTunes" width="300" height="187" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sgahoi.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sgahoi.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sgahoi.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sgahoi.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sgahoi.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sgahoi.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sgahoi.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sgahoi.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sgahoi.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sgahoi.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sgahoi.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sgahoi.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sgahoi.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sgahoi.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sgahoi.wordpress.com&amp;blog=9780246&amp;post=11&amp;subd=sgahoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sgahoi.wordpress.com/2009/10/25/run-windows-applications-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02125104f4432da0510d336bb65526e8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sumi</media:title>
		</media:content>

		<media:content url="http://sgahoi.files.wordpress.com/2009/10/screenshot-winxp-audio-settings.png" medium="image">
			<media:title type="html">Screenshot-WinXP - Audio Settings</media:title>
		</media:content>

		<media:content url="http://sgahoi.files.wordpress.com/2009/10/screenshot-winxp-usb-settings.png" medium="image">
			<media:title type="html">Screenshot-WinXP - USB Settings</media:title>
		</media:content>

		<media:content url="http://sgahoi.files.wordpress.com/2009/10/screenshot-winxp-shared-folders-settings.png" medium="image">
			<media:title type="html">Screenshot-WinXP - Shared Folders Settings</media:title>
		</media:content>

		<media:content url="http://sgahoi.files.wordpress.com/2009/10/itunes.png?w=300" medium="image">
			<media:title type="html">iTunes</media:title>
		</media:content>
	</item>
		<item>
		<title>Connecting Ubuntu to a Cisco VPN</title>
		<link>http://sgahoi.wordpress.com/2009/10/25/connecting-ubuntu-to-a-cisco-vpn/</link>
		<comments>http://sgahoi.wordpress.com/2009/10/25/connecting-ubuntu-to-a-cisco-vpn/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 05:56:05 +0000</pubDate>
		<dc:creator>Sumit</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://sgahoi.wordpress.com/?p=6</guid>
		<description><![CDATA[Most of us have Windows machines at work. And we often connect to our office&#8217;s VPN to be able to make an RDC to our office machine to be able to work from home. In Ubuntu, we can accomplish the same via the following steps. Have the .pcf file handy. Install vpnc from terminal as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sgahoi.wordpress.com&amp;blog=9780246&amp;post=6&amp;subd=sgahoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } 		A:link { so-language: zxx } --></p>
<p style="margin-bottom:0;">Most of us have Windows machines at work. And we often connect to our office&#8217;s VPN to be able to make an RDC to our office machine to be able to work from home.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">In Ubuntu, we can accomplish the same via the following steps.</p>
<ol>
<li>
<p style="margin-bottom:0;">Have the .pcf file handy.</p>
</li>
<li>
<p style="margin-bottom:0;">Install vpnc from terminal as 	<em>$sudo apt-get install vpnc resolvconf</em></p>
</li>
<li>
<p style="margin-bottom:0;">Right-click the network manager 	icon (at the right of the topmost panel on desktop) and click “Edit 	Connections”</p>
</li>
<li>
<p style="margin-bottom:0;">Select the “VPN” tab</p>
</li>
<li>
<p style="margin-bottom:0;">Click the “Import” button to 	import the .pcf file</p>
</li>
<li>
<p style="margin-bottom:0;">Use the following URL to decrypt 	your group password: 	<a href="http://www.unix-ag.uni-kl.de/%7Emassar/bin/cisco-decode">http://www.unix-ag.uni-kl.de/~massar/bin/cisco-decode</a>, 	note that the group password is found encrypted inside the .pcf file 	by opening it with any text editor.</p>
</li>
<li>
<p style="margin-bottom:0;">Check the option &#8216;Disable Dead 	Peer Detection&#8217;.</p>
</li>
<li>
<p style="margin-bottom:0;">Now that the setup is complete, 	just left-click the network manager icon and click “VPN 	Connections” and there you go.</p>
</li>
<li>
<p style="margin-bottom:0;">To RDC, run 	Applications&gt;Internet&gt;Terminal Server Client or run <em>tsclient</em> from the terminal.</p>
</li>
</ol>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">I personally found it much better than Cisco&#8217;s own client for Windows.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Source: <a href="http://www.ubuntugeek.com/how-to-setup-cisco-vpn-using-vpnc-ubuntu-jaunty-9-04.html"></a></p>
<p style="margin-bottom:0;"><a href="http://www.ubuntugeek.com/how-to-setup-cisco-vpn-using-vpnc-ubuntu-jaunty-9-04.html">http://www.ubuntugeek.com/how-to-setup-cisco-vpn-using-vpnc-ubuntu-jaunty-9-04.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sgahoi.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sgahoi.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sgahoi.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sgahoi.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sgahoi.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sgahoi.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sgahoi.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sgahoi.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sgahoi.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sgahoi.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sgahoi.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sgahoi.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sgahoi.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sgahoi.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sgahoi.wordpress.com&amp;blog=9780246&amp;post=6&amp;subd=sgahoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sgahoi.wordpress.com/2009/10/25/connecting-ubuntu-to-a-cisco-vpn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02125104f4432da0510d336bb65526e8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sumi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
