<?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/"
		>
<channel>
	<title>Comments on: Ed Brayton&#8217;s Talk on &#8220;Demonizing the ACLU&#8221;</title>
	<atom:link href="http://austringer.net/wp/index.php/2008/03/27/ed-braytons-talk-on-demonizing-the-aclu/feed/" rel="self" type="application/rss+xml" />
	<link>http://austringer.net/wp/index.php/2008/03/27/ed-braytons-talk-on-demonizing-the-aclu/</link>
	<description>Wesley R. Elsberry&#039;s personal weblog, talking about falconry, science, antievolution, computation, and the broken body he lives in.</description>
	<lastBuildDate>Tue, 07 Feb 2012 21:25:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: J. J. Ramsey</title>
		<link>http://austringer.net/wp/index.php/2008/03/27/ed-braytons-talk-on-demonizing-the-aclu/comment-page-1/#comment-183114</link>
		<dc:creator>J. J. Ramsey</dc:creator>
		<pubDate>Fri, 28 Mar 2008 21:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://austringer.net/wp/index.php/2008/03/27/ed-braytons-talk-on-demonizing-the-aclu/#comment-183114</guid>
		<description>Or if you are on a machine that&#039;s a bit System V-ish:

cd /etc/rc.d/init.d/
sudo ./aclu start

BTW, I saw the photo that now graces Ed Brayton&#039;s blog. Looks good.</description>
		<content:encoded><![CDATA[<p>Or if you are on a machine that&#8217;s a bit System V-ish:</p>
<p>cd /etc/rc.d/init.d/<br />
sudo ./aclu start</p>
<p>BTW, I saw the photo that now graces Ed Brayton&#8217;s blog. Looks good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austringer</title>
		<link>http://austringer.net/wp/index.php/2008/03/27/ed-braytons-talk-on-demonizing-the-aclu/comment-page-1/#comment-183100</link>
		<dc:creator>Austringer</dc:creator>
		<pubDate>Fri, 28 Mar 2008 16:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://austringer.net/wp/index.php/2008/03/27/ed-braytons-talk-on-demonizing-the-aclu/#comment-183100</guid>
		<description>For those of you reading this who aren&#039;t Unix sysadmins, many service programs are called &quot;daemons&quot;. They run in the background, and handle particular tasks as needed. Mostly such programs get launched on boot-up, but when a sysadmin has to start a daemon program from the command line, the command line Reed gave is pretty typical.

&quot;sudo aclu -d &amp;&quot;

Let&#039;s take these a step at a time.

&quot;sudo&quot; is a program that allows a user to authenticate themselves as a privileged user, the superuser, and execute a command with the privileges of the superuser. Typically one is prompted for the superuser password when &quot;sudo&quot; is invoked.

&quot;aclu&quot; is whimsy here, as if the ACLU were implemented as a program on a Unix server. More typically, something like &quot;sendmail&quot; might be launched, a program to handle email traffic.

&quot;-d&quot; is a command line parameter that is usually available for daemon programs. When the command line parameter is present, the program puts itself in daemon mode and awaits calls from the operating system to handle tasks.

&quot;&amp;&quot; is a parameter that is interpreted by the shell. It tells the shell that the program being executed should not be used interactively, but rather should be made a background process. &quot;Amping off&quot; is a slang term for this, and it means that the program is not tied to the shell invocation, and can persist beyond the time the shell runs.</description>
		<content:encoded><![CDATA[<p>For those of you reading this who aren&#8217;t Unix sysadmins, many service programs are called &#8220;daemons&#8221;. They run in the background, and handle particular tasks as needed. Mostly such programs get launched on boot-up, but when a sysadmin has to start a daemon program from the command line, the command line Reed gave is pretty typical.</p>
<p>&#8220;sudo aclu -d &#038;&#8221;</p>
<p>Let&#8217;s take these a step at a time.</p>
<p>&#8220;sudo&#8221; is a program that allows a user to authenticate themselves as a privileged user, the superuser, and execute a command with the privileges of the superuser. Typically one is prompted for the superuser password when &#8220;sudo&#8221; is invoked.</p>
<p>&#8220;aclu&#8221; is whimsy here, as if the ACLU were implemented as a program on a Unix server. More typically, something like &#8220;sendmail&#8221; might be launched, a program to handle email traffic.</p>
<p>&#8220;-d&#8221; is a command line parameter that is usually available for daemon programs. When the command line parameter is present, the program puts itself in daemon mode and awaits calls from the operating system to handle tasks.</p>
<p>&#8220;&#038;&#8221; is a parameter that is interpreted by the shell. It tells the shell that the program being executed should not be used interactively, but rather should be made a background process. &#8220;Amping off&#8221; is a slang term for this, and it means that the program is not tied to the shell invocation, and can persist beyond the time the shell runs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austringer</title>
		<link>http://austringer.net/wp/index.php/2008/03/27/ed-braytons-talk-on-demonizing-the-aclu/comment-page-1/#comment-182941</link>
		<dc:creator>Austringer</dc:creator>
		<pubDate>Fri, 28 Mar 2008 03:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://austringer.net/wp/index.php/2008/03/27/ed-braytons-talk-on-demonizing-the-aclu/#comment-182941</guid>
		<description>Reed, your approach to demonizing makes them present and available at all times, which has the opposite effect from what the religious right demonizing procedure aims for. 

Nice.</description>
		<content:encoded><![CDATA[<p>Reed, your approach to demonizing makes them present and available at all times, which has the opposite effect from what the religious right demonizing procedure aims for. </p>
<p>Nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reed A. Cartwright</title>
		<link>http://austringer.net/wp/index.php/2008/03/27/ed-braytons-talk-on-demonizing-the-aclu/comment-page-1/#comment-182418</link>
		<dc:creator>Reed A. Cartwright</dc:creator>
		<pubDate>Thu, 27 Mar 2008 20:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://austringer.net/wp/index.php/2008/03/27/ed-braytons-talk-on-demonizing-the-aclu/#comment-182418</guid>
		<description>Okay, but where is the solution to your title.  I think it is:

sudo aclu -d &amp;</description>
		<content:encoded><![CDATA[<p>Okay, but where is the solution to your title.  I think it is:</p>
<p>sudo aclu -d &amp;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

