DevOps

Shrinking a VirtualBox disk

10 minute read

Can you shrink VirtualBox disk images? It turns out you can, with the right setup. A recent cleanup operation led me to one way to get this particular set ...

Become-ing a user securely in Ansible

8 minute read

Using become_user in Ansible requires the acl package to be installed on the remote host. This is a note to my future self, reminding me of the error, the r...

Tunneling through a gateway server via SSH

9 minute read

Some of the servers I manage are hidden behind a corporate firewall and hence not accessible from the open internet. In order to access them from my office ...

Headless Cordova Android builds on Jenkins

23 minute read

This is a fairly old story, nevertheless I still think it’s worthwhile telling, just in case someone else wants to build Android APKs from Cordova within the...