<?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; HowTo</title>
	<atom:link href="http://thedaneshproject.com/categories/howto/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.928 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 Android&#8217;s Roboto font in Fedora 16</title>
		<link>http://thedaneshproject.com/posts/how-to-install-androids-roboto-font-in-fedora-16/</link>
		<comments>http://thedaneshproject.com/posts/how-to-install-androids-roboto-font-in-fedora-16/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 17:16:36 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[Install]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=2351</guid>
		<description><![CDATA[I love the new Android Roboto font family and it looks good on my Fedora 16 install. Here&#8217;s how you can get it into your Fedora 16. 1. Change to root user # su - 2. Create the the roboto directory # cd /usr/share/fonts/ # mkdir roboto # cd roboto 3. Download the roboto font [...]]]></description>
			<content:encoded><![CDATA[<p>I love the new Android Roboto font family and it looks good on my Fedora 16 install.  Here&#8217;s how you can get it into your Fedora 16.</p>
<p>1. Change to root user<br />
<code># su -<br />
</code>2. Create the the roboto directory<br />
<code># cd /usr/share/fonts/<br />
# mkdir roboto<br />
# cd roboto</code><br />
3. Download the roboto font and install it.<br />
<code># wget http://www.fontsquirrel.com/fonts/download/roboto -O roboto.zip<br />
# unzip roboto.zip<br />
# rm roboto.zip<br />
# fc-cache /usr/share/fonts/roboto/</code></p>
<p>Enjoy your new Roboto fonts!</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-androids-roboto-font-in-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-androids-roboto-font-in-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 Android&#8217;s Roboto font in Fedora 16" data-url="http://thedaneshproject.com/posts/how-to-install-androids-roboto-font-in-fedora-16/" 
						data-via=""  ></a> 
				</div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><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>

<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-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/how-to-install-mscore-fonts-on-opensuse-110/" rel="bookmark" title="June 22, 2008">How to install mscore fonts on openSUSE 11.0</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-install-jdownloader-in-fedora-15/" rel="bookmark" title="June 1, 2011">How to install JDownloader in Fedora 15</a></li>
</ul><!-- Similar Posts took 2.824 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/how-to-install-androids-roboto-font-in-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.754 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.066 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 3.149 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 3.021 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 3.047 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>How to install RpmForge in Fedora 15</title>
		<link>http://thedaneshproject.com/posts/how-to-install-rpmforge-in-fedora-15/</link>
		<comments>http://thedaneshproject.com/posts/how-to-install-rpmforge-in-fedora-15/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 02:22:16 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[fedora 15]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=2296</guid>
		<description><![CDATA[If you need rpmforge on your Fedora 15, here&#8217;s how. wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.i686.rpm Similar Posts:How to install Flash 11 64-bit on Fedora 16 How to install VirtualBox 3.1.2 on Fedora 12 Fedora 9 &#8220;Sulphur&#8221; released How to install Android&#8217;s Roboto font in Fedora 16 How to install JDownloader in Fedora 15]]></description>
			<content:encoded><![CDATA[<p>If you need rpmforge on your Fedora 15, here&#8217;s how.</p>
<p><code>wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm<br />
rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.i686.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-rpmforge-in-fedora-15%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-rpmforge-in-fedora-15/" ></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 RpmForge in Fedora 15" data-url="http://thedaneshproject.com/posts/how-to-install-rpmforge-in-fedora-15/" 
						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/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/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/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-jdownloader-in-fedora-15/" rel="bookmark" title="June 1, 2011">How to install JDownloader in Fedora 15</a></li>
</ul><!-- Similar Posts took 3.132 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/how-to-install-rpmforge-in-fedora-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install JDownloader in Fedora 15</title>
		<link>http://thedaneshproject.com/posts/how-to-install-jdownloader-in-fedora-15/</link>
		<comments>http://thedaneshproject.com/posts/how-to-install-jdownloader-in-fedora-15/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 04:06:59 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[fedora 15]]></category>
		<category><![CDATA[jdownloader]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=2287</guid>
		<description><![CDATA[JDownloader is my favourite 1-Click-Hosters download manager. Installing it on Fedora is easy. Here&#8217;s how, 1. Fire up a terminal 2.wget http://212.117.163.148/jd.sh 3.chmod +x jd.sh 4../jd.sh 5. Wait till the install completes and you can enjoy JDownloader. 6. To start JDownloader moving forward simply run &#8220;./jd.sh&#8221; Similar Posts:How to install VirtualBox 3.1.2 on Fedora 12 How [...]]]></description>
			<content:encoded><![CDATA[<p>JDownloader is my favourite 1-Click-Hosters download manager. Installing it on Fedora is easy. Here&#8217;s how,</p>
<p>1. Fire up a terminal<br />
2.<code>wget http://212.117.163.148/jd.sh</code><br />
3.<code>chmod +x jd.sh</code><br />
4.<code>./jd.sh</code><br />
5. Wait till the install completes and you can enjoy JDownloader.<br />
6. To start JDownloader moving forward simply run &#8220;./jd.sh&#8221;</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-jdownloader-in-fedora-15%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-jdownloader-in-fedora-15/" ></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 JDownloader in Fedora 15" data-url="http://thedaneshproject.com/posts/how-to-install-jdownloader-in-fedora-15/" 
						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/how-to-install-mscore-fonts-on-opensuse-110/" rel="bookmark" title="June 22, 2008">How to install mscore fonts on openSUSE 11.0</a></li>

<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-google-music-manager-on-fedora-16/" rel="bookmark" title="November 17, 2011">How to install Google Music Manager on Fedora 16</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>
</ul><!-- Similar Posts took 3.263 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/how-to-install-jdownloader-in-fedora-15/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Google Chrome extensions crashing in Fedora 15</title>
		<link>http://thedaneshproject.com/posts/google-chrome-extensions-crashing-in-fedora-15/</link>
		<comments>http://thedaneshproject.com/posts/google-chrome-extensions-crashing-in-fedora-15/#comments</comments>
		<pubDate>Mon, 30 May 2011 03:43:53 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[fedora 15]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=2270</guid>
		<description><![CDATA[Many have been complaining of their chrome extensions crashing in Fedora 15. In my case it was LastPass and Xmarks. The issue is caused by SELinux and the quick fix is to disable SELinux. Here&#8217;s how you get it done; 1. Fire up a terminal 2. cd to /etc/selinux/ 3. vi the &#8220;config&#8221; file. 4. Change &#8220;SELINUX=enforcing&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-2271" title="chrome-error-f15" src="http://thedaneshproject.com/wp-content/uploads/2011/05/chrome-error-f15-450x106.png" alt="" width="450" height="106" /></p>
<p>Many have been complaining of their chrome extensions crashing in Fedora 15. In my case it was LastPass and Xmarks.</p>
<p>The issue is caused by SELinux and the quick fix is to disable SELinux. Here&#8217;s how you get it done;</p>
<p>1. Fire up a terminal</p>
<p>2. cd to /etc/selinux/</p>
<p>3. vi the &#8220;config&#8221; file.</p>
<p>4. Change &#8220;SELINUX=enforcing&#8221; to &#8220;SELINUX=disabled&#8221;</p>
<p>5. Reboot, launch Chrome and your extensions should be working fine.</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%2Fgoogle-chrome-extensions-crashing-in-fedora-15%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/google-chrome-extensions-crashing-in-fedora-15/" ></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="Google Chrome extensions crashing in Fedora 15" data-url="http://thedaneshproject.com/posts/google-chrome-extensions-crashing-in-fedora-15/" 
						data-via=""  ></a> 
				</div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/how-to-disable-selinux-in-centos-52/" rel="bookmark" title="December 16, 2008">How to disable selinux in CentOS 5.2</a></li>

<li><a href="http://thedaneshproject.com/posts/my-first-3-google-chrome-extensions/" rel="bookmark" title="November 18, 2009">My first 3 Google Chrome extensions</a></li>

<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/how-to-install-jdownloader-in-fedora-15/" rel="bookmark" title="June 1, 2011">How to install JDownloader in Fedora 15</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>
</ul><!-- Similar Posts took 3.182 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/google-chrome-extensions-crashing-in-fedora-15/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

