<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Speed Up Your Internet Connection in Ubuntu Linux &#8211; Part 1</title>
	<atom:link href="http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/</link>
	<description>Resources, help, how to's and tutorials for Ubuntu Linux users!</description>
	<lastBuildDate>Wed, 18 Nov 2009 16:38:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Quite Late</title>
		<link>http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/comment-page-1/#comment-1337</link>
		<dc:creator>Quite Late</dc:creator>
		<pubDate>Thu, 29 May 2008 05:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/#comment-1337</guid>
		<description>This is one of the comments on the webpage I linked too in my last post.

“sudo -s” becomes root when executed, reads the password, then starts a shell.

“sudo su” becomes root when executed, reads the password, then starts su, which looks whether it needs to read the password, discovers that it is already root, says “huh?” to itself, and starts a shell.
-Kai on May 9th, 2008 3:28 pm

I myself am by no stretch of the imagination proficient in Linux. But it seems that the major difference between the two is how they handle the shell. &quot;Sudo -s&quot; seems to create a new shell and &quot;sudo su&quot; seems to give the terminal super user rights.
Though, I&#039;m not particulary sure on why one is better than the other.</description>
		<content:encoded><![CDATA[<p>This is one of the comments on the webpage I linked too in my last post.</p>
<p>“sudo -s” becomes root when executed, reads the password, then starts a shell.</p>
<p>“sudo su” becomes root when executed, reads the password, then starts su, which looks whether it needs to read the password, discovers that it is already root, says “huh?” to itself, and starts a shell.<br />
-Kai on May 9th, 2008 3:28 pm</p>
<p>I myself am by no stretch of the imagination proficient in Linux. But it seems that the major difference between the two is how they handle the shell. &#8220;Sudo -s&#8221; seems to create a new shell and &#8220;sudo su&#8221; seems to give the terminal super user rights.<br />
Though, I&#8217;m not particulary sure on why one is better than the other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UbuntuLinuxHelp</title>
		<link>http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/comment-page-1/#comment-1328</link>
		<dc:creator>UbuntuLinuxHelp</dc:creator>
		<pubDate>Tue, 27 May 2008 12:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/#comment-1328</guid>
		<description>To help clarify for readers, Christer Edwards blog (http://ubuntu-tutorials.com) posted this link about sudo: https://help.ubuntu.com/community/RootSudo
It&#039;s a good link as it shows a couple extra little things we can do to easily manage sudo.</description>
		<content:encoded><![CDATA[<p>To help clarify for readers, Christer Edwards blog (<a href="http://ubuntu-tutorials.com"  rel="nofollow">http://ubuntu-tutorials.com</a>) posted this link about sudo: <a href="https://help.ubuntu.com/community/RootSudo"  rel="nofollow">https://help.ubuntu.com/community/RootSudo</a><br />
It&#8217;s a good link as it shows a couple extra little things we can do to easily manage sudo.<fieldset class="blogfollow"><legend>Read more from UbuntuLinuxHelp</legend><br />
<h2><a href="http://feedproxy.google.com/~r/ubuntulinuxhelp/ERrG/~3/3P-P5m-ESQI/" rel="external nofollow" >Forgotten Password – Reader Questions</a></h2>
<p>Rhonda, one of our readers asks:<br />
&#8220;&#8230;I forgot my username and password on my ubuntu/Linux computer. How do I get back on? I have 2 computers just so you understand. One I use windows and the other I u[...]</p>
<p></fieldset></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UbuntuLinuxHelp</title>
		<link>http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/comment-page-1/#comment-1327</link>
		<dc:creator>UbuntuLinuxHelp</dc:creator>
		<pubDate>Tue, 27 May 2008 12:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/#comment-1327</guid>
		<description>@Quite late - Thanks for the input. It&#039;s appreciated. :)

One thing to clarify though sudo -s is the equivalent of sudo su using either command will provide root permissions. So... I&#039;m not really sure what the difference would be? - Because this still gives me root&#039;s environment.

However, if I sudo -i then I&#039;ll again get root permissions AND change the (now rooted access) to the user&#039;s (my root) environment (home directory, etc.) I think sudo -i is best used when security is an issue? Is that right?

Please could you clarify? :) I&#039;m not by any stretch of the imagination a Linux expert, but I&#039;d really like to know what the difference is?
It just seems to me that with sudo su (sudo -s) and  sudo -i, I still get root&#039;s environment.
Am I missing something here? :)

Thanks!</description>
		<content:encoded><![CDATA[<p>@Quite late &#8211; Thanks for the input. It&#8217;s appreciated. :)</p>
<p>One thing to clarify though sudo -s is the equivalent of sudo su using either command will provide root permissions. So&#8230; I&#8217;m not really sure what the difference would be? &#8211; Because this still gives me root&#8217;s environment.</p>
<p>However, if I sudo -i then I&#8217;ll again get root permissions AND change the (now rooted access) to the user&#8217;s (my root) environment (home directory, etc.) I think sudo -i is best used when security is an issue? Is that right?</p>
<p>Please could you clarify? :) I&#8217;m not by any stretch of the imagination a Linux expert, but I&#8217;d really like to know what the difference is?<br />
It just seems to me that with sudo su (sudo -s) and  sudo -i, I still get root&#8217;s environment.<br />
Am I missing something here? :)</p>
<p>Thanks!<fieldset class="blogfollow"><legend>Read more from UbuntuLinuxHelp</legend><br />
<h2><a href="http://feedproxy.google.com/~r/ubuntulinuxhelp/ERrG/~3/3P-P5m-ESQI/" rel="external nofollow" >Forgotten Password – Reader Questions</a></h2>
<p>Rhonda, one of our readers asks:<br />
&#8220;&#8230;I forgot my username and password on my ubuntu/Linux computer. How do I get back on? I have 2 computers just so you understand. One I use windows and the other I u[...]</p>
<p></fieldset></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quite Late</title>
		<link>http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/comment-page-1/#comment-1324</link>
		<dc:creator>Quite Late</dc:creator>
		<pubDate>Mon, 26 May 2008 22:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/#comment-1324</guid>
		<description>http://ubuntu-tutorials.com/2008/05/09/a-root-shell-on-ubuntu-the-right-way/

The link above states that you should not use &quot;sudo su&quot; to create a root shell, but instead use &quot;sudo -i&quot; or &quot;sudo -s&quot;</description>
		<content:encoded><![CDATA[<p><a href="http://ubuntu-tutorials.com/2008/05/09/a-root-shell-on-ubuntu-the-right-way/"  rel="nofollow">http://ubuntu-tutorials.com/20.....right-way/</a></p>
<p>The link above states that you should not use &#8220;sudo su&#8221; to create a root shell, but instead use &#8220;sudo -i&#8221; or &#8220;sudo -s&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Quick Way to Improve Ubuntu Linux Operating Speed Performance. &#124; Ubuntu Linux Help</title>
		<link>http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/comment-page-1/#comment-620</link>
		<dc:creator>A Quick Way to Improve Ubuntu Linux Operating Speed Performance. &#124; Ubuntu Linux Help</dc:creator>
		<pubDate>Thu, 03 Apr 2008 15:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/#comment-620</guid>
		<description>[...] Speed Up Your Internet Connection in Ubuntu Linux - Part 1 Speed Up Your Internet Connection in Ubuntu Linux - Part 2 Speed Up Web Browsing by Caching DNS to Your Hard Drive in Ubuntu. Speed Up and Improve Web Surfing With an Ubuntu Squid Server. [...]</description>
		<content:encoded><![CDATA[<p>[...] Speed Up Your Internet Connection in Ubuntu Linux &#8211; Part 1 Speed Up Your Internet Connection in Ubuntu Linux &#8211; Part 2 Speed Up Web Browsing by Caching DNS to Your Hard Drive in Ubuntu. Speed Up and Improve Web Surfing With an Ubuntu Squid Server. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Answers to Linux Questions &#124; Ubuntu Linux Help</title>
		<link>http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/comment-page-1/#comment-424</link>
		<dc:creator>Answers to Linux Questions &#124; Ubuntu Linux Help</dc:creator>
		<pubDate>Thu, 13 Mar 2008 15:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/#comment-424</guid>
		<description>[...] There&#8217;s info about this here: Speed Up Your Internet Connection in Ubuntu Linux - Part 1 [...]</description>
		<content:encoded><![CDATA[<p>[...] There&#8217;s info about this here: Speed Up Your Internet Connection in Ubuntu Linux &#8211; Part 1 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Speed Up and Improve Web Surfing With an Ubuntu Squid Server. &#124; Ubuntu Linux Help</title>
		<link>http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/comment-page-1/#comment-318</link>
		<dc:creator>Speed Up and Improve Web Surfing With an Ubuntu Squid Server. &#124; Ubuntu Linux Help</dc:creator>
		<pubDate>Sat, 01 Mar 2008 21:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/#comment-318</guid>
		<description>[...] Speed Up Your Internet Connection in Ubuntu Linux - Part 1. Speed Up Your Internet Connection in Ubuntu Linux - Part 2. Speed Up Web Browsing by Caching DNS to Your Hard Drive in Ubuntu. [...]</description>
		<content:encoded><![CDATA[<p>[...] Speed Up Your Internet Connection in Ubuntu Linux &#8211; Part 1. Speed Up Your Internet Connection in Ubuntu Linux &#8211; Part 2. Speed Up Web Browsing by Caching DNS to Your Hard Drive in Ubuntu. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UbuntuLinuxHelp</title>
		<link>http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/comment-page-1/#comment-20</link>
		<dc:creator>UbuntuLinuxHelp</dc:creator>
		<pubDate>Fri, 03 Aug 2007 14:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/#comment-20</guid>
		<description>@ Elwyn Jenkins
Here you go: http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux-part-2/
It also includes links to some of the RFC&#039;s that define these specifications in greater detail.
I hope it&#039;s helpful!</description>
		<content:encoded><![CDATA[<p>@ Elwyn Jenkins<br />
Here you go: <a href="http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux-part-2/"  rel="nofollow">http://ubuntulinuxhelp.com/spe.....ux-part-2/</a><br />
It also includes links to some of the RFC&#8217;s that define these specifications in greater detail.<br />
I hope it&#8217;s helpful!<fieldset class="blogfollow"><legend>Read more from UbuntuLinuxHelp</legend><br />
<h2><a href="http://feedproxy.google.com/~r/ubuntulinuxhelp/ERrG/~3/3P-P5m-ESQI/" rel="external nofollow" >Forgotten Password – Reader Questions</a></h2>
<p>Rhonda, one of our readers asks:<br />
&#8220;&#8230;I forgot my username and password on my ubuntu/Linux computer. How do I get back on? I have 2 computers just so you understand. One I use windows and the other I u[...]</p>
<p></fieldset></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elwyn Jenkins</title>
		<link>http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/comment-page-1/#comment-17</link>
		<dc:creator>Elwyn Jenkins</dc:creator>
		<pubDate>Fri, 03 Aug 2007 04:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/#comment-17</guid>
		<description>OK I followed some of this. However, there is something missing. I need a little more background on what actually this effects and what can go wrong. I am a little too mindful of the times when I have followed other instructions only to find that I arrive at a location where nothing seems to be as described.</description>
		<content:encoded><![CDATA[<p>OK I followed some of this. However, there is something missing. I need a little more background on what actually this effects and what can go wrong. I am a little too mindful of the times when I have followed other instructions only to find that I arrive at a location where nothing seems to be as described.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UbuntuLinuxHelp</title>
		<link>http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/comment-page-1/#comment-7</link>
		<dc:creator>UbuntuLinuxHelp</dc:creator>
		<pubDate>Sat, 21 Jul 2007 17:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/#comment-7</guid>
		<description>Just to clarify - Yes, this tweak is only for broadband internet users. I&#039;ve found that a TCP window of 524288 works on most PC&#039;s, but just drop the size down if the tweak appears to slow down your web surfing. When changing the window size, don&#039;t forget to &quot;sudo sysctl -p&quot; each time!</description>
		<content:encoded><![CDATA[<p>Just to clarify &#8211; Yes, this tweak is only for broadband internet users. I&#8217;ve found that a TCP window of 524288 works on most PC&#8217;s, but just drop the size down if the tweak appears to slow down your web surfing. When changing the window size, don&#8217;t forget to &#8220;sudo sysctl -p&#8221; each time!<fieldset class="blogfollow"><legend>Read more from UbuntuLinuxHelp</legend><br />
<h2><a href="http://feedproxy.google.com/~r/ubuntulinuxhelp/ERrG/~3/3P-P5m-ESQI/" rel="external nofollow" >Forgotten Password – Reader Questions</a></h2>
<p>Rhonda, one of our readers asks:<br />
&#8220;&#8230;I forgot my username and password on my ubuntu/Linux computer. How do I get back on? I have 2 computers just so you understand. One I use windows and the other I u[...]</p>
<p></fieldset></p>
]]></content:encoded>
	</item>
</channel>
</rss>
