make header format yaml

This commit is contained in:
2026-04-20 11:24:45 +02:00
parent 0bd5b53092
commit fb96f1bd78
179 changed files with 810 additions and 403 deletions

View File

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

View File

@@ -1,6 +1,9 @@
---
title: "Mapping the Net"
tags: [ "networking", "graph", "fun" ]
title: Mapping the Net
tags:
- networking
- graph
- fun
---
Find the path to a domain:

View File

@@ -1,6 +1,8 @@
---
title: "dns"
tags: [ "networking", "host" ]
title: dns
tags:
- networking
- host
---
| Record | Type | Example |

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,7 @@
---
title: "Port Scan"
tags: [ "networking" ]
title: Port Scan
tags:
- networking
repo: 'https://github.com/mrjackwills/havn/'
---

View File

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

View File

@@ -1,6 +1,8 @@
---
title: "Download Website"
tags: [ "networking", "scraping" ]
title: Download Website
tags:
- networking
- scraping
---
```sh

View File

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

View File

@@ -1,6 +1,7 @@
---
title: "ssh"
tags: [ "networking" ]
title: ssh
tags:
- networking
---
# Basic `ssh`

View File

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

View File

@@ -1,7 +1,11 @@
---
title: "ssh-tricks"
tags: [ "networking", "ssh", "tricks" ]
requires: [ "ssh" ]
title: ssh-tricks
tags:
- networking
- ssh
- tricks
requires:
- ssh
---
Mount a remote filesystem locally with fuse-sshfs:

View File

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

View File

@@ -1,6 +1,8 @@
---
title: "transmission"
tags: [ "networking", "torrenting" ]
title: transmission
tags:
- networking
- torrenting
---
Search for a torrent, e.g. 'sita sings the blues'.

View File

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

View File

@@ -1,6 +1,8 @@
---
title: "wireguard"
tags: [ "networking", "VPN" ]
title: wireguard
tags:
- networking
- VPN
---
<!--
from

View File

@@ -1,6 +1,7 @@
---
title: "wireless"
tags: [ "networking" ]
title: wireless
tags:
- networking
---
Check wifi's working

View File

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