<?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; fedora</title>
	<atom:link href="http://thedaneshproject.com/categories/fedora/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.811 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.770 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>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.926 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.793 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 4.388 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 4.517 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.155 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.249 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>
		<item>
		<title>RPM Fusion for Fedora 15</title>
		<link>http://thedaneshproject.com/posts/rpm-fusion-for-fedora-15/</link>
		<comments>http://thedaneshproject.com/posts/rpm-fusion-for-fedora-15/#comments</comments>
		<pubDate>Thu, 26 May 2011 04:41:24 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[fedora 15]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[rpmfusion]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=2260</guid>
		<description><![CDATA[RPM Fusion for Fedora 15 is not published yet but thanks to Rajaseelan you can now get it. Read the HowTo Similar Posts:Fedora 9 &#8220;Sulphur&#8221; released HowTo: Resize ext3 partitions without data lose. Malaysia Salary Guide 2008 How to install VirtualBox 3.1.2 on Fedora 12 More XWilling than meets the eye&#8230;]]></description>
			<content:encoded><![CDATA[<p>RPM Fusion for Fedora 15 is not published yet but thanks to <a href="http://rajaseelan.com/2011/05/26/rpm-fusion-for-fedora-15/">Rajaseelan</a> you can now get it. <a href="http://rajaseelan.com/2011/05/26/rpm-fusion-for-fedora-15/">Read the HowTo</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%2Frpm-fusion-for-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/rpm-fusion-for-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="RPM Fusion for Fedora 15" data-url="http://thedaneshproject.com/posts/rpm-fusion-for-fedora-15/" 
						data-via=""  ></a> 
				</div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><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/howto-resize-ext3-partitions-without-data-lose/" rel="bookmark" title="January 9, 2007">HowTo: Resize ext3 partitions without data lose.</a></li>

<li><a href="http://thedaneshproject.com/posts/malaysia-salary-guide-2008/" rel="bookmark" title="March 10, 2009">Malaysia Salary Guide 2008</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/more-xwilling-than-meets-the-eye/" rel="bookmark" title="November 15, 2007">More XWilling than meets the eye&#8230;</a></li>
</ul><!-- Similar Posts took 3.059 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/rpm-fusion-for-fedora-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Adobe AIR on Fedora 12</title>
		<link>http://thedaneshproject.com/posts/how-to-install-adobe-air-on-fedora-12/</link>
		<comments>http://thedaneshproject.com/posts/how-to-install-adobe-air-on-fedora-12/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 23:30:37 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[fedora 11]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=2085</guid>
		<description><![CDATA[1. Pull up a console and su to root. [danesh@jackal ~]$ su - 2. Grab the latest vesion of Adobe AIR from Adobe&#8217;s download page. [root@jackal ~]# wget http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin 3. Make the .bin file executable by using the chmod command. [root@jackal ~]# chmod +x AdobeAIRInstaller.bin 4. Execute the .bin file. [root@jackal ~]# ./AdobeAIRInstaller.bin Follow the [...]]]></description>
			<content:encoded><![CDATA[<p>1. Pull up a console and su to root.</p>
<p><code>[danesh@jackal ~]$ su -</code></p>
<p>2. Grab the latest vesion of Adobe AIR from Adobe&#8217;s <a href="http://get.adobe.com/air/">download  page</a>.</p>
<p><code><span>[root@jackal ~]# wget  <a href="http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin">http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin</a></span></code></p>
<p>3. Make the .bin file executable by using the chmod command.</p>
<p><code>[root@jackal ~]# chmod +x AdobeAIRInstaller.bin</code></p>
<p>4. Execute the .bin file.</p>
<p><code>[root@jackal ~]# ./AdobeAIRInstaller.bin</code></p>
<p>Follow the screens and your install&#8217;s complete.</p>
<p>NOTE:</p>
<p>If you get errors when trying to run AIR apps try the below;</p>
<p>1. delete /etc/opt/adobe/&#8230;&#8230;../crypt/</p>
<p>2. if  Tweetdeck fails to launch, make sure kwallet is running.</p>
<p><img title="gallery link=&quot;file&quot;" src="http://thedaneshproject.com/wp-includes/js/tinymce/plugins/wpgallery/img/t.gif" alt="" /></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-adobe-air-on-fedora-12%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-adobe-air-on-fedora-12/" ></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 Adobe AIR on Fedora 12" data-url="http://thedaneshproject.com/posts/how-to-install-adobe-air-on-fedora-12/" 
						data-via=""  ></a> 
				</div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><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-ubuntu-904/" rel="bookmark" title="April 24, 2009">How to install Adobe AIR on Ubuntu 9.04</a></li>

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

<li><a href="http://thedaneshproject.com/posts/installing-ps3mediaserver-on-fedora-11/" rel="bookmark" title="July 6, 2009">Installing ps3mediaserver on Fedora 11</a></li>

<li><a href="http://thedaneshproject.com/posts/installing-adobe-air-and-twhirl-on-ubuntu-810-interpid/" rel="bookmark" title="November 13, 2008">Installing Adobe AIR and twhirl on Ubuntu 8.10 Interpid</a></li>
</ul><!-- Similar Posts took 3.275 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/how-to-install-adobe-air-on-fedora-12/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

