Posts by Year

2023

Back to Top ↑

2019

Mueller Report

1 minute read

These are just my notes about the operational security pieces that are relevant to the US’s Mueller report about Russian interference with US elections of 20...

Back to Top ↑

2015

Containers, systemd-nspawn and overlayfs

7 minute read

This is a little blurb about how to use namespaces most efficiently at the time of writting. In particular, systemd-nspawn offers a lot of flexibility, is li...

Sheeva plug

4 minute read

The Sheeva plug is a relatively old ARM-based (ARMv5, Kirkwood/Feroceron CPU) “plug-style” Linux box, with 512Mb NAND flash, an SDCard reader, and an ethern...

Back to Top ↑

2014

VPN and DNS

1 minute read

With split-view DNS and VPN it makes your web browsing and what not slower due to slower DNS resolution. This is a “solution” mainly for Linux and OSX.

GnuPG sane defaults

less than 1 minute read

Sane defaults, as per Mozilla’s Wiki.

Benchmark openssl RSA verify/s on FxOS devices

less than 1 minute read

Curious how fast FirefoxOS devices can verify signatures? Well, I am, as I’d like to know how much we potentially delay installs when using stronger signatur...

Back to Top ↑

2013

getcap, setcap and file capabilities

2 minute read

Linux’s thread/process privilege checking is based on capabilities. They’re flags to the thread that indicate what kind of additional privileges they’re allo...

Bicycle pedals, clipless vs straps (vs the world)

4 minute read

I’ve been biking pretty much all my life. My favorite bike has been an old hard tail for a long time, and now it’s cx (cylcocross, it’s like a hard tail but ...

SSH Agent Notification

1 minute read

When using agent forwarding with SSH, your private key never leaves your computer. Signing/authentication requests are instead forwarded to your local agent ...

Simple python venv wrapper

less than 1 minute read

VirtualEnvWrapper is a common wrapper to use Python’s virtual envs. However, thats a huge script to save a few lines of typing. And I don’t like huge script...

Back to Top ↑

2012

How do magnet links work?

1 minute read

I’m getting that question often and there isn’t any short explanation link. Well, til now.

Back to Top ↑

2011

808

1 minute read

The 808 keychain camera is a well known cheap camera, which can optionally record in HD (720p, 1080p) if you get the right model.

Back to Top ↑

2010

Getting started with PowerShell

1 minute read

Sure am very late to the show, but I recently started to use PowerShell instead of the good old cmd.exe, which honestly, sucks.

Ultra micro video controlled heli (Blade mSR)

14 minute read

E-Flite’s Blade mSR is a micro helicopter, using high-end 2.4ghz Spektrum radios. It is a fixed pitch helicopter, mean there’s only one rotor and a real tail...

DC-3 / C-47 Build log

4 minute read

Once upon a time, I decided to try to build my own plane from scratch. That is, from nearly complete scratch, you know. Just deciding on one and making it wi...

Back to Top ↑

2009

Single program instance

2 minute read

I don’t know why, but this is often overlooked by many people so I’ll put it here. These are snippets to ensure you’re running only one instance of a program...

Back to Top ↑

2008

Terminal emulators

1 minute read

If you’ve code compiling and spitting out thousand of lines, you certainly don’t want your terminal to slow down the process. But some are pretty slow…

XServer-less webpage screenshot

2 minute read

There’s no good solution for that which I know of, and in fact, it would probably require hacking up some well known renderer (Gecko or WebKit mainly).

Google translation script

2 minute read

In my projects, I have often tons of one-liners to translate. The best translation service I found yet, is, well, Google translation. But switching to the br...

Bulk check SSL certificate expiration

less than 1 minute read

It’s some easy thing to do, but not explained anywhere. Python certificate support is inexistant, coding your own SSL wrapper kinda sucks.. well, there’s ope...

Mac OS 68k Emulation

3 minute read

I always wanted to play those good old games from 1980-1990 on my old Mac. But booting and reinstalling it would be a pain.

Back to Top ↑

2007

CAPTCHA.. WIIB!

5 minute read

Oh, barbarian acronym. I hate it. It sounds like a buzz word, but by buzz word, I mean an horrible one.

Panasonic CF-R3 HDD replacement

2 minute read

Alright. I got a Panasonic CF-R3, yea, pretty old model by now (a few years old actually, but still rockin’). Someday, you’ll decide like me to change the ha...

Back to Top ↑