Added tags and categories to old posts

Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
2019-09-28 19:46:10 +02:00
parent 7a183d01eb
commit 66e488f63a
4 changed files with 9 additions and 9 deletions

View File

@@ -1,14 +1,14 @@
--- ---
title: "Deploy a Hugo Website with GIT" title: "Deploy a Hugo Website with GIT"
tags: ["hugo", "gogs", "git", "deploy", "webhook"] tags: ["hugo", "gogs", "git", "deploy", "webhooks", "hooks"]
categories: ["recipe"] categories: ["recipe", "sysadmin"]
description: "How to deploy a hugo-powered static website to a webserver with Gogs" description: "How to deploy a hugo-powered static website to a webserver with Gogs"
date: 2019-05-27T20:34:30+02:00 date: 2019-05-27T20:34:30+02:00
author: "Ettore Dreucci" author: "Ettore Dreucci"
draft: false draft: false
--- ---
## [[recipe]({{< ref "/categories/recipe" >}})]: How to deploy a hugo-powered static website to a webserver with GIT ## [[recipe]({{< ref "/categories/recipe" >}}), [sysadmin]({{< ref "/categories/sysadmin" >}})]: How to deploy a hugo-powered static website to a webserver with GIT
[This](https://ettore.dreucci.it) website is powered by [Hugo](https://gohugo.io/), an open-source static website generator written in [Go](https://golang.org/). I can write pages and posts in [Markdown](https://daringfireball.net/projects/markdown/) and then generate some static .html pages to upload to a webserver. [This](https://ettore.dreucci.it) website is powered by [Hugo](https://gohugo.io/), an open-source static website generator written in [Go](https://golang.org/). I can write pages and posts in [Markdown](https://daringfireball.net/projects/markdown/) and then generate some static .html pages to upload to a webserver.

View File

@@ -1,14 +1,14 @@
--- ---
title: "EdgeRouter Wireshark capture" title: "EdgeRouter Wireshark capture"
tags: ["edgerouter", "wireshark", "networking", "tcpdump"] tags: ["edgerouter", "wireshark", "networking", "tcpdump"]
categories: ["recipe", "troubleshooting"] categories: ["recipe", "troubleshooting", "netadmin"]
description: "How to capture and inspect packet flow in an EdgeRouter with Wireshark" description: "How to capture and inspect packet flow in an EdgeRouter with Wireshark"
date: 2019-07-16T01:20:50+02:00 date: 2019-07-16T01:20:50+02:00
author: "Ettore Dreucci" author: "Ettore Dreucci"
draft: false draft: false
--- ---
## [[recipe]({{< ref "/categories/recipe" >}}), [troubleshooting]({{< ref "/categories/troubleshooting" >}})]: How to capture and inspect packet flow in an EdgeRouter with Wireshark ## [[recipe]({{< ref "/categories/recipe" >}}), [troubleshooting]({{< ref "/categories/troubleshooting" >}}), [netadmin]({{< ref "/categories/netadmin" >}})]: How to capture and inspect packet flow in an EdgeRouter with Wireshark
### Background ### Background

View File

@@ -1,12 +1,12 @@
--- ---
title: "ISPConfig Dynamic DNS" title: "ISPConfig Dynamic DNS"
tags: ["ispconfig", "ddns", "dns"] tags: ["ispconfig", "ddns", "dns"]
categories: ["recipe"] categories: ["recipe", "sysadmin"]
description: "How to create and update a DDNS entry in ISPConfig" description: "How to create and update a DDNS entry in ISPConfig"
date: 2019-05-22T18:54:00+02:00 date: 2019-05-22T18:54:00+02:00
draft: false draft: false
--- ---
## [[recipe]({{< ref "/categories/recipe" >}})]: How to create and update a DDNS entry in ISPConfig ## [[recipe]({{< ref "/categories/recipe" >}}), [sysadmin]({{< ref "/categories/sysadmin" >}})]: How to create and update a DDNS entry in ISPConfig
If you manage your DNS server(s) with ISPConfig you may want a *dynamic entry* that gets updated automatically every time the target host changes its IP address. If you manage your DNS server(s) with ISPConfig you may want a *dynamic entry* that gets updated automatically every time the target host changes its IP address.

View File

@@ -1,14 +1,14 @@
--- ---
title: "Adding GIT to ISPConfig jailkits" title: "Adding GIT to ISPConfig jailkits"
tags: ["ispconfig", "git", "jailkit"] tags: ["ispconfig", "git", "jailkit"]
categories: ["recipe"] categories: ["recipe", "sysadmin"]
description: "How to add the GIT ecosystem to one/all jailkit(s) in ISPConfig" description: "How to add the GIT ecosystem to one/all jailkit(s) in ISPConfig"
date: 2019-06-03T00:37:33+02:00 date: 2019-06-03T00:37:33+02:00
author: "Ettore Dreucci" author: "Ettore Dreucci"
draft: false draft: false
--- ---
## [[recipe]({{< ref "/categories/recipe" >}})]: How to add the GIT ecosystem to one/all jailkit(s) in ISPConfig ## [[recipe]({{< ref "/categories/recipe" >}}), [sysadmin]({{< ref "/categories/sysadmin" >}})]: How to add the GIT ecosystem to one/all jailkit(s) in ISPConfig
[ISPConfig](https://www.ispconfig.org/) comes with [jailkit](https://olivier.sessink.nl/jailkit/) enabled so that the “clients” that login via ssh are limited to a chroot shell with only some specific command. **Every client website has its own jailkit.** [ISPConfig](https://www.ispconfig.org/) comes with [jailkit](https://olivier.sessink.nl/jailkit/) enabled so that the “clients” that login via ssh are limited to a chroot shell with only some specific command. **Every client website has its own jailkit.**