CodeSamples
CodeSamples copied to clipboard
CBT Nuggets course code samples
Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...
Bumps [flask](https://github.com/pallets/flask) from 1.1.1 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...
cannot connect, related to a PR that is ope
This script actually fails to search beyond first entry in db.txt. I've wasted 15 mins figuring out what's wrong, instead of learning :). As you can see below, if first...
Please remove duplicate CMD directives from Python/AppDev/Dockerfile `CMD ["ufw allow 5000"] `.. this is just ignored, only last CMD is executed. Why would you try to execute ufw inside a...
Hello Knox, First of all thank you for your clear instructions on CBT-nuggets! I ran into an issue when I wanted to install ansible. When I pasted in "sudo apt-add-repository...
Hey Knox, Here is my attempt to fix an issue with the code from the Cisco CCNP Automating Enterprise Solutions (300-435 ENAUTO) - 88. Getting Authenticated video. Guessing Cisco has...
- updated 'host' and 'port' with info of a currently running DevNet Sandbox - added new arguments to eliminate 'ncclient.transport.errors.AuthenticationError: SSHException('No existing session')' error.