KYBC 2021 - Maze 1 Writeup
Writeup for Maze 1 challenge at KYBC CTF
Writeup for Maze 1 challenge at KYBC CTF
During Easter I played the TG:HACK 2020 CTF. Here' is my writeup for the A game of keys challenge.
Signing other people keys with an offline master key is not super straightforward. Here's how to do it in an almost pain-free way.
A step by step guide for creating a GPG key with subkeys.
The order pytest-django uses for determining which settings file should be used for running tests might not be the most optimal when using environment variables. However, it is still possible to override it so that it picks up the correct file without recurring to extra typing.
After reading that it might be possible to use virtualenvwrapper with pyvenv, I decided to fire up a couple of virtual machines and to find it out.
My plan was to quickly set up Travis CI for Subvenv and then move on to other projects. Instead, it came out that I couldn't have been more wrong and I ended up instead in an afternoon of frustration.
After spending quite some time working on your side project, you feel that it is finally good enough for going public. Releasing sounds like a super neat idea, but how do you do it?
Subvenv 1.0 is out! What it is, why I wrote it, and why you might want to use it.
Vagrant is an amazing tool. However, one thing that bugged me was that provisioning scripts preparation still required me a fair amount of time and trial-errors attempts. Switching to Ansible allowed me to make my life easier and provision times shorter.