I’m a software engineer with a passion for open-source, infrastructure, tooling and security.
+I’m a software engineer with a passion for open-source, infrastructure, tooling and security.
diff --git a/about/index.html b/about/index.html index f4c6020d..24a4ce53 100644 --- a/about/index.html +++ b/about/index.html @@ -186,8 +186,7 @@ One min read -
I’m a software engineer with a passion for open-source, infrastructure, tooling and security.
+I’m a software engineer with a passion for open-source, infrastructure, tooling and security.
AppGate SDP provides a Zero Trust network. This post describes how to get AppGate SDP 4.3.2
working on Arch Linux.
AppGate SDP provides a Zero Trust network. This post describes how to get AppGate SDP 4.3.2
working on Arch Linux.
Depending on the AppGate SDP Server that is running, you may require a client that is more recent than the latest package on AUR.
As of right now, the latest AUR is 4.2.2-1
.
These steps highlight how to get it working with Python3.8
by making a 1 line modification to AppGate source code.
It turns out there are breaking changes in Python3.8.
The docs say Deprecated since version 3.5, will be removed in version 3.8: See alternative like the distro package.
I suppose this highlights one of the caveats of relying upon the system’s python, rather than having an isolated, dedicated environment for all dependencies.
-I suppose this highlights one of the caveats of relying upon the system’s python, rather than having an isolated, dedicated environment for all dependencies.