From b49281dc1e55b82c92e25d56a2832b47f704739c Mon Sep 17 00:00:00 2001 From: davegallant Date: Mon, 12 Dec 2022 02:54:14 +0000 Subject: [PATCH] deploy: 87cc2f1b80c237b8cc3e33afaf30f2b9cd5d6fb5 --- about/index.html | 3 +-- .../16/appgate-sdp-on-arch-linux/index.html | 6 ++--- .../06/what-to-do-with-a-homelab/index.html | 16 ++++++------- .../08/why-i-threw-out-my-dotfiles/index.html | 14 +++++------ .../index.html | 6 ++--- .../index.html | 20 +++++++--------- .../running-k3s-in-lxc-on-proxmox/index.html | 24 +++++++++---------- .../backing-up-gmail-with-synology/index.html | 12 ++++------ .../index.html | 14 +++++------ .../10/watching-youtube-in-private/index.html | 10 ++++---- css/custom.css | 14 +++++++++++ page/search/index.html | 3 +-- 12 files changed, 68 insertions(+), 74 deletions(-) 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.

diff --git a/blog/2020/03/16/appgate-sdp-on-arch-linux/index.html b/blog/2020/03/16/appgate-sdp-on-arch-linux/index.html index 8d7ed45c..00085e36 100644 --- a/blog/2020/03/16/appgate-sdp-on-arch-linux/index.html +++ b/blog/2020/03/16/appgate-sdp-on-arch-linux/index.html @@ -186,8 +186,7 @@ personal blog
-
-

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.

@@ -271,8 +270,7 @@ module 'platform' has no attribute

Wrapping up

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.