<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Emphatic Nonsense</title>
	<atom:link href="http://emphaticnonsense.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://emphaticnonsense.com</link>
	<description>Forest Monsen is your host on a journey into technobabble and other emphatic nonsense.</description>
	<lastBuildDate>Tue, 31 Aug 2010 23:57:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='emphaticnonsense.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/d9d2ab8e627e5da51344d2d079481cd7?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Emphatic Nonsense</title>
		<link>http://emphaticnonsense.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://emphaticnonsense.com/osd.xml" title="Emphatic Nonsense" />
	<atom:link rel='hub' href='http://emphaticnonsense.com/?pushpress=hub'/>
		<item>
		<title>Apache custom logging</title>
		<link>http://emphaticnonsense.com/2010/08/31/apache-custom-logging/</link>
		<comments>http://emphaticnonsense.com/2010/08/31/apache-custom-logging/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 23:57:39 +0000</pubDate>
		<dc:creator>fourstar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emphaticnonsense.com/?p=102</guid>
		<description><![CDATA[Aren&#8217;t you interested in seeing what requests users, bots, or script kiddies make of your site, especially those things that client-side JavaScript-based analytics packages don&#8217;t tell you? Under Apache, custom logging can give you lots of information you might not have seen otherwise. I&#8217;ll let the documentation for Apache&#8217;s mod_log_config say most of this, but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emphaticnonsense.com&blog=2519354&post=102&subd=emphaticnonsense&ref=&feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Aren&#8217;t you interested in seeing what requests users, bots, or script kiddies make of your site, especially those things that client-side JavaScript-based analytics packages don&#8217;t tell you? </p>
<p>Under Apache, custom logging can give you lots of information you might not have seen otherwise. I&#8217;ll let the <a href="http://httpd.apache.org/docs/current/mod/mod_log_config.html">documentation for Apache&#8217;s mod_log_config</a> say most of this, but as a quick preview, you could try defining a custom log format up near the top of your httpd.conf with</p>
<p><code>LogFormat "%a %t %{Host}i \"%r\"" hostlog</code></p>
<p>for example, then in all of your Directory containers, you could do</p>
<p><code>CustomLog logs/forest-monsen-site-host-log hostlog</code></p>
<p>Then, in my case, <code>/var/log/httpd/forest-monsen-site-host-log</code> would contain lines like<br />
<code>192.168.0.3 [31/Aug/2010:08:53:24 -0500] www.forestmonsen.com "GET /aggregator/sources/2 HTTP/1.0"<br />
192.168.0.5 [31/Aug/2010:08:53:24 -0500] www.forestmonsen.org "GET /images/house.gif HTTP/1.1"<br />
</code></p>
<p>And I&#8217;d be able to tell which hostname was originally requested by the user &#8212; before any of my mod_rewrite rules got to it. Good stuff.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/emphaticnonsense.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/emphaticnonsense.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/emphaticnonsense.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/emphaticnonsense.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/emphaticnonsense.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/emphaticnonsense.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/emphaticnonsense.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/emphaticnonsense.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/emphaticnonsense.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/emphaticnonsense.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/emphaticnonsense.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/emphaticnonsense.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/emphaticnonsense.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/emphaticnonsense.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emphaticnonsense.com&blog=2519354&post=102&subd=emphaticnonsense&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://emphaticnonsense.com/2010/08/31/apache-custom-logging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e39f21a844a18c17227e1d16d215809e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fourstar</media:title>
		</media:content>
	</item>
		<item>
		<title>The opposite of love is being in a rush</title>
		<link>http://emphaticnonsense.com/2010/07/27/the-opposite-of-love-is-being-in-a-rush/</link>
		<comments>http://emphaticnonsense.com/2010/07/27/the-opposite-of-love-is-being-in-a-rush/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 16:57:04 +0000</pubDate>
		<dc:creator>fourstar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emphaticnonsense.com/?p=99</guid>
		<description><![CDATA[After reading all of this article, I understand this to mean &#8220;Multitasking + squeezing more in = a gradual failure in our ability to love &#38; empathize with others.&#8221; ### &#8220;Your Brain on Computers: Hooked on Gadgets, and Paying a Mental Price&#8220; Matt Richtel, New York Times, published 6 Jun 2010 &#8220;[Scientists] say our ability [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emphaticnonsense.com&blog=2519354&post=99&subd=emphaticnonsense&ref=&feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After reading <em>all</em> of this article, I understand this to mean &#8220;Multitasking + squeezing more in = a gradual failure in our ability to love &amp; empathize with others.&#8221;</p>
<p>###<br />
&#8220;<a href="http://www.nytimes.com/2010/06/07/technology/07brain.html?ref=technology&amp;src=me&amp;pagewanted=all">Your Brain on Computers: Hooked on Gadgets, and Paying a Mental Price</a>&#8220;<br />
Matt Richtel, New York Times, published 6 Jun 2010</p>
<p>&#8220;[Scientists] say our ability to focus is being undermined by bursts of information&#8230; While many people say multitasking makes them more productive, research shows otherwise. Heavy multitaskers actually have more trouble focusing and shutting out irrelevant information&#8230; and<br />
they experience more stress.&#8221;</p>
<p>I&#8217;ve been reading <a href="http://www.powells.com/biblio/1-9780393072228-2">The Shallows </a> by Nicholas Carr &#8212; that&#8217;s fascinating, as well.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/emphaticnonsense.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/emphaticnonsense.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/emphaticnonsense.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/emphaticnonsense.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/emphaticnonsense.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/emphaticnonsense.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/emphaticnonsense.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/emphaticnonsense.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/emphaticnonsense.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/emphaticnonsense.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/emphaticnonsense.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/emphaticnonsense.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/emphaticnonsense.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/emphaticnonsense.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emphaticnonsense.com&blog=2519354&post=99&subd=emphaticnonsense&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://emphaticnonsense.com/2010/07/27/the-opposite-of-love-is-being-in-a-rush/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e39f21a844a18c17227e1d16d215809e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fourstar</media:title>
		</media:content>
	</item>
		<item>
		<title>Remove user list from Ubuntu 9.10 Karmic Koala login screen</title>
		<link>http://emphaticnonsense.com/2010/02/28/remove-user-list-from-ubuntu-9-10-karmic-koala-login-screen/</link>
		<comments>http://emphaticnonsense.com/2010/02/28/remove-user-list-from-ubuntu-9-10-karmic-koala-login-screen/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 06:34:24 +0000</pubDate>
		<dc:creator>fourstar</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[command line]]></category>

		<guid isPermaLink="false">http://emphaticnonsense.com/?p=95</guid>
		<description><![CDATA[Problem: You want to login to your Ubuntu laptop without letting others shoulder surf your full name. You&#8217;d like to introduce yourself to them personally instead. Solution: In a terminal (Applications -&#62; Accessories -&#62; Terminal), enter sudo -u gdm gconftool-2 --set --type boolean /apps/gdm/simple-greeter/disable_user_list true Type in your password when requested. You&#8217;re done.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emphaticnonsense.com&blog=2519354&post=95&subd=emphaticnonsense&ref=&feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>Problem</em>: You want to login to your Ubuntu laptop without letting others shoulder surf your full name. You&#8217;d like to introduce yourself to them personally instead.</p>
<p><em>Solution</em>: In a terminal (Applications -&gt; Accessories -&gt; Terminal), enter</p>
<p><code>sudo -u gdm gconftool-2 --set --type boolean /apps/gdm/simple-greeter/disable_user_list true</code></p>
<p>Type in your password when requested. You&#8217;re done.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/emphaticnonsense.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/emphaticnonsense.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/emphaticnonsense.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/emphaticnonsense.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/emphaticnonsense.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/emphaticnonsense.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/emphaticnonsense.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/emphaticnonsense.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/emphaticnonsense.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/emphaticnonsense.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/emphaticnonsense.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/emphaticnonsense.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/emphaticnonsense.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/emphaticnonsense.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emphaticnonsense.com&blog=2519354&post=95&subd=emphaticnonsense&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://emphaticnonsense.com/2010/02/28/remove-user-list-from-ubuntu-9-10-karmic-koala-login-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e39f21a844a18c17227e1d16d215809e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fourstar</media:title>
		</media:content>
	</item>
		<item>
		<title>sftp chroot jail in Ubuntu</title>
		<link>http://emphaticnonsense.com/2010/01/11/sftp-chroot-jail-in-ubuntu/</link>
		<comments>http://emphaticnonsense.com/2010/01/11/sftp-chroot-jail-in-ubuntu/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 23:01:33 +0000</pubDate>
		<dc:creator>fourstar</dc:creator>
				<category><![CDATA[system administration]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sftp]]></category>

		<guid isPermaLink="false">http://emphaticnonsense.com/?p=86</guid>
		<description><![CDATA[I wanted to give a buddy access to a website hosted on my box. So I tried scponly, since I only wanted to provide SFTP access to that particular directory, using a chroot jail. The steps are as follows. Install the scponly package using Ubuntu&#8217;s APT package management system. Use the script provided to set [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emphaticnonsense.com&blog=2519354&post=86&subd=emphaticnonsense&ref=&feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I wanted to give a buddy access to a website hosted on my box. So I tried <code>scponly</code>, since I only wanted to provide SFTP access to that particular directory, using a <code>chroot</code> jail. The steps are as follows.</p>
<ol>
<li>Install the scponly package using Ubuntu&#8217;s APT package management system.</li>
<li>Use the script provided to set up your first jail and your user&#8217;s home directory. For the location of the user&#8217;s jail, give the path of the directory you want to share.</li>
<li>Provide a password for the new user.</li>
<li>Ensure that the new user has permissions to read and write all the necessary directories in your Web site.</li>
</ol>
<p><code><br />
$ sudo apt-get install scponly<br />
$ gzip -dc /usr/share/doc/scponly/setup_chroot/setup_chroot.sh.gz &gt; /tmp/setup_chroot.sh<br />
$ sudo /tmp/setup_chroot.sh<br />
</code><br />
<code><br />
Next we need to set the home directory for this scponly user.<br />
please note that the user's home directory MUST NOT be writeable<br />
by the scponly user. this is important so that the scponly user<br />
cannot subvert the .ssh configuration parameters.<br />
</code><br />
<code><br />
for this reason, a writeable subdirectory will be created that<br />
the scponly user can write into.</code></p>
<p><em>Note that I removed the /incoming subdirectory created by this script. There was no need for a separate directory for my buddy to upload files. He could have permissions over the whole site tree.</em></p>
<p><code><br />
-en Username to install [scponly]<br />
bob<br />
-en home directory you wish to set for this user [/home/bob]<br />
/var/www/sites/bobsite/htdocs<br />
-en name of the writeable subdirectory [incoming]<br />
</code><br />
<code><br />
-e<br />
creating  /var/www/sites/bobsite/htdocs/incoming directory for uploading files<br />
</code><br />
<code><br />
Your platform (Linux) does not have a platform specific setup script.<br />
This install script will attempt a best guess.<br />
If you perform customizations, please consider sending me your changes.<br />
Look to the templates in build_extras/arch.<br />
 - joe at sublimation dot org<br />
</code><br />
<code><br />
please set the password for bob:<br />
Enter new UNIX password:<br />
Retype new UNIX password:<br />
passwd: password updated successfully<br />
if you experience a warning with winscp regarding groups, please install<br />
the provided hacked out fake groups program into your chroot, like so:<br />
cp groups /var/www/sites/bobsite/htdocs/bin/groups<br />
</code></p>
<p>This script added certain directories to the site root (<code>/var/www/sites/bobsite/htdocs</code>). Every <em>other</em> directory needed to be writable by Bob. So let&#8217;s add Bob to a special group, and allow that group write access on all the website&#8217;s files.</p>
<p><code><br />
$ sudo adduser bob www-data<br />
</code></p>
<p>We can ignore <code>/bin</code>, <code>/etc</code>, <code>/lib</code> and other directories added to the chroot jail (the website filesystem):</p>
<p><code><br />
$ sudo find . \! -user root -exec chgrp www-data \{\} \;<br />
$ sudo find . \! -user root -exec chmod g+w \{\} \;<br />
</code></p>
<p>Good to go!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/emphaticnonsense.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/emphaticnonsense.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/emphaticnonsense.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/emphaticnonsense.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/emphaticnonsense.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/emphaticnonsense.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/emphaticnonsense.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/emphaticnonsense.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/emphaticnonsense.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/emphaticnonsense.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/emphaticnonsense.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/emphaticnonsense.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/emphaticnonsense.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/emphaticnonsense.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emphaticnonsense.com&blog=2519354&post=86&subd=emphaticnonsense&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://emphaticnonsense.com/2010/01/11/sftp-chroot-jail-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e39f21a844a18c17227e1d16d215809e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fourstar</media:title>
		</media:content>
	</item>
		<item>
		<title>Server move complete</title>
		<link>http://emphaticnonsense.com/2010/01/01/server-move-complete/</link>
		<comments>http://emphaticnonsense.com/2010/01/01/server-move-complete/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 22:48:30 +0000</pubDate>
		<dc:creator>fourstar</dc:creator>
				<category><![CDATA[system administration]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://emphaticnonsense.com/?p=79</guid>
		<description><![CDATA[I migrated a bunch of stuff from a CentOS 4 server to Ubuntu 8.04 LTS over the last couple of days. Five websites: One Moodle and one Drupal site backed by MySQL databases, and three static sites. SSL setup. Added some software. How can I work without vim and slocate? Security hardening, including a service [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emphaticnonsense.com&blog=2519354&post=79&subd=emphaticnonsense&ref=&feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I migrated a bunch of stuff from a CentOS 4 server to Ubuntu 8.04 LTS over the last couple of days.</p>
<ul>
<li>Five websites: One Moodle and one Drupal site backed by MySQL databases, and three static sites. SSL setup.</li>
<li>Added some software. How can I work without <code>vim</code> and <code>slocate</code>?</li>
<li>Security hardening, including a service review, permissions, firewall setup, administrative access through SSH, <code>sudo</code> config, and Postfix with spam filtering.</li>
<li>Nagios server monitoring config.</li>
</ul>
<p>
I checked my work logs and decided that I did pretty well, considering I got it all done in 10 hours 35 minutes.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/emphaticnonsense.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/emphaticnonsense.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/emphaticnonsense.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/emphaticnonsense.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/emphaticnonsense.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/emphaticnonsense.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/emphaticnonsense.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/emphaticnonsense.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/emphaticnonsense.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/emphaticnonsense.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/emphaticnonsense.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/emphaticnonsense.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/emphaticnonsense.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/emphaticnonsense.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emphaticnonsense.com&blog=2519354&post=79&subd=emphaticnonsense&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://emphaticnonsense.com/2010/01/01/server-move-complete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e39f21a844a18c17227e1d16d215809e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fourstar</media:title>
		</media:content>
	</item>
		<item>
		<title>Set Debian or Ubuntu server timezone</title>
		<link>http://emphaticnonsense.com/2009/12/30/set-debian-or-ubuntu-server-timezone/</link>
		<comments>http://emphaticnonsense.com/2009/12/30/set-debian-or-ubuntu-server-timezone/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 05:21:50 +0000</pubDate>
		<dc:creator>fourstar</dc:creator>
				<category><![CDATA[system administration]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://emphaticnonsense.com/?p=75</guid>
		<description><![CDATA[This one&#8217;s an easy one, from the tzselect (1) manpage: sudo dpkg-reconfigure tzdata<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emphaticnonsense.com&blog=2519354&post=75&subd=emphaticnonsense&ref=&feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This one&#8217;s an easy one, from the <code>tzselect (1)</code> manpage:<br />
<code><br />
sudo dpkg-reconfigure tzdata<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/emphaticnonsense.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/emphaticnonsense.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/emphaticnonsense.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/emphaticnonsense.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/emphaticnonsense.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/emphaticnonsense.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/emphaticnonsense.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/emphaticnonsense.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/emphaticnonsense.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/emphaticnonsense.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/emphaticnonsense.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/emphaticnonsense.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/emphaticnonsense.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/emphaticnonsense.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emphaticnonsense.com&blog=2519354&post=75&subd=emphaticnonsense&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://emphaticnonsense.com/2009/12/30/set-debian-or-ubuntu-server-timezone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e39f21a844a18c17227e1d16d215809e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fourstar</media:title>
		</media:content>
	</item>
		<item>
		<title>Install a Java Virtual Machine (JVM) plugin for Google Chrome beta running on Ubuntu Linux</title>
		<link>http://emphaticnonsense.com/2009/12/09/install-java-virtual-machine-jvm-google-chrome-ubuntu-linux/</link>
		<comments>http://emphaticnonsense.com/2009/12/09/install-java-virtual-machine-jvm-google-chrome-ubuntu-linux/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 18:35:47 +0000</pubDate>
		<dc:creator>fourstar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emphaticnonsense.com/?p=68</guid>
		<description><![CDATA[Interested in getting Java to work in the just-released Google Chrome on your Ubuntu install? You can always try linking directly to the plugin binary: $ locate libnpjp2.so /usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/i386/libnpjp2.so $ sudo mkdir /opt/google/chrome/plugins $ cd /opt/google/chrome/plugins/ $ sudo ln -s /usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/i386/libnpjp2.so . Works for me!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emphaticnonsense.com&blog=2519354&post=68&subd=emphaticnonsense&ref=&feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Interested in getting Java to work in the just-released Google Chrome on your Ubuntu install? You can always try linking directly to the plugin binary:</p>
<p><code>$ locate libnpjp2.so<br />
/usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/i386/libnpjp2.so<br />
$ sudo mkdir /opt/google/chrome/plugins<br />
$ cd /opt/google/chrome/plugins/<br />
$ sudo ln -s /usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/i386/libnpjp2.so .<br />
</code></p>
<p>Works for me!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/emphaticnonsense.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/emphaticnonsense.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/emphaticnonsense.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/emphaticnonsense.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/emphaticnonsense.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/emphaticnonsense.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/emphaticnonsense.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/emphaticnonsense.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/emphaticnonsense.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/emphaticnonsense.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/emphaticnonsense.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/emphaticnonsense.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/emphaticnonsense.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/emphaticnonsense.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emphaticnonsense.com&blog=2519354&post=68&subd=emphaticnonsense&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://emphaticnonsense.com/2009/12/09/install-java-virtual-machine-jvm-google-chrome-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e39f21a844a18c17227e1d16d215809e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fourstar</media:title>
		</media:content>
	</item>
		<item>
		<title>Drupal fatal error: cannot redeclare function()</title>
		<link>http://emphaticnonsense.com/2009/11/12/drupal-fatal-error-cannot-redeclare-function/</link>
		<comments>http://emphaticnonsense.com/2009/11/12/drupal-fatal-error-cannot-redeclare-function/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 19:35:46 +0000</pubDate>
		<dc:creator>fourstar</dc:creator>
				<category><![CDATA[drupal]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://emphaticnonsense.com/?p=63</guid>
		<description><![CDATA[Ever seen this when in Drupal&#8217;s administration pages? Fatal error: Cannot redeclare getnodecount() (previously declared in /var/www/sites/site.org/htdocs/includes/common.inc(1685) : eval()'d code:3) in /var/www/sites/site.org/htdocs/includes/common.inc(1685) : eval()'d code on line 9 There are a few causes for this, as mentioned on drupal.org, but the one in which you might be interested (because your error message looks more similar [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emphaticnonsense.com&blog=2519354&post=63&subd=emphaticnonsense&ref=&feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ever seen this when in Drupal&#8217;s administration pages?<br />
<code><br />
Fatal error: Cannot redeclare getnodecount() (previously declared in /var/www/sites/site.org/htdocs/includes/common.inc(1685) : eval()'d code:3) in /var/www/sites/site.org/htdocs/includes/common.inc(1685) : eval()'d code on line 9<br />
</code><br />
There are a few causes for this, <a href="http://drupal.org/node/72099">as mentioned on drupal.org</a>, but the one in which you might be interested (because your error message looks more similar to mine, above, than to the drupal.org documentation) is when PHP is actually contained in a block or node body. That&#8217;s something you should suspect if you see the above error message referring to PHP&#8217;s <code>eval()</code> function. </p>
<p>To fix this, do something in MySQL like<br />
<code><br />
SELECT nid<br />
FROM node_revisions<br />
WHERE body LIKE '%getnodecount%';<br />
</code></p>
<p>And edit the offending nodes in Drupal with a URL such as</p>
<p>http://example.com/node/123/edit</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/emphaticnonsense.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/emphaticnonsense.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/emphaticnonsense.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/emphaticnonsense.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/emphaticnonsense.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/emphaticnonsense.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/emphaticnonsense.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/emphaticnonsense.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/emphaticnonsense.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/emphaticnonsense.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/emphaticnonsense.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/emphaticnonsense.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/emphaticnonsense.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/emphaticnonsense.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emphaticnonsense.com&blog=2519354&post=63&subd=emphaticnonsense&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://emphaticnonsense.com/2009/11/12/drupal-fatal-error-cannot-redeclare-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e39f21a844a18c17227e1d16d215809e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fourstar</media:title>
		</media:content>
	</item>
		<item>
		<title>whitehouse.gov moves to Drupal, recovery.gov migrated from Drupal</title>
		<link>http://emphaticnonsense.com/2009/10/29/whitehouse-gov-moves-drupal-recovery-gov-migrated-from-drupal/</link>
		<comments>http://emphaticnonsense.com/2009/10/29/whitehouse-gov-moves-drupal-recovery-gov-migrated-from-drupal/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 23:54:46 +0000</pubDate>
		<dc:creator>fourstar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://emphaticnonsense.com/?p=54</guid>
		<description><![CDATA[Whoops! Chris Wilson had one good point, but some big misses in this article. I guess this is a danger for a writer &#8212; for example, the &#8220;PHP&#8221; input filter setting allows JavaScript by default, but Chris didn&#8217;t select that setting. The biggest problem is that he claims that Drupal is impenetrable, which it is. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emphaticnonsense.com&blog=2519354&post=54&subd=emphaticnonsense&ref=&feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Whoops! Chris Wilson had one good point, but <a href="http://www.slate.com/id/2233719">some big misses</a> in this article. I guess this is a danger for a writer &#8212; for example, the &#8220;PHP&#8221; input filter setting allows JavaScript by default, but Chris didn&#8217;t select that setting. </p>
<p>The biggest problem is that he claims that Drupal is impenetrable, which it is. For many beginners, it has a steep learning curve. But he never makes the connection; why do your site visitors care? If millions of them appear, and your site continues to work well in response because it was built with a solid operational foundation instead of being built with something that has a cute-but-heavy GUI on the backend, don&#8217;t they benefit? It looks to me like Chris has unfortunately conflated the needs of end-users with the needs of site developers.</p>
<p>Also, I&#8217;d like to take my hat off to the organization that landed the $18M contract to migrate <a href="http://recovery.gov">recovery.gov</a> into Sharepoint. That&#8217;s a lot of money for a site built using tables in HTML and containing leftover hidden cruft like &#8220;this Web Part Page has been personalized. As a result, one or more Web Part properties may contain confidential information. Make sure the properties contain information that is safe for others to read. After exporting this Web Part&#8230;&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/emphaticnonsense.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/emphaticnonsense.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/emphaticnonsense.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/emphaticnonsense.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/emphaticnonsense.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/emphaticnonsense.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/emphaticnonsense.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/emphaticnonsense.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/emphaticnonsense.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/emphaticnonsense.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/emphaticnonsense.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/emphaticnonsense.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/emphaticnonsense.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/emphaticnonsense.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emphaticnonsense.com&blog=2519354&post=54&subd=emphaticnonsense&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://emphaticnonsense.com/2009/10/29/whitehouse-gov-moves-drupal-recovery-gov-migrated-from-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e39f21a844a18c17227e1d16d215809e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fourstar</media:title>
		</media:content>
	</item>
		<item>
		<title>Flush DNS cache in Ubuntu</title>
		<link>http://emphaticnonsense.com/2009/10/15/flush-dns-cache-in-ubuntu/</link>
		<comments>http://emphaticnonsense.com/2009/10/15/flush-dns-cache-in-ubuntu/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 17:57:22 +0000</pubDate>
		<dc:creator>fourstar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[system administration]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://emphaticnonsense.com/?p=50</guid>
		<description><![CDATA[Interested in flushing your Ubuntu DNS cache? Note: I&#8217;m running Jaunty Jackalope as of the date of this post. Well, Ubuntu doesn&#8217;t cache DNS by default. Your cache rests within your router, or your assigned DNS servers. You could restart your router, if you have access to it. Or wait until the time-to-live has expired. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emphaticnonsense.com&blog=2519354&post=50&subd=emphaticnonsense&ref=&feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Interested in flushing your Ubuntu DNS cache? <em>Note: I&#8217;m running Jaunty Jackalope as of the date of this post</em>.</p>
<p>Well, Ubuntu doesn&#8217;t cache DNS by default. Your cache rests within your router, or your assigned DNS servers. You could restart your router, if you have access to it. Or wait until the <a href="http://en.wikipedia.org/wiki/Time_to_live#DNS_records">time-to-live</a> has expired.</p>
<p>You can install a local resolver that will cache DNS addresses, if you like. It will speed up your Web access slightly, since your Web browser will check the local cache first. I imagine the time you save will be measured in milliseconds.</p>
<p>Do that with:</p>
<p><code>sudo apt-get update &amp;&amp; sudo apt-get install nscd</code></p>
<p>And to clear your local cache, restart the service:</p>
<p><code>sudo /etc/init.d/nscd restart</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/emphaticnonsense.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/emphaticnonsense.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/emphaticnonsense.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/emphaticnonsense.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/emphaticnonsense.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/emphaticnonsense.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/emphaticnonsense.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/emphaticnonsense.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/emphaticnonsense.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/emphaticnonsense.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/emphaticnonsense.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/emphaticnonsense.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/emphaticnonsense.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/emphaticnonsense.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emphaticnonsense.com&blog=2519354&post=50&subd=emphaticnonsense&ref=&feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://emphaticnonsense.com/2009/10/15/flush-dns-cache-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e39f21a844a18c17227e1d16d215809e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fourstar</media:title>
		</media:content>
	</item>
	</channel>
</rss>