From e846cf0e6c88bcedae3a162ffb1b6ec3075af0c4 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Sun, 15 Aug 2021 20:44:51 +0100 Subject: [PATCH] Add tags --- bash.md | 1 + docker_nginx_lets_encrypt.md | 1 + git.md | 1 + go.md | 1 + libvirt.md | 1 + linux.md | 1 + postgres.md | 1 + threat_modelling.md | 1 + 8 files changed, 8 insertions(+) diff --git a/bash.md b/bash.md index 8f3df7e..323f825 100755 --- a/bash.md +++ b/bash.md @@ -2,6 +2,7 @@ author: Alvie Rahman date: \today title: Bash notes +tags: [ linux, shell, programming ] --- # `set` builtin[^gnuset] diff --git a/docker_nginx_lets_encrypt.md b/docker_nginx_lets_encrypt.md index 8724340..4e9efbb 100755 --- a/docker_nginx_lets_encrypt.md +++ b/docker_nginx_lets_encrypt.md @@ -2,6 +2,7 @@ author: Alvie Rahman date: \today title: Setting Up Nginx and Let's Encrypt in Docker +tags: [ linux, docker, programming ] --- # Setting Up Nginx and Let's Encrypt in Docker diff --git a/git.md b/git.md index 2dc0a15..4146c54 100755 --- a/git.md +++ b/git.md @@ -2,6 +2,7 @@ author: Alvie Rahman date: \today title: Git notes +tags: [ linux, programming, git ] --- diff --git a/go.md b/go.md index a57dbaf..1245683 100755 --- a/go.md +++ b/go.md @@ -2,6 +2,7 @@ author: Alvie Rahman date: \today title: Go (golang) +tags: [ golang, programming ] --- # Getting Up to Speed With Go diff --git a/libvirt.md b/libvirt.md index 55c9077..981eee0 100755 --- a/libvirt.md +++ b/libvirt.md @@ -2,6 +2,7 @@ author: Alvie Rahman date: \today title: libvirt notes +tags: [ linux, virtualisation ] --- # issues diff --git a/linux.md b/linux.md index 1d60e04..e17ea93 100755 --- a/linux.md +++ b/linux.md @@ -2,6 +2,7 @@ author: Alvie Rahman date: \today title: linux notes +tags: [ linux ] --- # user stuff diff --git a/postgres.md b/postgres.md index ed36256..e9db962 100755 --- a/postgres.md +++ b/postgres.md @@ -2,6 +2,7 @@ author: Alvie Rahman date: \today title: postgres notes +tags: [ programming ] --- \tableofcontents diff --git a/threat_modelling.md b/threat_modelling.md index 613c1a2..05f355b 100755 --- a/threat_modelling.md +++ b/threat_modelling.md @@ -2,6 +2,7 @@ author: Alvie Rahman date: \today title: Threat Modelling and Designing for Security Notes +tags: [ security ] --- # Using STRIDE to Find Threats