<?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>NYC Resistor &#187; *NIX</title>
	<atom:link href="http://www.nycresistor.com/category/nix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nycresistor.com</link>
	<description>We learn, share, and make things</description>
	<lastBuildDate>Sun, 05 Feb 2012 04:05:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Laser cutting from the command line</title>
		<link>http://www.nycresistor.com/2011/07/17/laser-cutting-commands/</link>
		<comments>http://www.nycresistor.com/2011/07/17/laser-cutting-commands/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 19:45:44 +0000</pubDate>
		<dc:creator>hudson</dc:creator>
				<category><![CDATA[*NIX]]></category>
		<category><![CDATA[lasers]]></category>
		<category><![CDATA[NYCResistor]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[Reverse Engineering]]></category>

		<guid isPermaLink="false">http://www.nycresistor.com/?p=4294</guid>
		<description><![CDATA[One of NYCR&#8217;s most popular weekly events is Lunar Laser Mondays using our Epilog mini-35 laser cutter. The only supported system is Windows with CorelDRAW and Epilog&#8217;s closed source driver, which doesn&#8217;t seem right for a hackerspace. Luckily, AS220 Labs has figured out how to talk to the Epilog using PJL. I&#8217;ve written a command [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;margin-top:-23px;margin-right:-25px;padding-right:0px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.nycresistor.com%2F2011%2F07%2F17%2Flaser-cutting-commands%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.nycresistor.com%2F2011%2F07%2F17%2Flaser-cutting-commands%2F&amp;source=NYCResistor&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a title="Epilog laser test by hudson, on Flickr" href="http://www.flickr.com/photos/osr/5947113727/"><img src="http://farm7.static.flickr.com/6007/5947113727_c512758198.jpg" alt="Epilog laser test" width="500" height="374" /></a><br />
One of NYCR&#8217;s most popular weekly events is Lunar Laser Mondays using our Epilog mini-35 laser cutter. The only supported system is Windows with CorelDRAW and Epilog&#8217;s closed source driver, which doesn&#8217;t seem right for a hackerspace. Luckily, <a href="http://www.as220.org/labs/wiki/index.php/Laser_Cutter_Technical_Info_Links">AS220 Labs</a> has figured out how to talk to the Epilog using PJL. I&#8217;ve written a command line tool, <a href="https://bitbucket.org/hudson/epilog/src/tip/epilog.c">epilog</a>, that will translate the Postscript file into commands for the cutter.<br />
<span id="more-4294"></span><br />
There are a few differences from Epilog&#8217;s driver &#8212; the most significant is that with the <tt>epilog</tt> command line tool the home position is always the upper right of the page, not the center of the bounding box as in the Windows printer driver version. The other major difference is that the lines to be cut are distinguished by color, not width: anything that is <tt><span style="color: #ff0000;">#FF0000</span></tt> will be translated into a vector cut.</p>
<p>To use it from inkscape you will need to write out a Postcript file by selecting &#8220;Print to file&#8221; and writing the <tt>output.ps</tt> file. Then you can run it through the tool like this:</p>
<pre>epilog \
  --printer 192.168.3.4 \
  --dpi 300 \
  --raster-power 80 \
  --raster-speed 100 \
  --name "epilog test" \
  output.ps</pre>
<p>One of the next steps is to build a set of presets for different materials and typical work flows (fast vector pass with no power to see outlines, raster only, vector only, etc). The ability to automate these common steps in scripts will really make it easier for repeat jobs.</p>
<p>There is no man page yet. Until then, here&#8217;s the description of the options:</p>
<pre>Usage: epilog [options] &lt; file.ps
Options:
 -p | --printer ip                  IP address of printer
 -P | --preset name                 Select a default preset
 -a | --autofocus                   Enable auto focus
 -n | --job Jobname                 Set the job name to display

Raster options:
 -d | --dpi 300                     Resolution of raster artwork
 -R | --raster-power 0-100          Raster power
 -r | --raster-speed 0-100          Raster speed
 -m | --mode mono/grey/color        Mode for rasterization (default mono)
 -s | --screen-size N               Photograph screen size (default <img src='http://www.nycresistor.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> 

Vector options:
 -V | --vector-power 0-100          Vector power
 -v | --vector-speed 0-100          Vector speed
 -f | --frequency 10-5000           Vector frequency</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.nycresistor.com/2011/07/17/laser-cutting-commands/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>March Madness &#8211; March 1st App.</title>
		<link>http://www.nycresistor.com/2010/03/01/march-madness-march-1st-app/</link>
		<comments>http://www.nycresistor.com/2010/03/01/march-madness-march-1st-app/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 17:04:28 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[*NIX]]></category>
		<category><![CDATA[HACKERSPACES]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.nycresistor.com/?p=2549</guid>
		<description><![CDATA[So, the folks over at Fubar Labs made a challenge to themselves and anyone else who wants to participate. Basically, write one program every day throughout the month of march. Any language, any function, but be creative. I doubt I can keep up the entire month, but it sounds like a really fun way to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;margin-top:-23px;margin-right:-25px;padding-right:0px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.nycresistor.com%2F2010%2F03%2F01%2Fmarch-madness-march-1st-app%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.nycresistor.com%2F2010%2F03%2F01%2Fmarch-madness-march-1st-app%2F&amp;source=NYCResistor&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>So, the folks over at <a href="http://www.fubarlabs.com">Fubar Labs</a> made a challenge to themselves and anyone else who wants to participate.  Basically, write one program every day throughout the month of march.  Any language, any function, but be creative.  I doubt I can keep up the entire month, but it sounds like a really fun way to expand ones coding horizons and do some neat stuff.  So anyways, here&#8217;s my first code for March Madness.  </p>
<p><span id="more-2549"></span></p>
<p>For my first madness script, I wrote a quick script to grab the most recent posts made to pastebin.com and grep their contents for any references to passwords.  Then I display the URL to the posting and the line that matched.  Pretty simple, and pretty fun.  Watch what you put in those pastebins kids.</p>
<p><script src="http://pastebin.com/embed_js.php?i=ncCAzgjg"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nycresistor.com/2010/03/01/march-madness-march-1st-app/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux Learnfest TODAY!</title>
		<link>http://www.nycresistor.com/2010/01/26/linux-learnfest-today/</link>
		<comments>http://www.nycresistor.com/2010/01/26/linux-learnfest-today/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 04:53:33 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[*NIX]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.nycresistor.com/?p=2431</guid>
		<description><![CDATA[htink will be hosting a Linux tutorial, today Tuesday, Jan 26 2010. Both Ben Combee and Myself have volunteered to assist. This will not be at NYC Resistor however, look for it at Bug Labs ( your friendly neighborhood purveyor of fine open source micro-controllers ). I do not work for British Telecom =P. If [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;margin-top:-23px;margin-right:-25px;padding-right:0px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.nycresistor.com%2F2010%2F01%2F26%2Flinux-learnfest-today%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.nycresistor.com%2F2010%2F01%2F26%2Flinux-learnfest-today%2F&amp;source=NYCResistor&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div align="center"><img border="0" src="http://www.nycresistor.com/wp-content/uploads/2010/01/htux.png" alt="" title="htux" width="216" height="252"/></div>
<p><a href="http://www.htink.net/">htink</a> will be hosting a Linux tutorial, today Tuesday, Jan 26 2010.  Both Ben Combee and Myself have volunteered to assist.  This will not be at NYC Resistor however, look for it at Bug Labs ( your friendly neighborhood purveyor of fine open source micro-controllers ).  I do not work for British Telecom =P.  </p>
<p>If you&#8217;ve ever wanted some guidance in the Unix world, this is a tremendous opportunity.  The folks that will be available to you are all very talented.  If you&#8217;re interested, more details <a href="http://learnfest.eventbrite.com/">HERE!</a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nycresistor.com/2010/01/26/linux-learnfest-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another hack from the past&#8230; Kernel hacking.</title>
		<link>http://www.nycresistor.com/2009/09/28/another-hack-from-the-past-kernel-hacking/</link>
		<comments>http://www.nycresistor.com/2009/09/28/another-hack-from-the-past-kernel-hacking/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 02:04:02 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[*NIX]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[retro]]></category>

		<guid isPermaLink="false">http://www.nycresistor.com/?p=2107</guid>
		<description><![CDATA[So way back in the 2.4 Linux kernel days I operated a shell server. It was kind of like a &#8220;proto honeypot&#8221;. We set it up to portray a bunch of fake information about itself. We then released it into the wilds of IRC claiming it was a &#8220;machine we just owned here have a [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;margin-top:-23px;margin-right:-25px;padding-right:0px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.nycresistor.com%2F2009%2F09%2F28%2Fanother-hack-from-the-past-kernel-hacking%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.nycresistor.com%2F2009%2F09%2F28%2Fanother-hack-from-the-past-kernel-hacking%2F&amp;source=NYCResistor&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.nycresistor.com/wp-content/uploads/2009/09/cpuinfo.png" alt="cpuinfo" title="cpuinfo" width="500" height="330" class="aligncenter size-full wp-image-2108" /></p>
<p>So way back in the 2.4 Linux kernel days I operated a shell server.  It was kind of like a &#8220;proto honeypot&#8221;.  We set it up to portray a bunch of fake information about itself.  We then released it into the wilds of IRC claiming it was a &#8220;machine we just owned here have a free account.&#8221;  Then we monitored the systems use via ttysnoop applications and pulled copies of anything uploaded. </p>
<p>The result was we pulled about 4 gigs of exploit archives.  And a bunch of logs of people trying to figure out why their x86 exploits weren&#8217;t running on the DEC alpha that was pretending to be the wopr.</p>
<p>Anyways, one of the neat side effects of my playing with the proc file system was finding a limit on the upper bounds of top.  By setting up procfs to displays stats for 1048 processors I managed to get top to collapse after one iteration of showing cpu usage stats.  Added a fun screenshot to the gallery.</p>

<a href='http://www.nycresistor.com/2009/09/28/another-hack-from-the-past-kernel-hacking/cpuinfo/' title='cpuinfo'><img width="150" height="150" src="http://www.nycresistor.com/wp-content/uploads/2009/09/cpuinfo-150x150.png" class="attachment-thumbnail" alt="cpuinfo" title="cpuinfo" /></a>
<a href='http://www.nycresistor.com/2009/09/28/another-hack-from-the-past-kernel-hacking/topbusted/' title='topbusted'><img width="150" height="150" src="http://www.nycresistor.com/wp-content/uploads/2009/09/topbusted-150x150.png" class="attachment-thumbnail" alt="topbusted" title="topbusted" /></a>

<p>Among the fun easy things you can do to tweak your kernel, upping your jiffy count to present 16 years of uptime, and customizing your HZ values are the most fun.  I remember running HZ at 1024 back when the rest of the world was rocking it at 100 and slowing themselves down massively.  Kernel tweaks are fun, relatively easy, and a great way to learn.  Be fearless, be stupid, and be prepared to watch stuff explode catastrophically.  But, don&#8217;t be afraid to slash and burn and start anew.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nycresistor.com/2009/09/28/another-hack-from-the-past-kernel-hacking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2am iPod Sequencers</title>
		<link>http://www.nycresistor.com/2009/05/21/2am-ipod-sequencers/</link>
		<comments>http://www.nycresistor.com/2009/05/21/2am-ipod-sequencers/#comments</comments>
		<pubDate>Thu, 21 May 2009 20:46:12 +0000</pubDate>
		<dc:creator>hans</dc:creator>
				<category><![CDATA[*NIX]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[ipodlinux]]></category>
		<category><![CDATA[pd]]></category>
		<category><![CDATA[pdpod]]></category>
		<category><![CDATA[re-ware]]></category>
		<category><![CDATA[reware]]></category>

		<guid isPermaLink="false">http://www.nycresistor.com/?p=1677</guid>
		<description><![CDATA[Widget and Hans stayed up til 2am hacking up some iPod sequencers at NYC Resistor. We are using pdPod on iPodLinux. You can hack your own iPods too, as part of the re-ware project, we are trying to make it easy: http://re-ware.org Thanks to Bre Pettis for his camera work.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;margin-top:-23px;margin-right:-25px;padding-right:0px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.nycresistor.com%2F2009%2F05%2F21%2F2am-ipod-sequencers%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.nycresistor.com%2F2009%2F05%2F21%2F2am-ipod-sequencers%2F&amp;source=NYCResistor&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Widget and Hans stayed up til 2am hacking up some iPod sequencers at NYC Resistor. We are using pdPod on iPodLinux. You can hack your own iPods too, as part of the re-ware project, we are trying to make it easy: <a href="http://re-ware.org/">http://re-ware.org</a></p>
<p>Thanks to Bre Pettis for his camera work.</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/bMtOKvJFetk&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/bMtOKvJFetk&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="310"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nycresistor.com/2009/05/21/2am-ipod-sequencers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Introduction to UNIX / Linux</title>
		<link>http://www.nycresistor.com/2009/03/11/an-introduction-to-unix-linux/</link>
		<comments>http://www.nycresistor.com/2009/03/11/an-introduction-to-unix-linux/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 02:27:45 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[*NIX]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.nycresistor.com/?p=1382</guid>
		<description><![CDATA[This my advert for the Intro to UNIX class I&#8217;ll be hosting on March 21st ( Saturday ) from 1:00 pm to 4:00 pm. code is available at: nycr.c compile with : gcc -o nycr nycr.c -lncurses Register here: Register! I figured writing an advertisement in C would be the truly best way to handle [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;margin-top:-23px;margin-right:-25px;padding-right:0px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.nycresistor.com%2F2009%2F03%2F11%2Fan-introduction-to-unix-linux%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.nycresistor.com%2F2009%2F03%2F11%2Fan-introduction-to-unix-linux%2F&amp;source=NYCResistor&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><embed src="http://blip.tv/play/AfLOKAA" type="application/x-shockwave-flash" width="500" height="400" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<p>This my advert for the Intro to UNIX class I&#8217;ll be hosting on March 21st ( Saturday ) from 1:00 pm to 4:00 pm.<br />
code is available at:  <a href="http://www.music-piracy.com/nycr.c">nycr.c</a><br />
compile with : gcc -o nycr nycr.c -lncurses</p>
<p>Register here: <a href="http://unix101.eventbrite.com">Register!</a></p>
<p><span id="more-1382"></span></p>
<p>I figured writing an advertisement in C would be the truly best way to handle an Intro to UNIX course advertisement.  C and UNIX were born together at bell labs and share the same father, so you could call them half brothers&#8230; or something to that effect.  And UNIX formed the fundamental basis for the construction of many of the operating systems you use today.  Mac OS X claims to be UNIX standard compliant, and Linux is touted as a UNIX like operating system.  In fact even Windows has a Unix compatibility mode.  Learning about UNIX and Linux is a great base for understanding how your operating system, or any operating system works.  </p>
<p>With operating systems like Ubuntu, and netbook linux revisions popping up all over there&#8217;s never been more people using linux who have no idea how unix or linux operates under the hood.  We won&#8217;t be going to deep into the internals of these operating systems but we will discuss basic structure and focus on learning the tools you&#8217;ll need to navigate on your own.</p>
<p>So if you or someone you know is interested in learning to grok unix.  Then follow the &#8220;<a href="http://unix101.eventbrite.com">more details</a>&#8221; link&#8230; for more details!</p>
<p>Hope to see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nycresistor.com/2009/03/11/an-introduction-to-unix-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HTOP makes TOP look bad</title>
		<link>http://www.nycresistor.com/2007/10/23/htop-makes-top-look-bad/</link>
		<comments>http://www.nycresistor.com/2007/10/23/htop-makes-top-look-bad/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 18:02:13 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[*NIX]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://nycresistor.com/2007/10/23/htop-makes-top-look-bad/</guid>
		<description><![CDATA[I thought I&#8217;d make the first Software post to the blog. And since I am always on the hunt for good console, non-GUI, based applications to make my life easier, I thought I should share one of my findings. For those of you who use ever used Linux or Unix in an environment where you [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;margin-top:-23px;margin-right:-25px;padding-right:0px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.nycresistor.com%2F2007%2F10%2F23%2Fhtop-makes-top-look-bad%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.nycresistor.com%2F2007%2F10%2F23%2Fhtop-makes-top-look-bad%2F&amp;source=NYCResistor&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I thought I&#8217;d make the first Software post to the blog. And since I am always on the hunt for good console, non-GUI, based applications to make my life easier, I thought I should share one of my findings.</p>
<p>For those of you who use ever used Linux or Unix  in an environment where you only had access to a terminal, and you wanted to see an overview of system resources, you have probably used top. <a href="http://www.unixtop.org/index.shtml">Top </a>is nice little task manger that displays whats running, and its memory, cpu, owner and so on. But its ugly and a bit hard to understand. It looks something like this:</p>
<p><img src="http://www.unixtop.org/top-output.gif" title="Unix Top" alt="Unix Top" height="295" width="504" /></p>
<p>I don&#8217;t like it at all, and searching for a something to replace it, I found <a href="http://htop.sourceforge.net/index.php?page=main">HTOP</a>. Their website doesn&#8217;t really  glorify how great this tool is, and their screen shots are blah, so here is one of mine.</p>
<p><img src="http://farm3.static.flickr.com/2201/1713464130_c1451b8e3b.jpg" title="HTOP" alt="HTOP" /></p>
<p>As you can see everything is pretty =).  Shows you what all yours cores are doing, even in my beefy 8 core machine. The ownership of a process not only by the user, but by another process which called it.  It also supports mouse clicks (one of the few terminal applications that do). And can be customized completely to your liking for each user on your system.  In public spaces people are often wowed by it, because it looks  so kick ass, especially in full screen.</p>
<p>It took some time to understand what the colors in the graphs were, so I&#8217;ll label them here.  Red is system usage, blue is idle usage, and green is user usage.</p>
<p>This has been an application I have used almost daily for the past year. Its also a rare sight, as most console applications lack in the level of control that htop gives you.  Enjoy it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nycresistor.com/2007/10/23/htop-makes-top-look-bad/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

