Skip to main content

How to deal with/archive an old WordPress site

We all have those old blogs that we started some time ago with some grandiose vision. Unfortunately, the blog never really took off. Now it just sits there and generate a small amount of traffic every day. It’s enough to not shut it down, but not enough to invest a whole lot more resources into. Chances are that said blog is running on WordPress. You now …

Read More

The dangers of UFW + Docker

In recent years, I’ve transitioned over to using Ubuntu’s UFW. In most cases, it gets the job done and it is easy to manage via provisioning tools like Ansible. As turns out however, using UFW together with Docker can be very dangerous as I will show below. Let’s start with an Ubuntu 14.04 server. It has UFW and Docker installed already, so let’s start by …

Read More

How to get BitTorrent Sync to stop syncing Finder meta data

I really like BitTorrent Sync. It’s a great alternative to Dropbox et al, without having to hand over your unencrypted data to a third party. Unfortunately, the default configuration in BitTorrent Sync for Mac OS X is somewhat odd. As it turns out, it syncs all of Finder’s meta data. As you can imagine, this means a lot of pointless syncing. After posting on …

Read More

Running Puppet master in Docker

In the past, I’ve relied a lot on Puppet for automation. That means that I have a fair number of Puppet masters at my disposals. Puppet is a Ruby based application. As many Ruby based applications, it depends on a fairly large number of other libraries. Having to install all these packages on a brand new server is a pity. In addition, the recommended …

Read More

Keyboard hacks for OS X

Every time I install OS X, I get very frustrated with the default keyboard settings. Perhaps the most frustrating one is how slow the navigation is when you’re using the arrow keys to move around in text blocks. Fortunately, it is easy to change the settings. To make the keyboard navigation faster, you need to toggle the following two settings: The next …

Read More

Run your Tor Relay Node in Docker

Tor is a project that I really love to support. In this age of increased surveillance, Tor is needed more than ever. Unfortunately, your own Tor Exit Node can put you in a lot of trouble due to the fact that Tor being used for all kinds of abuses. This is unfortunately a the reality of anonymity; some people will abuse it. Yet, we shall not let this …

Read More

How to fix kernel_task CPU usage on Yosemite

Yesterday I had to hand in my almost new MacBook Pro (Retina) for repair due to a broken logic board. This meant that I had to go back to my old laptop for a little bit. In preparation for this, I dusted off my old MacBook Pro this weekend so that I would have something from in the meantime. Since it was due for an upgrade, I decided to install the Yosemite …

Read More