You are here |
jeroenjanssens.com | ||
| | | |
blog.nuculabs.de
|
|
| | | | Hello! If you want to do Hackgnar's BLE CTF but you've been struggling with flashing the ESP worry not! I have created a vagrant developer environment just for this. The environment can be found here: To use it you need to have Vagrant and VirtualBox installed. After you got those installed, clone the repo and run the following commands on the terminal. This will start up the VM and ssh into it. [code language="bash"] vagrant up && vagrant ssh [/code] | |
| | | |
nickcharlton.net
|
|
| | | | I recently completed a project for an assignment which had a mess of dependencies. It depends upon libgit2 and pygit2, both of which are a complete pain to get working. After it blew up in my face for the third time, I realised I was being silly and should go back to using Vagrant, and along with it, the configuration management tool, Chef. | |
| | | |
www.ethanrosenthal.com
|
|
| | | | I make Python packages for everything. Big projects obviously get a package, but so does every tiny analysis. Spinning up a quick jupyter notebook to check something out? Build a package first. Oh yeah, and every package gets its own virtual environment. Let's back up a little bit so that I can tell you why I do this. After that, I'll show you how I do this. Notably, my workflow is set up to make it simple to stay consistent. | |
| | | |
blog.hypriot.com
|
|
| |