<?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; Linux</title>
	<atom:link href="http://thedaneshproject.com/categories/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedaneshproject.com</link>
	<description>Knowledge bling's the finer things in life.</description>
	<lastBuildDate>Fri, 03 Feb 2012 09:25:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Box.net via WebDAV on Fedora 16</title>
		<link>http://thedaneshproject.com/posts/box-net-via-webdav-on-fedora-16/</link>
		<comments>http://thedaneshproject.com/posts/box-net-via-webdav-on-fedora-16/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 15:24:52 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[box.net]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=2355</guid>
		<description><![CDATA[I was lucky enough to get a free 50GB box.net account. 50GB is alot!. However, the catch, individual files can&#8217;t exceed 100mb each. lol I mainly use my box.net to hold eBooks for later access on my Laptop and Android devices. There is no free client for Linux so I use WebDAV instead. It&#8217;s slower [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-2356" title="boxnet" src="http://thedaneshproject.com/wp-content/uploads/2012/02/boxnet-450x271.png" alt="" width="450" height="271" /><br />
I was lucky enough to get a <a title="Current 50GB promotions" href="https://support.box.net/entries/20768867-box-50-gb-promotion-faqs" target="_blank">free 50GB box.net</a> account. 50GB is alot!. However, the catch, individual files can&#8217;t exceed 100mb each. lol</p>
<p>I mainly use my box.net to hold eBooks for later access on my Laptop and Android devices.</p>
<p>There is no free client for Linux so I use WebDAV instead. It&#8217;s slower but it works.</p>
<p>Start by installing davfs2.<br />
<code># sudo yum install davfs2<br />
</code>Create your Box.net directory<br />
<code># mkdir ~/Box.net<br />
</code>Create the davfs2 config directory. It&#8217;s in your home dir so it&#8217;s not system wide.<br />
<code># mkdir ~/.davfs2<br />
</code>Disable locking. Causes issues sometimes.<br />
<code># cd ~/.davfs2<br />
# echo "use_locks 0" &gt; davfs2.conf</code><br />
Create a secret file to hold your box.net login details. Make sure to &#8220;chmod 600 the file&#8221;<br />
<code># echo "https://www.box.net/dav [you box.net login] [your box.net password]" &gt; secrets<br />
# chmod 600 secrets</code><br />
Backup and update your /etc/fstab file to include your box.net directory.<br />
<code># cp /etc/fstab /etc/fstab.ori<br />
# echo "https://www.box.net/dav /home/danesh/Box.net davfs rw,user,noauto 0 0" &gt;&gt; /etc/fstab</code><br />
Mount and you should be able to list ~/Box.net<br />
<code># mount ~/Box.net<br />
# ls -l ~/Box.net</code></p>
<p>This is the hard way to do this. I will post a simpler method using Nautilus in a future post.</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%2Fbox-net-via-webdav-on-fedora-16%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:px;">
					<div class="g-plusone" data-size="medium" data-href="http://thedaneshproject.com/posts/box-net-via-webdav-on-fedora-16/" ></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="Box.net via WebDAV on Fedora 16" data-url="http://thedaneshproject.com/posts/box-net-via-webdav-on-fedora-16/" 
						data-via=""  ></a> 
				</div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/mounting-cifs-shares/" rel="bookmark" title="August 13, 2007">Mounting CIFS shares</a></li>

<li><a href="http://thedaneshproject.com/posts/cannot-allocate-memory-error/" rel="bookmark" title="January 29, 2009">cannot allocate memory error</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-configure-ssl-on-tomcat-5/" rel="bookmark" title="December 20, 2007">How to configure SSL on Tomcat 5</a></li>

<li><a href="http://thedaneshproject.com/posts/linux-tip-9-create-multiple-folder-or-files/" rel="bookmark" title="July 2, 2009">Linux Tip #9: Create multiple folder or files</a></li>

<li><a href="http://thedaneshproject.com/posts/inspecting-the-contents-of-an-initrd-file/" rel="bookmark" title="January 29, 2007">Inspecting the contents of an initrd file.</a></li>
</ul><!-- Similar Posts took 2.846 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/box-net-via-webdav-on-fedora-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Google Music Manager on Fedora 16</title>
		<link>http://thedaneshproject.com/posts/how-to-install-google-music-manager-on-fedora-16/</link>
		<comments>http://thedaneshproject.com/posts/how-to-install-google-music-manager-on-fedora-16/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 14:28:28 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=2322</guid>
		<description><![CDATA[I&#8217;ve been using Google&#8217;s Music locker / streaming service for awhile now. You get to upload 20,000 tracks and getting them on is a breeze with Google&#8217;s Music Manager. I&#8217;m running Fedora 16 now and here&#8217;s I got Google Music Manager running on it. 1. Get into your home downloads directory. # cd ~/Downloads 2. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-2323" title="Google-Music-Icon" src="http://thedaneshproject.com/wp-content/uploads/2011/11/Google-Music-Icon-150x150.png" alt="" width="150" height="150" /></p>
<p>I&#8217;ve been using Google&#8217;s Music locker / streaming service for awhile now. You get to upload 20,000 tracks and getting them on is a breeze with Google&#8217;s Music Manager. I&#8217;m running Fedora 16 now and here&#8217;s I got Google Music Manager running on it.</p>
<p>1. Get into your home downloads directory.<br />
<code># cd ~/Downloads<br />
</code>2. Download the Google Music Manager rpm.<br />
64bit:<br />
<code># wget http://dl.google.com/linux/direct/google-musicmanager-beta_current_x86_64.rpm<br />
</code>32bit:<br />
<code># wget http://dl.google.com/linux/direct/google-musicmanager-beta_current_i386.rpm<br />
</code><br />
3. Satisfy the dependencies. Install the qt-x11 package.<br />
<code># sudo yum install qt-x11<br />
</code>4. Install the Google Music Manager package.<br />
<code># sudo yum localinstall google-musicmanager-beta_current_x86_64.rpm<br />
</code><br />
Possible error; make sure you have qt-x11 installed.<br />
<code>[danesh@pandora ~]$ google-musicmanager<br />
/usr/bin/google-musicmanager: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory</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-install-google-music-manager-on-fedora-16%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:px;">
					<div class="g-plusone" data-size="medium" data-href="http://thedaneshproject.com/posts/how-to-install-google-music-manager-on-fedora-16/" ></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 install Google Music Manager on Fedora 16" data-url="http://thedaneshproject.com/posts/how-to-install-google-music-manager-on-fedora-16/" 
						data-via=""  ></a> 
				</div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/how-to-install-google-chrome-on-fedora-16/" rel="bookmark" title="November 9, 2011">How to install Google Chrome on Fedora 16</a></li>

<li><a href="http://thedaneshproject.com/posts/install-google-chrome-on-fedora-12/" rel="bookmark" title="April 17, 2010">Install Google Chrome on Fedora 12</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-install-google-chrome-in-fedora-15/" rel="bookmark" title="May 27, 2011">How to install Google Chrome in Fedora 15</a></li>

<li><a href="http://thedaneshproject.com/posts/no-more-beta-for-google/" rel="bookmark" title="July 8, 2009">No more Beta for Google</a></li>

<li><a href="http://thedaneshproject.com/posts/google-public-dns/" rel="bookmark" title="December 4, 2009">Google Public DNS</a></li>
</ul><!-- Similar Posts took 2.809 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/how-to-install-google-music-manager-on-fedora-16/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to get Hard Disk Details on Linux</title>
		<link>http://thedaneshproject.com/posts/how-to-get-hard-disk-details-on-linux/</link>
		<comments>http://thedaneshproject.com/posts/how-to-get-hard-disk-details-on-linux/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 17:27:51 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[commands]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=2315</guid>
		<description><![CDATA[Here&#8217;s a quick way to find out more about your hard disk. You can get the serial number, part number, firmware level, size and much more. Just see the sample below. hdparm -I [device] hdparm -I /dev/sda [danesh@pandora Movies]$ sudo hdparm -I /dev/sda /dev/sda: ATA device, with non-removable media Model Number: WDC WD2500JS-75NCB3 Serial Number: [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick way to find out more about your hard disk. You can get the serial number, part number, firmware level, size and much more. Just see the sample below.<br />
hdparm -I [device]<br />
<code>hdparm -I /dev/sda</code><br />
<code>[danesh@pandora Movies]$ sudo hdparm -I /dev/sda</code></p>
<p><code>/dev/sda:<br />
ATA device, with non-removable media<br />
Model Number: WDC WD2500JS-75NCB3<br />
Serial Number: WD-WCANKF265386<br />
Firmware Revision: 10.02E04<br />
Standards:<br />
Supported: 7 6 5 4<br />
Likely used: 8<br />
Configuration:<br />
Logical max current<br />
cylinders 16383 16383<br />
heads 16 16<br />
sectors/track 63 63<br />
--<br />
CHS current addressable sectors: 16514064<br />
LBA user addressable sectors: 268435455<br />
LBA48 user addressable sectors: 488281250<br />
Logical/Physical Sector size: 512 bytes<br />
device size with M = 1024*1024: 238418 MBytes<br />
device size with M = 1000*1000: 250000 MBytes (250 GB)<br />
cache/buffer size = 8192 KBytes<br />
Capabilities:<br />
LBA, IORDY(can be disabled)<br />
Queue depth: 32<br />
Standby timer values: spec'd by Standard, with device specific minimum<br />
R/W multiple sector transfer: Max = 16 Current = 16<br />
Recommended acoustic management value: 128, current value: 128<br />
DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6<br />
Cycle time: min=120ns recommended=120ns<br />
PIO: pio0 pio1 pio2 pio3 pio4<br />
Cycle time: no flow control=120ns IORDY flow control=120ns<br />
Commands/features:<br />
Enabled Supported:<br />
* SMART feature set<br />
Security Mode feature set<br />
* Power Management feature set<br />
* Write cache<br />
* Look-ahead<br />
* Host Protected Area feature set<br />
* WRITE_BUFFER command<br />
* READ_BUFFER command<br />
* NOP cmd<br />
* DOWNLOAD_MICROCODE<br />
Power-Up In Standby feature set<br />
* SET_FEATURES required to spinup after power up<br />
SET_MAX security extension<br />
* Automatic Acoustic Management feature set<br />
* 48-bit Address feature set<br />
* Device Configuration Overlay feature set<br />
* Mandatory FLUSH_CACHE<br />
* FLUSH_CACHE_EXT<br />
* SMART error logging<br />
* SMART self-test<br />
* General Purpose Logging feature set<br />
* Gen1 signaling speed (1.5Gb/s)<br />
* Gen2 signaling speed (3.0Gb/s)<br />
* Native Command Queueing (NCQ)<br />
* Host-initiated interface power management<br />
* Phy event counters<br />
DMA Setup Auto-Activate optimization<br />
Device-initiated interface power management<br />
* Software settings preservation<br />
* SMART Command Transport (SCT) feature set<br />
* SCT Long Sector Access (AC1)<br />
* SCT LBA Segment Access (AC2)<br />
* SCT Error Recovery Control (AC3)<br />
* SCT Features Control (AC4)<br />
* SCT Data Tables (AC5)<br />
unknown 206[12] (vendor specific)<br />
Security:<br />
Master password revision code = 65534<br />
supported<br />
not enabled<br />
not locked<br />
frozen<br />
not expired: security count<br />
not supported: enhanced erase<br />
Checksum: correct<br />
</code><br />
Hope it comes in handy for you. Know a better way? Please share</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-get-hard-disk-details-on-linux%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:px;">
					<div class="g-plusone" data-size="medium" data-href="http://thedaneshproject.com/posts/how-to-get-hard-disk-details-on-linux/" ></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 get Hard Disk Details on Linux" data-url="http://thedaneshproject.com/posts/how-to-get-hard-disk-details-on-linux/" 
						data-via=""  ></a> 
				</div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/how-to-flush-the-dns-cache-in-windows/" rel="bookmark" title="January 7, 2009">How to flush the dns cache in windows</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-send-a-process-to-the-background/" rel="bookmark" title="June 3, 2008">How to send a process to the background</a></li>

<li><a href="http://thedaneshproject.com/posts/linux-commands-tee/" rel="bookmark" title="March 26, 2008">Linux Commands: tee</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-get-your-previous-commands-in-aix/" rel="bookmark" title="December 5, 2008">How to get your previous commands in AIX</a></li>

<li><a href="http://thedaneshproject.com/posts/no-space-left-on-device/" rel="bookmark" title="September 14, 2007">No space left on device</a></li>
</ul><!-- Similar Posts took 3.145 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/how-to-get-hard-disk-details-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Ubuntu Fonts on Fedora 16</title>
		<link>http://thedaneshproject.com/posts/install-ubuntu-fonts-on-fedora-16/</link>
		<comments>http://thedaneshproject.com/posts/install-ubuntu-fonts-on-fedora-16/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 17:55:27 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Font Family]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=2311</guid>
		<description><![CDATA[1. Let&#8217;s work from your Downloads folder. cd ~/Downloads 2. Download the Ubuntu Fonts package from Ubuntu. wget http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip 3. Extra the downloaded zip file. unzip ubuntu-font-family-0.80.zip 4. Rename the extracted directory. (Not a must) mv ubuntu-font-family-0.80 ubuntu-font-family 5. Copy the extracted directory to the system shared fonts directory. su -c 'cp -rv ubuntu-font-family /usr/share/fonts/' [...]]]></description>
			<content:encoded><![CDATA[<p>1. Let&#8217;s work from your Downloads folder.<br />
<code>cd ~/Downloads</code><br />
2. Download the Ubuntu Fonts package from Ubuntu.<br />
<code>wget http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip</code><br />
3. Extra the downloaded zip file.<br />
<code>unzip ubuntu-font-family-0.80.zip</code><br />
4. Rename the extracted directory. (Not a must)<br />
<code>mv ubuntu-font-family-0.80 ubuntu-font-family</code><br />
5. Copy the extracted directory to the system shared fonts directory.<br />
<code>su -c 'cp -rv  ubuntu-font-family /usr/share/fonts/'</code><br />
6. Set the permissions for the directory you just moved.<br />
<code>su -c 'chmod 755 /usr/share/fonts/ubuntu-font-family'</code><br />
7. Scan and build the fonts cache files for the new Ubuntu files.<br />
cd /usr/share/fonts<br />
su -c &#8216;fc-cache ubuntu-font-family&#8217;</p>
<p>That&#8217;s it, you should now be able to use the Ubuntu fonts in your applications and documents. </p>
<p>Here&#8217;s a video of the process.<br />
<a href='http://www.youtube.com/watch?v=-OYU7AZ09JE' >How To install Ubuntu Fonts on Fedora 16</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%2Finstall-ubuntu-fonts-on-fedora-16%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:px;">
					<div class="g-plusone" data-size="medium" data-href="http://thedaneshproject.com/posts/install-ubuntu-fonts-on-fedora-16/" ></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="Install Ubuntu Fonts on Fedora 16" data-url="http://thedaneshproject.com/posts/install-ubuntu-fonts-on-fedora-16/" 
						data-via=""  ></a> 
				</div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/how-to-install-androids-roboto-font-in-fedora-16/" rel="bookmark" title="February 1, 2012">How to install Android&#8217;s Roboto font in Fedora 16</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-install-microsoft-core-fonts-on-linux/" rel="bookmark" title="February 26, 2008">How to install Microsoft Core Fonts on Linux</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-find-your-ubuntu-version/" rel="bookmark" title="September 21, 2008">How to find your Ubuntu version</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/ubuntu-704-feisty-fawn-released/" rel="bookmark" title="April 20, 2007">Ubuntu 7.04 (Feisty Fawn) released</a></li>
</ul><!-- Similar Posts took 2.997 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/install-ubuntu-fonts-on-fedora-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Flash 11 64-bit on Fedora 16</title>
		<link>http://thedaneshproject.com/posts/how-to-install-flash-11-64-bit-on-fedora-16/</link>
		<comments>http://thedaneshproject.com/posts/how-to-install-flash-11-64-bit-on-fedora-16/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 12:54:04 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=2306</guid>
		<description><![CDATA[Change into you home directory. cd ~ Download the official Adobe repository package rpm. This rpm will create the repository file for us. sudo wget http://linuxdownload.adobe.com/linux/x86_64/adobe-release-x86_64-1.0-1.noarch.rpm Install the rpm file. sudo rpm -ivh adobe-release-x86_64-1.0-1.noarch.rpm Import the repository GPG key. sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux Update you local yum repositories. sudo yum update Install the 64 bit [...]]]></description>
			<content:encoded><![CDATA[<p>Change into you home directory.<br />
<code>cd ~</code><br />
Download the official Adobe repository package rpm. This rpm will create the repository file for us.<br />
<code>sudo wget http://linuxdownload.adobe.com/linux/x86_64/adobe-release-x86_64-1.0-1.noarch.rpm</code><br />
Install the rpm file.<br />
<code>sudo rpm -ivh adobe-release-x86_64-1.0-1.noarch.rpm</code><br />
Import the repository GPG key.<br />
<code>sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux</code><br />
Update you local yum repositories.<br />
<code>sudo yum update</code><br />
Install the 64 bit Flash Plugin<br />
<code>sudo yum -y install flash-plugin</code></p>
<p>Check if the install was successful. In Firefox, go to &#8220;about:plugins&#8221; in the address bar and look for &#8220;Shockwave Flash&#8221;. If installed you will see;</p>
<p><code>    File: libflashplayer.so<br />
    Version: Shockwave Flash 11.0 r1</code></p>
<p>Quick Step: If you just want to install the Flash Plugin and not bother about the repo you can download the installer directly and install Flash.</p>
<p><code>cd ~<br />
sudo wget http://fpdownload.macromedia.com/get/flashplayer/pdc/11.0.1.152/flash-plugin-11.0.1.152-release.x86_64.rpm<br />
sudo rpm -ivh flash-plugin-11.0.1.152-release.x86_64.rpm</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-install-flash-11-64-bit-on-fedora-16%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:px;">
					<div class="g-plusone" data-size="medium" data-href="http://thedaneshproject.com/posts/how-to-install-flash-11-64-bit-on-fedora-16/" ></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 install Flash 11 64-bit on Fedora 16" data-url="http://thedaneshproject.com/posts/how-to-install-flash-11-64-bit-on-fedora-16/" 
						data-via=""  ></a> 
				</div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/adobe-flash-player-10-2-released/" rel="bookmark" title="February 11, 2011">Adobe Flash Player 10.2 released</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-install-adobe-air-on-fedora-11/" rel="bookmark" title="July 17, 2009">How to install Adobe AIR on Fedora 11</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-install-adobe-air-on-fedora-12/" rel="bookmark" title="April 28, 2010">How to install Adobe AIR on Fedora 12</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-install-webmin-on-centos-4/" rel="bookmark" title="February 14, 2008">How to install webmin on CentOS 4</a></li>

<li><a href="http://thedaneshproject.com/posts/installing-novell-moonlight-on-opensuse-111/" rel="bookmark" title="March 29, 2009">Installing Novell Moonlight on openSUSE 11.1</a></li>
</ul><!-- Similar Posts took 2.865 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/how-to-install-flash-11-64-bit-on-fedora-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Google Chrome on Fedora 16</title>
		<link>http://thedaneshproject.com/posts/how-to-install-google-chrome-on-fedora-16/</link>
		<comments>http://thedaneshproject.com/posts/how-to-install-google-chrome-on-fedora-16/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 12:09:39 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=2300</guid>
		<description><![CDATA[Fedora 16 just came out and here&#8217;s how to get Google Chrome on it. Start by creating a repository file for Google called google.repo and place it in /etc/yum.repos.d/ . sudo vim /etc/yum.repos.d/google.repo Add the lines below into the repository file. google.repo [google-chrome] name=google-chrome - 64-bit baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub Update yum, sudo yum update [...]]]></description>
			<content:encoded><![CDATA[<p>Fedora 16 just came out and here&#8217;s how to get Google Chrome on it.</p>
<p>Start by creating a repository file for Google called google.repo and place it in /etc/yum.repos.d/ .</p>
<p><code>sudo vim /etc/yum.repos.d/google.repo<br />
</code></p>
<p>Add the lines below into the repository file. google.repo</p>
<p><code>[google-chrome]<br />
name=google-chrome - 64-bit<br />
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64<br />
enabled=1<br />
gpgcheck=1<br />
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub</code></p>
<p>Update yum,<br />
<code>sudo yum update</code></p>
<p>Search for Google Chrome,<br />
<code>sudo yum search google-chrome</code></p>
<p>Install Google Chrome Stable<br />
<code>sudo yum install google-chrome-stable</code></p>
<p>If you prefer the beta like me then run,<br />
<code>sudo yum install google-chrome-beta</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-install-google-chrome-on-fedora-16%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:px;">
					<div class="g-plusone" data-size="medium" data-href="http://thedaneshproject.com/posts/how-to-install-google-chrome-on-fedora-16/" ></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 install Google Chrome on Fedora 16" data-url="http://thedaneshproject.com/posts/how-to-install-google-chrome-on-fedora-16/" 
						data-via=""  ></a> 
				</div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/install-google-chrome-on-fedora-12/" rel="bookmark" title="April 17, 2010">Install Google Chrome on Fedora 12</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-install-google-chrome-in-fedora-15/" rel="bookmark" title="May 27, 2011">How to install Google Chrome in Fedora 15</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-install-feedly-for-google-chrome/" rel="bookmark" title="November 17, 2009">How to install Feedly for Google Chrome</a></li>

<li><a href="http://thedaneshproject.com/posts/google-chrome-for-linux-is-ready/" rel="bookmark" title="December 13, 2009">Google Chrome for Linux is Ready</a></li>

<li><a href="http://thedaneshproject.com/posts/google-chrome-stable-version-out/" rel="bookmark" title="May 26, 2010">Google Chrome stable version out</a></li>
</ul><!-- Similar Posts took 2.985 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/how-to-install-google-chrome-on-fedora-16/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:px;">
					<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 3.238 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/ubuntu-11-04-blank-screen-on-boot-solved/feed/</wfw:commentRss>
		<slash:comments>21</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:px;">
					<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 3.156 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:px;">
					<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/wordpress-26-released/" rel="bookmark" title="July 15, 2008">WordPress 2.6 Released</a></li>
</ul><!-- Similar Posts took 3.253 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>How to reset your Gnome desktop</title>
		<link>http://thedaneshproject.com/posts/how-to-reset-your-gnome-desktop/</link>
		<comments>http://thedaneshproject.com/posts/how-to-reset-your-gnome-desktop/#comments</comments>
		<pubDate>Sun, 19 Dec 2010 13:15:42 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=2228</guid>
		<description><![CDATA[So you messed up the Gnome desktop and don&#8217;t know how to restore it back to it&#8217;s default settings. Here&#8217;s how with no risks. 1. Log out and then hit &#8220;Ctrl + ALT + F1&#8243; to opening up a terminal. 2. Delete the following directories. .gnome .gnome2 .gconf .gconfd .metacity Or run the this command. [...]]]></description>
			<content:encoded><![CDATA[<p>So you messed up the Gnome desktop and don&#8217;t know how to restore it back to it&#8217;s default settings. Here&#8217;s how with no risks.</p>
<p>1. Log out and then hit &#8220;Ctrl + ALT + F1&#8243; to opening up a terminal.</p>
<p>2. Delete the following directories.</p>
<p><code>.gnome .gnome2 .gconf .gconfd .metacity</code></p>
<p>Or run the this command.</p>
<p><code>rm -rf rm -rf .gnome .gnome2 .gconf .gconfd .metacity</code></p>
<p>3. &#8220;Ctrl + ALT + F7/F8&#8243; and log in as usual.</p>
<p><em>This guide is based on Ubuntu 10.10</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%2Fhow-to-reset-your-gnome-desktop%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:px;">
					<div class="g-plusone" data-size="medium" data-href="http://thedaneshproject.com/posts/how-to-reset-your-gnome-desktop/" ></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 reset your Gnome desktop" data-url="http://thedaneshproject.com/posts/how-to-reset-your-gnome-desktop/" 
						data-via=""  ></a> 
				</div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><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/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/how-to-install-gscrot-screenshot-tool/" rel="bookmark" title="January 17, 2009">How to install GScrot &#8211; Screenshot Tool</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-install-microsoft-core-fonts-on-linux/" rel="bookmark" title="February 26, 2008">How to install Microsoft Core Fonts on Linux</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-send-a-process-to-the-background/" rel="bookmark" title="June 3, 2008">How to send a process to the background</a></li>
</ul><!-- Similar Posts took 3.448 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/how-to-reset-your-gnome-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

