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) <noreply@anthropic.com>
This commit is contained in:
2026-04-02 11:03:28 -04:00
parent 7f4c1e09ab
commit 9490781740
12 changed files with 0 additions and 48 deletions

View File

@@ -96,7 +96,3 @@ tail -f /root/raid_migrate.log
```
---
## Tags
#rsync #linux #storage #file-transfer #sysadmin #dev-tools

View File

@@ -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

View File

@@ -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