From 16e335303e12ac6b22ce6c4c4db5866d582898cc Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 27 Dec 2025 19:50:04 -0700 Subject: [PATCH] Move tech articles under guides and add aliases to each so that old links still work. --- .../posts/{ => guides}/tech/apple-debian-wireless-issues.md | 2 ++ content/posts/{ => guides}/tech/linux-laptop.md | 2 ++ content/posts/{ => guides}/tech/session-messenger.md | 4 ++++ content/posts/{ => guides}/tech/ssh-keys.md | 2 ++ content/posts/{ => guides}/tech/system-hardening.md | 3 +++ 5 files changed, 13 insertions(+) rename content/posts/{ => guides}/tech/apple-debian-wireless-issues.md (98%) rename content/posts/{ => guides}/tech/linux-laptop.md (98%) rename content/posts/{ => guides}/tech/session-messenger.md (86%) rename content/posts/{ => guides}/tech/ssh-keys.md (93%) rename content/posts/{ => guides}/tech/system-hardening.md (98%) diff --git a/content/posts/tech/apple-debian-wireless-issues.md b/content/posts/guides/tech/apple-debian-wireless-issues.md similarity index 98% rename from content/posts/tech/apple-debian-wireless-issues.md rename to content/posts/guides/tech/apple-debian-wireless-issues.md index 84a7b57..43a7d06 100644 --- a/content/posts/tech/apple-debian-wireless-issues.md +++ b/content/posts/guides/tech/apple-debian-wireless-issues.md @@ -30,6 +30,8 @@ series: categories: - guides aliases: + - /posts/tech/apple-debian-wireless-issues + - /posts/guides/tech/apple-debian-wireless-issues --- ## Disclaimer diff --git a/content/posts/tech/linux-laptop.md b/content/posts/guides/tech/linux-laptop.md similarity index 98% rename from content/posts/tech/linux-laptop.md rename to content/posts/guides/tech/linux-laptop.md index 7d161a2..d3a6b82 100644 --- a/content/posts/tech/linux-laptop.md +++ b/content/posts/guides/tech/linux-laptop.md @@ -24,6 +24,8 @@ series: categories: - advice aliases: + - /posts/tech/linux-laptop + - /posts/guides/tech/linux-laptop --- ## Introduction diff --git a/content/posts/tech/session-messenger.md b/content/posts/guides/tech/session-messenger.md similarity index 86% rename from content/posts/tech/session-messenger.md rename to content/posts/guides/tech/session-messenger.md index 6691183..4c60105 100644 --- a/content/posts/tech/session-messenger.md +++ b/content/posts/guides/tech/session-messenger.md @@ -23,6 +23,10 @@ categories: - guides aliases: - /session + - /posts/tech/session + - /posts/tech/session-messenger + - /posts/guides/tech/session + - /posts/guides/tech/session-messenger --- I've recently joined a new messenger. Below are the steps on how to add me: diff --git a/content/posts/tech/ssh-keys.md b/content/posts/guides/tech/ssh-keys.md similarity index 93% rename from content/posts/tech/ssh-keys.md rename to content/posts/guides/tech/ssh-keys.md index e431b98..c3b4eda 100644 --- a/content/posts/tech/ssh-keys.md +++ b/content/posts/guides/tech/ssh-keys.md @@ -13,6 +13,8 @@ series: categories: - guides aliases: + - /posts/tech/ssh-keys + - /posts/guides/tech/ssh-keys --- How to set up an SSH key and use it to access a remote machine. diff --git a/content/posts/tech/system-hardening.md b/content/posts/guides/tech/system-hardening.md similarity index 98% rename from content/posts/tech/system-hardening.md rename to content/posts/guides/tech/system-hardening.md index d81e49b..8ef0d87 100644 --- a/content/posts/tech/system-hardening.md +++ b/content/posts/guides/tech/system-hardening.md @@ -19,6 +19,9 @@ categories: toc: true #toc_start_level: 2 #toc_end_level: 5 +aliases: + - /posts/tech/system-hardening + - /posts/guides/tech/system-hardening --- ## Tips on System Penetration Testing