<?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>How To Ubuntu &#187; Internet</title>
	<atom:link href="http://howto-ubuntu.net/tag/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://howto-ubuntu.net</link>
	<description>Focusing on the Long Term Support release -- Lucid 10.04</description>
	<lastBuildDate>Fri, 30 Jul 2010 12:30:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Blocking websites using the hosts file</title>
		<link>http://howto-ubuntu.net/blocking-websites-using-the-hosts-file/</link>
		<comments>http://howto-ubuntu.net/blocking-websites-using-the-hosts-file/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 03:11:32 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[how to]]></category>

		<guid isPermaLink="false">http://howtoubuntu.wordpress.com/?p=114</guid>
		<description><![CDATA[<p>Let&#8217;s say you want to block certain websites. Maybe to keep your kids off of myspace, for security reasons, or to block advertising from being loaded. You can do this by means of your hosts file. By modifying that little file, you can keep certain websites from being accessed from your computer. Here&#8217;s how to [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say you want to block certain websites. Maybe to keep your kids off of myspace, for security reasons, or to block advertising from being loaded. You can do this by means of your <a href="http://en.wikipedia.org/wiki/Hosts_file">hosts file</a>. By modifying that little file, you can keep certain websites from being accessed from your computer. Here&#8217;s how to do it&#8230;</p>
<p><span id="more-114"></span></p>
<p>First of all, you must be logged in as a user with administrative privileges.</p>
<p>Then you need to open a text editor with administrative rights. Here&#8217;s a simple way to do it.</p>
<p style="padding-left:30px;"><strong>Hit <em>ALT+F2</em> to open a &#8216;Run Application&#8217; dialog box.</strong></p>
<p style="padding-left:30px;">
<p style="padding-left:30px;"><strong>Type in&#8230; <em>gksudo gedit /etc/hosts</em></strong></p>
<p style="padding-left:30px;">
<p style="padding-left:30px;"><strong>Press Enter, &amp; type in your password, and the file will open.</strong></p>
<p style="padding-left:30px;">
<p>Add one line to the end of the file for each site you want to block, like this&#8230;</p>
<p style="padding-left:30px;"><strong>0.0.0.0 www.example.com</strong></p>
<p style="padding-left:30px;">
<p>Note that there is a space between the 0.0.0.0 &amp; the web site address. This will tell you computer to look for www.example.com at the ip address of 0.0.0.0. It won&#8217;t be there of course, and they won&#8217;t be able to get to the website. This can be done with any site, and with any number of sites. Just keep adding lines to that file. Once you&#8217;re finished modifying the file, click the <strong>Save</strong> button. The changes will take effect upon your next boot up, and the changes will affect every user on the computer. You can even find pre-made hosts file online that will block a lot of advertising that pops up while online.</p>
<p>Here&#8217;s what the file should look like if you want to block MySpace &amp; Worldcat&#8230;</p>
<p><a href="http://howtoubuntu.files.wordpress.com/2008/11/hosts.png"><img class="alignnone size-full wp-image-116" title="hosts" src="http://howtoubuntu.files.wordpress.com/2008/11/hosts.png" alt="hosts" width="457" height="518" /></a></p>
<p>If you type a line that begins with a &#8220;#&#8221;, the computer will ignore that line, like my line &#8220;# Blocked web sites by How To Ubuntu&#8221;</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhowto-ubuntu.net%2Fblocking-websites-using-the-hosts-file%2F&amp;linkname=Blocking%20websites%20using%20the%20hosts%20file"><img src="http://howto-ubuntu.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://howto-ubuntu.net/blocking-websites-using-the-hosts-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set up Dial Up internet on Ubuntu 7.10 &amp; 8.04 linux</title>
		<link>http://howto-ubuntu.net/how-to-dial-up-internet-on-ubuntu-with-gnome-ppp/</link>
		<comments>http://howto-ubuntu.net/how-to-dial-up-internet-on-ubuntu-with-gnome-ppp/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 10:35:47 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[Dial Up]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[modem]]></category>

		<guid isPermaLink="false">http://howtoubuntu.wordpress.com/?p=5</guid>
		<description><![CDATA[<p>This stumped me for a LONG time.  I had Ubuntu for a month or so before I got DSL service.  I was too much of a noob to compile a driver for my old internal dial up modem. Here&#8217;s how I finally made dial up work.</p>
<p>1. Get a true external modem.</p>
<p> </p>
<p> </p>
<p>I [...]]]></description>
			<content:encoded><![CDATA[<p>This stumped me for a LONG time.  I had Ubuntu for a month or so before I got DSL service.  I was too much of a noob to compile a driver for my old internal dial up modem. Here&#8217;s how I finally made dial up work.<span id="more-277"></span></p>
<p><span style="text-decoration:underline;"><strong><span style="color:#000000;">1. Get a true external modem.</span></strong></span></p>
<p><span style="color:#000000;"> </span></p>
<blockquote><p><span style="color:#000000;"> </span></p>
<blockquote><p><span style="color:#000000;">I used&#8230; </span><a href="http://www.amazon.com/TRENDnet-External-Data-Modem-Kflex56/dp/B00008AWKZ" target="_blank"><span style="color:#000000;">TRENDnet TFM-560X 56Kbps serial port modem</span></a><span style="color:#000000;">.</span></p></blockquote>
<p><span style="color:#000000;"> </span></p></blockquote>
<p><span style="color:#000000;"> </span></p>
<p><strong><span style="text-decoration:underline;"><span style="color:#000000;">2. Get Gnome PPP &#8211;</span></span><span style="color:#000000;"> </span><em><span style="color:#000000;">Applications &gt;  Add/Remove &gt; Gnome PPP</span></em></strong></p>
<p><span style="color:#000000;"> </span></p>
<blockquote><p><span style="color:#000000;"> </span></p>
<blockquote><p><span style="color:#000000;">Configure it as you would any dial up connection.  Enter your ISP&#8217;s phone #, your username, and password. That&#8217;s it.  All you need to do now is connect.</span></p></blockquote>
<p><span style="color:#000000;"> </span></p></blockquote>
<p><span style="color:#000000;"> </span><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">This method has worked for both me &amp; my mom, running Ubuntu Feisty 7.04,  Gutsy 7.10, and now Hardy 8.04 LTS.  This is by far the easiest solution to dial up internet problems with linux.  This works nicely with Firefox, which is configured by default for use with dial up service. Opera, however, is the best choice for a dial up browser.</span></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhowto-ubuntu.net%2Fhow-to-dial-up-internet-on-ubuntu-with-gnome-ppp%2F&amp;linkname=How%20to%20set%20up%20Dial%20Up%20internet%20on%20Ubuntu%207.10%20%26%23038%3B%208.04%20linux"><img src="http://howto-ubuntu.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://howto-ubuntu.net/how-to-dial-up-internet-on-ubuntu-with-gnome-ppp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
