<?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>Rajesh Rana [dot] net &#187; Ubuntu</title>
	<atom:link href="http://www.rajeshrana.net/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rajeshrana.net</link>
	<description>My Web Discoveries</description>
	<lastBuildDate>Wed, 14 Dec 2011 11:55:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Resize Multiple Images in one Click in Ubuntu</title>
		<link>http://www.rajeshrana.net/2011/01/29/resize-multiple-images-ubuntu/</link>
		<comments>http://www.rajeshrana.net/2011/01/29/resize-multiple-images-ubuntu/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 09:24:38 +0000</pubDate>
		<dc:creator>Rajesh</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.rajeshrana.net/?p=1034</guid>
		<description><![CDATA[Yesterday I went to Nassocom Emergeout Conclave for Startups, I clicked almost zillions of images and today when I tried to upload them in Facebook it gave me tough time cause of huge size so I thought lets resize it but there were so many images which would take me ages. When I Googled I [...]


Related posts:<ol><li><a href='http://www.rajeshrana.net/2010/10/12/grub-error-no-such-partition-grub-rescue/' rel='bookmark' title='Permanent Link: Ubuntu Grub &#8211; Error: No such partition, Grub rescue'>Ubuntu Grub &#8211; Error: No such partition, Grub rescue</a></li>
<li><a href='http://www.rajeshrana.net/2010/10/12/macubuntu-convert-your-ubuntu-into-mac/' rel='bookmark' title='Permanent Link: MacUbuntu &#8211; Convert your Ubuntu into Mac'>MacUbuntu &#8211; Convert your Ubuntu into Mac</a></li>
<li><a href='http://www.rajeshrana.net/2011/04/12/install-gnome-ubuntu-unity/' rel='bookmark' title='Permanent Link: How to Install GNOME 3 on Ubuntu 11.04 over Unity Desktop'>How to Install GNOME 3 on Ubuntu 11.04 over Unity Desktop</a></li>
<li><a href='http://www.rajeshrana.net/2011/03/25/canoscan-lide-ubuntu/' rel='bookmark' title='Permanent Link: How to run Canon CanoScan Lide 110/210 Scanner in Ubuntu'>How to run Canon CanoScan Lide 110/210 Scanner in Ubuntu</a></li>
<li><a href='http://www.rajeshrana.net/2009/06/04/ultrasurf-for-ubuntu-linux-and-mac/' rel='bookmark' title='Permanent Link: UltraSurf for Ubuntu Linux and Mac'>UltraSurf for Ubuntu Linux and Mac</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I went to <a href="http://www.facebook.com/Nasscom.Emerge.Conclave">Nassocom Emergeout Conclave</a> for Startups, I clicked almost zillions of images and today when I tried to upload them in Facebook it gave me tough time cause of huge size so I thought lets resize it but there were so many images which would take me ages. When I Googled I found following method to resize multiple images in one go.</p>
<p>Here is an awesome way to resize zillions of images in one go-</p>
<p>1. Install <strong>imagemagick</strong> from Ubuntu Software Center<br />
Or, in the terminal:<br />
<code>sudo apt-get install imagemagick</code></p>
<p>2. Put all your image files in a single directory/folder.</p>
<p>3. Open a terminal and go to this directory/folder:<br />
<code>cd &lt;Directory-Location&gt;</code></p>
<p>like I put my folder (named  &#8221;small&#8221;) in desktop so you can type</p>
<p><code>cd ~/Desktop/small</code></p>
<p>4. To resize all your images enter following command.</p>
<p>example &#8211; With following command, all of the images will be reduced to 50% ratio.</p>
<p><code>mogrify -resize 50% -format jpg *</code></p>
<p>Where <strong>-format jpg</strong> specifies: the resultant format will be JPG.</p>
<p>You can also specify width and height by the following command:</p>
<p><code>mogrify -resize 800x600 -format jpg *</code></p>
<p><a href="http://www.rajeshrana.net/wp-content/uploads/2011/01/resize-multiple-images-ubuntu.png"><img src="http://www.rajeshrana.net/wp-content/uploads/2011/01/resize-multiple-images-ubuntu.png" alt="" title="resize multiple images in ubuntu" width="750" height="243" class="alignnone size-full wp-image-1035" /></a></p>
<p>Find more at <a href="http://www.imagemagick.org/Usage/basics/#mogrify">Image Magick</a></p>


<p>Related posts:<ol><li><a href='http://www.rajeshrana.net/2010/10/12/grub-error-no-such-partition-grub-rescue/' rel='bookmark' title='Permanent Link: Ubuntu Grub &#8211; Error: No such partition, Grub rescue'>Ubuntu Grub &#8211; Error: No such partition, Grub rescue</a></li>
<li><a href='http://www.rajeshrana.net/2010/10/12/macubuntu-convert-your-ubuntu-into-mac/' rel='bookmark' title='Permanent Link: MacUbuntu &#8211; Convert your Ubuntu into Mac'>MacUbuntu &#8211; Convert your Ubuntu into Mac</a></li>
<li><a href='http://www.rajeshrana.net/2011/04/12/install-gnome-ubuntu-unity/' rel='bookmark' title='Permanent Link: How to Install GNOME 3 on Ubuntu 11.04 over Unity Desktop'>How to Install GNOME 3 on Ubuntu 11.04 over Unity Desktop</a></li>
<li><a href='http://www.rajeshrana.net/2011/03/25/canoscan-lide-ubuntu/' rel='bookmark' title='Permanent Link: How to run Canon CanoScan Lide 110/210 Scanner in Ubuntu'>How to run Canon CanoScan Lide 110/210 Scanner in Ubuntu</a></li>
<li><a href='http://www.rajeshrana.net/2009/06/04/ultrasurf-for-ubuntu-linux-and-mac/' rel='bookmark' title='Permanent Link: UltraSurf for Ubuntu Linux and Mac'>UltraSurf for Ubuntu Linux and Mac</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.rajeshrana.net/2011/01/29/resize-multiple-images-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacUbuntu &#8211; Convert your Ubuntu into Mac</title>
		<link>http://www.rajeshrana.net/2010/10/12/macubuntu-convert-your-ubuntu-into-mac/</link>
		<comments>http://www.rajeshrana.net/2010/10/12/macubuntu-convert-your-ubuntu-into-mac/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 12:05:24 +0000</pubDate>
		<dc:creator>Rajesh</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[WOw]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MacUbuntu]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.rajeshrana.net/?p=937</guid>
		<description><![CDATA[Check out my New Theme of Ubuntu&#8230; I&#8217;m Lovin it&#8230; ) Here is how you can do it - ==Install== Open a terminal and type the following commands: $ wget https://downloads.sourceforge.net/project/macbuntu/macbuntu-10.04/v2.1/Macbuntu-10.04.tar.gz -O /tmp/Macbuntu-10.04.tar.gz $ tar xzvf /tmp/Macbuntu-10.04.tar.gz -C /tmp $ cd /tmp/Macbuntu-10.04/ $ ./install.sh or $ wget https://downloads.sourceforge.net/project/macbuntu/macbuntu-10.04/v2.1/Macbuntu-10.04.tar.gz -O /tmp/Macbuntu-10.04.tar.gz &#38;&#38; tar xzvf /tmp/Macbuntu-10.04.tar.gz -C [...]


Related posts:<ol><li><a href='http://www.rajeshrana.net/2009/06/04/ultrasurf-for-ubuntu-linux-and-mac/' rel='bookmark' title='Permanent Link: UltraSurf for Ubuntu Linux and Mac'>UltraSurf for Ubuntu Linux and Mac</a></li>
<li><a href='http://www.rajeshrana.net/2011/04/12/install-gnome-ubuntu-unity/' rel='bookmark' title='Permanent Link: How to Install GNOME 3 on Ubuntu 11.04 over Unity Desktop'>How to Install GNOME 3 on Ubuntu 11.04 over Unity Desktop</a></li>
<li><a href='http://www.rajeshrana.net/2010/10/12/grub-error-no-such-partition-grub-rescue/' rel='bookmark' title='Permanent Link: Ubuntu Grub &#8211; Error: No such partition, Grub rescue'>Ubuntu Grub &#8211; Error: No such partition, Grub rescue</a></li>
<li><a href='http://www.rajeshrana.net/2011/01/29/resize-multiple-images-ubuntu/' rel='bookmark' title='Permanent Link: How to Resize Multiple Images in one Click in Ubuntu'>How to Resize Multiple Images in one Click in Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="size-full wp-image-938 alignnone" title="MacUbuntu Theme" src="http://www.rajeshrana.net/wp-content/uploads/2010/10/macubuntu.jpg" alt="" width="576" height="360" /></p>
<p>Check out my New Theme of Ubuntu&#8230; I&#8217;m Lovin it&#8230; <img src='http://www.rajeshrana.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<p>Here is how you can do it -</p>
<p><strong>==Install==</strong></p>
<p>Open a terminal and type the following commands:</p>
<p><code>$ wget https://downloads.sourceforge.net/project/macbuntu/macbuntu-10.04/v2.1/Macbuntu-10.04.tar.gz -O /tmp/Macbuntu-10.04.tar.gz<br />
$ tar xzvf /tmp/Macbuntu-10.04.tar.gz -C /tmp<br />
$ cd /tmp/Macbuntu-10.04/<br />
$ ./install.sh</code></p>
<p>or</p>
<p><code>$ wget https://downloads.sourceforge.net/project/macbuntu/macbuntu-10.04/v2.1/Macbuntu-10.04.tar.gz -O /tmp/Macbuntu-10.04.tar.gz &amp;&amp; tar xzvf /tmp/Macbuntu-10.04.tar.gz -C /tmp &amp;&amp; cd /tmp/Macbuntu-10.04/ &amp;&amp; ./install.sh</code></p>
<p>Follow the instructions<br />
<strong><br />
== Uninstall ==</strong></p>
<p>How to remove Macbuntu?</p>
<p>Command line method</p>
<p>Open a terminal and type the following commands:</p>
<p><code>$ cd ~/.macbuntu/10.04-2.1/<br />
$ ./uninstall.sh</code></p>
<p>or</p>
<p><code>$ cd ~/.macbuntu/10.04-2.1/ &amp;&amp; ./uninstall.sh</code></p>


<p>Related posts:<ol><li><a href='http://www.rajeshrana.net/2009/06/04/ultrasurf-for-ubuntu-linux-and-mac/' rel='bookmark' title='Permanent Link: UltraSurf for Ubuntu Linux and Mac'>UltraSurf for Ubuntu Linux and Mac</a></li>
<li><a href='http://www.rajeshrana.net/2011/04/12/install-gnome-ubuntu-unity/' rel='bookmark' title='Permanent Link: How to Install GNOME 3 on Ubuntu 11.04 over Unity Desktop'>How to Install GNOME 3 on Ubuntu 11.04 over Unity Desktop</a></li>
<li><a href='http://www.rajeshrana.net/2010/10/12/grub-error-no-such-partition-grub-rescue/' rel='bookmark' title='Permanent Link: Ubuntu Grub &#8211; Error: No such partition, Grub rescue'>Ubuntu Grub &#8211; Error: No such partition, Grub rescue</a></li>
<li><a href='http://www.rajeshrana.net/2011/01/29/resize-multiple-images-ubuntu/' rel='bookmark' title='Permanent Link: How to Resize Multiple Images in one Click in Ubuntu'>How to Resize Multiple Images in one Click in Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.rajeshrana.net/2010/10/12/macubuntu-convert-your-ubuntu-into-mac/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ubuntu Grub &#8211; Error: No such partition, Grub rescue</title>
		<link>http://www.rajeshrana.net/2010/10/12/grub-error-no-such-partition-grub-rescue/</link>
		<comments>http://www.rajeshrana.net/2010/10/12/grub-error-no-such-partition-grub-rescue/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 18:39:51 +0000</pubDate>
		<dc:creator>Rajesh</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Grub]]></category>

		<guid isPermaLink="false">http://www.rajeshrana.net/?p=927</guid>
		<description><![CDATA[I have got Windows 7 and Ubuntu 10.04 LTS Lucid Lynx as dual boot, yesterday much awaited Ubuntu 10.10 Maverick Meerkat was launched so called the perfect 10, I was so excited to try my hands on it, I tried to upgrade through Internet as they have recommended on the site but my net connection [...]


Related posts:<ol><li><a href='http://www.rajeshrana.net/2011/03/25/canoscan-lide-ubuntu/' rel='bookmark' title='Permanent Link: How to run Canon CanoScan Lide 110/210 Scanner in Ubuntu'>How to run Canon CanoScan Lide 110/210 Scanner in Ubuntu</a></li>
<li><a href='http://www.rajeshrana.net/2011/04/12/install-gnome-ubuntu-unity/' rel='bookmark' title='Permanent Link: How to Install GNOME 3 on Ubuntu 11.04 over Unity Desktop'>How to Install GNOME 3 on Ubuntu 11.04 over Unity Desktop</a></li>
<li><a href='http://www.rajeshrana.net/2011/01/29/resize-multiple-images-ubuntu/' rel='bookmark' title='Permanent Link: How to Resize Multiple Images in one Click in Ubuntu'>How to Resize Multiple Images in one Click in Ubuntu</a></li>
<li><a href='http://www.rajeshrana.net/2009/06/04/ultrasurf-for-ubuntu-linux-and-mac/' rel='bookmark' title='Permanent Link: UltraSurf for Ubuntu Linux and Mac'>UltraSurf for Ubuntu Linux and Mac</a></li>
<li><a href='http://www.rajeshrana.net/2010/10/12/macubuntu-convert-your-ubuntu-into-mac/' rel='bookmark' title='Permanent Link: MacUbuntu &#8211; Convert your Ubuntu into Mac'>MacUbuntu &#8211; Convert your Ubuntu into Mac</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have got Windows 7 and Ubuntu 10.04 LTS Lucid Lynx as dual boot, yesterday much awaited <a href="http://www.ubuntu.com/desktop" target="_blank">Ubuntu 10.10 Maverick Meerkat</a> was launched so called the perfect 10, I was so excited to try my hands on it, I tried to upgrade through Internet as they have recommended on the site but my net connection is so slow that it was taking ages and I was getting impatient, then I downloaded the ISO image file and burnt on CD and try to upgrade it but it didn&#8217;t work.</p>
<p>Later I made up my mind that I&#8217;ll format the partition by login through Windows and install fresh Ubuntu installation, everything went smooth but when I restarted after installation it showed black screen with &#8220;Grub &#8211; Error: No such partition, Grub rescue&#8221; Damn, It gave me tough time to fix it I tired to reinstall Ubuntu three times but it didn&#8217;t work, later I followed following steps -</p>
<p>1. Booting from Live CD<br />
2. Clicked &#8220;Try Ubuntu&#8221;<br />
3. Go to Terminal or Crtl+Alt+T<br />
4. sudo fdisk -l</p>
<p>You&#8217;ll get something like following screen</p>
<p><img class="size-large wp-image-933 alignnone" title="ubuntu-f-disk" src="http://www.rajeshrana.net/wp-content/uploads/2010/10/ubuntu-f-disk-grub-e1286823064824.png" alt="" width="617" height="181" /></p>
<p>5. See where your Ubuntu installed, In my case it is on sda8, so that is the one you want to mount.</p>
<p>6 . Now on terminal type following to mount your right drive</p>
<p><code>sudo mount /dev/sda8 /mnt<br />
sudo grub-install --root-directory=/mnt /dev/sda</code></p>
<p>7. Once you restart you&#8217;ll find your boot loader screen</p>
<p>8 Enjoy</p>


<p>Related posts:<ol><li><a href='http://www.rajeshrana.net/2011/03/25/canoscan-lide-ubuntu/' rel='bookmark' title='Permanent Link: How to run Canon CanoScan Lide 110/210 Scanner in Ubuntu'>How to run Canon CanoScan Lide 110/210 Scanner in Ubuntu</a></li>
<li><a href='http://www.rajeshrana.net/2011/04/12/install-gnome-ubuntu-unity/' rel='bookmark' title='Permanent Link: How to Install GNOME 3 on Ubuntu 11.04 over Unity Desktop'>How to Install GNOME 3 on Ubuntu 11.04 over Unity Desktop</a></li>
<li><a href='http://www.rajeshrana.net/2011/01/29/resize-multiple-images-ubuntu/' rel='bookmark' title='Permanent Link: How to Resize Multiple Images in one Click in Ubuntu'>How to Resize Multiple Images in one Click in Ubuntu</a></li>
<li><a href='http://www.rajeshrana.net/2009/06/04/ultrasurf-for-ubuntu-linux-and-mac/' rel='bookmark' title='Permanent Link: UltraSurf for Ubuntu Linux and Mac'>UltraSurf for Ubuntu Linux and Mac</a></li>
<li><a href='http://www.rajeshrana.net/2010/10/12/macubuntu-convert-your-ubuntu-into-mac/' rel='bookmark' title='Permanent Link: MacUbuntu &#8211; Convert your Ubuntu into Mac'>MacUbuntu &#8211; Convert your Ubuntu into Mac</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.rajeshrana.net/2010/10/12/grub-error-no-such-partition-grub-rescue/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>UltraSurf for Ubuntu Linux and Mac</title>
		<link>http://www.rajeshrana.net/2009/06/04/ultrasurf-for-ubuntu-linux-and-mac/</link>
		<comments>http://www.rajeshrana.net/2009/06/04/ultrasurf-for-ubuntu-linux-and-mac/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 09:40:42 +0000</pubDate>
		<dc:creator>Rajesh</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Proxy]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[ultrasurf]]></category>

		<guid isPermaLink="false">http://rajeshrana.net/?p=382</guid>
		<description><![CDATA[Yesterday I installed Ubuntu Linux OS, everything went smooth, it hardly takes few minutes to install Ubuntu. Later I installed Wine to run Windows apps (Wine is an Open Source implementation of the Windows API on top of X and Unix). First I tried to run UltraSurf cause without it I can&#8217;t even able to [...]


Related posts:<ol><li><a href='http://www.rajeshrana.net/2010/10/12/macubuntu-convert-your-ubuntu-into-mac/' rel='bookmark' title='Permanent Link: MacUbuntu &#8211; Convert your Ubuntu into Mac'>MacUbuntu &#8211; Convert your Ubuntu into Mac</a></li>
<li><a href='http://www.rajeshrana.net/2010/10/12/grub-error-no-such-partition-grub-rescue/' rel='bookmark' title='Permanent Link: Ubuntu Grub &#8211; Error: No such partition, Grub rescue'>Ubuntu Grub &#8211; Error: No such partition, Grub rescue</a></li>
<li><a href='http://www.rajeshrana.net/2011/03/25/canoscan-lide-ubuntu/' rel='bookmark' title='Permanent Link: How to run Canon CanoScan Lide 110/210 Scanner in Ubuntu'>How to run Canon CanoScan Lide 110/210 Scanner in Ubuntu</a></li>
<li><a href='http://www.rajeshrana.net/2011/01/29/resize-multiple-images-ubuntu/' rel='bookmark' title='Permanent Link: How to Resize Multiple Images in one Click in Ubuntu'>How to Resize Multiple Images in one Click in Ubuntu</a></li>
<li><a href='http://www.rajeshrana.net/2011/04/12/install-gnome-ubuntu-unity/' rel='bookmark' title='Permanent Link: How to Install GNOME 3 on Ubuntu 11.04 over Unity Desktop'>How to Install GNOME 3 on Ubuntu 11.04 over Unity Desktop</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I installed Ubuntu Linux OS, everything went smooth, it hardly takes few minutes to install Ubuntu. Later I installed Wine to run Windows apps (Wine is an Open Source implementation of the Windows API on top of X and Unix). First I tried to run UltraSurf cause without it I can&#8217;t even able to breathe coz our network pipeline is so much choked with firewalls and censorship I can&#8217;t even check my mails on Gmail.</p>
<p>So here is easy steps to run Ultrasurf in Ubuntu and Mac</p>
<p><span style="text-decoration: underline;"><strong>Ultrasurf for Ubuntu Linux OS</strong></span></p>
<p><img class="alignnone size-full wp-image-386" title="ubuntu-logo" src="http://rajeshrana.net/wp-content/uploads/2009/06/ubuntu-logo.jpeg" alt="ubuntu-logo" width="128" height="130" /></p>
<p><strong>1. Install Wine</strong></p>
<p><a href="http://www.winehq.org/">http://www.winehq.org/</a></p>
<p><strong>2. Download the necessary dll files</strong><strong><br />
mfc42.dll<br />
msvcp60.dll</strong></p>
<p><strong>Note:</strong> you can easily find them by Googling but when I downloaded from <a href="http://www.dll-files.com/">a site</a> and used them it showed following error:</p>
<p>&#8220;<em>The ordinal 6880 could not be located in the dynamic link library MFC42.DLL</em>&#8221;</p>
<p>so my suggestions is to copy them from your windows operating system from file location -&gt;C://windows/System</p>
<p><strong>3. Copy the two dll files to </strong><br />
~/.wine/drive_c/windows/system<br />
~/.wine/drive_c/windows/system32</p>
<p><strong>Note:</strong> if you go to file system and type ~/.wine at location bar then your hidden wine folder will get open then you can find above folders for pasting your necessary dll files.</p>
<p><strong>4.</strong> <strong>Now run latest Ultrasurf</strong> and make sure settings like following screen shots.</p>
<p>Note: Goto options-enable Do not use IE option, set your networks proxy setting and then exit</p>
<p><img class="alignnone size-full wp-image-383" title="ultrasurf-options" src="http://rajeshrana.net/wp-content/uploads/2009/06/ultrasurf-options-1.jpg" alt="ultrasurf-options" width="455" height="265" /></p>
<p>5. <strong>Goto system-preferences-Network Proxy, </strong>Change your system proxy address to<strong> 127.0.0.1</strong> and port to <strong>9666</strong></p>
<p><img class="alignnone size-full wp-image-384" title="ubuntu-my-proxy" src="http://rajeshrana.net/wp-content/uploads/2009/06/ubuntu-my-proxy.jpg" alt="ubuntu-my-proxy" width="398" height="371" /></p>
<p><strong>6. Now run Ultrasurf once again and enjoy the freedom</strong></p>
<p><strong>Note: </strong>while running Ultrasurf in Ubuntu it takes sometime cause it process through wine, just have little patience if it ain&#8217;t run.</p>
<p><strong><img class="alignnone size-full wp-image-385" title="ultrasurf-ubuntu" src="http://rajeshrana.net/wp-content/uploads/2009/06/ultrasurf-ubuntu.jpg" alt="ultrasurf-ubuntu" width="371" height="258" /></strong></p>
<p><span style="text-decoration: underline;"><strong>Ultrasurf for Mac OSx</strong></span></p>
<p><span style="text-decoration: underline;"><strong><img class="alignnone size-full wp-image-387" title="mac-logo" src="http://rajeshrana.net/wp-content/uploads/2009/06/mac-logo.jpeg" alt="mac-logo" width="128" height="150" /><br />
</strong></span></p>
<p>Just install the wine for Mac version and follow the above steps.</p>
<p><strong>Good news Ultrasurf is much faster in Ubuntu than windows.</strong></p>
<h2><img class="alignright size-full wp-image-952" title="ultrasurf-download-10-02" src="http://www.rajeshrana.net/wp-content/uploads/2009/04/ultrasurf-download-10-02.jpg" alt="" width="272" height="132" /><strong>Download UltraSurf</strong></h2>
<ol>
<li><a title="Ultrasurf Version 11.03 Download" href="https://skydrive.live.com/redir.aspx?cid=762e20df732e4bd1&amp;resid=762E20DF732E4BD1!107&amp;parid=root" target="_blank">Ultrasurf Version 11.03 Download link 1</a>  (Latest)</li>
<li><a title="Ultrasurf Version 11.03 Download" href="https://skydrive.live.com/?cid=762e20df732e4bd1&amp;id=762E20DF732E4BD1%21107" target="_blank">Ultrasurf Version 11.03 Download link 2</a></li>
<li><a title="Ultrasurf Version 11.03 Download" href="http://db.tt/KXSJ9U2q" target="_blank">Ultrasurf Version 11.03 Download link 3</a></li>
<li><a title="Ultrasurf Version 11.03 Download" href="http://db.tt/ZrHaCxPz" target="_blank">Ultrasurf Version 11.03 Download link 4</a></li>
</ol>


<p>Related posts:<ol><li><a href='http://www.rajeshrana.net/2010/10/12/macubuntu-convert-your-ubuntu-into-mac/' rel='bookmark' title='Permanent Link: MacUbuntu &#8211; Convert your Ubuntu into Mac'>MacUbuntu &#8211; Convert your Ubuntu into Mac</a></li>
<li><a href='http://www.rajeshrana.net/2010/10/12/grub-error-no-such-partition-grub-rescue/' rel='bookmark' title='Permanent Link: Ubuntu Grub &#8211; Error: No such partition, Grub rescue'>Ubuntu Grub &#8211; Error: No such partition, Grub rescue</a></li>
<li><a href='http://www.rajeshrana.net/2011/03/25/canoscan-lide-ubuntu/' rel='bookmark' title='Permanent Link: How to run Canon CanoScan Lide 110/210 Scanner in Ubuntu'>How to run Canon CanoScan Lide 110/210 Scanner in Ubuntu</a></li>
<li><a href='http://www.rajeshrana.net/2011/01/29/resize-multiple-images-ubuntu/' rel='bookmark' title='Permanent Link: How to Resize Multiple Images in one Click in Ubuntu'>How to Resize Multiple Images in one Click in Ubuntu</a></li>
<li><a href='http://www.rajeshrana.net/2011/04/12/install-gnome-ubuntu-unity/' rel='bookmark' title='Permanent Link: How to Install GNOME 3 on Ubuntu 11.04 over Unity Desktop'>How to Install GNOME 3 on Ubuntu 11.04 over Unity Desktop</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.rajeshrana.net/2009/06/04/ultrasurf-for-ubuntu-linux-and-mac/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

