make header format yaml
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "dns"
|
||||
tags: [ "networking", "host" ]
|
||||
title: dns
|
||||
tags:
|
||||
- networking
|
||||
- host
|
||||
---
|
||||
|
||||
| Record | Type | Example |
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
---
|
||||
title: "fail2ban"
|
||||
tags: [ "networking" ]
|
||||
requires: [ "ssh" ]
|
||||
title: fail2ban
|
||||
tags:
|
||||
- networking
|
||||
requires:
|
||||
- ssh
|
||||
---
|
||||
# SSH Daemon Jail
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "iptables"
|
||||
tags: [ "networking" ]
|
||||
title: iptables
|
||||
tags:
|
||||
- networking
|
||||
---
|
||||
# Intro
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "nginx"
|
||||
tags: [ "networking", "web" ]
|
||||
title: nginx
|
||||
tags:
|
||||
- networking
|
||||
- web
|
||||
---
|
||||
Install nginx:
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "nmap"
|
||||
tags: [ "networking" ]
|
||||
title: nmap
|
||||
tags:
|
||||
- networking
|
||||
---
|
||||
|
||||
Example:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "pi-hole-server"
|
||||
tags: [ "distros" ]
|
||||
title: pi-hole-server
|
||||
tags:
|
||||
- distros
|
||||
---
|
||||
# Installation
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "Port Scan"
|
||||
tags: [ "networking" ]
|
||||
title: Port Scan
|
||||
tags:
|
||||
- networking
|
||||
repo: 'https://github.com/mrjackwills/havn/'
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "rclone"
|
||||
tags: [ "networking", "synch" ]
|
||||
title: rclone
|
||||
tags:
|
||||
- networking
|
||||
- synch
|
||||
---
|
||||
The manpage's 'Synopsis' provides a fast reference.
|
||||
```
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "Download Website"
|
||||
tags: [ "networking", "scraping" ]
|
||||
title: Download Website
|
||||
tags:
|
||||
- networking
|
||||
- scraping
|
||||
---
|
||||
|
||||
```sh
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "Download videos"
|
||||
tags: [ "scraping" ]
|
||||
title: Download videos
|
||||
tags:
|
||||
- scraping
|
||||
---
|
||||
Install `yt-dlp`.
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "ssh"
|
||||
tags: [ "networking" ]
|
||||
title: ssh
|
||||
tags:
|
||||
- networking
|
||||
---
|
||||
|
||||
# Basic `ssh`
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
---
|
||||
title: "sshfs"
|
||||
tags: [ "networking" ]
|
||||
requires: [ "ssh" ]
|
||||
title: sshfs
|
||||
tags:
|
||||
- networking
|
||||
requires:
|
||||
- ssh
|
||||
---
|
||||
# Mount
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "tor"
|
||||
tags: [ "networking" ]
|
||||
title: tor
|
||||
tags:
|
||||
- networking
|
||||
---
|
||||
|
||||
# Get a Hostname
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "transmission"
|
||||
tags: [ "networking", "torrenting" ]
|
||||
title: transmission
|
||||
tags:
|
||||
- networking
|
||||
- torrenting
|
||||
---
|
||||
|
||||
Search for a torrent, e.g. 'sita sings the blues'.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "network"
|
||||
tags: [ "networking" ]
|
||||
title: network
|
||||
tags:
|
||||
- networking
|
||||
---
|
||||
|
||||
# Netstat Stuff
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "wireguard"
|
||||
tags: [ "networking", "VPN" ]
|
||||
title: wireguard
|
||||
tags:
|
||||
- networking
|
||||
- VPN
|
||||
---
|
||||
<!--
|
||||
from
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "wireless"
|
||||
tags: [ "networking" ]
|
||||
title: wireless
|
||||
tags:
|
||||
- networking
|
||||
---
|
||||
|
||||
Check wifi's working
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user