Recent Posts

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...