Explore >> Select a destination


You are here

www.cybershu.eu
| | www.buildahomelab.com
14.8 parsecs away

Travel
| | 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
3.8 parsecs away

Travel
| | How to activate a Python virtualenv in a Dockerfile without repeating yourself-plus, you'll learn what activating a virtualenv actually does.
| | techtldr.com
6.3 parsecs away

Travel
| | 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
90.0 parsecs away

Travel
| How I went about setting up a HTTP application on Kubernetes, with Ingress