<?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>Sunils blog &#187; Ubuntu / Linux</title>
	<atom:link href="http://www.myhtmlworld.com/category/ubuntu-linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.myhtmlworld.com</link>
	<description>myhtmlworld.com</description>
	<lastBuildDate>Mon, 14 Nov 2011 09:27:19 +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>Ubuntu upgrading problems</title>
		<link>http://www.myhtmlworld.com/ubuntu-linux/ubuntu-upgrading-problems.html</link>
		<comments>http://www.myhtmlworld.com/ubuntu-linux/ubuntu-upgrading-problems.html#comments</comments>
		<pubDate>Sun, 08 Nov 2009 02:48:15 +0000</pubDate>
		<dc:creator>Sunil</dc:creator>
				<category><![CDATA[Ubuntu / Linux]]></category>

		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=483</guid>
		<description><![CDATA[I upgraded my Ubuntu 9.04 (Jaunty Jackalope) to 9.10 (Karmic Koala) as soon as it released. I tried the online upgrade.  But after upgrade I lost my internet connection settings and I couldn&#8217;t  connect the internet. And there was no sound also. How I solved these issues? For connecting internet I tried sudo pppoeconf command on terminal [...]]]></description>
			<content:encoded><![CDATA[<p>I upgraded my Ubuntu 9.04 (Jaunty Jackalope) to 9.10 (Karmic Koala) as soon as it released. I tried the online upgrade.  But after upgrade I lost my internet connection settings and I couldn&#8217;t  connect the internet. And there was no sound also.</p>
<p><span id="more-483"></span></p>
<div id="attachment_484" class="wp-caption alignnone" style="width: 480px"><p class="wp-caption-text">Ubuntu starup screen</p></div>
<p><strong>How I solved these issues?</strong></p>
<p>For connecting internet I tried<br />
<code>sudo pppoeconf</code> command on terminal instead of the networking menu. And it work, I was able to detect my network card and set a username and password for my connection.</p>
<p>For solving the sound issue, I upgraded my Grub with this command<br />
<code>sudo aptitude install GRUB2</code><br />
<code>sudo update-grub</code></p>
<p>The details of Grub 2 can be found <a href="http://ubuntuforums.org/showthread.php?t=1195275">here</a> (<a href="http://ubuntuforums.org/showthread.php?t=1195275">The Grub 2 guide</a>)</p>
<p>I tried alternative commands / fixes to get it work. But these are the solutions worked for me. What do you think? Have you faced problems with Ubuntu upgrade? Post your comments here and share with others.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myhtmlworld.com/ubuntu-linux/ubuntu-upgrading-problems.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Add OpenDNS in BSNL Broadband connections on Ubuntu</title>
		<link>http://www.myhtmlworld.com/ubuntu-linux/add-opendns-in-bsnl-broadband-connections-on-ubuntu.html</link>
		<comments>http://www.myhtmlworld.com/ubuntu-linux/add-opendns-in-bsnl-broadband-connections-on-ubuntu.html#comments</comments>
		<pubDate>Sun, 13 Sep 2009 03:44:12 +0000</pubDate>
		<dc:creator>Sunil</dc:creator>
				<category><![CDATA[Ubuntu / Linux]]></category>

		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=412</guid>
		<description><![CDATA[For the last couple of weeks I feel that BSNL broadband is little bit slow. So I search for making it fast. I heard about the OpenDNS long back and I never tried it. Today I successfully configured OpenDNS on my PC and I think it would be useful for others. OpenDNS already published how [...]]]></description>
			<content:encoded><![CDATA[<p>For the last couple of weeks I feel that BSNL broadband is little bit slow. So I search for making it fast. I heard about the OpenDNS long back and I never tried it.</p>
<p>Today I successfully configured OpenDNS on my PC and I think it would be useful for others. OpenDNS already <a href="https://www.opendns.com/start/ubuntu.php" target="_blank">published</a> how to set up an OpenDNS on your Linux based computer. I customized that instructions for BSNL Broadband connection.</p>
<p><span id="more-412"></span>Before starting <strong>What is OpenDNS?</strong></p>
<blockquote><p><a href="http://www.opendns.com/" target="_blank">OpenDNS</a> is a better DNS, free to all. OpenDNS uses its distributed network of DNS servers to speed up your Internet experience, increase reliability, improve security and make DNS smarter for users all over the world.</p></blockquote>
<p><strong>Steps</strong></p>
<p>1. Right-click on ‘Network Icon’ (located at top-right panel by default) and click on ‘Edit Connections’ to open Network Connections Manager.<br />
2. Choose the type of connection you have. For this example, I will use ‘DSL’.<br />
3. Under ‘DSL’, highlight ‘BSNL BB’ (my bsnl connection) and click on ‘Edit’.</p>
<div id="attachment_413" class="wp-caption alignnone" style="width: 488px"><p class="wp-caption-text">BSNL OpenDNS Connection</p></div>
<p>4. Inside &#8216;Editing BSNL BB&#8217; window, click on ‘IPv4 Settings’ tab.<br />
5. Under ‘IPv4 Settings’, change the ‘Method’ to Automatic (PPPoE) addresses only.<br />
6. Put these nameserver addresses as your ‘DNS Servers’: 208.67.222.222, 208.67.220.220</p>
<p></p>
<p>7. Click ‘Apply’ and reboot your machine. You can then visit http://welcome.opendns.com to confirm you are using OpenDNS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myhtmlworld.com/ubuntu-linux/add-opendns-in-bsnl-broadband-connections-on-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

