Ferry Boender
Programmer, DevOpper, Open Source enthusiast.
I often clone VirtualBox machines as a quick way to get a fresh box to test some stuff on. The problem is, I don’t know which IP the new clone gets assigned. Fortunately, if you’ve got VirtualBox Guest Additions installed on the guest, you can use the guestproperty to get the IP. Here’s a quick […]
Put this in your .tmux.conf to enable scrolling using the Shift-PageUp/Down keys: set -g terminal-overrides ‘xterm*:smcup@:rmcup@’
As a developer and systems administrator, I use VirtualBox a lot for building binaries, testing upgrades, etc. It always struck me as a waste that I’d have to clone an entire HD image whenever I needed a fresh install of a machine. Why couldn’t I just use a single base image for each Virtual Machine, […]
Here’s a quick way to create your own Debian package. This is merely a simple package which will not be included in the official Debian repositories, so we can ignore most of the Debian packaging guidelines. First off, we need to create a directory which shall hold the contents of the package. In this case, […]
Here’s a nice study on the performance of Linux’s network firewalling/packet mangling layer: Netfilter Performance Testing Conclusions (mine, based on the study): Netfilter/iptables is up to par with other filter solutions when it comes to plain routing. Netfilter/iptables is not up to par with other filter solutions when it comes to connection tracking (basically just […]
The Minecraft server was running very slowly and gobbling up a significant amount of memory. Game-play was laggy, chunk loading stuttery and I saw a LOT of the following message in the server.log: [WARNING] Can’t keep up! Did the system time change, or is the server overloaded? I decided to unleash my google-fu, dug through […]
(The lastest version of this article is always available in stand-alone HTML format and in PDF format. The original AsciiDoc source is also available. Please link to the HTML version, not this Blog post!) SSH is capable of more than you’d think! This article describes some of the lesser known features and configuration options. It […]
Interesting article over at Linuxconfig.org: This article describes a simple way on how to create a home made debian package and include it into a local package repository. Although we could use a existing Debian/Ubuntu package, we will start from scratch by creating our own minimalistic unofficial debian package. Once our package is ready, we […]
A while ago I fiddled around with my Vim configuration, and I removed some things I thought weren’t necessary. A little while later I noticed that, when I copied things in a terminal Vim by selecting them with the mouse or a normal visual selection, I couldn’t paste them into other X11 programs such as […]
(The lastest version of this article is always available in stand-alone HTML format and in PDF format. The original AsciiDoc source is also available. Please link to the HTML version, not this Blog post!) Update 19 Februari 2017: Alexandre Grojsgold has emailed me to say that these instructions are still valid as of 2017 for OpenSuse 11.2 and […]
Search this blog:
The text of all posts on this blog, unless specificly mentioned otherwise, are licensed under this license.