lowercase tags

This commit is contained in:
2025-02-24 09:19:15 +01:00
parent b68fa25cea
commit 59fb0ada24
61 changed files with 62 additions and 62 deletions

View File

@@ -1,6 +1,6 @@
---
title: "fail2ban"
tags: [ "Networking" ]
tags: [ "networking" ]
requires: [ "ssh" ]
---
# SSH Daemon Jail

View File

@@ -1,6 +1,6 @@
---
title: "Easy Network Graph"
tags: [ "Networking" ]
tags: [ "networking" ]
---
Set up a file like this, called `troubleshooting.txt`.

View File

@@ -1,6 +1,6 @@
---
title: "iptables"
tags: [ "Networking" ]
tags: [ "networking" ]
---
# Intro

View File

@@ -1,6 +1,6 @@
---
title: "nmap"
tags: [ "Networking" ]
tags: [ "networking" ]
---
Example:

View File

@@ -1,6 +1,6 @@
---
title: "pi-hole-server"
tags: [ "Distros" ]
tags: [ "distros" ]
---
# Installation

View File

@@ -1,6 +1,6 @@
---
title: "rclone"
tags: [ "Networking" ]
tags: [ "networking", "synch" ]
---
The manpage's 'Synopsis' provides a fast reference.
```

View File

@@ -1,6 +1,6 @@
---
title: "Download videos"
tags: [ "Scraping" ]
tags: [ "scraping" ]
---
Install `yt-dlp`.

View File

@@ -1,6 +1,6 @@
---
title: "Agate on Arch Linux"
tags: [ "Networking", "Arch", "Gemini" ]
tags: [ "networking", "arch", "gemini" ]
---
Docs are [here](https://github.com/mbrubeck/agate).

View File

@@ -1,6 +1,6 @@
---
title: "sshfs"
tags: [ "Networking" ]
tags: [ "networking" ]
requires: [ "ssh" ]
---
# Mount

View File

@@ -1,6 +1,6 @@
---
title: "ssh-tricks"
tags: [ "Networking", "ssh", "tricks" ]
tags: [ "networking", "ssh", "tricks" ]
requires: [ "ssh" ]
---

View File

@@ -1,6 +1,6 @@
---
title: "tor"
tags: [ "Networking" ]
tags: [ "networking" ]
---
# Get a hostname

View File

@@ -1,6 +1,6 @@
---
title: "transmission"
tags: [ "Networking", "Torrenting" ]
tags: [ "networking", "torrenting" ]
---
# Torrench

View File

@@ -1,11 +1,11 @@
---
title: "troubleshooting"
tags: [ "Networking" ]
tags: [ "networking" ]
---
# Do you have an IP?
If not, try checking out what your local Networking interfaces are, then check if they have been picked up:
If not, try checking out what your local networking interfaces are, then check if they have been picked up:
```bash
dmesg | grep eth0

View File

@@ -1,6 +1,6 @@
---
title: "nginx"
tags: [ "Networking" ]
tags: [ "networking", "web" ]
---
Install nginx:

View File

@@ -1,6 +1,6 @@
---
title: "network"
tags: [ "Networking" ]
tags: [ "networking" ]
---
# Netstat Stuff

View File

@@ -1,6 +1,6 @@
---
title: "wpa_supplicant"
tags: [ "Networking" ]
tags: [ "networking" ]
---
`wpa_supplicant` configurations are stored in `/etc/wpa_supplicant/wpa_supplicant-wlan0` (or equivalent).