From 6da77c2db7ded0d34927b1d731fcdbe3cc8d8553 Mon Sep 17 00:00:00 2001 From: MajorLinux Date: Thu, 2 Apr 2026 11:03:28 -0400 Subject: [PATCH] wiki: remove Obsidian-style hashtag tags from 12 articles These #hashtag tag lines render as plain text on MkDocs. All articles already have tags in YAML frontmatter, so the inline tags were redundant. Co-Authored-By: Claude Opus 4.6 (1M context) --- 01-linux/storage/snapraid-mergerfs-setup.md | 4 ---- 03-opensource/alternatives/freshrss.md | 4 ---- 03-opensource/alternatives/gitea.md | 4 ---- 03-opensource/alternatives/searxng.md | 4 ---- 03-opensource/dev-tools/rsync.md | 4 ---- 03-opensource/dev-tools/screen.md | 4 ---- 03-opensource/dev-tools/tmux.md | 4 ---- 03-opensource/media-creative/yt-dlp.md | 4 ---- 03-opensource/privacy-security/vaultwarden.md | 4 ---- 03-opensource/productivity/rmlint-duplicate-scanning.md | 4 ---- 05-troubleshooting/gpu-display/qwen-14b-oom-3080ti.md | 4 ---- 05-troubleshooting/yt-dlp-fedora-js-challenge.md | 4 ---- 12 files changed, 48 deletions(-) diff --git a/01-linux/storage/snapraid-mergerfs-setup.md b/01-linux/storage/snapraid-mergerfs-setup.md index 36a1aa9..9038344 100644 --- a/01-linux/storage/snapraid-mergerfs-setup.md +++ b/01-linux/storage/snapraid-mergerfs-setup.md @@ -68,7 +68,3 @@ snapraid scrub ``` --- - -## Tags - -#snapraid #mergerfs #linux #storage #homelab #raid diff --git a/03-opensource/alternatives/freshrss.md b/03-opensource/alternatives/freshrss.md index 3d3b59e..28f894f 100644 --- a/03-opensource/alternatives/freshrss.md +++ b/03-opensource/alternatives/freshrss.md @@ -83,7 +83,3 @@ The `CRON_MIN=*/15` environment variable runs feed fetching every 15 minutes ins - **Works forever** — RSS has been around since 1999 and isn't going anywhere --- - -## Tags - -#freshrss #rss #self-hosting #docker #linux #alternatives #privacy diff --git a/03-opensource/alternatives/gitea.md b/03-opensource/alternatives/gitea.md index 47ad57c..4b4053b 100644 --- a/03-opensource/alternatives/gitea.md +++ b/03-opensource/alternatives/gitea.md @@ -89,7 +89,3 @@ For public open source — GitHub is fine, the network effects are real. For pri - Works entirely over Tailscale — no public exposure required --- - -## Tags - -#gitea #git #self-hosting #docker #linux #alternatives #vcs diff --git a/03-opensource/alternatives/searxng.md b/03-opensource/alternatives/searxng.md index 1bc67b5..aa67381 100644 --- a/03-opensource/alternatives/searxng.md +++ b/03-opensource/alternatives/searxng.md @@ -82,7 +82,3 @@ DDG is better than Google for privacy, but it's still a centralized third-party - Can be kept entirely off the public internet (Tailscale-only) --- - -## Tags - -#searxng #search #privacy #self-hosting #docker #linux #alternatives diff --git a/03-opensource/dev-tools/rsync.md b/03-opensource/dev-tools/rsync.md index 774e3a4..526e2b8 100644 --- a/03-opensource/dev-tools/rsync.md +++ b/03-opensource/dev-tools/rsync.md @@ -96,7 +96,3 @@ tail -f /root/raid_migrate.log ``` --- - -## Tags - -#rsync #linux #storage #file-transfer #sysadmin #dev-tools diff --git a/03-opensource/dev-tools/screen.md b/03-opensource/dev-tools/screen.md index e772913..7a6175c 100644 --- a/03-opensource/dev-tools/screen.md +++ b/03-opensource/dev-tools/screen.md @@ -70,7 +70,3 @@ screen -S mysession -X stuff "tail -f /root/output.log\n" Use screen when it's already there or for quick throwaway sessions. Use tmux for anything more complex. See [tmux](tmux.md). --- - -## Tags - -#screen #terminal #linux #ssh #productivity #dev-tools diff --git a/03-opensource/dev-tools/tmux.md b/03-opensource/dev-tools/tmux.md index 09fd2d8..f0cb634 100644 --- a/03-opensource/dev-tools/tmux.md +++ b/03-opensource/dev-tools/tmux.md @@ -87,7 +87,3 @@ tmux ls # check what's running Both work. tmux has better split-pane support and scripting. screen is simpler and more universally installed. I use both — tmux for new jobs, screen for legacy ones. See the [screen](screen.md) article for reference. --- - -## Tags - -#tmux #terminal #linux #ssh #productivity #dev-tools diff --git a/03-opensource/media-creative/yt-dlp.md b/03-opensource/media-creative/yt-dlp.md index ea46d05..c5a1dbd 100644 --- a/03-opensource/media-creative/yt-dlp.md +++ b/03-opensource/media-creative/yt-dlp.md @@ -146,7 +146,3 @@ yt-dlp --extractor-args "youtube:player-client=default,-tv_simply" URL This can also be added to your config file as a persistent workaround until yt-dlp pushes a fix upstream. Keep yt-dlp updated — these breakages get patched regularly. --- - -## Tags - -#yt-dlp #youtube #video #plex #linux #media #dev-tools diff --git a/03-opensource/privacy-security/vaultwarden.md b/03-opensource/privacy-security/vaultwarden.md index 3c44427..0b8c850 100644 --- a/03-opensource/privacy-security/vaultwarden.md +++ b/03-opensource/privacy-security/vaultwarden.md @@ -89,7 +89,3 @@ Or include the `vw-data/` directory in your regular rsync backup run. The official Bitwarden server is also open source but requires significantly more resources (multiple services, SQL Server). Vaultwarden runs in a single container on minimal RAM and handles everything a personal or family vault needs. --- - -## Tags - -#vaultwarden #bitwarden #passwords #privacy #self-hosting #docker #linux diff --git a/03-opensource/productivity/rmlint-duplicate-scanning.md b/03-opensource/productivity/rmlint-duplicate-scanning.md index 629c0b5..6ed971d 100644 --- a/03-opensource/productivity/rmlint-duplicate-scanning.md +++ b/03-opensource/productivity/rmlint-duplicate-scanning.md @@ -52,7 +52,3 @@ After scanning and clearing duplicates, you can reclaim significant space. In my Run a scan monthly or before any major storage consolidation project. --- - -## Tags - -#rmlint #linux #storage #cleanup #duplicates diff --git a/05-troubleshooting/gpu-display/qwen-14b-oom-3080ti.md b/05-troubleshooting/gpu-display/qwen-14b-oom-3080ti.md index 23d812c..0444acc 100644 --- a/05-troubleshooting/gpu-display/qwen-14b-oom-3080ti.md +++ b/05-troubleshooting/gpu-display/qwen-14b-oom-3080ti.md @@ -52,7 +52,3 @@ If you have no choice but to try 14B training: Keep your NVIDIA drivers and CUDA toolkit updated. On Windows (MajorRig), ensure WSL2 has sufficient memory allocation in `.wslconfig`. --- - -## Tags - -#gpu #cuda #oom #qwen #majortwin #llm #fine-tuning diff --git a/05-troubleshooting/yt-dlp-fedora-js-challenge.md b/05-troubleshooting/yt-dlp-fedora-js-challenge.md index 648580b..275ddb2 100644 --- a/05-troubleshooting/yt-dlp-fedora-js-challenge.md +++ b/05-troubleshooting/yt-dlp-fedora-js-challenge.md @@ -78,10 +78,6 @@ sudo pip install -U yt-dlp --break-system-packages --- -## Tags - -#yt-dlp #fedora #youtube #plex #self-hosted - ## Known Limitations ### n-Challenge Failure: "found 0 n function possibilities"