<?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>New Linux User &#187; Jon</title>
	<atom:link href="http://www.everyjoe.com/newlinuxuser/author/jon/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.everyjoe.com/newlinuxuser</link>
	<description>Linux Tips - Information for Using Linux</description>
	<lastBuildDate>Sun, 06 Dec 2009 23:55:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>I Bid You Adieu!</title>
		<link>http://www.everyjoe.com/newlinuxuser/i-bid-you-adieu/</link>
		<comments>http://www.everyjoe.com/newlinuxuser/i-bid-you-adieu/#comments</comments>
		<pubDate>Thu, 10 Aug 2006 18:02:50 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.newlinuxuser.com/i-bid-you-adieu/</guid>
		<description><![CDATA[All good things must come to an end, as the saying goes. MY tenure here on New Linux User is no different.
NLU came to life just before October of 2005 and it&#8217;s been a fun ride. I&#8217;ve decided to depart from b5 both as New Linux User blogger and as Tech Channel Editor. I have some personal projects that I&#8217;d like to dedicate more time to and since nobody seems to be making more hours, I need to pare down what I do in the existing ones. b5 has been the single greatest blogging experience of my career so far. [...]<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></description>
			<content:encoded><![CDATA[<p>All good things must come to an end, as the saying goes. MY tenure here on New Linux User is no different.</p>
<p>NLU came to life just before October of 2005 and it&#8217;s been a fun ride. I&#8217;ve decided to depart from b5 both as New Linux User blogger and as Tech Channel Editor. I have some personal projects that I&#8217;d like to dedicate more time to and since nobody seems to be making more hours, I need to pare down what I do in the existing ones. b5 has been the single greatest blogging experience of my career so far. Working with Jeremy, Darren, Duncan, and Shai has been inspiring and the bloggers and other channel editors that form the body of b5 has been nothing short of amazing. I&#8217;ll miss the community and obviously bright future b5 has ahead of it, but sometimes you need to swim or sink on your own.</p>
<p>I&#8217;d be remiss if I didn&#8217;t thank all you for reading the blog. This blog has what I consider to be a tremendous amount of traffic and it&#8217;s very gratifying to see how many people come here for information, advice, and to correct me. This blog is its own little community and I know that whoever steps in to take over my role will strive to keep that community going.</p>
<p>Thank you all.</p>
<p>Jon</p>
<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/newlinuxuser/i-bid-you-adieu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Explanation: Using /etc/hosts</title>
		<link>http://www.everyjoe.com/newlinuxuser/explanation-using-etchosts/</link>
		<comments>http://www.everyjoe.com/newlinuxuser/explanation-using-etchosts/#comments</comments>
		<pubDate>Fri, 28 Jul 2006 12:12:43 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Explanation]]></category>

		<guid isPermaLink="false">http://www.newlinuxuser.com/explanation-using-etchosts/</guid>
		<description><![CDATA[In the comments section of a recent post, I mentioned that I used my /etc/hosts file to test out a site after moving it to a new server. Instead of leaving it in the comments, I thought I would pull that knowledge out into a post.
As regular readers can probably surmise, I&#8217;ve been doing an awful lot of host-moving these days. In the past week I&#8217;ve moved all 10 of my domains twice. I&#8217;ve moved domains before, but never on such a grand scale and never more than once in a week. It sucked, but I learned a few things [...]<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></description>
			<content:encoded><![CDATA[<p>In the comments section of a recent post, I mentioned that I used my /etc/hosts file to test out a site after moving it to a new server. Instead of leaving it in the comments, I thought I would pull that knowledge out into a post.</p>
<p>As regular readers can probably surmise, I&#8217;ve been doing an awful lot of host-moving these days. In the past week I&#8217;ve moved all 10 of my domains twice. I&#8217;ve moved domains before, but never on such a grand scale and never more than once in a week. It sucked, but I learned a few things such as using the /etc/hosts file.</p>
<p>When you move a site, the IP address of that site will change. To let the world know that your IP address has changed, you need to update your DSN records however it can take days for that information to propagate throughout the world. It&#8217;s very hard to thoroughly test a newly-moved website until DNS resolves and waiting for that to happen just to find out that your newly live site has errors in it isn&#8217;t a lot of fun. A much better way is to move the site, but leave your DNS settings alone so the rest of the world continues to see your old site, and make a change to your /etc/hosts file so only you can see the new site.</p>
<p>When you attempt to reach an Internet address &#8211; regardless of whether your browsing, ssh&#8217;ing, emailing, or whatever &#8211; your system consults its /etc/hosts file to see if it has an IP address entry for the domain you&#8217;re looking for. If it doesn&#8217;t (as is the case most of the time) it then queries the DNS system for an IP. To ensure that you will see the new site, edit your /etc/hosts file and, underneath the existing 127.0.0.1 lines, put in your new IP address and your domain on the same line. For example, when I moved Linux World Net, I added these lines to my /etc/hosts file:</p>
<blockquote><p>
69.65.105.227 linuxworldnet.com<br />
69.65.105.227 www.linuxworldnet.com<br />
69.65.105.227 fifo.linuxworldnet.com<br />
69.65.105.227 security.linuxworldnet.com<br />
69.65.105.227 gaming.linuxworldnet.com<br />
69.65.105.227 linuxbiz.linuxworldnet.com<br />
69.65.105.227 mythdispeller.linuxworldnet.com<br />
69.65.105.227 gaming.linuxworldnet.com<br />
69.65.105.227 learning.linuxworldnet.com<br />
69.65.105.227 minimum.linuxworldnet.com<br />
69.65.105.227 news.linuxworldnet.com<br />
69.65.105.227 naked.linuxworldnet.com
</p></blockquote>
<p>Now, whenever I attempt to go to any of theses addresses, I get the new site. Nobody else in the world does, however, because I haven&#8217;t updated my DNS records yet. Once I&#8217;ve determined that the site is working properly, then I can change the DNS settings at Zone Edit (or your registrar) and the rest of the world can come on in.</p>
<p><em>Note: I suspect, but have not tested, that something like *.linuxworldnet.com might have worked as well.</em></p>
<p>Reader <a href="http://sewmyheadon.com/">Eric</a> left a tip that will speed up DNS propagation once you get to that step. Thanks, Eric:</p>
<blockquote><p>
About 24 hours before you move a domain, update your TTL settings for the domain that you’re going to move to 600 (seconds). The default in WHM is 14400.</p>
<p>This will tell DNS servers to check the server every 600 seconds (5 minutes) to update the DNS. So, once you switch you’ve moved the site and updated your nameservers, all traffic should be redirected to the new site in about 5 minutes.
</p></blockquote>
<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/newlinuxuser/explanation-using-etchosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Free World: Moving Hosts Tip</title>
		<link>http://www.everyjoe.com/newlinuxuser/the-free-world-moving-hosts-tip/</link>
		<comments>http://www.everyjoe.com/newlinuxuser/the-free-world-moving-hosts-tip/#comments</comments>
		<pubDate>Thu, 27 Jul 2006 04:53:30 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[The Free World.]]></category>

		<guid isPermaLink="false">http://www.newlinuxuser.com/the-free-world-moving-hosts-tip/</guid>
		<description><![CDATA[I&#8217;ve had the dubious pleasure of moving hosts twice in the last week. The first time was from an unmanaged VPS at Unixshell to a managed VPS at TekTonic. The second move was from the managed VPS at TekTonic to a managed VPS at PowerVPS. The difference between an unmanaged plan and a managed plan is like night and day. 
An unmanaged plan gives you a box with a Linux distro on it (unless you get a Windows unmanaged VPS which are few and far between). A managed plan, in most cases, gives you a box with a Linux distro [...]<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had the dubious pleasure of moving hosts twice in the last week. The first time was from an unmanaged VPS at Unixshell to a managed VPS at TekTonic. The second move was from the managed VPS at TekTonic to a managed VPS at PowerVPS. The difference between an unmanaged plan and a managed plan is like night and day. </p>
<p>An unmanaged plan gives you a box with a Linux distro on it (unless you get a Windows unmanaged VPS which are few and far between). A managed plan, in most cases, gives you a box with a Linux distro and a management panel like cPanel and all the &#8216;normal&#8217; type stuff you&#8217;ll be expected to need like PHP and MySQL. It&#8217;s the cPanel Web Hosting Manager (WHM) that makes all the difference when you&#8217;re transferring servers. Moving from a WHM server to another WHM server is so ridiculously easy that it almost defies description.</p>
<p>Moving from the unmanaged required me to transfer each of my 10 domains manually. I had to tar up each domain, dump the databases and then recreate the domains, restore the tarballs, and restore the databases onto the new server. This took an entire day and there were still lots of permission errors at the end of that day. Moving from a WHM server to another WHM server literally requires a couple of clicks per domain. On the new WHM server, you can import an account from the old WHM server with ease.</p>
<p>The steps are so ridiculously easy that I won&#8217;t bother to list them here, but suffice it to say that I *highly* recommend getting a WHM enabled VPS from the get go. You&#8217;ll thank yourself later when you have to move hosts. And we all have to move hosts from time to time.</p>
<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/newlinuxuser/the-free-world-moving-hosts-tip/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The (Not So) Free World: TUX Magazine No Longer Gratis</title>
		<link>http://www.everyjoe.com/newlinuxuser/the-not-so-free-world-tux-magazine-no-longer-gratis/</link>
		<comments>http://www.everyjoe.com/newlinuxuser/the-not-so-free-world-tux-magazine-no-longer-gratis/#comments</comments>
		<pubDate>Tue, 25 Jul 2006 18:08:16 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[The Free World.]]></category>

		<guid isPermaLink="false">http://www.newlinuxuser.com/the-not-so-free-world-tux-magazine-no-longer-gratis/</guid>
		<description><![CDATA[Too bad, I really enjoyed TUX and I&#8217;ve always felt close to it because of the close birthday it has with my first foray into podcasting. Having spoken with Nick Petrely on a few occassion and having written an article for the sister publication, Linux Journal, I&#8217;ve always had a soft spot for SSC.
If you&#8217;re currently subscribed, you&#8217;ll remain free for a year.
Full details here.
Post from: New Linux User
<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Too bad, I really enjoyed TUX and I&#8217;ve always felt close to it because of the close birthday it has with my first foray into podcasting. Having spoken with Nick Petrely on a few occassion and having written an article for the sister publication, Linux Journal, I&#8217;ve always had a soft spot for SSC.</p>
<p>If you&#8217;re currently subscribed, you&#8217;ll remain free for a year.</p>
<p><a href="http://www.tuxmagazine.com/node/1000208">Full details here.</a></p>
<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/newlinuxuser/the-not-so-free-world-tux-magazine-no-longer-gratis/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Explanation: File Permissions Angst</title>
		<link>http://www.everyjoe.com/newlinuxuser/explanation-file-permissions-angst/</link>
		<comments>http://www.everyjoe.com/newlinuxuser/explanation-file-permissions-angst/#comments</comments>
		<pubDate>Mon, 24 Jul 2006 03:18:01 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Explanation]]></category>

		<guid isPermaLink="false">http://www.newlinuxuser.com/explanation-file-permissions-angst/</guid>
		<description><![CDATA[I recently moved our podcast, The JaK Attack! to a new server. My master plan was to just tar up the directories, wget them across to the new server, untar them and call it a day. Well, I had to dump and restore the databases as well, but that&#8217;s another story.
What I very quickly learned is that it&#8217;s very easy to lose file permissions and ownerships when you do what I did. When untarring the file onto the new server, it&#8217;s important to do it as the user who owns the account, and not the root user. Untarring the tarball [...]<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I recently moved our podcast, <a href="http://www.thepurplepodcaster.com/thejakttack">The JaK Attack! </a>to a new server. My master plan was to just tar up the directories, wget them across to the new server, untar them and call it a day. Well, I had to dump and restore the databases as well, but that&#8217;s another story.</p>
<p>What I very quickly learned is that it&#8217;s very easy to lose file permissions and ownerships when you do what I did. When untarring the file onto the new server, it&#8217;s important to do it as the user who owns the account, and not the root user. Untarring the tarball as the root user will make the new files owned by root which can cause all sorts of problems with whatever CMS or blogware you&#8217;re running. It&#8217;s not that hard to recursively change ownership:</p>
<blockquote><p>
chmod -R newuser.newuser *
</p></blockquote>
<p>but it can produce some spectactularly ugly errors at the onset.</p>
<p>I&#8217;ve also found that in some cases, the newly untarred files would have all of their &#8216;w&#8217;rite permissions stipped from them. Again, not a big deal to restore it, but can also be the cause of some ugly errors.</p>
<p>I&#8217;m 100% sure that the way I did the server transfer could have been done better. There must be ways to preserve the file permissions when doing this. I&#8217;m not sure about the ownership, however, as it&#8217;s entirely possible to untar a bunch of files that are owned by a user on the old server that doesn&#8217;t exist on the new server.</p>
<p>Anyhow &#8211; not a lot of information in this post, but I wanted to share that if you&#8217;re doing something like this and getting all sorts of ugly errors, you may want to take a look at the new files&#8217; permissions and ownership.</p>
<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/newlinuxuser/explanation-file-permissions-angst/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Free World: Recent Linux Books</title>
		<link>http://www.everyjoe.com/newlinuxuser/the-free-world-recent-linux-books/</link>
		<comments>http://www.everyjoe.com/newlinuxuser/the-free-world-recent-linux-books/#comments</comments>
		<pubDate>Fri, 21 Jul 2006 01:30:37 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[The Free World.]]></category>

		<guid isPermaLink="false">http://www.newlinuxuser.com/the-free-world-recent-linux-books/</guid>
		<description><![CDATA[I&#8217;m on Pearson&#8217;s book reviewer list so once a month or so I get sent another Linux book from them. In a lot of cases, the book hasn&#8217;t been released yet and what I get is a draft manuscipt. In other cases, the books are on the shelf.
In any case, it&#8217;s been about 4 months since they&#8217;ve sent me anything and in the last month alone I&#8217;ve been sent three books. They all looks great and they all fit a different niche.
Here&#8217;s the run down of what I&#8217;ve been looking at this month (note, these are NOT affiliate links. Click [...]<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m on Pearson&#8217;s book reviewer list so once a month or so I get sent another Linux book from them. In a lot of cases, the book hasn&#8217;t been released yet and what I get is a draft manuscipt. In other cases, the books are on the shelf.</p>
<p>In any case, it&#8217;s been about 4 months since they&#8217;ve sent me anything and in the last month alone I&#8217;ve been sent three books. They all looks great and they all fit a different niche.</p>
<p>Here&#8217;s the run down of what I&#8217;ve been looking at this month (note, these are NOT affiliate links. Click away):</p>
<p><strong>The Linux Starter Kit</strong></p>
<p><a href="http://www.amazon.com/gp/product/0672328879/sr=8-1/qid=1153445361/ref=sr_1_1/002-2508112-4931233?ie=UTF8">Link</a></p>
<p>This is a &#8217;software box&#8217; with a full SUSE 10.1 DVD in it and a 150 page &#8216;quick start&#8217; manual to get you up and running. It&#8217;s geared towards the new SUSE user, and perhaps the new Linux user, but not the new computer user. The instructions are good, but they&#8217;re probably too brief for a novice computer user. Great for those of us who are relatively comfortable with computers and want to dive right in.</p>
<p><strong>The Linux Phrase Book</strong></p>
<p><a href="http://www.amazon.com/gp/product/0672328380/sr=1-3/qid=1153445406/ref=sr_1_3/002-2508112-4931233?ie=UTF8&#038;s=books">Link</a></p>
<p>Great for people who work with Linux. It&#8217;s not a narrative book at all, it&#8217;s a reference pocket book that has a quick index for pretty much every command you can think of. Great stuff.</p>
<p><strong>The Official Ubuntu Book</strong></p>
<p>This guy isn&#8217;t on the shelves yet. In fact, I just got it a few days ago and haven&#8217;t really had a good look at it yet. It&#8217;s direct from the Ubuntu clan, however, so it&#8217;s bound to be bang on the money. I&#8217;ll post more about it when I get further into it.</p>
<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/newlinuxuser/the-free-world-recent-linux-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geeky Not So Fun: I Did It.</title>
		<link>http://www.everyjoe.com/newlinuxuser/geeky-not-so-fun-i-did-it/</link>
		<comments>http://www.everyjoe.com/newlinuxuser/geeky-not-so-fun-i-did-it/#comments</comments>
		<pubDate>Tue, 18 Jul 2006 03:14:07 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Geeky Fun]]></category>

		<guid isPermaLink="false">http://www.newlinuxuser.com/geeky-not-so-fun-i-did-it/</guid>
		<description><![CDATA[I am now an official memberr of the Linux-weenie society. You don&#8217;t hear much about the Linux-weenie society, but most (if not all) Linux users are secret members. How did I get inducted? 
When I attempted to delete a *.bak file in my awstats directory I typed this:

rm * .bak

See the space? Yes. It took the entire directory.
Thankfully, I had almost the exact same setup on another server so I was able to grab my awstats conf files from there and tweak &#8216;em, but holy&#8230;that could have just as easily been any other directory on the machine. And yes, I [...]<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I am now an official memberr of the Linux-weenie society. You don&#8217;t hear much about the Linux-weenie society, but most (if not all) Linux users are secret members. How did I get inducted? </p>
<p>When I attempted to delete a *.bak file in my awstats directory I typed this:</p>
<blockquote><p>
rm * .bak
</p></blockquote>
<p>See the space? Yes. It took the entire directory.</p>
<p>Thankfully, I had almost the exact same setup on another server so I was able to grab my awstats conf files from there and tweak &#8216;em, but holy&#8230;that could have just as easily been any other directory on the machine. And yes, I was root.</p>
<p>Weenies Unite!</p>
<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/newlinuxuser/geeky-not-so-fun-i-did-it/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Geeky Fun: CosmoPOD Premium</title>
		<link>http://www.everyjoe.com/newlinuxuser/geeky-fun-cosmopod-premium/</link>
		<comments>http://www.everyjoe.com/newlinuxuser/geeky-fun-cosmopod-premium/#comments</comments>
		<pubDate>Thu, 13 Jul 2006 15:28:58 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Geeky Fun]]></category>

		<guid isPermaLink="false">http://www.newlinuxuser.com/geeky-fun-cosmopod-premium/</guid>
		<description><![CDATA[I&#8217;ve put together a little video of the things you can do with CosmoPOD premium. I had to hand hold the video camera so it&#8217;s a little shaky. Take some Bonamine and you&#8217;ll be fine  
It&#8217;s over on The Linux Learning Station.
Post from: New Linux User
<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve put together a little video of the things you can do with CosmoPOD premium. I had to hand hold the video camera so it&#8217;s a little shaky. Take some Bonamine and you&#8217;ll be fine <img src='http://www.everyjoe.com/newlinuxuser/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It&#8217;s over on <a href="http://learning.linuxworldnet.com/cosmopod-premium/">The Linux Learning Station.</a></p>
<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/newlinuxuser/geeky-fun-cosmopod-premium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Disable the &#8216;Tap&#8217; Function on my Touchpad?</title>
		<link>http://www.everyjoe.com/newlinuxuser/howto-disable-the-tap-function-on-my-touchpad/</link>
		<comments>http://www.everyjoe.com/newlinuxuser/howto-disable-the-tap-function-on-my-touchpad/#comments</comments>
		<pubDate>Tue, 11 Jul 2006 22:23:59 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.newlinuxuser.com/howto-disable-the-tap-function-on-my-touchpad/</guid>
		<description><![CDATA[This is a tricky subject and I&#8217;ve had brilliant successes and dismal failures with it. If you have a Synaptics touchpad, you can use the following steps. If you have an ALPS touchpad then I *believe* the same steps will work for you, but I can&#8217;t be sure. Synaptics, at least, also has a GUI available to control the touchpad which means you won&#8217;t have to go into the command line as I&#8217;m about to do.
Sadly, many laptops&#8217; touchpads show up as USB mice (as was the case with my old Inspiron 1000). Since the computer thinks it is a [...]<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></description>
			<content:encoded><![CDATA[<p>This is a tricky subject and I&#8217;ve had brilliant successes and dismal failures with it. If you have a Synaptics touchpad, you can use the following steps. If you have an ALPS touchpad then I *believe* the same steps will work for you, but I can&#8217;t be sure. Synaptics, at least, also has a GUI available to control the touchpad which means you won&#8217;t have to go into the command line as I&#8217;m about to do.</p>
<p>Sadly, many laptops&#8217; touchpads show up as USB mice (as was the case with my old Inspiron 1000). Since the computer thinks it is a normal mouse, I don&#8217;t believe there is any way to pass parameters to it to shut off the tapping.</p>
<p>This procudure, however, has worked on both my current Dell inspiron 9400 and Kelly&#8217;s Acer Aspire 3000.</p>
<p>Open a terminal window and open the /etc/X11/xorg.conf file for editing. In Kubuntu:</p>
<blockquote><p>Press Alt+F2 and type in Konsole<br />
Type sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.original<br />
Type sudo nano /etc/X11/xorg.conf</p></blockquote>
<p>In Ubuntu:</p>
<blockquote><p>Press Alt+F2 and type in gnome-terminal<br />
Type sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.original<br />
Type sudo gedit /etc/X11/xorg.conf</p></blockquote>
<p>Scroll down to the Input Device section and add the following lines:</p>
<blockquote><p>Option “TapButton0″ “0″<br />
Option “TapButton1″ “0″<br />
Option “TapButton2″ &#8220;0&#8243;</p></blockquote>
<p>Different areas of the touchpad mimic mouse buttons. The tap mimicing the left-click is one such beastie. What we&#8217;re doing here is shutting them all off. I&#8217;m not entirely sure how many TapButtons there are to shut off, but these three ( 0 &#8211; 2) seem to turn everything off. If you have a really fancy touchpad, you may require more. I&#8217;m sure there&#8217;s a much better technical explanation for this, but that&#8217;s how I see it <img src='http://www.everyjoe.com/newlinuxuser/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Enjoy!</p>
<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/newlinuxuser/howto-disable-the-tap-function-on-my-touchpad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reader Question: Why is there no /etc/modules.conf in Ubuntu?</title>
		<link>http://www.everyjoe.com/newlinuxuser/reader-question-why-is-there-no-etcmodulesconf-in-ubuntu/</link>
		<comments>http://www.everyjoe.com/newlinuxuser/reader-question-why-is-there-no-etcmodulesconf-in-ubuntu/#comments</comments>
		<pubDate>Mon, 10 Jul 2006 12:10:08 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Reader Questions]]></category>

		<guid isPermaLink="false">http://www.newlinuxuser.com/reader-question-why-is-there-no-etcmodulesconf-in-ubuntu/</guid>
		<description><![CDATA[OK, I&#8217;ll admit it &#8211; I&#8217;m the reader in this case.
I was reading the booting section of my fancy-dancy LPI certification book and it speaks about kernel parameters. It mentions that you can feed the kernel parameters at boot time (which will be the subject of an upcoming entry) and also states that you can feed kernel modules parameters as well. It says that kernel module parameters can be specified in either the /etc/modules.conf or the /etc/conf.modules file.
I&#8217;m running Kubuntu 6.06LTS and I have neither of these files. I have an /etc/modprobe.d/ directory that contains a bunch of files that [...]<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></description>
			<content:encoded><![CDATA[<p>OK, I&#8217;ll admit it &#8211; I&#8217;m the reader in this case.</p>
<p>I was reading the booting section of my fancy-dancy LPI certification book and it speaks about kernel parameters. It mentions that you can feed the kernel parameters at boot time (which will be the subject of an upcoming entry) and also states that you can feed kernel modules parameters as well. It says that kernel module parameters can be specified in either the /etc/modules.conf or the /etc/conf.modules file.</p>
<p>I&#8217;m running Kubuntu 6.06LTS and I have neither of these files. I have an /etc/modprobe.d/ directory that contains a bunch of files that kind of look like what I want, but I&#8217;m not familiar enough with this topic to figure it out. I did some preliminary Googling and came up with <a href="http://www.devhardware.com/forums/operating-systems-18/ubuntu-question-no-modprobe-conf-91626.html">this post</a> that states running a <em>sudo update-modules</em> will create the modules.conf file, but it doesn&#8217;t work.</p>
<p>Now, it&#8217;s quite obvious that I don&#8217;t need this file as my system runs fine, but in order to understand how to pass module parameters, I need to understand how the system works in Ubuntu. Anyone want to take a shot at explaining it for me?</p>
<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/newlinuxuser/reader-question-why-is-there-no-etcmodulesconf-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>