Airman604
Airman604
When starting dfw as a local container (i.e. through `docker run`) on a node that is joined to Docker Swarm, it fails with the following error: ``` Apr 16 19:12:27.273...
### THANK YOU I'd like to start with a huge thank you, CTFd is a great CTF platform that made it possible for smaller teams and conferences to host CTF...
In **Concept01_timeseries_data.ipynb** in Chapter 10, I believe you can simplify and speed up the following code: ``` def split_data(data, percent_train=0.80): num_rows = len(data) train_data, test_data = [], [] for idx,...
update inventory.ini to not require SSH connection to localhost
Simplify LinEnum task - no need for git clone and cleanup, can just download the single LinEnum.sh file from the master branch and save in the right place.
Add task to install Powershell as a snap package. Ansible snap module requires Ansible version 2.8, which is newer than the default apt package in Ubuntu 18.04, but can be...
Moved golang and node.js to snap-based package installs, which are easier and more maintainable (and work across Ubuntu 18.04 and 20.04 etc.). Snap package versions are kept relatively fresh (more...