How to pip install NumPy in two seconds flat

Edit, July 2015:

A mere two weeks after I posted this, pip version 7 was released and changed things again. If you have the wheel library and pip version 7 or above, wheel building and caching is now switched on and run by default, you just need to pip install …

more ...




Graphical ssh-agent prompting in Xubuntu

One of the fallbacks / features (depending on your preference) of using XFCE over the standard Ubuntu interface is that you don't get per-session ssh-agent handling (via a graphical interface) out-of-the-box, meaning you must manually fire up ssh-agent every time you login on your desktop. A minor annoyance, granted, but I …

more ...

Ganglia setup explained

Or, everything you wanted to know about setting up Ganglia, but couldn't grok from the official documentation - part 2.

In this post I'll cover:

  • What purposes the different Ganglia utilities serve, and how they fit together.
  • How to set up a minimal configuration, from apt-get install through to configuring Apache …
more ...

Why Ganglia?

Or, everything you wanted to know about setting up Ganglia, but couldn't grok from the official documentation - part 1.

I recently set up Ganglia monitoring on couple of new machines I'm looking after. While I've used Ganglia before, I wanted to do some slightly non-standard things this time around. This …

more ...

Setting up disk quotas with Ubuntu 12.04

There seems to be very little information on the web about setting up disk quotas, presumably because it's perceived as being trivial. However, it's nice to have this confirmed or refuted before you dive in, so here are my notes.

First off:

$ sudo apt-get install quota quotatool

Now edit /etc …

more ...

Cluster monitoring via multiple htop instances

For cluster-usage monitoring I've mostly been using Ganglia, as covered here. But while it provides a great overview, sometimes you need to drill down and quickly see who's running what, on which node.

For this, htop is a great tool with minimal overheads - console friendly interface, tiny footprint etc.

I've …

more ...

Fix your Dell laptop touchpad in Ubuntu

Just testing a shiny new Dell Precision M4700, which is great... except the trackpad isn't recognized in Xubuntu 12.04, resulting in no multi-touch - it's amazing how clunky resorting to scroll bars seems now. Anyway, it turns out Dell are not thoroughly supporting the 'Alps' trackpads used on their latest …

more ...