Post tagged: ubuntu

Serving a static blog from a Snap

Out of curiosity, I decided to try and package this blog as a snap package, and it turns out to be an extremely easy and convenient way to deploy a static blog!

An image of fingers snapping, with the caption "aw
snap"

Why?

There are several advantages that the snappy packaging format bring to the table as far as applications …

Running an Ubuntu mirror with Juju!

Running a mirror for your favorite distribution is much easier than it sounds when leveraging the right tools (and the work of others, including yours truly).

You might be interested to see what we (the Public Cloud team and Web Operations team at Canonical) developed over the years to mirror …

Building a very simple debian package

I sometimes read "building packages X is much easier than building .debs".

While it is probably true that building a debian package is a little more involved than other systems, the debian packaging system adds a lot of value for end users, and properly packaged applications is what makes the …

Monitoring Apache2 with Landscape

It is important for most sysadmins to have a clear view of the overall trend in their production system.

Since I work on the Landscape project, I wanted to use it's nifty custom graphing feature to get an understanding of the general trends of apache connections for this blog.

Enter …

Making LXC (and Juju) fly on Ubuntu

If like me you use LXC containers a lot, and are often on the road, you might have also been frustrated about how network-hungry LXC is, in particular when used with Juju. I will show you how to make it automagically use a deb packages cache, to drastically speed up subsequent downloads and installations.