Explore useful Automation Techniques with Powershell on Windows
Handy PowerShell snippets for Windows automation — script directory, script name, environment variables, and other common scripting tasks.
Technical essays, architectural deep-dives, and practical guides at the intersection of code and design.
Page 11 of 28
Handy PowerShell snippets for Windows automation — script directory, script name, environment variables, and other common scripting tasks.
Use the Chocolatey package manager on Windows to install tools like Git and osquery from the command line or within a Dockerfile.
A complete Dockerfile that builds FIPS-enabled OpenSSL and patches Python 3.9.2 to use it, combining both build steps into one container image.
We will see some of the useful pytest command options. Example runing selective tests, enable logging etc.
Apply a custom source patch (e.g. FIPS) to Python 3.9.2 and install the patched build through pyenv, step by step.
How to install Python from command line using pyenv, and we will also create a Dockerfile for Windows
How to install Python from command line using pyenv, and we will also create a Dockerfile
We will patch and build Python 3.9.x for FIPS enabled Openssl. Considering Openssl is already built for FIPS.
We will patch and build Python 3.7.9 for FIPS enabled Openssl. Considering Openssl is already built for FIPS.
How to build FIPS enabled Openssl. Also we will see Dockerfile which will do the same stuff.
How to debug and pass command line arguments in VS Code using launch.json configuration.
How to read files in multiple ways in Python, and how to strip new line characters.