<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[binary - themainframe.ca]]></title><description><![CDATA[Technology, Culture, and Opinion]]></description><link>http://themainframe.ca/</link><image><url>http://themainframe.ca/favicon.png</url><title>binary - themainframe.ca</title><link>http://themainframe.ca/</link></image><generator>Ghost 3.41</generator><lastBuildDate>Mon, 20 Apr 2026 22:48:31 GMT</lastBuildDate><atom:link href="http://themainframe.ca/tag/binary/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Install htop on Mac OS X]]></title><description><![CDATA[<!--kg-card-begin: markdown--><p>UPDATE: Use this method to <a href="http://themainframe.ca/2015/10/install-htop-on-mac-os-x-with-homebrew/">Install HTOP on Mac OS X</a> instead. Much better.</p>
<p>If you’re a nerd (and you know you are), then you’ve used ‘top’ for monitoring your system:</p>
<p><a href="http://themainframe.ca/content/images/2011/06/Screen-shot-2011-06-29-at-11.29.21-AM.png"><img src="http://themainframe.ca/content/images/2011/06/Screen-shot-2011-06-29-at-11.29.21-AM-300x233.png" alt title="Screen shot 2011-06-29 at 11.29.21 AM"></a></p>
<p>Which is cool and nerdy enough. But <strong>htop</strong> is even nerdier. Linux nerds know this, which is</p>]]></description><link>http://themainframe.ca/install-htop-on-mac-os-x/</link><guid isPermaLink="false">5a0f621ed646822baa21232a</guid><category><![CDATA[binary]]></category><category><![CDATA[htop]]></category><category><![CDATA[mac]]></category><category><![CDATA[mac os x]]></category><category><![CDATA[terminal]]></category><category><![CDATA[top]]></category><dc:creator><![CDATA[miguel]]></dc:creator><pubDate>Wed, 29 Jun 2011 10:59:24 GMT</pubDate><media:content url="http://themainframe.ca/content/images/2011/06/Screen-shot-2011-06-29-at-11.33.57-AM.png" medium="image"/><content:encoded><![CDATA[<!--kg-card-begin: markdown--><img src="http://themainframe.ca/content/images/2011/06/Screen-shot-2011-06-29-at-11.33.57-AM.png" alt="Install htop on Mac OS X"><p>UPDATE: Use this method to <a href="http://themainframe.ca/2015/10/install-htop-on-mac-os-x-with-homebrew/">Install HTOP on Mac OS X</a> instead. Much better.</p>
<p>If you’re a nerd (and you know you are), then you’ve used ‘top’ for monitoring your system:</p>
<p><a href="http://themainframe.ca/content/images/2011/06/Screen-shot-2011-06-29-at-11.29.21-AM.png"><img src="http://themainframe.ca/content/images/2011/06/Screen-shot-2011-06-29-at-11.29.21-AM-300x233.png" alt="Install htop on Mac OS X" title="Screen shot 2011-06-29 at 11.29.21 AM"></a></p>
<p>Which is cool and nerdy enough. But <strong>htop</strong> is even nerdier. Linux nerds know this, which is why <strong>apt-get install htop</strong> is one of our first commands on a fresh install. It’s great for monitoring your webservers and other linux boxes.</p>
<p>Here’s themainframe.ca server running htop:</p>
<p><a href="http://themainframe.ca/content/images/2011/06/Screen-shot-2011-06-29-at-11.33.57-AM.png"><img src="http://themainframe.ca/content/images/2011/06/Screen-shot-2011-06-29-at-11.33.57-AM-300x233.png" alt="Install htop on Mac OS X" title="Screen shot 2011-06-29 at 11.33.57 AM"></a></p>
<p>But this command isn’t part of Mac OS X.</p>
<p>Sure, you can follow the various tutorials out there, to install git, then grab the htop source code and install it yourself. Or you can be a lazy nerd and grab the binary that I’ve compiled and install it.</p>
<p>Copy and paste the following commands into a terminal window:</p>
<blockquote>
<p>curl -O <a href="http://themainframe.ca/content/images/2011/06/htop.zip">http://themainframe.ca/content/images/2011/06/htop.zip</a><br>
unzip htop.zip<br>
sudo mv htop /bin<br>
rm htop.zip</p>
</blockquote>
<p>You will need to enter your password for the ‘sudo’ line above.</p>
<p>Then you can run it from the terminal anywhere by just typing htop.</p>
<iframe allowfullscreen frameborder="0" height="480" src="http://www.youtube.com/embed/Xt3qKvGhsm8" width="600"></iframe>
<p>(I followed the tutorial at <a href="http://jeetworks.org/node/60">http://jeetworks.org/node/60</a> to compile)</p>
<!--kg-card-end: markdown-->]]></content:encoded></item></channel></rss>