diff --git a/content/post/using-aks-and-socks-to-connect-to-a-private-azure-db/index.md b/content/post/using-aks-and-socks-to-connect-to-a-private-azure-db/index.md index 07a3ba02..c4c4af1e 100644 --- a/content/post/using-aks-and-socks-to-connect-to-a-private-azure-db/index.md +++ b/content/post/using-aks-and-socks-to-connect-to-a-private-azure-db/index.md @@ -7,17 +7,18 @@ keywords: [] description: "" tags: [ - "azure", - "database", - "proxy", - "socks", "aks", - "k8s", "aws", + "azure", "bastion", - "eks", "cloud-sql-proxy", + "database", + "eks", + "k8s", "kubectl-plugin-socks5-proxy", + "proxy", + "socat", + "socks", ] categories: [] author: "" @@ -70,6 +71,10 @@ Because this adds cost (and complexity), it does not seem like a desirable optio ## SOCKS +> **2023-12-13:** +> An alternative to using a socks proxy is [socat](http://www.dest-unreach.org/socat/). This would allow you to relay tcp connections to a pod running in k8s, and then port-forward them to your localhost. +> If this sounds more appealing, install [krew-net-forward](https://github.com/antitree/krew-net-forward/tree/master) and then run "kubectl net-forward -i mydb.postgres.database.azure.com -p 5432 -l 5432" to access the database through "localhost:5432" + [SOCKS](https://en.wikipedia.org/wiki/SOCKS) is a protocol that enables a way to proxy connections by exchanging network packets between the client and the server. There are many implementations and many readily available container images that can run a SOCKS server. It's possible to use this sort of proxy to connect to a private DB, but is it any simpler than using a virtual machine as a jumphost? It wasn't until I stumbled upon [kubectl-plugin-socks5-proxy](https://github.com/yokawasa/kubectl-plugin-socks5-proxy) that I was convinced that using SOCKS could be made simple. diff --git a/public/about/index.html b/public/about/index.html index 23101de5..b2910570 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -10,7 +10,6 @@ - @@ -21,7 +20,7 @@ - + diff --git a/public/blog/2020/03/16/appgate-sdp-on-arch-linux/index.html b/public/blog/2020/03/16/appgate-sdp-on-arch-linux/index.html index 21540371..e6b20ed8 100644 --- a/public/blog/2020/03/16/appgate-sdp-on-arch-linux/index.html +++ b/public/blog/2020/03/16/appgate-sdp-on-arch-linux/index.html @@ -10,7 +10,6 @@ - @@ -21,7 +20,7 @@ - + diff --git a/public/blog/2021/09/06/what-to-do-with-a-homelab/index.html b/public/blog/2021/09/06/what-to-do-with-a-homelab/index.html index d406860c..3c2efaf0 100644 --- a/public/blog/2021/09/06/what-to-do-with-a-homelab/index.html +++ b/public/blog/2021/09/06/what-to-do-with-a-homelab/index.html @@ -10,7 +10,6 @@ - @@ -21,7 +20,7 @@ - + diff --git a/public/blog/2021/09/08/why-i-threw-out-my-dotfiles/index.html b/public/blog/2021/09/08/why-i-threw-out-my-dotfiles/index.html index 09ab3d75..f9377c2d 100644 --- a/public/blog/2021/09/08/why-i-threw-out-my-dotfiles/index.html +++ b/public/blog/2021/09/08/why-i-threw-out-my-dotfiles/index.html @@ -10,7 +10,6 @@ - @@ -21,7 +20,7 @@ - + diff --git a/public/blog/2021/09/17/automatically-rotating-aws-access-keys/index.html b/public/blog/2021/09/17/automatically-rotating-aws-access-keys/index.html index 786719a7..414544a5 100644 --- a/public/blog/2021/09/17/automatically-rotating-aws-access-keys/index.html +++ b/public/blog/2021/09/17/automatically-rotating-aws-access-keys/index.html @@ -10,7 +10,6 @@ - @@ -21,7 +20,7 @@ - + diff --git a/public/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/index.html b/public/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/index.html index 8bfee1aa..1d6ad718 100644 --- a/public/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/index.html +++ b/public/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/index.html @@ -10,7 +10,6 @@ - @@ -21,7 +20,7 @@ - + diff --git a/public/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/index.html b/public/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/index.html index eff21c5c..7de380f6 100644 --- a/public/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/index.html +++ b/public/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/index.html @@ -10,7 +10,6 @@ - @@ -21,7 +20,7 @@ - + diff --git a/public/blog/2022/03/13/backing-up-gmail-with-synology/index.html b/public/blog/2022/03/13/backing-up-gmail-with-synology/index.html index 6d9552d6..1de74219 100644 --- a/public/blog/2022/03/13/backing-up-gmail-with-synology/index.html +++ b/public/blog/2022/03/13/backing-up-gmail-with-synology/index.html @@ -10,7 +10,6 @@ - @@ -21,7 +20,7 @@ - + diff --git a/public/blog/2022/04/02/virtualizing-my-router-with-pfsense/index.html b/public/blog/2022/04/02/virtualizing-my-router-with-pfsense/index.html index d674f5b1..e4ce4c8f 100644 --- a/public/blog/2022/04/02/virtualizing-my-router-with-pfsense/index.html +++ b/public/blog/2022/04/02/virtualizing-my-router-with-pfsense/index.html @@ -10,7 +10,6 @@ - @@ -21,7 +20,7 @@ - + diff --git a/public/blog/2022/12/10/watching-youtube-in-private/index.html b/public/blog/2022/12/10/watching-youtube-in-private/index.html index b528f070..58bb1dde 100644 --- a/public/blog/2022/12/10/watching-youtube-in-private/index.html +++ b/public/blog/2022/12/10/watching-youtube-in-private/index.html @@ -10,7 +10,6 @@ - @@ -21,7 +20,7 @@ - + diff --git a/public/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/index.html b/public/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/index.html index 28189db2..a3dce1dd 100644 --- a/public/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/index.html +++ b/public/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/index.html @@ -10,7 +10,6 @@ - @@ -21,7 +20,7 @@ - + @@ -118,6 +117,11 @@

Azure has a fully-managed service called Azure Bastion that provides secure access to virtual machines that do not have public IPs. This looks interesting, but unfortunately it costs money and requires an additional virtual machine.

Because this adds cost (and complexity), it does not seem like a desirable option in its current state. If it provided a more seamless connection to the database, it would be more appealing.

SOCKS#

+
+

2023-12-13: +An alternative to using a socks proxy is socat. This would allow you to relay tcp connections to a pod running in k8s, and then port-forward them to your localhost. +If this sounds more appealing, install krew-net-forward and then run “kubectl net-forward -i mydb.postgres.database.azure.com -p 5432 -l 5432” to access the database through “localhost:5432”

+

SOCKS is a protocol that enables a way to proxy connections by exchanging network packets between the client and the server. There are many implementations and many readily available container images that can run a SOCKS server.

It’s possible to use this sort of proxy to connect to a private DB, but is it any simpler than using a virtual machine as a jumphost? It wasn’t until I stumbled upon kubectl-plugin-socks5-proxy that I was convinced that using SOCKS could be made simple.

So how does it work? By installing the kubectl plugin and then running kubectl socks5-proxy, a SOCKS proxy server is spun up in a pod and then opens up port-forwarding session using kubectl.

@@ -147,28 +151,30 @@ pod/davegallant-proxy created diff --git a/public/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/index.html b/public/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/index.html index faf63d9b..1f9bb797 100644 --- a/public/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/index.html +++ b/public/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/index.html @@ -10,7 +10,6 @@ - @@ -21,7 +20,7 @@ - + diff --git a/public/categories/index.html b/public/categories/index.html index 1e216f2e..a20db456 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/categories/index.xml b/public/categories/index.xml index 4be32f19..236e02c2 100644 --- a/public/categories/index.xml +++ b/public/categories/index.xml @@ -6,7 +6,6 @@ Recent content in Categories on davegallant Hugo -- gohugo.io en-us - Dave Gallant - + Dave Gallant diff --git a/public/css/dark.b11f422ffce8151207bad84653d44cb512043f9efe93a0a049f836b9cc32b34a.css b/public/css/dark.0b62b6a8c9bc96baf3dd0b8690823918769e50f96220bad87969bb570d1febfe.css similarity index 99% rename from public/css/dark.b11f422ffce8151207bad84653d44cb512043f9efe93a0a049f836b9cc32b34a.css rename to public/css/dark.0b62b6a8c9bc96baf3dd0b8690823918769e50f96220bad87969bb570d1febfe.css index 3bffb71d..4399a6b9 100644 --- a/public/css/dark.b11f422ffce8151207bad84653d44cb512043f9efe93a0a049f836b9cc32b34a.css +++ b/public/css/dark.0b62b6a8c9bc96baf3dd0b8690823918769e50f96220bad87969bb570d1febfe.css @@ -31,7 +31,7 @@ pre { padding: 1em; } blockquote { - border-color: blue; + border-color: #ddd; } h1, diff --git a/public/index.html b/public/index.html index d7afdfe7..664096ce 100644 --- a/public/index.html +++ b/public/index.html @@ -1,7 +1,7 @@ - + davegallant | Home @@ -11,7 +11,6 @@ - @@ -22,7 +21,7 @@ - + diff --git a/public/index.xml b/public/index.xml index 37481b37..3a26b9a8 100644 --- a/public/index.xml +++ b/public/index.xml @@ -7,91 +7,114 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 10 Dec 2023 17:22:11 -0500 - + Sun, 10 Dec 2023 17:22:11 -0500 About /about/ Mon, 01 Jan 0001 00:00:00 +0000 + /about/ I&rsquo;m a software tinkerer with a passion for infrastructure, tooling, security, and coffee. + Setting Up Gitea Actions With Tailscale /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ Sun, 10 Dec 2023 17:22:11 -0500 + /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ + Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 + /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ + Watching YouTube in Private /blog/2022/12/10/watching-youtube-in-private/ Sat, 10 Dec 2022 21:46:55 -0500 + /blog/2022/12/10/watching-youtube-in-private/ + Virtualizing My Router With pfSense /blog/2022/04/02/virtualizing-my-router-with-pfsense/ Sat, 02 Apr 2022 18:50:09 -0400 + /blog/2022/04/02/virtualizing-my-router-with-pfsense/ + Backing Up Gmail With Synology /blog/2022/03/13/backing-up-gmail-with-synology/ Sun, 13 Mar 2022 18:49:10 -0400 + /blog/2022/03/13/backing-up-gmail-with-synology/ + Running K3s in LXC on Proxmox /blog/2021/11/14/running-k3s-in-lxc-on-proxmox/ Sun, 14 Nov 2021 10:07:03 -0500 + /blog/2021/11/14/running-k3s-in-lxc-on-proxmox/ + Replacing docker with podman on macOS (and Linux) /blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/ Mon, 11 Oct 2021 10:43:35 -0400 + /blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/ + Automatically Rotating AWS Access Keys /blog/2021/09/17/automatically-rotating-aws-access-keys/ Fri, 17 Sep 2021 12:48:33 -0400 + /blog/2021/09/17/automatically-rotating-aws-access-keys/ + Why I Threw Out My Dotfiles /blog/2021/09/08/why-i-threw-out-my-dotfiles/ Wed, 08 Sep 2021 00:42:33 -0400 + /blog/2021/09/08/why-i-threw-out-my-dotfiles/ + What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 + /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> + AppGate SDP on Arch Linux /blog/2020/03/16/appgate-sdp-on-arch-linux/ Mon, 16 Mar 2020 22:00:15 -0400 + /blog/2020/03/16/appgate-sdp-on-arch-linux/ <p>AppGate SDP provides a Zero Trust network. This post describes how to get AppGate SDP <code>4.3.2</code> working on Arch Linux.</p> + diff --git a/public/page/2/index.html b/public/page/2/index.html index 12645746..786c2cd3 100644 --- a/public/page/2/index.html +++ b/public/page/2/index.html @@ -1,7 +1,7 @@ - + davegallant | Home @@ -11,7 +11,6 @@ - @@ -22,7 +21,7 @@ - + diff --git a/public/post/index.html b/public/post/index.html index 4e39c175..f2402e62 100644 --- a/public/post/index.html +++ b/public/post/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/post/index.xml b/public/post/index.xml index 11b2eaa7..1a506371 100644 --- a/public/post/index.xml +++ b/public/post/index.xml @@ -7,84 +7,105 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 10 Dec 2023 17:22:11 -0500 - + Sun, 10 Dec 2023 17:22:11 -0500 Setting Up Gitea Actions With Tailscale /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ Sun, 10 Dec 2023 17:22:11 -0500 + /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ + Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 + /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ + Watching YouTube in Private /blog/2022/12/10/watching-youtube-in-private/ Sat, 10 Dec 2022 21:46:55 -0500 + /blog/2022/12/10/watching-youtube-in-private/ + Virtualizing My Router With pfSense /blog/2022/04/02/virtualizing-my-router-with-pfsense/ Sat, 02 Apr 2022 18:50:09 -0400 + /blog/2022/04/02/virtualizing-my-router-with-pfsense/ + Backing Up Gmail With Synology /blog/2022/03/13/backing-up-gmail-with-synology/ Sun, 13 Mar 2022 18:49:10 -0400 + /blog/2022/03/13/backing-up-gmail-with-synology/ + Running K3s in LXC on Proxmox /blog/2021/11/14/running-k3s-in-lxc-on-proxmox/ Sun, 14 Nov 2021 10:07:03 -0500 + /blog/2021/11/14/running-k3s-in-lxc-on-proxmox/ + Replacing docker with podman on macOS (and Linux) /blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/ Mon, 11 Oct 2021 10:43:35 -0400 + /blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/ + Automatically Rotating AWS Access Keys /blog/2021/09/17/automatically-rotating-aws-access-keys/ Fri, 17 Sep 2021 12:48:33 -0400 + /blog/2021/09/17/automatically-rotating-aws-access-keys/ + Why I Threw Out My Dotfiles /blog/2021/09/08/why-i-threw-out-my-dotfiles/ Wed, 08 Sep 2021 00:42:33 -0400 + /blog/2021/09/08/why-i-threw-out-my-dotfiles/ + What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 + /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> + AppGate SDP on Arch Linux /blog/2020/03/16/appgate-sdp-on-arch-linux/ Mon, 16 Mar 2020 22:00:15 -0400 + /blog/2020/03/16/appgate-sdp-on-arch-linux/ <p>AppGate SDP provides a Zero Trust network. This post describes how to get AppGate SDP <code>4.3.2</code> working on Arch Linux.</p> + diff --git a/public/sitemap.xml b/public/sitemap.xml index 186c8840..a077c323 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -57,6 +57,9 @@ /tags/proxy/ 2023-05-22T16:31:29-04:00 + + /tags/socat/ + 2023-05-22T16:31:29-04:00 /tags/socks/ 2023-05-22T16:31:29-04:00 diff --git a/public/tags/adguard/index.html b/public/tags/adguard/index.html index d0a79ace..5e114f63 100644 --- a/public/tags/adguard/index.html +++ b/public/tags/adguard/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/adguard/index.xml b/public/tags/adguard/index.xml index 099cdc48..86e66a5a 100644 --- a/public/tags/adguard/index.xml +++ b/public/tags/adguard/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 06 Sep 2021 01:12:54 -0400 - + Mon, 06 Sep 2021 01:12:54 -0400 What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 + /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> + diff --git a/public/tags/aks/index.html b/public/tags/aks/index.html index 4fc503df..c361c6dc 100644 --- a/public/tags/aks/index.html +++ b/public/tags/aks/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/aks/index.xml b/public/tags/aks/index.xml index 361e2a0f..9ca02d2b 100644 --- a/public/tags/aks/index.xml +++ b/public/tags/aks/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 - + Mon, 22 May 2023 16:31:29 -0400 Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 + /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ + diff --git a/public/tags/aws-vault/index.html b/public/tags/aws-vault/index.html index 9c556c4d..8fa92cab 100644 --- a/public/tags/aws-vault/index.html +++ b/public/tags/aws-vault/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/aws-vault/index.xml b/public/tags/aws-vault/index.xml index 07cf28cc..e5dc0faf 100644 --- a/public/tags/aws-vault/index.xml +++ b/public/tags/aws-vault/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Fri, 17 Sep 2021 12:48:33 -0400 - + Fri, 17 Sep 2021 12:48:33 -0400 Automatically Rotating AWS Access Keys /blog/2021/09/17/automatically-rotating-aws-access-keys/ Fri, 17 Sep 2021 12:48:33 -0400 + /blog/2021/09/17/automatically-rotating-aws-access-keys/ + diff --git a/public/tags/aws/index.html b/public/tags/aws/index.html index 7199cf20..b38c3444 100644 --- a/public/tags/aws/index.html +++ b/public/tags/aws/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/aws/index.xml b/public/tags/aws/index.xml index a1d98066..5b9c67f7 100644 --- a/public/tags/aws/index.xml +++ b/public/tags/aws/index.xml @@ -7,21 +7,24 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 - + Mon, 22 May 2023 16:31:29 -0400 Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 + /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ + Automatically Rotating AWS Access Keys /blog/2021/09/17/automatically-rotating-aws-access-keys/ Fri, 17 Sep 2021 12:48:33 -0400 + /blog/2021/09/17/automatically-rotating-aws-access-keys/ + diff --git a/public/tags/azure/index.html b/public/tags/azure/index.html index 3f2cbc20..8849f197 100644 --- a/public/tags/azure/index.html +++ b/public/tags/azure/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/azure/index.xml b/public/tags/azure/index.xml index 243a3e0c..21d3cf9f 100644 --- a/public/tags/azure/index.xml +++ b/public/tags/azure/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 - + Mon, 22 May 2023 16:31:29 -0400 Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 + /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ + diff --git a/public/tags/backup/index.html b/public/tags/backup/index.html index fa1a9513..27f5ac20 100644 --- a/public/tags/backup/index.html +++ b/public/tags/backup/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/backup/index.xml b/public/tags/backup/index.xml index db502ddb..a926b1ee 100644 --- a/public/tags/backup/index.xml +++ b/public/tags/backup/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 13 Mar 2022 18:49:10 -0400 - + Sun, 13 Mar 2022 18:49:10 -0400 Backing Up Gmail With Synology /blog/2022/03/13/backing-up-gmail-with-synology/ Sun, 13 Mar 2022 18:49:10 -0400 + /blog/2022/03/13/backing-up-gmail-with-synology/ + diff --git a/public/tags/bastion/index.html b/public/tags/bastion/index.html index 953634cb..7e289f59 100644 --- a/public/tags/bastion/index.html +++ b/public/tags/bastion/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/bastion/index.xml b/public/tags/bastion/index.xml index 1ab4bc1e..90ae1f70 100644 --- a/public/tags/bastion/index.xml +++ b/public/tags/bastion/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 - + Mon, 22 May 2023 16:31:29 -0400 Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 + /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ + diff --git a/public/tags/cloud-sql-proxy/index.html b/public/tags/cloud-sql-proxy/index.html index e7e279d7..f35f9b23 100644 --- a/public/tags/cloud-sql-proxy/index.html +++ b/public/tags/cloud-sql-proxy/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/cloud-sql-proxy/index.xml b/public/tags/cloud-sql-proxy/index.xml index f55ce922..2a59db56 100644 --- a/public/tags/cloud-sql-proxy/index.xml +++ b/public/tags/cloud-sql-proxy/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 - + Mon, 22 May 2023 16:31:29 -0400 Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 + /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ + diff --git a/public/tags/containers/index.html b/public/tags/containers/index.html index bad70cfb..fa5f2bad 100644 --- a/public/tags/containers/index.html +++ b/public/tags/containers/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/containers/index.xml b/public/tags/containers/index.xml index 2e8af29b..56069b30 100644 --- a/public/tags/containers/index.xml +++ b/public/tags/containers/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 11 Oct 2021 10:43:35 -0400 - + Mon, 11 Oct 2021 10:43:35 -0400 Replacing docker with podman on macOS (and Linux) /blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/ Mon, 11 Oct 2021 10:43:35 -0400 + /blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/ + diff --git a/public/tags/database/index.html b/public/tags/database/index.html index 6707bf17..0dbccf67 100644 --- a/public/tags/database/index.html +++ b/public/tags/database/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/database/index.xml b/public/tags/database/index.xml index 4081e6b8..2c43fd48 100644 --- a/public/tags/database/index.xml +++ b/public/tags/database/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 - + Mon, 22 May 2023 16:31:29 -0400 Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 + /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ + diff --git a/public/tags/degoogle/index.html b/public/tags/degoogle/index.html index 769d4888..881afba6 100644 --- a/public/tags/degoogle/index.html +++ b/public/tags/degoogle/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/degoogle/index.xml b/public/tags/degoogle/index.xml index 8d7e3fd3..016752f9 100644 --- a/public/tags/degoogle/index.xml +++ b/public/tags/degoogle/index.xml @@ -7,21 +7,24 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 10 Dec 2022 21:46:55 -0500 - + Sat, 10 Dec 2022 21:46:55 -0500 Watching YouTube in Private /blog/2022/12/10/watching-youtube-in-private/ Sat, 10 Dec 2022 21:46:55 -0500 + /blog/2022/12/10/watching-youtube-in-private/ + Backing Up Gmail With Synology /blog/2022/03/13/backing-up-gmail-with-synology/ Sun, 13 Mar 2022 18:49:10 -0400 + /blog/2022/03/13/backing-up-gmail-with-synology/ + diff --git a/public/tags/docker/index.html b/public/tags/docker/index.html index c7c38dc6..6cb5c15b 100644 --- a/public/tags/docker/index.html +++ b/public/tags/docker/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/docker/index.xml b/public/tags/docker/index.xml index 3d4a4099..53a80e94 100644 --- a/public/tags/docker/index.xml +++ b/public/tags/docker/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 11 Oct 2021 10:43:35 -0400 - + Mon, 11 Oct 2021 10:43:35 -0400 Replacing docker with podman on macOS (and Linux) /blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/ Mon, 11 Oct 2021 10:43:35 -0400 + /blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/ + diff --git a/public/tags/dotfiles/index.html b/public/tags/dotfiles/index.html index 8eab9f9b..0feb2a9e 100644 --- a/public/tags/dotfiles/index.html +++ b/public/tags/dotfiles/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/dotfiles/index.xml b/public/tags/dotfiles/index.xml index 6f750e4c..c70cf0b4 100644 --- a/public/tags/dotfiles/index.xml +++ b/public/tags/dotfiles/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Wed, 08 Sep 2021 00:42:33 -0400 - + Wed, 08 Sep 2021 00:42:33 -0400 Why I Threw Out My Dotfiles /blog/2021/09/08/why-i-threw-out-my-dotfiles/ Wed, 08 Sep 2021 00:42:33 -0400 + /blog/2021/09/08/why-i-threw-out-my-dotfiles/ + diff --git a/public/tags/eks/index.html b/public/tags/eks/index.html index 85fb1b03..e80dd0af 100644 --- a/public/tags/eks/index.html +++ b/public/tags/eks/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/eks/index.xml b/public/tags/eks/index.xml index 7d719555..cdbc3f83 100644 --- a/public/tags/eks/index.xml +++ b/public/tags/eks/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 - + Mon, 22 May 2023 16:31:29 -0400 Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 + /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ + diff --git a/public/tags/gitea-actions/index.html b/public/tags/gitea-actions/index.html index 731b43d4..b26a2525 100644 --- a/public/tags/gitea-actions/index.html +++ b/public/tags/gitea-actions/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/gitea-actions/index.xml b/public/tags/gitea-actions/index.xml index 88297cda..ce97473a 100644 --- a/public/tags/gitea-actions/index.xml +++ b/public/tags/gitea-actions/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 10 Dec 2023 17:22:11 -0500 - + Sun, 10 Dec 2023 17:22:11 -0500 Setting Up Gitea Actions With Tailscale /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ Sun, 10 Dec 2023 17:22:11 -0500 + /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ + diff --git a/public/tags/gitea/index.html b/public/tags/gitea/index.html index 501f2101..ce5b35c9 100644 --- a/public/tags/gitea/index.html +++ b/public/tags/gitea/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/gitea/index.xml b/public/tags/gitea/index.xml index 662b2240..b8c15434 100644 --- a/public/tags/gitea/index.xml +++ b/public/tags/gitea/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 10 Dec 2023 17:22:11 -0500 - + Sun, 10 Dec 2023 17:22:11 -0500 Setting Up Gitea Actions With Tailscale /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ Sun, 10 Dec 2023 17:22:11 -0500 + /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ + diff --git a/public/tags/github-actions/index.html b/public/tags/github-actions/index.html index 2dc522d4..17cbc45e 100644 --- a/public/tags/github-actions/index.html +++ b/public/tags/github-actions/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/github-actions/index.xml b/public/tags/github-actions/index.xml index de533cf2..be8133fe 100644 --- a/public/tags/github-actions/index.xml +++ b/public/tags/github-actions/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 10 Dec 2023 17:22:11 -0500 - + Sun, 10 Dec 2023 17:22:11 -0500 Setting Up Gitea Actions With Tailscale /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ Sun, 10 Dec 2023 17:22:11 -0500 + /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ + diff --git a/public/tags/gmail/index.html b/public/tags/gmail/index.html index 87145de8..588eeeb5 100644 --- a/public/tags/gmail/index.html +++ b/public/tags/gmail/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/gmail/index.xml b/public/tags/gmail/index.xml index 44b60956..45c75fbd 100644 --- a/public/tags/gmail/index.xml +++ b/public/tags/gmail/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 13 Mar 2022 18:49:10 -0400 - + Sun, 13 Mar 2022 18:49:10 -0400 Backing Up Gmail With Synology /blog/2022/03/13/backing-up-gmail-with-synology/ Sun, 13 Mar 2022 18:49:10 -0400 + /blog/2022/03/13/backing-up-gmail-with-synology/ + diff --git a/public/tags/grafana/index.html b/public/tags/grafana/index.html index 97a774ac..07a746a2 100644 --- a/public/tags/grafana/index.html +++ b/public/tags/grafana/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/grafana/index.xml b/public/tags/grafana/index.xml index 9b26a26c..36168a0c 100644 --- a/public/tags/grafana/index.xml +++ b/public/tags/grafana/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 06 Sep 2021 01:12:54 -0400 - + Mon, 06 Sep 2021 01:12:54 -0400 What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 + /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> + diff --git a/public/tags/home-manager/index.html b/public/tags/home-manager/index.html index 89bc5968..1da5a4e8 100644 --- a/public/tags/home-manager/index.html +++ b/public/tags/home-manager/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/home-manager/index.xml b/public/tags/home-manager/index.xml index b1ae7b63..4ed945a2 100644 --- a/public/tags/home-manager/index.xml +++ b/public/tags/home-manager/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Wed, 08 Sep 2021 00:42:33 -0400 - + Wed, 08 Sep 2021 00:42:33 -0400 Why I Threw Out My Dotfiles /blog/2021/09/08/why-i-threw-out-my-dotfiles/ Wed, 08 Sep 2021 00:42:33 -0400 + /blog/2021/09/08/why-i-threw-out-my-dotfiles/ + diff --git a/public/tags/homelab/index.html b/public/tags/homelab/index.html index 03742f29..1303d1d1 100644 --- a/public/tags/homelab/index.html +++ b/public/tags/homelab/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/homelab/index.xml b/public/tags/homelab/index.xml index 0b1506f2..c485e12f 100644 --- a/public/tags/homelab/index.xml +++ b/public/tags/homelab/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 06 Sep 2021 01:12:54 -0400 - + Mon, 06 Sep 2021 01:12:54 -0400 What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 + /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> + diff --git a/public/tags/index.html b/public/tags/index.html index 90b774d3..3f5d7717 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + @@ -287,6 +286,10 @@ +
  • socat
  • + + +
  • socks
  • diff --git a/public/tags/index.xml b/public/tags/index.xml index 7b84ef70..c9b10bb9 100644 --- a/public/tags/index.xml +++ b/public/tags/index.xml @@ -7,364 +7,474 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 10 Dec 2023 17:22:11 -0500 - + Sun, 10 Dec 2023 17:22:11 -0500 gitea /tags/gitea/ Sun, 10 Dec 2023 17:22:11 -0500 + /tags/gitea/ + gitea actions /tags/gitea-actions/ Sun, 10 Dec 2023 17:22:11 -0500 + /tags/gitea-actions/ + github actions /tags/github-actions/ Sun, 10 Dec 2023 17:22:11 -0500 + /tags/github-actions/ + tailscale /tags/tailscale/ Sun, 10 Dec 2023 17:22:11 -0500 + /tags/tailscale/ + aks /tags/aks/ Mon, 22 May 2023 16:31:29 -0400 + /tags/aks/ + aws /tags/aws/ Mon, 22 May 2023 16:31:29 -0400 + /tags/aws/ + azure /tags/azure/ Mon, 22 May 2023 16:31:29 -0400 + /tags/azure/ + bastion /tags/bastion/ Mon, 22 May 2023 16:31:29 -0400 + /tags/bastion/ + cloud-sql-proxy /tags/cloud-sql-proxy/ Mon, 22 May 2023 16:31:29 -0400 + /tags/cloud-sql-proxy/ + database /tags/database/ Mon, 22 May 2023 16:31:29 -0400 + /tags/database/ + eks /tags/eks/ Mon, 22 May 2023 16:31:29 -0400 + /tags/eks/ + k8s /tags/k8s/ Mon, 22 May 2023 16:31:29 -0400 + /tags/k8s/ + kubectl-plugin-socks5-proxy /tags/kubectl-plugin-socks5-proxy/ Mon, 22 May 2023 16:31:29 -0400 + /tags/kubectl-plugin-socks5-proxy/ + proxy /tags/proxy/ Mon, 22 May 2023 16:31:29 -0400 + /tags/proxy/ + + + socat + /tags/socat/ + Mon, 22 May 2023 16:31:29 -0400 + + /tags/socat/ + + + socks /tags/socks/ Mon, 22 May 2023 16:31:29 -0400 + /tags/socks/ + degoogle /tags/degoogle/ Sat, 10 Dec 2022 21:46:55 -0500 + /tags/degoogle/ + invidious /tags/invidious/ Sat, 10 Dec 2022 21:46:55 -0500 + /tags/invidious/ + privacy /tags/privacy/ Sat, 10 Dec 2022 21:46:55 -0500 + /tags/privacy/ + yewtu.be /tags/yewtu.be/ Sat, 10 Dec 2022 21:46:55 -0500 + /tags/yewtu.be/ + youtube /tags/youtube/ Sat, 10 Dec 2022 21:46:55 -0500 + /tags/youtube/ + openwrt /tags/openwrt/ Sat, 02 Apr 2022 18:50:09 -0400 + /tags/openwrt/ + pfsense /tags/pfsense/ Sat, 02 Apr 2022 18:50:09 -0400 + /tags/pfsense/ + proxmox /tags/proxmox/ Sat, 02 Apr 2022 18:50:09 -0400 + /tags/proxmox/ + router /tags/router/ Sat, 02 Apr 2022 18:50:09 -0400 + /tags/router/ + router-on-a-stick /tags/router-on-a-stick/ Sat, 02 Apr 2022 18:50:09 -0400 + /tags/router-on-a-stick/ + vlan /tags/vlan/ Sat, 02 Apr 2022 18:50:09 -0400 + /tags/vlan/ + backup /tags/backup/ Sun, 13 Mar 2022 18:49:10 -0400 + /tags/backup/ + gmail /tags/gmail/ Sun, 13 Mar 2022 18:49:10 -0400 + /tags/gmail/ + ransomware /tags/ransomware/ Sun, 13 Mar 2022 18:49:10 -0400 + /tags/ransomware/ + synology /tags/synology/ Sun, 13 Mar 2022 18:49:10 -0400 + /tags/synology/ + k3s /tags/k3s/ Sun, 14 Nov 2021 10:07:03 -0500 + /tags/k3s/ + lxc /tags/lxc/ Sun, 14 Nov 2021 10:07:03 -0500 + /tags/lxc/ + containers /tags/containers/ Mon, 11 Oct 2021 10:43:35 -0400 + /tags/containers/ + docker /tags/docker/ Mon, 11 Oct 2021 10:43:35 -0400 + /tags/docker/ + podman /tags/podman/ Mon, 11 Oct 2021 10:43:35 -0400 + /tags/podman/ + aws-vault /tags/aws-vault/ Fri, 17 Sep 2021 12:48:33 -0400 + /tags/aws-vault/ + python /tags/python/ Fri, 17 Sep 2021 12:48:33 -0400 + /tags/python/ + security /tags/security/ Fri, 17 Sep 2021 12:48:33 -0400 + /tags/security/ + dotfiles /tags/dotfiles/ Wed, 08 Sep 2021 00:42:33 -0400 + /tags/dotfiles/ + home-manager /tags/home-manager/ Wed, 08 Sep 2021 00:42:33 -0400 + /tags/home-manager/ + nix /tags/nix/ Wed, 08 Sep 2021 00:42:33 -0400 + /tags/nix/ + adguard /tags/adguard/ Mon, 06 Sep 2021 01:12:54 -0400 + /tags/adguard/ + grafana /tags/grafana/ Mon, 06 Sep 2021 01:12:54 -0400 + /tags/grafana/ + homelab /tags/homelab/ Mon, 06 Sep 2021 01:12:54 -0400 + /tags/homelab/ + jellyfin /tags/jellyfin/ Mon, 06 Sep 2021 01:12:54 -0400 + /tags/jellyfin/ + netdata /tags/netdata/ Mon, 06 Sep 2021 01:12:54 -0400 + /tags/netdata/ + pihole /tags/pihole/ Mon, 06 Sep 2021 01:12:54 -0400 + /tags/pihole/ + plex /tags/plex/ Mon, 06 Sep 2021 01:12:54 -0400 + /tags/plex/ + virtualization /tags/virtualization/ Mon, 06 Sep 2021 01:12:54 -0400 + /tags/virtualization/ + linux /tags/linux/ Mon, 16 Mar 2020 22:00:15 -0400 + /tags/linux/ + vpn /tags/vpn/ Mon, 16 Mar 2020 22:00:15 -0400 + /tags/vpn/ + diff --git a/public/tags/invidious/index.html b/public/tags/invidious/index.html index adba0aee..d256c3f9 100644 --- a/public/tags/invidious/index.html +++ b/public/tags/invidious/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/invidious/index.xml b/public/tags/invidious/index.xml index de28a068..318b4376 100644 --- a/public/tags/invidious/index.xml +++ b/public/tags/invidious/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 10 Dec 2022 21:46:55 -0500 - + Sat, 10 Dec 2022 21:46:55 -0500 Watching YouTube in Private /blog/2022/12/10/watching-youtube-in-private/ Sat, 10 Dec 2022 21:46:55 -0500 + /blog/2022/12/10/watching-youtube-in-private/ + diff --git a/public/tags/jellyfin/index.html b/public/tags/jellyfin/index.html index 0b46304a..513163d9 100644 --- a/public/tags/jellyfin/index.html +++ b/public/tags/jellyfin/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/jellyfin/index.xml b/public/tags/jellyfin/index.xml index 0e674c1b..ca4b716c 100644 --- a/public/tags/jellyfin/index.xml +++ b/public/tags/jellyfin/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 06 Sep 2021 01:12:54 -0400 - + Mon, 06 Sep 2021 01:12:54 -0400 What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 + /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> + diff --git a/public/tags/k3s/index.html b/public/tags/k3s/index.html index 77774e7d..ba1ba5ca 100644 --- a/public/tags/k3s/index.html +++ b/public/tags/k3s/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/k3s/index.xml b/public/tags/k3s/index.xml index bd6eb985..a0c5a396 100644 --- a/public/tags/k3s/index.xml +++ b/public/tags/k3s/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 14 Nov 2021 10:07:03 -0500 - + Sun, 14 Nov 2021 10:07:03 -0500 Running K3s in LXC on Proxmox /blog/2021/11/14/running-k3s-in-lxc-on-proxmox/ Sun, 14 Nov 2021 10:07:03 -0500 + /blog/2021/11/14/running-k3s-in-lxc-on-proxmox/ + diff --git a/public/tags/k8s/index.html b/public/tags/k8s/index.html index 90242b07..d8843313 100644 --- a/public/tags/k8s/index.html +++ b/public/tags/k8s/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/k8s/index.xml b/public/tags/k8s/index.xml index dfb058cb..f11c08a0 100644 --- a/public/tags/k8s/index.xml +++ b/public/tags/k8s/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 - + Mon, 22 May 2023 16:31:29 -0400 Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 + /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ + diff --git a/public/tags/kubectl-plugin-socks5-proxy/index.html b/public/tags/kubectl-plugin-socks5-proxy/index.html index a8bc862c..0d2b361d 100644 --- a/public/tags/kubectl-plugin-socks5-proxy/index.html +++ b/public/tags/kubectl-plugin-socks5-proxy/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/kubectl-plugin-socks5-proxy/index.xml b/public/tags/kubectl-plugin-socks5-proxy/index.xml index d3e342fc..6aff86cc 100644 --- a/public/tags/kubectl-plugin-socks5-proxy/index.xml +++ b/public/tags/kubectl-plugin-socks5-proxy/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 - + Mon, 22 May 2023 16:31:29 -0400 Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 + /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ + diff --git a/public/tags/linux/index.html b/public/tags/linux/index.html index 852214ee..a9180bbe 100644 --- a/public/tags/linux/index.html +++ b/public/tags/linux/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/linux/index.xml b/public/tags/linux/index.xml index 07886016..c672359d 100644 --- a/public/tags/linux/index.xml +++ b/public/tags/linux/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 16 Mar 2020 22:00:15 -0400 - + Mon, 16 Mar 2020 22:00:15 -0400 AppGate SDP on Arch Linux /blog/2020/03/16/appgate-sdp-on-arch-linux/ Mon, 16 Mar 2020 22:00:15 -0400 + /blog/2020/03/16/appgate-sdp-on-arch-linux/ <p>AppGate SDP provides a Zero Trust network. This post describes how to get AppGate SDP <code>4.3.2</code> working on Arch Linux.</p> + diff --git a/public/tags/lxc/index.html b/public/tags/lxc/index.html index f3745476..4668a064 100644 --- a/public/tags/lxc/index.html +++ b/public/tags/lxc/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/lxc/index.xml b/public/tags/lxc/index.xml index 8ea43fd3..99058235 100644 --- a/public/tags/lxc/index.xml +++ b/public/tags/lxc/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 14 Nov 2021 10:07:03 -0500 - + Sun, 14 Nov 2021 10:07:03 -0500 Running K3s in LXC on Proxmox /blog/2021/11/14/running-k3s-in-lxc-on-proxmox/ Sun, 14 Nov 2021 10:07:03 -0500 + /blog/2021/11/14/running-k3s-in-lxc-on-proxmox/ + diff --git a/public/tags/netdata/index.html b/public/tags/netdata/index.html index 9f2db794..3783a542 100644 --- a/public/tags/netdata/index.html +++ b/public/tags/netdata/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/netdata/index.xml b/public/tags/netdata/index.xml index 7deebae9..53d3475b 100644 --- a/public/tags/netdata/index.xml +++ b/public/tags/netdata/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 06 Sep 2021 01:12:54 -0400 - + Mon, 06 Sep 2021 01:12:54 -0400 What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 + /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> + diff --git a/public/tags/nix/index.html b/public/tags/nix/index.html index 421fb227..8bbe4caf 100644 --- a/public/tags/nix/index.html +++ b/public/tags/nix/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/nix/index.xml b/public/tags/nix/index.xml index 1cee415f..8f899acd 100644 --- a/public/tags/nix/index.xml +++ b/public/tags/nix/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Wed, 08 Sep 2021 00:42:33 -0400 - + Wed, 08 Sep 2021 00:42:33 -0400 Why I Threw Out My Dotfiles /blog/2021/09/08/why-i-threw-out-my-dotfiles/ Wed, 08 Sep 2021 00:42:33 -0400 + /blog/2021/09/08/why-i-threw-out-my-dotfiles/ + diff --git a/public/tags/openwrt/index.html b/public/tags/openwrt/index.html index b1232a9b..62ef8afe 100644 --- a/public/tags/openwrt/index.html +++ b/public/tags/openwrt/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/openwrt/index.xml b/public/tags/openwrt/index.xml index f5acb865..d97fc536 100644 --- a/public/tags/openwrt/index.xml +++ b/public/tags/openwrt/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 02 Apr 2022 18:50:09 -0400 - + Sat, 02 Apr 2022 18:50:09 -0400 Virtualizing My Router With pfSense /blog/2022/04/02/virtualizing-my-router-with-pfsense/ Sat, 02 Apr 2022 18:50:09 -0400 + /blog/2022/04/02/virtualizing-my-router-with-pfsense/ + diff --git a/public/tags/pfsense/index.html b/public/tags/pfsense/index.html index ec0305fd..f4b0fe85 100644 --- a/public/tags/pfsense/index.html +++ b/public/tags/pfsense/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/pfsense/index.xml b/public/tags/pfsense/index.xml index bbd7aaee..ec2bb14e 100644 --- a/public/tags/pfsense/index.xml +++ b/public/tags/pfsense/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 02 Apr 2022 18:50:09 -0400 - + Sat, 02 Apr 2022 18:50:09 -0400 Virtualizing My Router With pfSense /blog/2022/04/02/virtualizing-my-router-with-pfsense/ Sat, 02 Apr 2022 18:50:09 -0400 + /blog/2022/04/02/virtualizing-my-router-with-pfsense/ + diff --git a/public/tags/pihole/index.html b/public/tags/pihole/index.html index 38bdf088..2c616ca8 100644 --- a/public/tags/pihole/index.html +++ b/public/tags/pihole/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/pihole/index.xml b/public/tags/pihole/index.xml index b03a0f8c..edd5fac9 100644 --- a/public/tags/pihole/index.xml +++ b/public/tags/pihole/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 06 Sep 2021 01:12:54 -0400 - + Mon, 06 Sep 2021 01:12:54 -0400 What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 + /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> + diff --git a/public/tags/plex/index.html b/public/tags/plex/index.html index d3b7872e..b742e7d4 100644 --- a/public/tags/plex/index.html +++ b/public/tags/plex/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/plex/index.xml b/public/tags/plex/index.xml index e83cd084..f9737f61 100644 --- a/public/tags/plex/index.xml +++ b/public/tags/plex/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 06 Sep 2021 01:12:54 -0400 - + Mon, 06 Sep 2021 01:12:54 -0400 What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 + /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> + diff --git a/public/tags/podman/index.html b/public/tags/podman/index.html index d54f6930..75b47621 100644 --- a/public/tags/podman/index.html +++ b/public/tags/podman/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/podman/index.xml b/public/tags/podman/index.xml index 77127e4b..0458dadb 100644 --- a/public/tags/podman/index.xml +++ b/public/tags/podman/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 11 Oct 2021 10:43:35 -0400 - + Mon, 11 Oct 2021 10:43:35 -0400 Replacing docker with podman on macOS (and Linux) /blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/ Mon, 11 Oct 2021 10:43:35 -0400 + /blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/ + diff --git a/public/tags/privacy/index.html b/public/tags/privacy/index.html index d7b8ae0b..64a7e3ee 100644 --- a/public/tags/privacy/index.html +++ b/public/tags/privacy/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/privacy/index.xml b/public/tags/privacy/index.xml index bfc84750..deb27ef5 100644 --- a/public/tags/privacy/index.xml +++ b/public/tags/privacy/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 10 Dec 2022 21:46:55 -0500 - + Sat, 10 Dec 2022 21:46:55 -0500 Watching YouTube in Private /blog/2022/12/10/watching-youtube-in-private/ Sat, 10 Dec 2022 21:46:55 -0500 + /blog/2022/12/10/watching-youtube-in-private/ + diff --git a/public/tags/proxmox/index.html b/public/tags/proxmox/index.html index f5f22166..a0feb5e9 100644 --- a/public/tags/proxmox/index.html +++ b/public/tags/proxmox/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/proxmox/index.xml b/public/tags/proxmox/index.xml index 33b42ad2..945f8a17 100644 --- a/public/tags/proxmox/index.xml +++ b/public/tags/proxmox/index.xml @@ -7,21 +7,24 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 02 Apr 2022 18:50:09 -0400 - + Sat, 02 Apr 2022 18:50:09 -0400 Virtualizing My Router With pfSense /blog/2022/04/02/virtualizing-my-router-with-pfsense/ Sat, 02 Apr 2022 18:50:09 -0400 + /blog/2022/04/02/virtualizing-my-router-with-pfsense/ + Running K3s in LXC on Proxmox /blog/2021/11/14/running-k3s-in-lxc-on-proxmox/ Sun, 14 Nov 2021 10:07:03 -0500 + /blog/2021/11/14/running-k3s-in-lxc-on-proxmox/ + diff --git a/public/tags/proxy/index.html b/public/tags/proxy/index.html index 7bb8083b..2c290e7f 100644 --- a/public/tags/proxy/index.html +++ b/public/tags/proxy/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/proxy/index.xml b/public/tags/proxy/index.xml index c2abc8ad..a90910a8 100644 --- a/public/tags/proxy/index.xml +++ b/public/tags/proxy/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 - + Mon, 22 May 2023 16:31:29 -0400 Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 + /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ + diff --git a/public/tags/python/index.html b/public/tags/python/index.html index 876c23fb..d1d52238 100644 --- a/public/tags/python/index.html +++ b/public/tags/python/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/python/index.xml b/public/tags/python/index.xml index 70a4239d..e4731a8e 100644 --- a/public/tags/python/index.xml +++ b/public/tags/python/index.xml @@ -7,21 +7,24 @@ Hugo -- gohugo.io en-us Dave Gallant - Fri, 17 Sep 2021 12:48:33 -0400 - + Fri, 17 Sep 2021 12:48:33 -0400 Automatically Rotating AWS Access Keys /blog/2021/09/17/automatically-rotating-aws-access-keys/ Fri, 17 Sep 2021 12:48:33 -0400 + /blog/2021/09/17/automatically-rotating-aws-access-keys/ + AppGate SDP on Arch Linux /blog/2020/03/16/appgate-sdp-on-arch-linux/ Mon, 16 Mar 2020 22:00:15 -0400 + /blog/2020/03/16/appgate-sdp-on-arch-linux/ <p>AppGate SDP provides a Zero Trust network. This post describes how to get AppGate SDP <code>4.3.2</code> working on Arch Linux.</p> + diff --git a/public/tags/ransomware/index.html b/public/tags/ransomware/index.html index c8a565aa..f66b6494 100644 --- a/public/tags/ransomware/index.html +++ b/public/tags/ransomware/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/ransomware/index.xml b/public/tags/ransomware/index.xml index 4a87f30d..d49167d2 100644 --- a/public/tags/ransomware/index.xml +++ b/public/tags/ransomware/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 13 Mar 2022 18:49:10 -0400 - + Sun, 13 Mar 2022 18:49:10 -0400 Backing Up Gmail With Synology /blog/2022/03/13/backing-up-gmail-with-synology/ Sun, 13 Mar 2022 18:49:10 -0400 + /blog/2022/03/13/backing-up-gmail-with-synology/ + diff --git a/public/tags/router-on-a-stick/index.html b/public/tags/router-on-a-stick/index.html index 4ac45bcc..549f06ae 100644 --- a/public/tags/router-on-a-stick/index.html +++ b/public/tags/router-on-a-stick/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/router-on-a-stick/index.xml b/public/tags/router-on-a-stick/index.xml index 3ddeaf71..488e6bc1 100644 --- a/public/tags/router-on-a-stick/index.xml +++ b/public/tags/router-on-a-stick/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 02 Apr 2022 18:50:09 -0400 - + Sat, 02 Apr 2022 18:50:09 -0400 Virtualizing My Router With pfSense /blog/2022/04/02/virtualizing-my-router-with-pfsense/ Sat, 02 Apr 2022 18:50:09 -0400 + /blog/2022/04/02/virtualizing-my-router-with-pfsense/ + diff --git a/public/tags/router/index.html b/public/tags/router/index.html index 95700bec..fed65cb5 100644 --- a/public/tags/router/index.html +++ b/public/tags/router/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/router/index.xml b/public/tags/router/index.xml index 81ad6910..b277dc2b 100644 --- a/public/tags/router/index.xml +++ b/public/tags/router/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 02 Apr 2022 18:50:09 -0400 - + Sat, 02 Apr 2022 18:50:09 -0400 Virtualizing My Router With pfSense /blog/2022/04/02/virtualizing-my-router-with-pfsense/ Sat, 02 Apr 2022 18:50:09 -0400 + /blog/2022/04/02/virtualizing-my-router-with-pfsense/ + diff --git a/public/tags/security/index.html b/public/tags/security/index.html index eb34ec53..3e3dbd5b 100644 --- a/public/tags/security/index.html +++ b/public/tags/security/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/security/index.xml b/public/tags/security/index.xml index 0f1e066d..f8d563aa 100644 --- a/public/tags/security/index.xml +++ b/public/tags/security/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Fri, 17 Sep 2021 12:48:33 -0400 - + Fri, 17 Sep 2021 12:48:33 -0400 Automatically Rotating AWS Access Keys /blog/2021/09/17/automatically-rotating-aws-access-keys/ Fri, 17 Sep 2021 12:48:33 -0400 + /blog/2021/09/17/automatically-rotating-aws-access-keys/ + diff --git a/public/tags/socat/index.html b/public/tags/socat/index.html new file mode 100644 index 00000000..5c6320cb --- /dev/null +++ b/public/tags/socat/index.html @@ -0,0 +1,155 @@ + + + + socat - davegallant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + +

    Entries tagged - "socat"

    + + + + +
    +
    +
    +
    +
    +
    +
    + + + + +
    + +
    + + + + + +
    + + diff --git a/public/tags/socat/index.xml b/public/tags/socat/index.xml new file mode 100644 index 00000000..b2274a14 --- /dev/null +++ b/public/tags/socat/index.xml @@ -0,0 +1,21 @@ + + + + socat on davegallant + /tags/socat/ + Recent content in socat on davegallant + Hugo -- gohugo.io + en-us + Dave Gallant + Mon, 22 May 2023 16:31:29 -0400 + + Using AKS and SOCKS to connect to a Private Azure DB + /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ + Mon, 22 May 2023 16:31:29 -0400 + + /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ + + + + + diff --git a/public/tags/socks/index.html b/public/tags/socks/index.html index f765d91a..f73262b7 100644 --- a/public/tags/socks/index.html +++ b/public/tags/socks/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/socks/index.xml b/public/tags/socks/index.xml index 4d885e2e..9431be19 100644 --- a/public/tags/socks/index.xml +++ b/public/tags/socks/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 - + Mon, 22 May 2023 16:31:29 -0400 Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 + /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ + diff --git a/public/tags/synology/index.html b/public/tags/synology/index.html index 277a0cb8..d28d8e4b 100644 --- a/public/tags/synology/index.html +++ b/public/tags/synology/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/synology/index.xml b/public/tags/synology/index.xml index e8159267..f44b15cc 100644 --- a/public/tags/synology/index.xml +++ b/public/tags/synology/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 13 Mar 2022 18:49:10 -0400 - + Sun, 13 Mar 2022 18:49:10 -0400 Backing Up Gmail With Synology /blog/2022/03/13/backing-up-gmail-with-synology/ Sun, 13 Mar 2022 18:49:10 -0400 + /blog/2022/03/13/backing-up-gmail-with-synology/ + diff --git a/public/tags/tailscale/index.html b/public/tags/tailscale/index.html index ce5b18c2..7c1deed0 100644 --- a/public/tags/tailscale/index.html +++ b/public/tags/tailscale/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/tailscale/index.xml b/public/tags/tailscale/index.xml index 92041d53..b48e5966 100644 --- a/public/tags/tailscale/index.xml +++ b/public/tags/tailscale/index.xml @@ -7,28 +7,33 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 10 Dec 2023 17:22:11 -0500 - + Sun, 10 Dec 2023 17:22:11 -0500 Setting Up Gitea Actions With Tailscale /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ Sun, 10 Dec 2023 17:22:11 -0500 + /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ + Watching YouTube in Private /blog/2022/12/10/watching-youtube-in-private/ Sat, 10 Dec 2022 21:46:55 -0500 + /blog/2022/12/10/watching-youtube-in-private/ + What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 + /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> + diff --git a/public/tags/virtualization/index.html b/public/tags/virtualization/index.html index bc6fbd4d..300590f9 100644 --- a/public/tags/virtualization/index.html +++ b/public/tags/virtualization/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/virtualization/index.xml b/public/tags/virtualization/index.xml index 5ae08bcd..d8b1da80 100644 --- a/public/tags/virtualization/index.xml +++ b/public/tags/virtualization/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 06 Sep 2021 01:12:54 -0400 - + Mon, 06 Sep 2021 01:12:54 -0400 What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 + /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> + diff --git a/public/tags/vlan/index.html b/public/tags/vlan/index.html index 198c129b..6d3813b2 100644 --- a/public/tags/vlan/index.html +++ b/public/tags/vlan/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/vlan/index.xml b/public/tags/vlan/index.xml index a9b5d1c1..589823c6 100644 --- a/public/tags/vlan/index.xml +++ b/public/tags/vlan/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 02 Apr 2022 18:50:09 -0400 - + Sat, 02 Apr 2022 18:50:09 -0400 Virtualizing My Router With pfSense /blog/2022/04/02/virtualizing-my-router-with-pfsense/ Sat, 02 Apr 2022 18:50:09 -0400 + /blog/2022/04/02/virtualizing-my-router-with-pfsense/ + diff --git a/public/tags/vpn/index.html b/public/tags/vpn/index.html index 181235ef..d22cb3cf 100644 --- a/public/tags/vpn/index.html +++ b/public/tags/vpn/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/vpn/index.xml b/public/tags/vpn/index.xml index e6d19dd6..64eec5c1 100644 --- a/public/tags/vpn/index.xml +++ b/public/tags/vpn/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 16 Mar 2020 22:00:15 -0400 - + Mon, 16 Mar 2020 22:00:15 -0400 AppGate SDP on Arch Linux /blog/2020/03/16/appgate-sdp-on-arch-linux/ Mon, 16 Mar 2020 22:00:15 -0400 + /blog/2020/03/16/appgate-sdp-on-arch-linux/ <p>AppGate SDP provides a Zero Trust network. This post describes how to get AppGate SDP <code>4.3.2</code> working on Arch Linux.</p> + diff --git a/public/tags/yewtu.be/index.html b/public/tags/yewtu.be/index.html index 031aad40..0ede500a 100644 --- a/public/tags/yewtu.be/index.html +++ b/public/tags/yewtu.be/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/yewtu.be/index.xml b/public/tags/yewtu.be/index.xml index 5405b2d7..70d066e3 100644 --- a/public/tags/yewtu.be/index.xml +++ b/public/tags/yewtu.be/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 10 Dec 2022 21:46:55 -0500 - + Sat, 10 Dec 2022 21:46:55 -0500 Watching YouTube in Private /blog/2022/12/10/watching-youtube-in-private/ Sat, 10 Dec 2022 21:46:55 -0500 + /blog/2022/12/10/watching-youtube-in-private/ + diff --git a/public/tags/youtube/index.html b/public/tags/youtube/index.html index ac2a615f..700c34b7 100644 --- a/public/tags/youtube/index.html +++ b/public/tags/youtube/index.html @@ -9,7 +9,6 @@ - @@ -20,7 +19,7 @@ - + diff --git a/public/tags/youtube/index.xml b/public/tags/youtube/index.xml index 65c55a61..9ce8610f 100644 --- a/public/tags/youtube/index.xml +++ b/public/tags/youtube/index.xml @@ -7,14 +7,15 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 10 Dec 2022 21:46:55 -0500 - + Sat, 10 Dec 2022 21:46:55 -0500 Watching YouTube in Private /blog/2022/12/10/watching-youtube-in-private/ Sat, 10 Dec 2022 21:46:55 -0500 + /blog/2022/12/10/watching-youtube-in-private/ + diff --git a/themes/archie/assets/css/dark.css b/themes/archie/assets/css/dark.css index 3bffb71d..4399a6b9 100644 --- a/themes/archie/assets/css/dark.css +++ b/themes/archie/assets/css/dark.css @@ -31,7 +31,7 @@ pre { padding: 1em; } blockquote { - border-color: blue; + border-color: #ddd; } h1,