<?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>MaisonBisson.com &#187; linux</title>
	<atom:link href="http://maisonbisson.com/blog/post/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://maisonbisson.com</link>
	<description>A bunch of stuff I would have emailed you about.</description>
	<lastBuildDate>Sat, 14 Nov 2009 20:14:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SCO vs. Novell Lawsuit Over, Linux Safe</title>
		<link>http://maisonbisson.com/blog/post/13088/sco-vs-novell-lawsuit-over-linux-safe/</link>
		<comments>http://maisonbisson.com/blog/post/13088/sco-vs-novell-lawsuit-over-linux-safe/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 14:16:31 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[Dispatches]]></category>
		<category><![CDATA[lawsuit]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[SCO]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/?p=13088</guid>
		<description><![CDATA[
According to Groklaw, the long running battle between SCO and Novell may finally be over. The Judge ruled that SCO, the company that claimed Linux infringed on it&#8217;s IP and sued everybody in sight, never did own any rights to Unix in the first place, and has ordered the company to pay millions. Novell and [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-13088"><!-- &nbsp; --></abbr>
<p><a href="http://www.groklaw.net/article.php?story=20081120195227418">According to Groklaw</a>, the long running battle between SCO and Novell may finally be over. The Judge ruled that SCO, the company that claimed Linux infringed on it&#8217;s IP and sued everybody in sight, never did own any rights to Unix in the first place, and has ordered the company to pay millions. Novell and others are unlikely to ever see much of that, though, as SCO is in bankruptcy.</p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/13088/sco-vs-novell-lawsuit-over-linux-safe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing PHP APC On RHEL/CentOS</title>
		<link>http://maisonbisson.com/blog/post/12589/installing-php-apc-on-rhel-centos/</link>
		<comments>http://maisonbisson.com/blog/post/12589/installing-php-apc-on-rhel-centos/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 00:08:34 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[system administration]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/?p=12589</guid>
		<description><![CDATA[

Yum up some packages:

yum install php-pear php-devel httpd-devel


Install APC using pear (the pear installer is smarter than the pecl installer):
When the installer asks about APXS, say &#8216;no&#8217;. 

pear install pecl/apc


Tell PHP to load APC:

echo extension=apc.so &#62; /etc/php.d/apc.ini


Restart Apache:

/sbin/service httpd graceful



]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-12589"><!-- &nbsp; --></abbr>
<ol>
<li>Yum up some packages:

<div class="wp_syntax"><div class="code"><pre class="csh" style="font-family:monospace;">yum install php-pear php-devel httpd-devel</pre></div></div>

</li>
<li>Install APC using pear (the pear installer is smarter than the pecl installer):<br />
When the installer asks about APXS, say &#8216;no&#8217;. </p>

<div class="wp_syntax"><div class="code"><pre class="csh" style="font-family:monospace;">pear install pecl/apc</pre></div></div>

</li>
<li>Tell PHP to load APC:

<div class="wp_syntax"><div class="code"><pre class="csh" style="font-family:monospace;">echo extension=apc.so &gt; /etc/php.d/apc.ini</pre></div></div>

</li>
<li>Restart Apache:

<div class="wp_syntax"><div class="code"><pre class="csh" style="font-family:monospace;">/sbin/service httpd graceful</pre></div></div>

</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/12589/installing-php-apc-on-rhel-centos/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>JSON on RHEL &amp; PHP 5.1.6</title>
		<link>http://maisonbisson.com/blog/post/12137/json-rhel-centos-php-516/</link>
		<comments>http://maisonbisson.com/blog/post/12137/json-rhel-centos-php-516/#comments</comments>
		<pubDate>Wed, 28 May 2008 14:12:28 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[red hat]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[system administration]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=12137</guid>
		<description><![CDATA[
Stuck with PHP 5.1.6 on RHEL or even CentOS (and a sysadmin who insists on using packages)? Need JSON? I did. The solution is easy:
yum install php-devel
pecl install json
The pecl install failed when it hit an 8MB memory limit, and I was clueless about how to fix it until I learned that the pecl installer [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-12137"><!-- &nbsp; --></abbr>
<p>Stuck with PHP 5.1.6 on RHEL or even CentOS (and a sysadmin who insists on using packages)? Need JSON? I did. The solution is easy:</p>
<p><code>yum install php-devel<br />
pecl install json</code></p>
<p>The pecl install failed when it hit an 8MB memory limit, and I was clueless about how to fix it until I learned that the pecl installer ignores the <code>php.ini</code>. Turns out the best solution is to use the pear installer (which does follow <code>php.ini</code> settings):</p>
<p><code>pear install pecl/json</code></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/12137/json-rhel-centos-php-516/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Installing MySQL with YUM</title>
		<link>http://maisonbisson.com/blog/post/11832/installing-mysql-with-yum/</link>
		<comments>http://maisonbisson.com/blog/post/11832/installing-mysql-with-yum/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 20:14:52 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Blink]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[yellow dog updater modified]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11832/#installing-mysql-with-yum</guid>
		<description><![CDATA[
how to install and configure MySQL database server
yum, mysql, linux, yellow dog updater modified
]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11832"><!-- &nbsp; --></abbr>
<p><a href="http://www.epicdesigns.co.uk/howto/server_mysql.php" title="how to install and configure MySQL database server">how to install and configure MySQL database server</a></p>
<p><tags>yum, mysql, linux, yellow dog updater modified</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11832/installing-mysql-with-yum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 5 Released</title>
		<link>http://maisonbisson.com/blog/post/11776/centos-5-released/</link>
		<comments>http://maisonbisson.com/blog/post/11776/centos-5-released/#comments</comments>
		<pubDate>Wed, 09 May 2007 16:12:46 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apache 2.2]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[centos 5]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11776/#centos-5-released</guid>
		<description><![CDATA[
At work I use Red Hat Enterprise Linux, but my personal stuff is served from machines running CentOS. Both distros were just bumped to version 5, bringing with them support for current components of the LAMP stack.
I care because I want Apache 2.2.4, and while it&#8217;s pretty easy to get MySQL &#038; PHP 5 on [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11776"><!-- &nbsp; --></abbr>
<p>At work I use <a href="http://www.redhat.com/">Red Hat Enterprise Linux</a>, but my personal stuff is served from machines running <a href="http://www.centos.org/">CentOS</a>. Both distros were just bumped to version 5, bringing with them support for current components of the LAMP stack.</p>
<p>I care because I want <a href="http://httpd.apache.org/">Apache 2.2.4</a>, and while it&#8217;s pretty easy to get <a href="http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/">MySQL &#038; PHP 5 on a CentOS/Plesk box</a>, Apache 2.2 is a bit <a href="http://ask.metafilter.com/59052/Help-finding-Apache-224-x8664">more of a struggle</a>.</p>
<p>Gary Sims at Linux.com calls the new CentOS release “<a href="http://distrocenter.linux.com/distrocenter/07/04/17/1551244.shtml?tid=127" title="Linux.com | CentOS 5 is a solid enterprise OS">a solid enterprise OS</a>,” and points out that it includes support for virtualization, <a href="http://sourceware.org/cluster/gfs/">GFS2</a> and other clustering technologies.</p>
<p>Upgrading looks easy &#8212; if you&#8217;ve got physical access to the machine &#8212; but <a href="http://lists.centos.org/pipermail/centos-announce/2007-April/013660.html">the release docs</a> include some alternative instructions for the daring:</p>
<p>The best way to move from CentOS-4 to CentOS-5 is via an installer  upgrade. However if you must do it online, here are some tips to help:</p>
<ol>
<li>Remove as many packages as you can, strip it right back to the  original OS if possible</li>
<li>Backup everything</li>
<li>Disable all repositories, except the centos-5 OS and Updates repos</li>
<li>init 3</li>
<li>shutdown as many services as possible</li>
<li>download and install the centos-release-5.x rpm, which will update your yum configs</li>
<li>run a yum upgade ( not update )</li>
</ol>
<p>Now the question is when will I try it&#8230;</p>
<p><tags>Centos, apache 2.2, linux, centos 5, release</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11776/centos-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Leads On World&#8217;s Top Supercomputers</title>
		<link>http://maisonbisson.com/blog/post/11576/linux-leads-on-top-supercomputers/</link>
		<comments>http://maisonbisson.com/blog/post/11576/linux-leads-on-top-supercomputers/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 15:52:22 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[seymour cray]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[supercomputers]]></category>
		<category><![CDATA[supercomputing]]></category>
		<category><![CDATA[top 500]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11576/</guid>
		<description><![CDATA[

The real map of the world&#8217;s top 100 supercomputers isn&#8217;t nearly as US-centric as my screenshot suggests, but the operating system stats are seriously tilted toward Linux. Over 400 of the top 500 supercomputers in the November 2006 report run some form of the free operating system. Generic “Linux” leads the pack, but Redhat and [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11576"><!-- &nbsp; --></abbr>
<p><a href="http://www.flickr.com/photos/maisonbisson/413710136/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/175/413710136_ac618db44b.jpg" width="500" height="303" alt="Top US Supercomputer Sites" /></a></p>
<p><a href="http://www.top500.org/lists/2006/11/top100map" title="Geographical location of the TOP100 Supercomputers | TOP500 Supercomputing Sites">The real map</a> of the world&#8217;s top 100 supercomputers isn&#8217;t nearly as US-centric as my screenshot suggests, but the <a href="http://www.top500.org/stats/28/os" title="Operating System | TOP500 Supercomputing Sites">operating system stats</a> are seriously tilted toward Linux. Over 400 of the top 500 supercomputers in the November 2006 report run some form of the free operating system. Generic “Linux” leads the pack, but Redhat and SuSE are the two most named distributions. Non-free operating systems include IBM&#8217;s AIX, HP-UX, and MacOS X.</p>
<p>The best part of the whole site, however, is in the footer, where a random quote appears with each page load. The best of them come from <a href="http://en.wikipedia.org/wiki/Seymour_Cray">Seymour Cray</a>, who it turns out was much more colorful than I realized. Example: speaking on RAM and virtual memory:</p>
<blockquote><p>Memory is like an orgasm. It&#8217;s a lot better if you don&#8217;t have to fake it.</p></blockquote>
<p>Go Seymour.</p>
<p><tags>linux, operating systems, seymour cray, stats, supercomputers, supercomputing, top 500</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11576/linux-leads-on-top-supercomputers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell Tells Linux Users Where To Put It</title>
		<link>http://maisonbisson.com/blog/post/11569/dell-tells-linux-users-where-to-put-it/</link>
		<comments>http://maisonbisson.com/blog/post/11569/dell-tells-linux-users-where-to-put-it/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 21:59:48 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Politics & Controversy]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[Dell IdeaStorm]]></category>
		<category><![CDATA[IdeaStorm]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Michael Dell]]></category>
		<category><![CDATA[mob]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11569/</guid>
		<description><![CDATA[
Holy smokes. As Dell&#8217;s sales slump and stock remains flat, the famously unimaginative company is trying to tap into the Mob for ideas about what new shade of grey to deliver its hardware in next. And what did the Dell IdeaStorm mob say? 
“Give us Linux!” 
“Give Us OpenOffice.”
And how did Dell respond?
“No. No. And, [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11569"><!-- &nbsp; --></abbr>
<p>Holy smokes. As <a href="http://www.macnn.com/articles/07/02/16/dell.tackles.sales.slump/">Dell&#8217;s sales slump</a> and <a href="http://finance.google.com/finance?q=DELL">stock remains flat</a>, the famously unimaginative company is trying to tap into <a href="http://maisonbisson.com/blog/post/10968/">the Mob</a> for ideas about what new shade of grey to deliver its hardware in next. And what did the Dell IdeaStorm mob say? </p>
<blockquote><p>“Give us Linux!” </p>
<p>“Give Us OpenOffice.”</p></blockquote>
<p>And how did Dell respond?</p>
<blockquote><p>“<a href="http://jeremy.linuxquestions.org/blog/_archives/2007/2/20/2751624.html">No</a>. <a href="http://yro.slashdot.org/article.pl?sid=07/03/01/1622236">No</a>. And, <a href="http://technology.guardian.co.uk/news/story/0,,2025995,00.html?gusrc=rss&amp;feed=20">No</a>.”</p></blockquote>
<p>John Naughton <a href="http://technology.guardian.co.uk/news/story/0,,2025995,00.html?gusrc=rss&#038;feed=20" title="John Naughton: Dell cocks a deaf ear to Linux at its online listening post | Technology | Guardian Unlimited Technology">reports on the story</a> for The Guardian, explaining: </p>
<blockquote><p>more than 85,000 people took the trouble to register with IdeaStorm in order to tell Mr Dell that they wanted him to ship his computers with Linux pre-installed. Moreover, 55,000 revealed that they would like the free open-source office software suite, OpenOffice, pre-installed on their shiny new Dell machines.</p></blockquote>
<p>And all Michael Dell could say was that there are too many variants of Linux. Of course that doesn&#8217;t explain why the company, who&#8217;s biggest contribution to the technology world was an online store that allowed customers to chose computer configurations from a dizzying array of options, doesn&#8217;t simply allow customers to buy their PCs with no software at all.</p>
<p><tags>users, mob, linux, IdeaStorm, Michael Dell, OpenOffice, Dell IdeaStorm, Dell</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11569/dell-tells-linux-users-where-to-put-it/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sysop Humor</title>
		<link>http://maisonbisson.com/blog/post/11447/sysop-humor/</link>
		<comments>http://maisonbisson.com/blog/post/11447/sysop-humor/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 16:21:56 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Books, Movies, Music]]></category>
		<category><![CDATA[cartoon]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[make me a sandwich]]></category>
		<category><![CDATA[sandwich]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[sysop]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11447/</guid>
		<description><![CDATA[
I got tipped to this geeky-funny comic that deserves reposting here for casual friday:

sysop, humor, linux, sudo, make me a sandwich, sandwich, cartoon
]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11447"><!-- &nbsp; --></abbr>
<p>I got <a href="http://blog.neofreko.com/index.php/2006/09/02/make-a-sandwich-via-linux-console/" title="Lust::Geek Building The Bridge Part 2 » make a sandwich via linux console">tipped to</a> this <a href="http://xkcd.com/c149.html">geeky-funny comic</a> that deserves reposting here for <a href="http://maisonbisson.com/blog/category/questionablefunny-pointless/">casual friday</a>:</p>
<p><a href="http://xkcd.com/c149.html"><img src="http://xkcd.com/comics/sandwich.png" width="360" height="299" alt="XKCD comic." style="align:center;" /></a></p>
<p><tags>sysop, humor, linux, sudo, make me a sandwich, sandwich, cartoon</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11447/sysop-humor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPod Linux Tutorial</title>
		<link>http://maisonbisson.com/blog/post/11718/ipod-linux-tutorial/</link>
		<comments>http://maisonbisson.com/blog/post/11718/ipod-linux-tutorial/#comments</comments>
		<pubDate>Mon, 31 Oct 2005 20:47:04 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Blink]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11718/#ipod-linux-tutorial</guid>
		<description><![CDATA[
How to Install iPod Linux on 1 &#38; 2G mini, 4G, Photo
ipod, linux, tutorial
]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11718"><!-- &nbsp; --></abbr>
<p><a href="http://blogtuts.gameportalonline.com/?p=8" title="BlogTuts » How to Install iPod Linux on 1 &amp; 2G mini, 4G, Photo from Windows">How to Install iPod Linux on 1 &amp; 2G mini, 4G, Photo</a></p>
<p><tags>ipod, linux, tutorial</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11718/ipod-linux-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hackable Snackable Gumstix</title>
		<link>http://maisonbisson.com/blog/post/10675/hackable-snackable-gumstix/</link>
		<comments>http://maisonbisson.com/blog/post/10675/hackable-snackable-gumstix/#comments</comments>
		<pubDate>Sun, 17 Jul 2005 16:47:57 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Blink]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[gumstix]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hardware hacking]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux computer]]></category>
		<category><![CDATA[make magazine]]></category>
		<category><![CDATA[make podcast]]></category>
		<category><![CDATA[tiny]]></category>
		<category><![CDATA[tiny computer]]></category>
		<category><![CDATA[tiny linux]]></category>

		<guid isPermaLink="false">http://www.maisonbisson.com/blog/?p=10675</guid>
		<description><![CDATA[
The MAKE: podcast pointed me to gumstix &#8212; really small computers built for hacking. Cool.

tags: gumstix, hacking, hardware hacking, linux, linux computer, make magazine, make podcast, tiny, tiny computer, tiny linux

]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-10675"><!-- &nbsp; --></abbr>
<p>The <a href="http://www.makezine.com/blog/archive/2005/07/make_audio_show_10.html" title="MAKE: Blog: MAKE AUDIO SHOW: Tiny Linux computers!">MAKE: podcast</a> pointed me to <a href="http://www.gumstix.com/" title="gumstix - tiny linux computers">gumstix</a> &#8212; really small computers built for hacking. Cool.</p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">tags: <a href="http://technorati.com/tag/gumstix" rel="tag">gumstix</a>, <a href="http://technorati.com/tag/hacking" rel="tag">hacking</a>, <a href="http://technorati.com/tag/hardware hacking" rel="tag">hardware hacking</a>, <a href="http://technorati.com/tag/linux" rel="tag">linux</a>, <a href="http://technorati.com/tag/linux computer" rel="tag">linux computer</a>, <a href="http://technorati.com/tag/make magazine" rel="tag">make magazine</a>, <a href="http://technorati.com/tag/make podcast" rel="tag">make podcast</a>, <a href="http://technorati.com/tag/tiny" rel="tag">tiny</a>, <a href="http://technorati.com/tag/tiny computer" rel="tag">tiny computer</a>, <a href="http://technorati.com/tag/tiny linux" rel="tag">tiny linux</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/10675/hackable-snackable-gumstix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Be Better Dork: Command Line Stuff</title>
		<link>http://maisonbisson.com/blog/post/12591/be-better-dork-command-line-stuff/</link>
		<comments>http://maisonbisson.com/blog/post/12591/be-better-dork-command-line-stuff/#comments</comments>
		<pubDate>Wed, 15 Sep 2004 00:09:15 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[system administration]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/?p=12591</guid>
		<description><![CDATA[
Be geeky and look at the Apache modules:

/usr/sbin/httpd -l
Compiled in modules:
core.c
prefork.c
http_core.c
mod_so.c

Set your path:

PATH=$PATH:/usr/sbin
export PATH

]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-12591"><!-- &nbsp; --></abbr>
<p>Be geeky and look at the Apache modules:</p>

<div class="wp_syntax"><div class="code"><pre class="csh" style="font-family:monospace;">/usr/sbin/httpd -l
Compiled in modules:
core.c
prefork.c
http_core.c
mod_so.c</pre></div></div>

<p>Set your path:</p>

<div class="wp_syntax"><div class="code"><pre class="csh" style="font-family:monospace;">PATH=$PATH:/usr/sbin
export PATH</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/12591/be-better-dork-command-line-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>