<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Fedora</title>
	
	<link>http://gofedora.com</link>
	<description>How Tos, Tutorials, Tips and Tricks</description>
	<lastBuildDate>Tue, 22 May 2012 07:09:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/gofedora" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="gofedora" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">gofedora</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Insanely Awesome Web Interface for Your Git Repos</title>
		<link>http://gofedora.com/insanely-awesome-web-interface-git-repos/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=insanely-awesome-web-interface-git-repos</link>
		<comments>http://gofedora.com/insanely-awesome-web-interface-git-repos/#comments</comments>
		<pubDate>Tue, 22 May 2012 06:55:47 +0000</pubDate>
		<dc:creator>Kulbir Saini</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips - Tricks]]></category>
		<category><![CDATA[Configure]]></category>
		<category><![CDATA[GitList]]></category>
		<category><![CDATA[GitWeb]]></category>
		<category><![CDATA[Install]]></category>

		<guid isPermaLink="false">http://gofedora.com/?p=1128</guid>
		<description><![CDATA[Almost 80-90 people visit How To: Install and Configure GitWeb everyday in search of setting up a web interface for their git repositories. Though gitweb is nice, it&#8217;s a bit painful to setup and the web interface is not that appealing. The other day I received this email from Klaus Silveira Hello Kulbir, I saw your article [...]]]></description>
				<content:encoded><![CDATA[<p></p><p>Almost 80-90 people visit <a href="http://gofedora.com/how-to-install-configure-gitweb/" target="_blank">How To: Install and Configure GitWeb</a> everyday in search of setting up a web interface for their git repositories. Though gitweb is nice, it&#8217;s a bit painful to setup and the web interface is not that appealing. The other day I received this email from <a href="https://github.com/klaussilveira" target="_blank">Klaus Silveira</a></p>
<blockquote><p>Hello Kulbir,<br />
I saw your article about installing Gitweb and i decided to send this shameless self-promotion. Maybe you could try my open-source project, GitList <a href="https://github.com/klaussilveira/gitlist" target="_blank">https://github.com/klaussilveira/gitlist</a></p>
<p>I&#8217;m looking for beta testers and supporters. FLOSS. <img src='http://gofedora.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></blockquote>
<p>So, I thought I&#8217;ll just give it a try. Today, I got it working and was blown away by the amazing interface! It&#8217;s almost like a super simplified version of GitHub. I was so impressed that I immediately setup a demo website at <a href="http://git.gofedora.com/" target="_blank">git.gofedora.com</a> for others to look at and fall in love <img src='http://gofedora.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> Another good thing about GitList is that it&#8217;s very simple to setup. Below is a step by step process to install and configure GitList to expose your public Git repositories to the internet.</p>
<h2>What You Need?</h2>
<p>You need the following packages before you can setup GitList.</p>
<ul>
<li><a href="http://httpd.apache.org" target="_blank">Apache</a> (with mod_rewrite)</li>
<li><a href="http://git-scm.org" target="_blank">Git</a></li>
<li><a href="http://php.net" target="_blank">PHP</a></li>
</ul>
<h2>Installing Required Packages</h2>
<p>Most modern operating systems have the above mentioned packages installed by default. Even if you don&#8217;t have them already, you can use your OS package manager to install them quickly. To install on Fedora/RedHat/CentOS using yum, use the following command</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>whitemagnet.com ~<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ <span style="color: #c20cb9; font-weight: bold;">yum install</span> php <span style="color: #c20cb9; font-weight: bold;">git</span> httpd</pre></td></tr></table></div>

<p>For Ubuntu/Debian, use the following command</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>whitemagnet.com ~<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ <span style="color: #c20cb9; font-weight: bold;">apt-get install</span> php <span style="color: #c20cb9; font-weight: bold;">git</span> apache2</pre></td></tr></table></div>

<h2>Assumptions</h2>
<p>For setting up GitList, I am assuming the following directory paths and other variables.</p>
<ul>
<li>Path to public Git repositories : <em>/home/saini/code/public/</em></li>
<li>Path to Apache document root : <em>/var/www/html/</em></li>
<li>Path to Git executable : <em>/usr/bin/git</em> (Use &#8220;which git&#8221; to find out for your OS)</li>
<li>Web URL for browsing git repos : <em>mygit.example.com/gitlist/</em></li>
</ul>
<h2>Installing and Configuring GitList</h2>
<p>Follow the following simple steps to install and configure GitList.</p>
<p>Step 1 : Clone GitList repository from GitHub to <em>/var/www/html/gitlist/</em></p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>whitemagnet.com ~<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ <span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>www<span style="color: #000000; font-weight: bold;">/</span>html<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>whitemagnet.com html<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ <span style="color: #c20cb9; font-weight: bold;">git clone</span> git:<span style="color: #000000; font-weight: bold;">//</span>github.com<span style="color: #000000; font-weight: bold;">/</span>klaussilveira<span style="color: #000000; font-weight: bold;">/</span>gitlist.git gitlist</pre></td></tr></table></div>

<p>Step 2 : Create cache directory and make it globally writable</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>whitemagnet.com ~<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ <span style="color: #7a0874; font-weight: bold;">cd</span> gitlist
<span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>whitemagnet.com gitlist<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ <span style="color: #c20cb9; font-weight: bold;">mkdir</span> cache
<span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>whitemagnet.com gitlist<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">777</span> cache</pre></td></tr></table></div>

<p>Step 3 : Configure GitList using <em>config.ini</em></p>
<p>Open the <em>config.ini</em> (in <em>gitlist</em> directory) and set the option properly. Refer the sample shown below.</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #009900;">&#91;</span>git<span style="color: #009900;">&#93;</span>
client <span style="color: #339933;">=</span> <span style="color: #0000ff;">'/usr/bin/git'</span> <span style="color: #339933;">;</span> Your git executable path
repositories <span style="color: #339933;">=</span> <span style="color: #0000ff;">'/home/saini/code/public/'</span> <span style="color: #339933;">;</span> Path to your repositories <span style="color: #009900;">&#40;</span>with ending slash<span style="color: #009900;">&#41;</span>
&nbsp;
<span style="color: #009900;">&#91;</span>app<span style="color: #009900;">&#93;</span>
baseurl <span style="color: #339933;">=</span> <span style="color: #0000ff;">'http://mygit.exmaple.com/gitlist'</span> <span style="color: #339933;">;</span> Base URL of the application <span style="color: #009900;">&#40;</span>without ending slash<span style="color: #009900;">&#41;</span></pre></td></tr></table></div>

<p>Step 4 : Make sure your Apache can read your .htaccess file in gitlist directory</p>
<p>GitList utilizes Apache&#8217;s <em>mod_rewrite</em> module to  provide nice URLs. Make sure your Apache is configured to read <em>.htaccess</em> from the <em>gitlist</em> directory. Open your Apache config file (generally located at /etc/httpd/conf/httpd.conf or /etc/apache2/ports.conf) and look for the following</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;</span>Directory <span style="color: #ff0000;">&quot;/var/www/html&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></pre></td></tr></table></div>

<p>In this segment, make sure you have AllowOverride All as below.</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;</span>Directory <span style="color: #ff0000;">&quot;/var/www/html&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span>
<span style="color: #666666; font-style: italic;"># Other lines omitted</span>
AllowOverride All
<span style="color: #666666; font-style: italic;"># Other lines omitted</span>
<span style="color: #000000; font-weight: bold;">&lt;/</span>Directory<span style="color: #000000; font-weight: bold;">&gt;</span></pre></td></tr></table></div>

<p>Step 5 : Reload or restart Apache daemon if needed</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>whitemagnet.com ~<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ apachctl <span style="color: #660033;">-k</span> restart <span style="color: #7a0874; font-weight: bold;">&#40;</span>or <span style="color: #c20cb9; font-weight: bold;">apache2ctl</span> <span style="color: #660033;">-k</span> restart <span style="color: #000000; font-weight: bold;">for</span> Ubuntu<span style="color: #000000; font-weight: bold;">/</span>Debian<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></td></tr></table></div>

<p>Step 6 : Get some sample repositories in your public repo directory</p>
<p>Get some sample repositories in your public repo directory from GitHub.</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>whitemagnet.com ~<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ <span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>saini<span style="color: #000000; font-weight: bold;">/</span>code<span style="color: #000000; font-weight: bold;">/</span>public<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>whitemagnet.com ~<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ <span style="color: #c20cb9; font-weight: bold;">git clone</span> git:<span style="color: #000000; font-weight: bold;">//</span>github.com<span style="color: #000000; font-weight: bold;">/</span>kulbirsaini<span style="color: #000000; font-weight: bold;">/</span>intelligentmirror.git
<span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>whitemagnet.com ~<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ <span style="color: #c20cb9; font-weight: bold;">git clone</span> git:<span style="color: #000000; font-weight: bold;">//</span>github.com<span style="color: #000000; font-weight: bold;">/</span>kulbirsaini<span style="color: #000000; font-weight: bold;">/</span>Railscasts-Sync.git
<span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>whitemagnet.com ~<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ <span style="color: #c20cb9; font-weight: bold;">git clone</span> git:<span style="color: #000000; font-weight: bold;">//</span>github.com<span style="color: #000000; font-weight: bold;">/</span>zilkey<span style="color: #000000; font-weight: bold;">/</span>active_hash.git</pre></td></tr></table></div>

<p>That&#8217;s all! Now, go to http://mygit.example.com/gitlist to discover your public git repos via a cool web interface! Leave a comment if you face any issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://gofedora.com/insanely-awesome-web-interface-git-repos/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Getting Started With Git</title>
		<link>http://gofedora.com/getting-started-with-git/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=getting-started-with-git</link>
		<comments>http://gofedora.com/getting-started-with-git/#comments</comments>
		<pubDate>Thu, 17 May 2012 04:44:58 +0000</pubDate>
		<dc:creator>Kulbir Saini</dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips - Tricks]]></category>
		<category><![CDATA[Summer Hacking]]></category>

		<guid isPermaLink="false">http://gofedora.com/?p=1125</guid>
		<description><![CDATA[I have been using Git for years now and I am still a novice user. Actually, if you are an individual developer or work in a really small team, you don&#8217;t really need to go beyond using the basic stuff like cloning a repo, committing code, branching and pushing back to the origin repo. And [...]]]></description>
				<content:encoded><![CDATA[<p></p><p>I have been using <a href="http://git-scm.com/" target="_blank">Git</a> for years now and I am still a novice user. Actually, if you are an individual developer or work in a really small team, you don&#8217;t really need to go beyond using the basic stuff like cloning a repo, committing code, branching and pushing back to the origin repo. And that&#8217;s exactly what happened with me. Working alone most of the times and working in my own repos. I never felt the need to explore advanced usage.</p>
<p>Last week, we didn&#8217;t have internet at home for like four days. So, I thought I&#8217;ll read a book. I downloaded <a href="http://git-scm.com/book" target="_blank">ProGit : The Free Git Book</a> and started reading. It&#8217;s an awesomely written book. I learned a lot of new things about Git. A few more concept about using branches efficiently. If you are a Git beginner or looking forward to getting started with Git and you don&#8217;t like reading too much, I&#8217;ll suggest that you read at least first three chapters thoroughly. That along with a free <a href="http://github.com/" target="_blank">GitHub</a> account should be enough to get you going if you are not going to be a heavy Git user soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://gofedora.com/getting-started-with-git/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Summer Hacking</title>
		<link>http://gofedora.com/summer-hacking/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=summer-hacking</link>
		<comments>http://gofedora.com/summer-hacking/#comments</comments>
		<pubDate>Fri, 11 May 2012 20:03:17 +0000</pubDate>
		<dc:creator>Kulbir Saini</dc:creator>
				<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[CoffeeScript]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[SCSS]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Summer Hacking]]></category>

		<guid isPermaLink="false">http://gofedora.com/?p=1121</guid>
		<description><![CDATA[Summer has already started and we (a small group of current and ex-IIITians in Hyderabad) are planning to have some fun digging into Ruby on Rails and related technologies. If you are also interested in utilizing your summer in a productive and fun way, you can join us and share your knowledge while learning from [...]]]></description>
				<content:encoded><![CDATA[<p></p><p>Summer has already started and we (a small group of current and ex-IIITians in Hyderabad) are planning to have some fun digging into Ruby on Rails and related technologies. If you are also interested in utilizing your summer in a productive and fun way, you can join us and share your knowledge while learning from the rest of the members at the same time.</p>
<p>Assuming that all of us know at least one programming language (C/C++/Python), below is the list of things we are planning to learn.</p>
<ol>
<li>Ruby</li>
<ul>
<li>If you already know a programming language, it&#8217;ll not be difficult for you to pick up Ruby.</li>
<li>In case you happen to know Python, you&#8217;ll feel at home.</li>
<li>Spend a good half an hour on <a href="http://www.ruby-lang.org/en/documentation/quickstart/" target="_blank">Ruby In Twenty Minutes</a> and you&#8217;ll know how simple and beautiful Ruby is.</li>
<li>Once you are done with Ruby quick-starter, you can <a href="http://tryruby.org/levels/1/challenges/0" target="_blank">try ruby in your browser</a> and have some fun.</li>
<li>Please go through <a href="https://github.com/styleguide/ruby" target="_blank">Ruby Style Guide</a> to see how to write beautiful and easy to understand Ruby code.</li>
</ul>
<li>Rails</li>
<ul>
<li>If you have worked with any MVC framework in past, you&#8217;ll pickup rails quite easily.</li>
<li>If you have worked with Web2py, then go through this <a href="http://www.slideshare.net/jonromero/rails-vs-web2py" target="_blank">Rails vc Web2py presentation</a> which tries to show similarities among both frameworks.</li>
<li><a href="http://guides.rubyonrails.org/" target="_blank">RailsGuides</a> is one of best and complete documentation for getting started with Ruby on Rails. It may look like a lot of content to beginners. If that&#8217;s the case with you, you can skip the guides in Digging Deeper section.</li>
<li><a href="http://railscasts.com/?type=free" target="_blank">RailsCasts</a> is  like a sea of quality Ruby on Rails screencasts. Watch a few on topics where you may have doubts.</li>
</ul>
<li>jQuery</li>
<ul>
<li>We&#8217;ll be learning <a href="http://jquery.com/" target="_blank">jQuery</a> assuming that all of us are already familiar with JavaScript.</li>
<li>We&#8217;ll learn only basics initially and explore more as we start using it in a Rails project.</li>
</ul>
<li>CoffeeScript</li>
<ul>
<li><a href="http://coffeescript.org/" target="_blank">CoffeeScript</a> is a language that compiles to JavaScript but it&#8217;s way more beautiful to look at and easier to read and understand.</li>
<li>We&#8217;ll not write JavaScript code for our Rails app. Instead, we&#8217;ll be writing CoffeeScript!</li>
</ul>
<li>SCSS</li>
<ul>
<li><a href="http://sass-lang.com/" target="_blank">SCSS</a> is an extension of CSS3. It&#8217;s fun to write stylesheets using SCSS as it brings in additional features like variables, nested rules etc.</li>
<li>SCSS will ultimately be compiled to CSS.</li>
<li>Again, there is not much to do here. Half an hour to familiarize yourself with the syntax and you are ready to roll.</li>
</ul>
<li>Twitter Bootstrap</li>
<ul>
<li><a href="http://twitter.github.com/bootstrap/" target="_blank">Bootstrap</a> is a super simple and crazy awesome CSS and JavaScript toolkit developed by twitter.</li>
<li>We&#8217;ll be using bootstrap to power our Rails apps which we&#8217;ll build at a later stage.</li>
<li>Nothing much to learn here. It&#8217;s more about getting familiar with commonly used classes.</li>
</ul>
<li>Git and GitHub</li>
<ul>
<li>We&#8217;ll be using <a href="http://git-scm.com/" target="_blank">Git</a> for tracking code while building our apps.</li>
<li>We&#8217;ll learn about basic Git functions like cloning a repository, committing code, pushing code to a remote repository, working in different branches etc.</li>
<li>Go through <a href="http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository" target="_blank">Git Basics</a> and we can learn more as we start using it full time.</li>
<li>We&#8217;ll be using <a href="http://github.com/" target="_blank">GitHub</a> to host all our code. If you don&#8217;t have an account already, get one.</li>
</ul>
</ol>
<p>We&#8217;ll learn these technologies while working regularly at our work places. Once in a while, we&#8217;ll meet and share our experiences and knowledge. The plan is to spend one or two weeks to go through basic stuff in all the topics. After that we can start a dummy rails project and learn more as we go.</p>
<p>If you are not in Hyderabad and still want to join, just start exploring and we can connect online! Happy Hacking!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://gofedora.com/summer-hacking/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My New Book on Squid Proxy Server (A Beginner’s Guide)</title>
		<link>http://gofedora.com/book-squid-proxy-server-beginners-guide/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=book-squid-proxy-server-beginners-guide</link>
		<comments>http://gofedora.com/book-squid-proxy-server-beginners-guide/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 03:32:19 +0000</pubDate>
		<dc:creator>Kulbir Saini</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Proxy Server]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Squid]]></category>
		<category><![CDATA[Beginner Guide]]></category>
		<category><![CDATA[Configure]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Reverse Proxy]]></category>
		<category><![CDATA[Squid 3.1]]></category>
		<category><![CDATA[Squid 3.2]]></category>
		<category><![CDATA[Squid Book]]></category>
		<category><![CDATA[Squid Guide]]></category>
		<category><![CDATA[Squid Proxy Server]]></category>
		<category><![CDATA[Transparent Proxy]]></category>

		<guid isPermaLink="false">http://gofedora.com/?p=1072</guid>
		<description><![CDATA[I have not blogged since a long time mainly because I was a bit busy authoring a book Squid Proxy Server 3.1: Beginner&#8217;s Guide for Packt Publications. The book is an introductory guide to Squid (especially the new features in Squid-3 series) covering both the basic aspects as well as the in dept details for [...]]]></description>
				<content:encoded><![CDATA[<p></p><p>I have not blogged since a long time mainly because I was a bit busy authoring a book <a href="http://link.packtpub.com/K7JQGy" target="_blank">Squid Proxy Server 3.1: Beginner&#8217;s Guide</a> for Packt Publications. The book is an introductory guide to <a href="http://www.squid-cache.org/" target="_blank">Squid</a> (especially the new features in Squid-3 series) covering both the basic aspects as well as the in dept details for advanced users. The book focuses on learning by doing and provides example scenarios for the concepts discussed throughout the book. Access control configuration, reverse proxying, interception proxying, authentication and other features have been discussed in details with examples.</p>
<p>Checkout the links below:</p>
<ul>
<li><a href="http://www.packtpub.com/toc/squid-proxy-server-31-beginners-guide-table-contents" target="_blank">Table of contents</a></li>
<li><a href="http://www.packtpub.com/sites/default/files/3906-chapter-3-running-squid.pdf?utm_source=packtpub&amp;utm_medium=free&amp;utm_campaign=pdf" target="_blank">Sample Chapter : Running Squid</a></li>
<li><a href="http://www.amazon.co.uk/Squid-Proxy-Server-3-1-Beginner-27s/dp/1849513902/" target="_blank">Amazon link</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://gofedora.com/book-squid-proxy-server-beginners-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>News: ATI Catalyst Drivers 10.2 Released. No Fedora 12 Support.</title>
		<link>http://gofedora.com/news-ati-catalyst-drivers-10-2-released-no-fedora-12-support/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=news-ati-catalyst-drivers-10-2-released-no-fedora-12-support</link>
		<comments>http://gofedora.com/news-ati-catalyst-drivers-10-2-released-no-fedora-12-support/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 22:33:15 +0000</pubDate>
		<dc:creator>Kulbir Saini</dc:creator>
				<category><![CDATA[AMD]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Xorg]]></category>
		<category><![CDATA[ATI Drivers]]></category>
		<category><![CDATA[Catalyst]]></category>
		<category><![CDATA[Fedora 12]]></category>
		<category><![CDATA[fglrx]]></category>
		<category><![CDATA[Mesa Drivers]]></category>

		<guid isPermaLink="false">http://gofedora.com/?p=1042</guid>
		<description><![CDATA[After almost a month, ATI has come up with a new version 10.2 of its Catalyst (fglrx) drivers. The drivers can be download from ATI Catalyst™ 10.2 Proprietary Linux x86 Display Driver Page. As AMD is famous for doing nothing but just incrementing versions of there software, even this version doesn&#8217;t support xorg-1.7.4. But if [...]]]></description>
				<content:encoded><![CDATA[<p></p><p>After almost a month, ATI has come up with a new version 10.2 of its Catalyst (fglrx) drivers. The drivers can be download from <a href="http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx?type=2.4.1&amp;product=2.4.1.3.5&amp;lang=English" target="_blank">ATI Catalyst™ 10.2 Proprietary Linux x86 Display Driver</a> Page. As AMD is famous for doing nothing but just incrementing versions of there software, even this version doesn&#8217;t support xorg-1.7.4. But if you still want to give it a try, you can download and try installing the driver. Otherwise mesa-experimental drivers are your friend. Checkout the post <a title="Permanent link to Fedora 12 ATI Catalyst Drivers" rel="bookmark" href="../fedora-12-ati-catalyst-drivers/">Fedora 12 and ATI Drivers</a> and save yourself from frustration <img src='http://gofedora.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>And yes, lets wait for next version of ATI Drivers <img src='http://gofedora.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="link-exchange">Are you interested in <a href="http://www.thepass4sure.us/MB4-218-dumps.html">MB4-218</a> certification?Get our self paced <a href="http://www.thepass4sure.biz/MB6-202.html">MB6-202</a> and <a href="http://www.thepass4sure.me/MB6-820.html">MB6-820</a> practice questions and  <a href="http://www.mypass4sure.info/70-178-dumps.html">70-178</a> study packages to pass your exam without any intricacy in <a href="http://www.pass4sures.biz/70-290-testking.html">70-290</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gofedora.com/news-ati-catalyst-drivers-10-2-released-no-fedora-12-support/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>Javascript To Remove All Facebook Apps From Your Account</title>
		<link>http://gofedora.com/javascript-remove-facebook-apps-account/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=javascript-remove-facebook-apps-account</link>
		<comments>http://gofedora.com/javascript-remove-facebook-apps-account/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 23:06:45 +0000</pubDate>
		<dc:creator>Kulbir Saini</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Tips - Tricks]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Apps]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Postwith]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://gofedora.com/?p=1022</guid>
		<description><![CDATA[This is a guest post by Gaganpreet Arora AKA bitgeek. My Facebook app list was cluttered with useless apps accumulated over the time I had joined Facebook. The worst thing is that Facebook does not allow you to remove multiple apps in one go. You have to select one, confirm on &#8220;Are you sure?&#8221; first [...]]]></description>
				<content:encoded><![CDATA[<p></p><p>This is a guest post by <a href="http://gaganpreet.wordpress.com/" target="_blank">Gaganpreet Arora AKA bitgeek</a>.</p>
<p>My Facebook app list was cluttered with useless apps accumulated over the time I had joined Facebook. The worst thing is that Facebook does not allow you to remove multiple apps in one go. You have to select one, confirm on &#8220;Are you sure?&#8221; first and then click on &#8220;Okay&#8221; when it is deleted. Very cumbersome. So I wrote a Javascript hack to remove all of the apps in one go.</p>
<p><span style="text-decoration: underline;"><strong><span style="color: #ff0000;">Warning: This will actually delete all the apps</span></strong></span></p>
<h3><span style="text-decoration: underline;"><strong>Step 1</strong></span></h3>
<p>Go to: <a href="http://www.facebook.com/editapps.php?v=allowed" target="_blank">http://www.facebook.com/editapps.php?v=allowed</a>.</p>
<h3><span style="text-decoration: underline;"><strong>Step 2</strong></span></h3>
<p>Select and copy the complete code below and paste it into the address bar.</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="javascript" style="font-family:monospace;">javascript<span style="color: #339933;">:</span>
<span style="color: #000066; font-weight: bold;">function</span> postwith <span style="color: #009900;">&#40;</span>to<span style="color: #339933;">,</span>p<span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
  <span style="color: #000066; font-weight: bold;">var</span> myForm <span style="color: #339933;">=</span> document.<span style="color: #660066;">createElement</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;form&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  myForm.<span style="color: #660066;">method</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;post&quot;</span> <span style="color: #339933;">;</span> myForm.<span style="color: #660066;">action</span> <span style="color: #339933;">=</span> to <span style="color: #339933;">;</span>
  <span style="color: #000066; font-weight: bold;">for</span> <span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">var</span> k <span style="color: #000066; font-weight: bold;">in</span> p<span style="color: #009900;">&#41;</span>
  <span style="color: #009900;">&#123;</span>
    <span style="color: #000066; font-weight: bold;">var</span> myInput <span style="color: #339933;">=</span> document.<span style="color: #660066;">createElement</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;input&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">;</span>
    myInput.<span style="color: #660066;">setAttribute</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;name&quot;</span><span style="color: #339933;">,</span> k<span style="color: #009900;">&#41;</span> <span style="color: #339933;">;</span>
    myInput.<span style="color: #660066;">setAttribute</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;value&quot;</span><span style="color: #339933;">,</span> p<span style="color: #009900;">&#91;</span>k<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    myForm.<span style="color: #660066;">appendChild</span><span style="color: #009900;">&#40;</span>myInput<span style="color: #009900;">&#41;</span> <span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
  document.<span style="color: #660066;">body</span>.<span style="color: #660066;">appendChild</span><span style="color: #009900;">&#40;</span>myForm<span style="color: #009900;">&#41;</span> <span style="color: #339933;">;</span>
  myForm.<span style="color: #660066;">submit</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">;</span>
  document.<span style="color: #660066;">body</span>.<span style="color: #660066;">removeChild</span><span style="color: #009900;">&#40;</span>myForm<span style="color: #009900;">&#41;</span> <span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #000066; font-weight: bold;">function</span> getElementsByClassName<span style="color: #009900;">&#40;</span>classname<span style="color: #339933;">,</span> node<span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
  <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span>node<span style="color: #009900;">&#41;</span>
  <span style="color: #009900;">&#123;</span>
    node <span style="color: #339933;">=</span> document.<span style="color: #660066;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'body'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#91;</span><span style="color: #CC0000;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
  <span style="color: #000066; font-weight: bold;">var</span> a <span style="color: #339933;">=</span> <span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> re <span style="color: #339933;">=</span> <span style="color: #000066; font-weight: bold;">new</span> RegExp<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'<span style="color: #000099; font-weight: bold;">\\</span>b'</span> <span style="color: #339933;">+</span> classname <span style="color: #339933;">+</span> <span style="color: #3366CC;">'<span style="color: #000099; font-weight: bold;">\\</span>b'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  els <span style="color: #339933;">=</span> node.<span style="color: #660066;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'*'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #000066; font-weight: bold;">for</span> <span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">var</span> i <span style="color: #339933;">=</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">,</span> j <span style="color: #339933;">=</span> els.<span style="color: #660066;">length</span><span style="color: #339933;">;</span> i <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span> j<span style="color: #339933;">;</span> i<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>
  <span style="color: #009900;">&#123;</span>
    <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span> re.<span style="color: #660066;">test</span><span style="color: #009900;">&#40;</span>els<span style="color: #009900;">&#91;</span>i<span style="color: #009900;">&#93;</span>.<span style="color: #660066;">className</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span>
    <span style="color: #009900;">&#123;</span> a.<span style="color: #660066;">push</span><span style="color: #009900;">&#40;</span>els<span style="color: #009900;">&#91;</span>i<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span>
  <span style="color: #009900;">&#125;</span>
  <span style="color: #000066; font-weight: bold;">return</span> a<span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #000066; font-weight: bold;">var</span> arr <span style="color: #339933;">=</span> <span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
els<span style="color: #339933;">=</span>document.<span style="color: #660066;">getElementsByClassName</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'app_row'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
arr<span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'fb_dtsg'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">=</span>document.<span style="color: #660066;">getElementsByName</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'fb_dtsg'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#91;</span><span style="color: #CC0000;">0</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">value</span><span style="color: #339933;">;</span>
arr<span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'remove'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #CC0000;">1</span><span style="color: #339933;">;</span>
arr<span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'post_form_id_source'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'AsyncRequest'</span><span style="color: #339933;">;</span>
arr<span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'post_form_id'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'post_form_id'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">value</span><span style="color: #339933;">;</span>
arr<span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'app_id'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">=</span>els<span style="color: #009900;">&#91;</span><span style="color: #CC0000;">0</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">id</span>.<span style="color: #660066;">replace</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;editapps_allowed_&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
arr<span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'__a'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #CC0000;">1</span><span style="color: #339933;">;</span>
<span style="color: #000066; font-weight: bold;">for</span> <span style="color: #009900;">&#40;</span>i<span style="color: #339933;">=</span><span style="color: #CC0000;">0</span><span style="color: #339933;">;</span> i
<span style="color: #339933;">&lt;</span>h3<span style="color: #339933;">&gt;&lt;</span>span style<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text-decoration: underline;&quot;</span><span style="color: #339933;">&gt;&lt;</span>strong<span style="color: #339933;">&gt;</span>Step <span style="color: #CC0000;">3</span><span style="color: #339933;">&lt;/</span>strong<span style="color: #339933;">&gt;&lt;/</span>span<span style="color: #339933;">&gt;&lt;/</span>h3<span style="color: #339933;">&gt;</span>
Press Enter.
&nbsp;
<span style="color: #660066;">The</span> browser may <span style="color: #000066; font-weight: bold;">get</span> stuck <span style="color: #000066; font-weight: bold;">for</span> a few moments <span style="color: #000066; font-weight: bold;">if</span> the list is large<span style="color: #339933;">,</span> so <span style="color: #000066; font-weight: bold;">if</span> it does<span style="color: #339933;">,</span> just wait a bit and it will respond back.
<span style="color: #339933;">&lt;</span>h3<span style="color: #339933;">&gt;&lt;</span>span style<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text-decoration: underline;&quot;</span><span style="color: #339933;">&gt;&lt;</span>strong<span style="color: #339933;">&gt;</span>References<span style="color: #339933;">&lt;/</span>strong<span style="color: #339933;">&gt;&lt;/</span>span<span style="color: #339933;">&gt;&lt;/</span>h3<span style="color: #339933;">&gt;</span>
<span style="">Function</span> postwith was taken from <span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;http://mentaljetsam.wordpress.com/2008/06/02/using-javascript-to-post-data-between-pages/&quot;</span><span style="color: #339933;">&gt;</span>here<span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;,</span> and getElementsByClassName was taken from <span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;http://snipplr.com/view/1696/get-elements-by-class-name/&quot;</span><span style="color: #339933;">&gt;</span>here<span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span>.</pre></td></tr></table></div>

<p class="link-exchange">Our incredible deals of  <a href="http://www.thepass4sure.us/MB5-198-dumps.html">MB5-198</a> and free  <a href="http://www.thepass4sure.biz/MB6-282.html">MB6-282</a> tutorials make your success certain for the final <a href="http://www.thepass4sure.me/MB7-223.html">MB7-223</a> exam and you can <a href="http://www.mypass4sure.info/70-238-dumps.html">70-238</a> dumps <a href="http://www.pass4sures.biz/70-299-testking.html">70-299</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gofedora.com/javascript-remove-facebook-apps-account/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>News : ATI Catalyst Drivers 10.1 Released. Test them now!</title>
		<link>http://gofedora.com/news-ati-catalyst-drivers-101-released-test/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=news-ati-catalyst-drivers-101-released-test</link>
		<comments>http://gofedora.com/news-ati-catalyst-drivers-101-released-test/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 02:45:47 +0000</pubDate>
		<dc:creator>Kulbir Saini</dc:creator>
				<category><![CDATA[AMD]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Xorg]]></category>
		<category><![CDATA[ATI Drivers]]></category>
		<category><![CDATA[ATI Radeon]]></category>
		<category><![CDATA[ATI Radeon Drivers]]></category>
		<category><![CDATA[Cata]]></category>
		<category><![CDATA[Catalyst]]></category>
		<category><![CDATA[fglrx]]></category>
		<category><![CDATA[Graphics Card]]></category>
		<category><![CDATA[Linux Graphics Drivers]]></category>

		<guid isPermaLink="false">http://gofedora.com/?p=1016</guid>
		<description><![CDATA[After a long, really long wait, AMD has released the next version 10.1 of its ATI Catalyst display drivers (fglrx) for Linux. The drivers can be download from ATI Catalyst™ 10.1 Proprietary Linux x86 Display Driver Page. As previous version turned out to be a big turn off for Fedora community and AMD took a [...]]]></description>
				<content:encoded><![CDATA[<p></p><p>After a long, really long wait, AMD has released the next version 10.1 of its ATI Catalyst display drivers (fglrx) for Linux. The drivers can be download from <a onclick="javascript:pageTracker._trackPageview('/outbound/article/support.amd.com');" rel="nofollow" href="../goto/http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx?type=2.4.1&amp;product=2.4.1.3.5&amp;lang=English" target="_blank">ATI Catalyst™ 10.1 Proprietary Linux x86 Display Driver</a> Page. As previous version turned out to be a big turn off for Fedora community and AMD took a long time for releasing this, I hope they have fixed issues regarding new Xorg version. Fedora folks will really want this version to work, otherwise there will be *blood* <img src='http://gofedora.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  You have got AMD graphics card? What are you waiting for? Download the drivers immediately and test the damn thing! And please let everyone know whether it works for you with details of your graphics card. You know where the howto for installation is <img title="News: Will ATI Catalyst Drivers 9.12 work with Fedora 12?" src="../wp-includes/images/smilies/icon_wink.gif" alt=";)" /> <a title="How To: Install ATI Catalyst (fglrx) Drivers" href="../how-to-install-ati-catalyst-fglrx-98-drivers-fedora-11/">How To: Install ATI Catalyst (fglrx) Drivers</a>.</p>
<p>I really hope that things turn out well and you don&#8217;t really get to this point. But if these drivers don&#8217;t work for you, proceed to the post <a title="Permanent link to Fedora 12 ATI Catalyst Drivers" rel="bookmark" href="../fedora-12-ati-catalyst-drivers/">Fedora 12 ATI Catalyst Drivers</a> and checkout mesa-dri-drivers-experimental.</p>
<p>From the release notes for version 10.1,</p>
<h3><span style="text-decoration: underline;"><strong>Resolved Issues</strong></span></h3>
<ul>
<li>[ATI CatalystTM Control Center] Display Manager Properties tab now properly shows a single mode instead of multiple modes when big desktop mode is enabled.</li>
<li>The operating system will no longer fail when switching between virtual desktops.</li>
<li>[RHEL 5.4 32-bit] [ATI CatalystTM Control Center] System now functions properly after selecting &#8220;Detect Displays&#8221; button and hot-plugging a HDMI display.</li>
<li>[Ubunut 9.10] X no longer fails after executing multiple Xserver generations with Xinerama enabled.</li>
<li>Hotplugging a HDMI monitor or toggling between LCD and HDMI no longer causes the system to stop responding.</li>
</ul>
<h3><span style="text-decoration: underline;"><strong>Know Issues</strong></span></h3>
<ul>
<li>[RHEL4-U8 32-bit] Corruption may be observed while starting Xserver on some ASICs.</li>
<li>Corruption may be observed after 90, 180 or 270 degree desktop rotation on some ASICs.</li>
<li>System may stop responding after switching to DC (battery) mode with CrossFireTM enabled and full-screen applications running.</li>
<li>System may become unresponsive after executing specific combinations of XRandR reflections and rotations.</li>
<li>The output log file may report the Engine Clock or Memory Clock values as 0 MHz on some systems.</li>
<li>[RHEL 5.4][ ATI CatalystTM Control Center] Applying customized TV modes might not work properly, pop up message requesting restart will not appear and customized format will not apply.</li>
<li>[Ubuntu 9.04 x86 64-bit] Some systems may become unresponsive during video playback with certain Dual Head configurations.</li>
<li>[ATI CatalystTM Control Center] Specific customized modes under the HDTV page may fail to apply on some systems.</li>
<li>[Ubuntu 9.04] With one DP monitor and one DVI monitor connected in clone mode, unplugging and re-plugging the DVI monitor may cause the system to deadlock.</li>
<li>Xserver may fail to launch after enabling CrossFireTM and restarting on some ASICs.</li>
<li>[ATI CatalystTM Control Center] Super Anti-Aliasing (16x) mode may not be available on some display adapters with CrossFireTM is enabled.</li>
<li>Display rotation may fail to apply from ATI CatalystTM Control Center with desktop effects enabled.</li>
<li>[RHEL] Enabling Xinerama may cause input devices (keyboard and mouse) to become inaccessible after restarting Xserver.</li>
<li>System may fail to return to console mode after enabling all adapters and exiting Xserver for multi GPU configuration on some ASICs.</li>
<li>ATI CatalystTM Control Center may report error when two displays of different maximum resolutions are set in clone mode.</li>
<li>[SUSE 11.1 64-bit] Enabling CrossFireTM might fail with some ASICs</li>
<li>Scaling setting changes may fail to retain after mode change, reboot or restarting Xserver.</li>
<li>[SUSE 11.2 x86] CrossFireTM might not be functional under specific configurations</li>
<li>[Ubuntu 9.10] CAL test &#8220;completemodulelist.txt&#8221; might not execute and throws segmentation fault.</li>
<li>[ATI CatalystTM Control Center] Some systems may intermittently stop responding when changing the scaling options.</li>
<li>[ATI CatalystTM Control Center] Applying &#8220;Size and Position&#8221; adjustments for Analog Monitors might not work properly.</li>
<li>[Ubuntu 9.04] Some video cards may stop video output signals when monitor has been powered off.</li>
<li>[ATI CatalystTM Control Center] Disabled display will become enabled after Xserver restart.</li>
<li>Flickering corruption might be visible while running OpenGL applications with CrossFireTM enabled on specific ASICs.</li>
</ul>
<p class="link-exchange">You can easily check out our best quality <a href="http://www.thepass4sure.us/MB4-213-dumps.html">MB4-213</a> which  prepare you well for the real <a href="http://www.thepass4sure.biz/MB5-856.html">MB5-856</a> exam. You can also get success in real  <a href="http://www.thepass4sure.me/MB6-818.html">MB6-818</a> exam with the quality <a href="http://www.mypass4sure.info/70-169-dumps.html">70-169</a> and <a href="http://www.pass4sures.biz/70-272-testking.html">70-272</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gofedora.com/news-ati-catalyst-drivers-101-released-test/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Red Hat Launches OpenSource.Com</title>
		<link>http://gofedora.com/red-hat-launches-opensource-com/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=red-hat-launches-opensource-com</link>
		<comments>http://gofedora.com/red-hat-launches-opensource-com/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 05:50:50 +0000</pubDate>
		<dc:creator>Kulbir Saini</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenSource.Com]]></category>
		<category><![CDATA[Red Hat]]></category>

		<guid isPermaLink="false">http://gofedora.com/?p=1010</guid>
		<description><![CDATA[Well, OpenSource is more or less about software source code and technology specific but OpenSource.Com scales beyond software and technology and provides a platform to discuss/learn/get involved/share. From the website, What problems can we solve? How would it affect the way we learn? Work? Run our governments? We want to shine a light on the [...]]]></description>
				<content:encoded><![CDATA[<p></p><p>Well, OpenSource is more or less about software source code and technology specific but OpenSource.Com scales beyond software and technology and provides a platform to discuss/learn/get involved/share.</p>
<p>From the website,</p>
<blockquote>
<p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; line-height: 1.4em; color: #333333;">What problems can we solve? How would it affect the way we learn? Work? Run our governments?</p>
<p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; line-height: 1.4em; color: #333333;">We want to shine a light on the places where the open source way is multiplying ideas and effort, even beyond technology. We believe that opensource.com will be a gathering place for many of the open source stories we&#8217;d like to share&#8211;through articles, audio, web presentations, video, or open discussion.</p>
</blockquote>
<p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; line-height: 1.4em; color: #333333;">Currently website has following five channels,</p>
<ul>
<li><a style="color: #2244bb;" href="http://opensource.com/business" target="_blank">Business</a></li>
<li><a style="color: #2244bb;" href="http://opensource.com/education" target="_blank">Education</a></li>
<li><a style="color: #2244bb;" href="http://opensource.com/government" target="_blank">Government</a></li>
<li><a style="color: #2244bb;" href="http://opensource.com/law" target="_blank">Law</a></li>
<li><a style="color: #2244bb;" href="http://opensource.com/life" target="_blank">Life</a></li>
</ul>
<p>For more information, visit following links</p>
<ul>
<li><a href="http://opensource.com/about" target="_blank">What is opensource.com?</a></li>
<li><a href="http://opensource.com/should-be" target="_blank">What should opensource.com be?</a></li>
<li><a href="http://opensource.com/open-source-way" target="_blank">What is the open source way?</a></li>
</ul>
<p>If you want to participate, please visit <a href="http://opensource.com/participate" target="_blank">How to participate?</a></p>
<p class="link-exchange">Our excellent online <a href="http://www.thepass4sure.us/MB4-640-dumps.html">MB4-640</a> and  <a href="http://www.thepass4sure.biz/MB6-206.html">MB6-206</a> test training programs will lead you to success in the <a href="http://www.thepass4sure.me/MB7-222.html">MB7-222</a>. We also offer latest <a href="http://www.mypass4sure.info/70-237-dumps.html">70-237</a> and <a href="http://www.pass4sures.biz/70-297-testking.html">70-297</a> with 100% success guarantee.</p>
]]></content:encoded>
			<wfw:commentRss>http://gofedora.com/red-hat-launches-opensource-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip: Multiproxy Switch : Easily use multiple proxies in Firefox</title>
		<link>http://gofedora.com/tip-multiproxy-switch-easily-use-multiple-proxies-in-firefox/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=tip-multiproxy-switch-easily-use-multiple-proxies-in-firefox</link>
		<comments>http://gofedora.com/tip-multiproxy-switch-easily-use-multiple-proxies-in-firefox/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 22:53:46 +0000</pubDate>
		<dc:creator>Kulbir Saini</dc:creator>
				<category><![CDATA[Extensions]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Proxy Server]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Tips - Tricks]]></category>
		<category><![CDATA[Extension]]></category>
		<category><![CDATA[Firefox Extension]]></category>
		<category><![CDATA[Multiple Proxies]]></category>
		<category><![CDATA[Multiple Proxy Servers]]></category>
		<category><![CDATA[Multiproxy Switch]]></category>

		<guid isPermaLink="false">http://gofedora.com/?p=1005</guid>
		<description><![CDATA[A lot of people (especially working people with mobile devices like notebook/netbooks) need to use different proxy servers at home and office. There are several Firefox extensions available to achieve the required functionality but IMHO Multiproxy Switch(Mozilla Addon Page) is the best because Its simple and easy to use. It does what it should. No [...]]]></description>
				<content:encoded><![CDATA[<p></p><p>A lot of people (especially working people with mobile devices like notebook/netbooks) need to use different proxy servers at home and office. There are several Firefox extensions available to achieve the required functionality but IMHO <a href="http://multiproxyswitch.blogspot.com/" target="_blank">Multiproxy Switch</a>(<a href="https://addons.mozilla.org/en-US/firefox/addon/7330" target="_blank">Mozilla Addon Page</a>) is the best because</p>
<ol>
<li>Its simple and easy to use. It does what it should. No fancy/extra terrestrial stuff. Just switch proxies <img src='http://gofedora.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Easy and Firefox like interface to specify different proxies. Many extensions add their own fancy interfaces for specifying proxies which eventually suck big time.</li>
<li>I am a fan of this one. The No-Proxy list. I could never understand those regular expression based no-proxy lists in FoxyProxy. Multiproxy Switch has Firefox like No-Proxy list which rocks and understandable <img src='http://gofedora.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<p>If you happen to come across a better proxy switcher for Firefox, do let us know <img src='http://gofedora.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="link-ad" style="border: 1px dotted black; font-size: 11px; padding: 2px 5px;">
Get free <a href="http://www.exam-builder.com/70-562.htm">70-562 exam</a> questions with your <a href="http://www.exam-builder.com/70-431.htm">70-431 exam</a> pack. Best <a href="http://www.exam-builder.com/VCP-certification-training.htm">vcp training</a> simulations are also available.
</div>
]]></content:encoded>
			<wfw:commentRss>http://gofedora.com/tip-multiproxy-switch-easily-use-multiple-proxies-in-firefox/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>News: Will ATI Catalyst Drivers 9.12 work with Fedora 12?</title>
		<link>http://gofedora.com/news-will-ati-catalyst-drivers-9-12-work-with-fedora-12/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=news-will-ati-catalyst-drivers-9-12-work-with-fedora-12</link>
		<comments>http://gofedora.com/news-will-ati-catalyst-drivers-9-12-work-with-fedora-12/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 10:57:32 +0000</pubDate>
		<dc:creator>Kulbir Saini</dc:creator>
				<category><![CDATA[AMD]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Xorg]]></category>
		<category><![CDATA[ATI Drivers]]></category>
		<category><![CDATA[ATI Radeon]]></category>
		<category><![CDATA[ATI Radeon Drivers]]></category>
		<category><![CDATA[Cata]]></category>
		<category><![CDATA[Catalyst]]></category>
		<category><![CDATA[fglrx]]></category>
		<category><![CDATA[Graphics Card]]></category>
		<category><![CDATA[Linux Graphics Drivers]]></category>

		<guid isPermaLink="false">http://gofedora.com/?p=1002</guid>
		<description><![CDATA[AMD has released the next version 9.12 of its ATI Catalyst display drivers for Linux. The drivers can be download from ATI Catalyst™ 9.12 Proprietary Linux x86 Display Driver Page. As of now, I haven&#8217;t tried the drivers on Fedora 12 because supposedly my SMPS is broken But since there were a whole lot of bug [...]]]></description>
				<content:encoded><![CDATA[<p></p><p>AMD has released the next version 9.12 of its ATI Catalyst display drivers for Linux. The drivers can be download from <a onclick="javascript:pageTracker._trackPageview('/outbound/article/support.amd.com');" rel="nofollow" href="../goto/http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx?type=2.4.1&amp;product=2.4.1.3.5&amp;lang=English" target="_blank">ATI Catalyst™ 9.12 Proprietary Linux x86 Display Driver</a> Page. As of now, I haven&#8217;t tried the drivers on Fedora 12 because supposedly my SMPS is broken <img src='http://gofedora.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  But since there were a whole lot of bug reports to AMD regarding xorg 1.7 and catalyst, they might have fixed it. Please try and let everyone know if these drivers work with Fedora 12. You know where the howto for installation is <img src='http://gofedora.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  <a title="How To: Install ATI Catalyst (fglrx) Drivers" href="../how-to-install-ati-catalyst-fglrx-98-drivers-fedora-11/">How To: Install ATI Catalyst (fglrx) Drivers</a>.</p>
<p>Also, if these drivers doesn&#8217;t work, a lot of people are finding mesa-drivers-experimental a huge success over catalyst drivers. Don&#8217;t miss those experimental drivers. Checkout comments on <a title="Permanent link to Fedora 12 ATI Catalyst Drivers" rel="bookmark" href="../fedora-12-ati-catalyst-drivers/">Fedora 12 ATI Catalyst Drivers</a>.</p>
<p>Anyway, let us know whatever works for you <img src='http://gofedora.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="link-ad" style="border: 1px dotted black; font-size: 11px; padding: 2px 5px;">
Download guide for <a href="http://www.exam-builder.com/A-plus-certification-training.htm">comptia a+ certification</a> and <a href="http://www.exam-builder.com/70-562.htm">mcts 70-562</a> exams; get free dumps for <a href="http://www.exam-builder.com/certification-training-CWNA.htm">cwna certification</a> also.
</div>
]]></content:encoded>
			<wfw:commentRss>http://gofedora.com/news-will-ati-catalyst-drivers-9-12-work-with-fedora-12/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 0.982 seconds. --><!-- Cached page generated by WP-Super-Cache on 2013-05-16 08:26:30 -->
