<?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>Shami&#039;s Blog &#187; disable</title>
	<atom:link href="http://blog.al-shami.net/tag/disable/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.al-shami.net</link>
	<description>A Mushroom A Day Keeps The Koopas Away</description>
	<lastBuildDate>Wed, 03 Aug 2011 18:39:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Speeding up Firefox under Ubuntu</title>
		<link>http://blog.al-shami.net/2010/02/speeding-up-firefox-under-ubuntu/</link>
		<comments>http://blog.al-shami.net/2010/02/speeding-up-firefox-under-ubuntu/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 09:16:08 +0000</pubDate>
		<dc:creator>Mohammad Al-Shami</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Tell Firefox]]></category>
		<category><![CDATA[Tweak Firefox]]></category>

		<guid isPermaLink="false">http://blog.al-shami.net/?p=220</guid>
		<description><![CDATA[Ever wonder why browsing under Ubuntu is slower than Windows even on the same network? Well, it has to do with Ubuntu enabling IPv6 by default. This means Ubuntu will try IPv4 only after IPv6 times out. Also, Firefox comes built with Pango by default which makes it slower than it should be. I&#8217;ve fixed [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wonder why browsing under Ubuntu is slower than Windows even on the same network? Well, it has to do with Ubuntu enabling IPv6 by default. This means Ubuntu will try IPv4 only after IPv6 times out. Also, Firefox comes built with Pango by default which makes it slower than it should be. I&#8217;ve fixed that on Karmic Koala, other versions should be similar. Here&#8217;s how to do it:</p>
<p>
<h3>Disable IPv6 globally:</h3>
<pre><code>sudo vi /etc/default/grub</code></pre>
<p> then find
<pre><code>GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"</code></pre>
<p> and replace it with
<pre><code>GRUB_CMDLINE_LINUX_DEFAULT=”ipv6.disable=1 quiet splash”</code></pre>
<p> Then update grub from the command line
<pre><code>sudo update-grub</code></pre>
</p>
<h3>Tell Firefox not to load Pango:</h3>
<pre><code>vi ~/.bashrc</code></pre>
<p> and add
<pre><code>MOZ_DISABLE_PANGO=1</code></pre>
<p>at the end</p>
<h3>Tweak Firefox&#8217;s about:config settings:</h3>
<pre><code>network.http.pipelining -> True
- network.http.pipelining.maxrequests -> 8 or 10
- network.http.proxy.pipelining -> True
- network.dns.disableIPv6 -> True</code></pre>
<p>Enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.al-shami.net/2010/02/speeding-up-firefox-under-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slow Browsing Under Ubuntu</title>
		<link>http://blog.al-shami.net/2008/08/slow-browsing-under-ubuntu/</link>
		<comments>http://blog.al-shami.net/2008/08/slow-browsing-under-ubuntu/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 19:35:23 +0000</pubDate>
		<dc:creator>Mohammad Al-Shami</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[EDIT]]></category>
		<category><![CDATA[Firefox Today]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.al-shami.net/?p=50</guid>
		<description><![CDATA[EDIT: This post only covers IPv6, please check the update post which covers IPv6 and Firefox Today when I rebooted to my Windows installation which I very rarely do, I noticed that browsing under Windows feels much faster than under Ubuntu. After booting back to Ubuntu I noticed the &#8220;looking up domain.tld&#8221; part was taking [...]]]></description>
			<content:encoded><![CDATA[<h3>EDIT: This post only covers IPv6, please check the <a href="http://blog.al-shami.net/index.php/speeding-up-firefox-under-ubuntu/">update post</a> which covers IPv6 and Firefox</h3>
<p>Today when I rebooted to my Windows installation which I very rarely do, I noticed that browsing under Windows feels much faster than under Ubuntu. After booting back to Ubuntu I noticed the &#8220;looking up domain.tld&#8221; part was taking a lot of time, which seemed a little odd.</p>
<p>Anyways, after some googling I found out that Debian enables IPv6 by default and uses that before and uses it before IPv4. A quick remedy was:</p>
<pre><code>sudo vi /etc/modprobe.d/bad_list

#Add this line
alias net-pf-10 off</code></pre>
<p>After which you should reboot your system. Now browsing feels much faster. To speed it up a little I installed a local caching DNS server which works like a charm. A quick HOWTO can be found <a href="http://ubuntu.wordpress.com/2006/08/02/local-dns-cache-for-faster-browsing/">here</a></p>
<p>Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.al-shami.net/2008/08/slow-browsing-under-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Disabling RSS Feeds in Drupal 5.x</title>
		<link>http://blog.al-shami.net/2008/04/disabling-rss-feeds-in-drupal-5x/</link>
		<comments>http://blog.al-shami.net/2008/04/disabling-rss-feeds-in-drupal-5x/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 05:58:28 +0000</pubDate>
		<dc:creator>Mohammad Al-Shami</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[NULL]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://blog.al-shami.net/?p=35</guid>
		<description><![CDATA[You might want to create a site that doesn&#8217;t have RSS. I did this for my employer to create the admission exam system. Having the RSS icons show up just annoyed me, here is how to do it: In theme.inc, just comment all the code lines in this function: function theme_feed_icon($url) { // if ($image [...]]]></description>
			<content:encoded><![CDATA[<p>You might want to create a site that doesn&#8217;t have RSS. I did this for my employer to create the admission exam system. Having the RSS icons show up just annoyed me, here is how to do it:</p>
<p>In theme.inc, just comment all the code lines in this function:</p>
<pre><code>function theme_feed_icon($url) {
//  if ($image = theme('image', 'misc/feed.png', t('Syndicate content'), t('Syndicate content'))) {
//    return '&#060;a href="'. check_url($url) .'" class="feed-icon"&#062;'. $image. '&#060;/a&#062;';
//}
}</code></pre>
<p>In common.inc do the same with this function except for the first and last lines:</p>
<pre><code>function drupal_add_feed($url = NULL, $title = '') {
  static $stored_feed_links = array();

/*  if (!is_null($url)) {
    $stored_feed_links[$url] = theme('feed_icon', $url);

    drupal_add_link(array('rel' => 'alternate',
                          'type' => 'application/rss+xml',
                          'title' => $title,
                          'href' => $url));
  }*/
  return $stored_feed_links;
}</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.al-shami.net/2008/04/disabling-rss-feeds-in-drupal-5x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  blog.al-shami.net/tag/disable/feed/ ) in 0.34799 seconds, on May 22nd, 2012 at 9:17 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 22nd, 2012 at 10:17 am UTC -->
