Recently I've started working on changing my default development workflow. I'm evaluating vagrant as a main env manager, and then docker for extra speed. In short, my vagrant up boots up new dev box and then couple of docker containers. What I've fou ... read more →
null read more →
Eagle is still the first choice when it comes to Open Hardware electronics design. That's a bit unfortunate because the software itself is proprietary. Sometimes you need to run it though. For example to migrate projects over to non-proprietary softw ... read more →
I'm a bit cautious when it comes to storing my passwords and other secrets. I do not use any web or desktop applications to do this for me. How do I remember those passphrases then ? I have a central file server, accessible via a tunnel. I store ther ... read more →
I had some troubles compiling git 2.0 under cygwin. I present you with a very dirty hack to do so. Proper patch will probably follow. Did I mention that the hack is dirty and will make your hands burn if you're gonna type it in ? git clone https://gi ... read more →
I find it useful to hang as much stuff as possible on the walls, instead of using shelf/floor/desk space for that. Here is just a quick hack I did to allow filament spools to be mounted securely to a wall. It turns out that if you cut off the bent pa ... read more →
It's not common for me to put just one link here as the content of the article. Today, however, is one of these days. The bettercrypto folks came up with really excellent practical guide to securing your servers. A draft for now, but already sporting ... read more →
It turns out this was not that obvious, at least for me, how to change various profile preferences for Gnome Terminal under Gnome 3 from the commandline. You can go and fetch the list of profiles this way: ~# dconf list /org/gnome/terminal/legacy/pro ... read more →
Update 2023: I no longer host PoCorGTFO here, it's very much available elsewhere on the internet and I couldn't afford the costs for this server sadly. Hey – to all you curious folks – the new issue of PoC or GTFO is well, out ! The best minds in i ... read more →
Easiest way I've found to configure wifi on RaspberryPi, not really being mentioned when you search for such. Not using separate wpa_supplicant configuration at all. root@frontend:~# cat /etc/network/interfaces auto lo iface lo inet loopback iface e ... read more →