<?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>The Danesh Project &#187; Ubuntu</title>
	<atom:link href="http://thedaneshproject.com/categories/linux/ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedaneshproject.com</link>
	<description>Knowledge bling's the finer things in life.</description>
	<lastBuildDate>Tue, 15 May 2012 21:00:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>How to convert jpegs to pdf in Ubuntu</title>
		<link>http://thedaneshproject.com/posts/how-to-convert-jpegs-to-pdf-in-ubuntu/</link>
		<comments>http://thedaneshproject.com/posts/how-to-convert-jpegs-to-pdf-in-ubuntu/#comments</comments>
		<pubDate>Mon, 07 May 2012 08:37:34 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=2457</guid>
		<description><![CDATA[Had a few documents to scan to PDF urgently today but to my surprise all the cybercafes around my neighborhood didn&#8217;t provide scan to PDF service. The best they could do was scan to jpeg. Hmmm&#8230;why? Thanks to Linux I had a solution. Scan the docs to jpeg, then convert the jpegs to PDF using imagemagick. Worked like [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://thedaneshproject.com/wp-content/uploads/2012/05/words_to_pdf.png"><img title="words_to_pdf" src="http://thedaneshproject.com/wp-content/uploads/2012/05/words_to_pdf.png" alt="" width="405" height="355" /></a></p>
<p>Had a few documents to scan to PDF urgently today but to my surprise all the cybercafes around my neighborhood didn&#8217;t provide scan to PDF service. The best they could do was scan to jpeg. Hmmm&#8230;why?</p>
<p>Thanks to Linux I had a solution. Scan the docs to jpeg, then convert the jpegs to PDF using imagemagick. Worked like a charm.</p>
<p>Here&#8217;s how, on my Ubuntu 12.04 LTS</p>
<p>Install the imagemagick package if you don&#8217;t already have it.</p>
<p><code>:~$ sudo apt-get install imagemagick<br />
</code><br />
Convert a single file.</p>
<p><code>:~$ convert scan.jpeg result.pdf<br />
</code><br />
Convert multiple files.</p>
<p><code>:~$ convert -adjoin scan*.jpeg result.pdf<br />
</code><br />
or</p>
<p><code>:~$ convert -adjoin scan1.jpeg scan2.jpeg result.pdf</code></p>
<p><code></code>Did it work for you? Do you have an alternative solution?</p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:50px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fthedaneshproject.com%2Fposts%2Fhow-to-convert-jpegs-to-pdf-in-ubuntu%2F&amp;layout=button_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="http://thedaneshproject.com/posts/how-to-convert-jpegs-to-pdf-in-ubuntu/" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="How to convert jpegs to pdf in Ubuntu" data-url="http://thedaneshproject.com/posts/how-to-convert-jpegs-to-pdf-in-ubuntu/" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/how-to-install-java-7-on-ubuntu-12-04-lts/" rel="bookmark" title="May 15, 2012">How to install Java 7 on Ubuntu 12.04 LTS</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-install-clamav/" rel="bookmark" title="August 20, 2008">How to install ClamAV</a></li>

<li><a href="http://thedaneshproject.com/posts/enable-medibuntu-in-ubuntu-810/" rel="bookmark" title="November 25, 2008">Enable Medibuntu in Ubuntu 8.10</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-install-dropbox-in-ubuntu-810/" rel="bookmark" title="January 5, 2009">How to install Dropbox in Ubuntu 8.10</a></li>

<li><a href="http://thedaneshproject.com/posts/install-ubuntu-fonts-on-fedora-16/" rel="bookmark" title="November 15, 2011">Install Ubuntu Fonts on Fedora 16</a></li>
</ul><!-- Similar Posts took 4.325 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/how-to-convert-jpegs-to-pdf-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 11.04 blank screen on boot. SOLVED</title>
		<link>http://thedaneshproject.com/posts/ubuntu-11-04-blank-screen-on-boot-solved/</link>
		<comments>http://thedaneshproject.com/posts/ubuntu-11-04-blank-screen-on-boot-solved/#comments</comments>
		<pubDate>Wed, 25 May 2011 06:40:15 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bug fix]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=2258</guid>
		<description><![CDATA[Try these steps if you are experiencing a blank screen during boot or install of Ubuntu 11.04 Natty Narwhal. 1. LiveCD  boots into a blank screen. When you see the boot menu when you boot LiveCD, hit F6 and select the &#8220;nomodeset&#8221; option. 2. Boots into a blank screen after install. Reboot and keep your finger on the &#8220;SHIFT&#8221; key till [...]]]></description>
			<content:encoded><![CDATA[<p>Try these steps if you are experiencing a blank screen during boot or install of Ubuntu 11.04 Natty Narwhal.</p>
<p>1. LiveCD  boots into a blank screen.</p>
<p>When you see the boot menu when you boot LiveCD, hit F6 and select the &#8220;nomodeset&#8221; option.</p>
<p>2. Boots into a blank screen after install.</p>
<p>Reboot and keep your finger on the &#8220;SHIFT&#8221; key till you get the grub menu. Highlight the first entry and replace &#8220;quiet splash&#8221; with &#8220;nomodeset&#8221; .  Hit CTRL + X to continue booting. Once logged in install the latest Graphics drivers. <em>System -&gt; Administration -&gt; Additional Drivers</em></p>
<p><em>DONE. Hope it works for you, it did for me.</em></p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:50px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fthedaneshproject.com%2Fposts%2Fubuntu-11-04-blank-screen-on-boot-solved%2F&amp;layout=button_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="http://thedaneshproject.com/posts/ubuntu-11-04-blank-screen-on-boot-solved/" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Ubuntu 11.04 blank screen on boot. SOLVED" data-url="http://thedaneshproject.com/posts/ubuntu-11-04-blank-screen-on-boot-solved/" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/how-to-boot-rs6000-in-single-user-mode/" rel="bookmark" title="December 16, 2007">How to boot RS6000 in single user mode</a></li>

<li><a href="http://thedaneshproject.com/posts/users-shutdowns-and-reboots/" rel="bookmark" title="October 24, 2007">Users, Shutdowns and Reboots</a></li>

<li><a href="http://thedaneshproject.com/posts/bash-and-command-line-keyboard-shortcuts/" rel="bookmark" title="March 1, 2007">Bash and command line keyboard shortcuts</a></li>

<li><a href="http://thedaneshproject.com/posts/screen-linux-command/" rel="bookmark" title="February 26, 2007">Screen | Linux Command</a></li>

<li><a href="http://thedaneshproject.com/posts/installing-nvidia-driver-on-opensuse-102-linux/" rel="bookmark" title="March 19, 2007">Installing nVidia driver on openSUSE 10.2 | Linux</a></li>
</ul><!-- Similar Posts took 9.971 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/ubuntu-11-04-blank-screen-on-boot-solved/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Restart network service in Ubuntu</title>
		<link>http://thedaneshproject.com/posts/restart-network-service-in-ubuntu/</link>
		<comments>http://thedaneshproject.com/posts/restart-network-service-in-ubuntu/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 02:26:02 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[sudo]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=2244</guid>
		<description><![CDATA[Here&#8217;s how to restart the network service on Ubuntu without restarting the OS :~$ sudo /etc/init.d/networking restart Similar Posts:How to restart RSH in Linux Enable Medibuntu in Ubuntu 8.10 How to Fix Ubuntu 10.10 VirtualBox Guest Additions Problems How to setup an OpenSSH Server on Ubuntu 9.04 Jaunty Jackalope How to change the hostname in [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how to restart the network service on Ubuntu without restarting the OS</p>
<p><code>:~$ sudo /etc/init.d/networking restart</code></p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:50px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fthedaneshproject.com%2Fposts%2Frestart-network-service-in-ubuntu%2F&amp;layout=button_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="http://thedaneshproject.com/posts/restart-network-service-in-ubuntu/" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Restart network service in Ubuntu" data-url="http://thedaneshproject.com/posts/restart-network-service-in-ubuntu/" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/how-to-restart-rsh-in-linux/" rel="bookmark" title="April 1, 2009">How to restart RSH in Linux</a></li>

<li><a href="http://thedaneshproject.com/posts/enable-medibuntu-in-ubuntu-810/" rel="bookmark" title="November 25, 2008">Enable Medibuntu in Ubuntu 8.10</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-fix-ubuntu-10-10-virtualbox-guest-additions-problems/" rel="bookmark" title="September 27, 2010">How to Fix Ubuntu 10.10 VirtualBox Guest Additions Problems</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-setup-an-openssh-server-on-ubuntu-9-04-jaunty-jackalope/" rel="bookmark" title="July 24, 2009">How to setup an OpenSSH Server on Ubuntu 9.04 Jaunty Jackalope</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-change-the-hostname-in-linux/" rel="bookmark" title="June 26, 2007">How to change the hostname in Linux</a></li>
</ul><!-- Similar Posts took 5.772 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/restart-network-service-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Flash Player 10.2 released</title>
		<link>http://thedaneshproject.com/posts/adobe-flash-player-10-2-released/</link>
		<comments>http://thedaneshproject.com/posts/adobe-flash-player-10-2-released/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 04:03:38 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=2240</guid>
		<description><![CDATA[Adobe Flash Player 10.2 has been released and comes with some spanking new features. It now supports Stage Videos which allows Flash to utilize your machines&#8217;s hardware acceleration features thus greatly improving performance. 10.2 also introduces support for multiple monitors. No more headaches when trying to multi-task while watching a video, this is when you [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://thedaneshproject.com/wp-content/uploads/2011/02/Adobe-Flash-Player-version-10.2.152.27.png" alt="" title="Adobe-Flash-Player-version-10.2.152.27" width="450" height="197" class="alignnone size-full wp-image-2241" /><br />
Adobe Flash Player 10.2 has been <a href="http://blogs.adobe.com/flashplayer/2011/02/flash-player-10-2-launch.html">released</a> and comes with some spanking new features.</p>
<p>It now supports Stage Videos which allows Flash to utilize your machines&#8217;s hardware acceleration features thus greatly improving performance.</p>
<p>10.2 also introduces support for multiple monitors. No more headaches when trying to multi-task while watching a video, this is when you can only play flash videos on one screen and not the other. </p>
<p>Another cool feature is the support for native mouse cursors. Developers can now design and implement custom cursors for their work. I see this really useful for educational software.</p>
<p>And finally some sub-pixel rendering to improve text in your flash videos. Advertisers will love this more&#8230;..</p>
<p>Let your browser update your flash player or grab it manually from <a href="http://www.adobe.com/downloads/">Adobe</a>.</p>
<p>If you&#8217;re on Ubuntu, simply run the command below to get updated.</p>
<p>#> sudo apt-get update<br />
#> sudo apt-get upgrade</p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:50px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fthedaneshproject.com%2Fposts%2Fadobe-flash-player-10-2-released%2F&amp;layout=button_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="http://thedaneshproject.com/posts/adobe-flash-player-10-2-released/" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Adobe Flash Player 10.2 released" data-url="http://thedaneshproject.com/posts/adobe-flash-player-10-2-released/" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/how-to-install-flash-11-64-bit-on-fedora-16/" rel="bookmark" title="November 9, 2011">How to install Flash 11 64-bit on Fedora 16</a></li>

<li><a href="http://thedaneshproject.com/posts/enable-medibuntu-in-ubuntu-810/" rel="bookmark" title="November 25, 2008">Enable Medibuntu in Ubuntu 8.10</a></li>

<li><a href="http://thedaneshproject.com/posts/adobe-flash-9-released-for-linux/" rel="bookmark" title="January 19, 2007">Adobe: Flash 9 released for Linux</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-2-8-2-is-out/" rel="bookmark" title="July 20, 2009">WordPress 2.8.2 is out</a></li>

<li><a href="http://thedaneshproject.com/posts/official-ted-android-app-released/" rel="bookmark" title="March 16, 2012">android: Official TED Android app released</a></li>
</ul><!-- Similar Posts took 5.438 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/adobe-flash-player-10-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dual pane view in Nautilus</title>
		<link>http://thedaneshproject.com/posts/dual-pane-view-in-nautilus/</link>
		<comments>http://thedaneshproject.com/posts/dual-pane-view-in-nautilus/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 17:10:33 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=2215</guid>
		<description><![CDATA[The Gnome file manager Nautilus  has a cool dual pane view which makes moving/copying files much easier. Simply hit f3 to bring up the dual pane view, right click on a file and either move/copy the file to &#8220;other pane&#8221;. However, unlike KDE,  Gnome only allows you to move/copy to &#8220;home&#8221;, &#8220;desktop&#8221; and &#8220;other pane&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<p>The Gnome file manager Nautilus  has a cool dual pane view which makes moving/copying files much easier. Simply hit f3 to bring up the dual pane view, right click on a file and either move/copy the file to &#8220;other pane&#8221;. However, unlike KDE,  Gnome only allows you to move/copy to &#8220;home&#8221;, &#8220;desktop&#8221; and &#8220;other pane&#8221;.</p>
<p>KDE does it slightly different. when you right click on a file you are be able to move/copy files to any location on the system . It also remembers you recently use destinations to save you time on your next move/copy.</p>
<p><img class="alignnone size-medium wp-image-2216" title="Nautilus-Dual-Pane" src="http://thedaneshproject.com/wp-content/uploads/2010/10/Nautilus-Dual-Pane-450x332.png" alt="" width="450" height="332" /></p>
<p><img class="alignnone size-full wp-image-2217" title="Nautilus-Dual-Pane-Menu" src="http://thedaneshproject.com/wp-content/uploads/2010/10/Nautilus-Dual-Pane-Menu.png" alt="" width="312" height="294" /></p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:50px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fthedaneshproject.com%2Fposts%2Fdual-pane-view-in-nautilus%2F&amp;layout=button_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="http://thedaneshproject.com/posts/dual-pane-view-in-nautilus/" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Dual pane view in Nautilus" data-url="http://thedaneshproject.com/posts/dual-pane-view-in-nautilus/" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/how-to-install-clamav/" rel="bookmark" title="August 20, 2008">How to install ClamAV</a></li>

<li><a href="http://thedaneshproject.com/posts/fedora-9-sulphur-released/" rel="bookmark" title="May 17, 2008">Fedora 9 &#8220;Sulphur&#8221; released</a></li>

<li><a href="http://thedaneshproject.com/posts/ubuntu-tweak-045-released/" rel="bookmark" title="February 17, 2009">Ubuntu Tweak 0.4.5 released!</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-increase-total-file-descriptors-count-on-linux/" rel="bookmark" title="February 27, 2008">How to increase file descriptors max limit on Linux</a></li>

<li><a href="http://thedaneshproject.com/posts/gparted-livecd-for-all-your-partitioning-needs/" rel="bookmark" title="November 18, 2008">GParted LiveCD for all your partitioning needs</a></li>
</ul><!-- Similar Posts took 5.710 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/dual-pane-view-in-nautilus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix Ubuntu 10.10 VirtualBox Guest Additions Problems</title>
		<link>http://thedaneshproject.com/posts/how-to-fix-ubuntu-10-10-virtualbox-guest-additions-problems/</link>
		<comments>http://thedaneshproject.com/posts/how-to-fix-ubuntu-10-10-virtualbox-guest-additions-problems/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 14:08:07 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=2186</guid>
		<description><![CDATA[If you&#8217;re trying to run Ubuntu 10.10 Beta on your VirtualBox, you&#8217;re most likely having issues with the screen resolution. Installing the default VirtualBox client doesn&#8217;t quite help. Try the steps below, 1. Open terminal and enter the following command: #sudo apt-get update #sudo apt-get install build-essential linux-headers-$(uname -r) #sudo apt-get install virtualbox-ose-guest-x11 2. Once [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re trying to run Ubuntu 10.10 Beta on your VirtualBox, you&#8217;re most likely having issues with the screen resolution. Installing the default VirtualBox client doesn&#8217;t quite help. Try the steps below,</p>
<p>1. Open terminal and enter the following command:</p>
<p><code>#sudo apt-get update<br />
#sudo apt-get install build-essential linux-headers-$(uname -r)<br />
#sudo apt-get install virtualbox-ose-guest-x11</code></p>
<p>2. Once installation is finished, restart your VirtualBox machine.</p>
<p>3. Go to System &#8211;>Preferences &#8211;>Monitors and change the resolution of your screen. You might be able to change the resolution but the screen will re-size properly when you maximize.</p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:50px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fthedaneshproject.com%2Fposts%2Fhow-to-fix-ubuntu-10-10-virtualbox-guest-additions-problems%2F&amp;layout=button_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="http://thedaneshproject.com/posts/how-to-fix-ubuntu-10-10-virtualbox-guest-additions-problems/" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="How to Fix Ubuntu 10.10 VirtualBox Guest Additions Problems" data-url="http://thedaneshproject.com/posts/how-to-fix-ubuntu-10-10-virtualbox-guest-additions-problems/" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/how-to-install-virtualbox-3-1-2-on-fedora-12/" rel="bookmark" title="January 12, 2010">How to install VirtualBox 3.1.2 on Fedora 12</a></li>

<li><a href="http://thedaneshproject.com/posts/virtualbox-3-1-0-beta-1-released/" rel="bookmark" title="November 15, 2009">VirtualBox 3.1.0 Beta 1 released</a></li>

<li><a href="http://thedaneshproject.com/posts/opensuse-111-installation-screenshots/" rel="bookmark" title="December 22, 2008">openSUSE 11.1 installation screenshots</a></li>

<li><a href="http://thedaneshproject.com/posts/installing-adobe-air-and-twhirl-on-ubuntu-810-interpid/" rel="bookmark" title="November 13, 2008">Installing Adobe AIR and twhirl on Ubuntu 8.10 Interpid</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-setup-an-openssh-server-on-ubuntu-9-04-jaunty-jackalope/" rel="bookmark" title="July 24, 2009">How to setup an OpenSSH Server on Ubuntu 9.04 Jaunty Jackalope</a></li>
</ul><!-- Similar Posts took 5.597 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/how-to-fix-ubuntu-10-10-virtualbox-guest-additions-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu mirrors up and improved!</title>
		<link>http://thedaneshproject.com/posts/ubuntu-mirrors-up-and-improved/</link>
		<comments>http://thedaneshproject.com/posts/ubuntu-mirrors-up-and-improved/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 05:03:44 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Malaysia]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[launchpad]]></category>
		<category><![CDATA[mirrors]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=2097</guid>
		<description><![CDATA[With the recent internet issues, byte craft&#8217;s local Ubuntu mirror was not being up2date due to overlapping cron jobs. They have since moved to ubumirror running on apache/ngix and all seems good. Releases are on a 3 hour sync and archives 4  hours sync. Grab your CD images HERE.Enjoy the speed. via @angch from Byte [...]]]></description>
			<content:encoded><![CDATA[<p>With the recent <a href="http://thedaneshproject.com/posts/malaysians-experiencing-slow-internet-access/">internet issues</a>, byte craft&#8217;s local Ubuntu mirror was not being up2date due to overlapping cron jobs.</p>
<p>They have since moved to <a href="https://code.launchpad.net/~ubumirror-devs/ubumirror/trunk">ubumirror</a> running on apache/ngix and all seems good. Releases are on a 3 hour sync and archives 4  hours sync.</p>
<p>Grab your CD images <a href="http://ubuntu.bytecraft.com.my/releases/">HERE</a>.Enjoy the speed.</p>
<p>via <a href="http://twitter.com/angch">@angch</a> from <a href="http://blog.bytecraft.com.my/blog/angch/2010/04/29/ubuntu-mirrors-and-improved">Byte Craft</a> .</p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:50px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fthedaneshproject.com%2Fposts%2Fubuntu-mirrors-up-and-improved%2F&amp;layout=button_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="http://thedaneshproject.com/posts/ubuntu-mirrors-up-and-improved/" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Ubuntu mirrors up and improved!" data-url="http://thedaneshproject.com/posts/ubuntu-mirrors-up-and-improved/" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/grab-ubuntu-904-whilst-its-still-hot/" rel="bookmark" title="April 24, 2009">Grab Ubuntu 9.04 whilst it&#8217;s still hot!!</a></li>

<li><a href="http://thedaneshproject.com/posts/ubuntu-9-10-released/" rel="bookmark" title="November 2, 2009">Ubuntu 9.10 released</a></li>

<li><a href="http://thedaneshproject.com/posts/ubuntu-wallpaper/" rel="bookmark" title="May 2, 2009">Ubuntu Wallpaper</a></li>

<li><a href="http://thedaneshproject.com/posts/yet-another-malaysian-ubuntu-repository/" rel="bookmark" title="September 9, 2008">Yet another Malaysian Ubuntu repository</a></li>

<li><a href="http://thedaneshproject.com/posts/ubuntu-704-feisty-fawn-released/" rel="bookmark" title="April 20, 2007">Ubuntu 7.04 (Feisty Fawn) released</a></li>
</ul><!-- Similar Posts took 5.645 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/ubuntu-mirrors-up-and-improved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 released</title>
		<link>http://thedaneshproject.com/posts/ubuntu-9-10-released/</link>
		<comments>http://thedaneshproject.com/posts/ubuntu-9-10-released/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 16:51:57 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[canonical]]></category>
		<category><![CDATA[CD]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[karmic koala]]></category>
		<category><![CDATA[Malaysia]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=1812</guid>
		<description><![CDATA[Ubuntu 9.10 codenamed &#8220;Karmic Koala&#8221; was released 2 days back. Grab a copy from a local Malaysian mirror listed below or from the official download page. OSCC MMU ByteCraft alternatively if you&#8217;re a Kubuntu user, grab your copy here. Similar Posts:Grab Ubuntu 9.04 whilst it&#8217;s still hot!! Ubuntu 7.04 (Feisty Fawn) released Full Circle Magazine [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://thedaneshproject.com/wp-content/uploads/2009/11/Ubuntu_9.10.png"><img class="alignnone size-medium wp-image-1814" title="Ubuntu_9.10" src="http://thedaneshproject.com/wp-content/uploads/2009/11/Ubuntu_9.10-450x149.png" alt="Ubuntu_9.10" width="450" height="149" /></a></p>
<p>Ubuntu 9.10 codenamed &#8220;Karmic Koala&#8221; was released 2 days back.</p>
<p>Grab a copy from a local Malaysian mirror listed below or from the official <a href="http://www.ubuntu.com/getubuntu/download">download page</a>.</p>
<p><a href="http://mirror.oscc.org.my/ubuntu-releases/9.10/">OSCC</a></p>
<p><a href="http://ubuntu.mmu.edu.my/ubuntu-cd/9.10/">MMU</a></p>
<p><a href="http://ubuntu.bytecraft.com.my/releases/">ByteCraft</a></p>
<p><a href="http://www.kubuntu.org/getkubuntu"><img class="alignnone size-medium wp-image-1813" title="kubuntu-9.10released" src="http://thedaneshproject.com/wp-content/uploads/2009/11/kubuntu-9.10released-450x89.png" alt="kubuntu-9.10released" width="450" height="89" /></a></p>
<p>alternatively if you&#8217;re a Kubuntu user, grab your copy <a href="http://www.kubuntu.org/getkubuntu">here</a>.</p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:50px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fthedaneshproject.com%2Fposts%2Fubuntu-9-10-released%2F&amp;layout=button_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="http://thedaneshproject.com/posts/ubuntu-9-10-released/" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Ubuntu 9.10 released" data-url="http://thedaneshproject.com/posts/ubuntu-9-10-released/" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/grab-ubuntu-904-whilst-its-still-hot/" rel="bookmark" title="April 24, 2009">Grab Ubuntu 9.04 whilst it&#8217;s still hot!!</a></li>

<li><a href="http://thedaneshproject.com/posts/ubuntu-704-feisty-fawn-released/" rel="bookmark" title="April 20, 2007">Ubuntu 7.04 (Feisty Fawn) released</a></li>

<li><a href="http://thedaneshproject.com/posts/full-circle-magazine-issue-23/" rel="bookmark" title="March 29, 2009">Full Circle Magazine Issue 23</a></li>

<li><a href="http://thedaneshproject.com/posts/fedora-9-sulphur-released/" rel="bookmark" title="May 17, 2008">Fedora 9 &#8220;Sulphur&#8221; released</a></li>

<li><a href="http://thedaneshproject.com/posts/downloading-gos/" rel="bookmark" title="November 24, 2007">Downloading gOS</a></li>
</ul><!-- Similar Posts took 6.046 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/ubuntu-9-10-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup an OpenSSH Server on Ubuntu 9.04 Jaunty Jackalope</title>
		<link>http://thedaneshproject.com/posts/how-to-setup-an-openssh-server-on-ubuntu-9-04-jaunty-jackalope/</link>
		<comments>http://thedaneshproject.com/posts/how-to-setup-an-openssh-server-on-ubuntu-9-04-jaunty-jackalope/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 17:08:29 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[hardening]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=1675</guid>
		<description><![CDATA[Here&#8217;s a simple walkthrough to setup an OpenSSH server on Jaunty together with 2 basic hardening options you should apply. 1. Install the OpenSSH server. Fire up a console and run the command below. This will install the required binaries and packages for the OpenSSH server. apt-get install openssh-server 2. Get some basic hardening in [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a simple walkthrough to setup an OpenSSH server on Jaunty together with 2 basic hardening options you should apply.</p>
<p>1. Install the OpenSSH server.</p>
<p>Fire up a console and run the command below. This will install the required binaries and packages for the OpenSSH server.</p>
<p><code>apt-get install openssh-server</code></p>
<p>2. Get some basic hardening in by disabling &#8220;root&#8221; login and restricting access to specific accounts. All changes are to the &#8220;/etc/ssh/sshd_config&#8221; configuration file.</p>
<p>vi the &#8220;/etc/ssh/sshd_config&#8221; file and apply the changes below.</p>
<p>Look for <code>"PermitRootLogin yes"</code><br />
and change it to<br />
<code>"PermitRootLogin no"</code></p>
<p>Start a new line and add the line below. &#8220;danesh&#8221; is my user name, you should replace it with your own user name. You can add multiple user names by seperating each user name with a space. </p>
<p><code>AllowUsers danesh user1 user2</code></p>
<p>3. Restart your shiny new OpenSSH server and you are good to go.</p>
<p>Run the command below to restart the OpenSSH server.</p>
<p><code>sudo /etc/init.d/ssh restart</code></p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:50px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fthedaneshproject.com%2Fposts%2Fhow-to-setup-an-openssh-server-on-ubuntu-9-04-jaunty-jackalope%2F&amp;layout=button_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="http://thedaneshproject.com/posts/how-to-setup-an-openssh-server-on-ubuntu-9-04-jaunty-jackalope/" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="How to setup an OpenSSH Server on Ubuntu 9.04 Jaunty Jackalope" data-url="http://thedaneshproject.com/posts/how-to-setup-an-openssh-server-on-ubuntu-9-04-jaunty-jackalope/" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/how-to-limit-ssh-access-to-specific-users-or-groups/" rel="bookmark" title="May 6, 2008">How to limit ssh access to specific users or groups</a></li>

<li><a href="http://thedaneshproject.com/posts/openssh-51-released/" rel="bookmark" title="July 25, 2008">OpenSSH 5.1 released</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-install-adobe-air-15-on-ubuntu-810/" rel="bookmark" title="January 19, 2009">How to install Adobe AIR 1.5 on Ubuntu 8.10</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-configure-a-static-ip-in-linux/" rel="bookmark" title="June 16, 2008">How to configure a static ip in Linux</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-fix-ubuntu-10-10-virtualbox-guest-additions-problems/" rel="bookmark" title="September 27, 2010">How to Fix Ubuntu 10.10 VirtualBox Guest Additions Problems</a></li>
</ul><!-- Similar Posts took 6.180 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/how-to-setup-an-openssh-server-on-ubuntu-9-04-jaunty-jackalope/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Launchpad is now open source</title>
		<link>http://thedaneshproject.com/posts/launchpad-is-now-open-source/</link>
		<comments>http://thedaneshproject.com/posts/launchpad-is-now-open-source/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 18:00:46 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[canonical]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[launchpad]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[ppa]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=1662</guid>
		<description><![CDATA[This surely comes as good news to all Ubuntu fans out there. Canonical today made Launchpad open source under the GPLv3 license. As promised. If you didn&#8217;t already know, Launchpad is a project hosting and collaboration platform for software which provides access through its web interface or through its APIs.  Users simply need an account [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://thedaneshproject.com/wp-content/uploads/2009/07/launchpad-logo-and-name.png"><img class="alignnone size-full wp-image-1663" title="launchpad-logo-and-name" src="http://thedaneshproject.com/wp-content/uploads/2009/07/launchpad-logo-and-name.png" alt="launchpad-logo-and-name" width="246" height="53" /></a></p>
<p>This surely comes as good news to all Ubuntu fans out there. <a href="http://blog.canonical.com/?p=192">Canonical</a> today made Launchpad open source under the GPLv3 license. <a href="http://arstechnica.com/open-source/news/2008/07/mark-shuttleworth-launchpad-to-be-open-source-in-12-months.ars">As promised</a>.</p>
<p>If you didn&#8217;t already know, Launchpad is a project hosting and collaboration platform for software which provides access through its web interface or through its APIs.  Users simply need an account to enjoy the suite of services provided by the then close sourced platform. Bug tracking, code hosting, code review, packaging, translation and community support. Everyone has their project space and the ability to easily distribute their packages through <a href="https://help.launchpad.net/Packaging/PPA">PPA</a>s.</p>
<p>Canonical has no plans to package Launchpad as of now for easy deployment. However, you can still <a href="https://dev.launchpad.net/">download</a> the source and compile it as always. Also, Launchpad will only run on Hardy and Jaunty so getting it to run on other Linux distros will certainly require some extra work.</p>
<p>New versions of Launchpad are released every month, in return users never miss out on new features. With the community being able to contribute now, development&#8217;s going to pick up and we can most certainly hope for a flood of new features to come out of Launchpad moving forward.</p>
<p>The Launchpad platform is something most of Canonical&#8217;s competitors don&#8217;t currently provide to their users. This puts it ahead of the competition. openSUSE is the pretty close  with their excellent build service platform but the general user base is smaller.</p>
<p>Follow the Launchpad community on IRC in channel <a href="irc://irc.freenode.net/#launchpad-dev">#launchpad-dev </a>on irc.freenode.net or at <a href="http://dev.launchpad.net/">dev.launchpad.net</a>.</p>
<p>Source: <a href="http://blog.canonical.com/?p=192">Canonical</a> | <a href="http://www.ubuntu.com/news/canonical-open-sources-launchpad">Ubuntu</a></p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:50px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fthedaneshproject.com%2Fposts%2Flaunchpad-is-now-open-source%2F&amp;layout=button_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="http://thedaneshproject.com/posts/launchpad-is-now-open-source/" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Launchpad is now open source" data-url="http://thedaneshproject.com/posts/launchpad-is-now-open-source/" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/install-amarok-14-on-ubuntu-904/" rel="bookmark" title="May 18, 2009">Install Amarok 1.4 on Ubuntu 9.04</a></li>

<li><a href="http://thedaneshproject.com/posts/cscrot-is-now-shutter/" rel="bookmark" title="February 16, 2009">CScrot is now Shutter</a></li>

<li><a href="http://thedaneshproject.com/posts/microsoft-submits-gplv2-code-to-the-linux-kernel/" rel="bookmark" title="July 21, 2009">Microsoft submits GPLv2 code to the Linux Kernel</a></li>

<li><a href="http://thedaneshproject.com/posts/ubuntu-tweak-045-released/" rel="bookmark" title="February 17, 2009">Ubuntu Tweak 0.4.5 released!</a></li>

<li><a href="http://thedaneshproject.com/posts/xps-m1330-now-ubuntu-ready/" rel="bookmark" title="January 28, 2008">XPS M1330 now Ubuntu ready</a></li>
</ul><!-- Similar Posts took 6.949 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/launchpad-is-now-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

