You are here |
www.cybershu.eu | ||
| | | |
www.buildahomelab.com
|
|
| | | | The Ansible docs cover a variety of ways to install Ansible from apt/yum installs to compiling from source. Learn to Setup ansible with virtualenv. | |
| | | |
pythonspeed.com
|
|
| | | | How to activate a Python virtualenv in a Dockerfile without repeating yourself-plus, you'll learn what activating a virtualenv actually does. | |
| | | |
techtldr.com
|
|
| | | | There are two philosophies when it comes to package installation, global first and local first. Global meaning all applications that rely on a certain package have access to the same copy of the library that was installed once. Local means that each project has its own folder of dependencies installed specifically for this project and [...] | |
| | | |
vadosware.io
|
|
| | How I went about setting up a HTTP application on Kubernetes, with Ingress |