lxd defaults to running non-privileged containers. By utilizing linux namespaces
this permits the container to run a process such that from that processes point of
view it is uid 0 (nee' root …
VMware's documentation is great, but their naming is absolutely awful. Trying to
find your way through the maze of acronyms and names is truly daunting. Take heart!
Uploading a OVA and creating a VM
Install OVFtool
Download ovftool from VMware, https://www.vmware.com/support/developer/ovf/ and install. I …
There are some compelling reasons to use setuptools with python: it is used by pypi and it manages building
C extensions (or cython and the ilk). However, if you are in a position of integrating python scripts
in polyglot environment setuptools has some compelling disadvantages: its dependency resolution is
terrible …