Added tags and categories to old posts
Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
---
|
||||
title: "Deploy a Hugo Website with GIT"
|
||||
tags: ["hugo", "gogs", "git", "deploy", "webhook"]
|
||||
categories: ["recipe"]
|
||||
tags: ["hugo", "gogs", "git", "deploy", "webhooks", "hooks"]
|
||||
categories: ["recipe", "sysadmin"]
|
||||
description: "How to deploy a hugo-powered static website to a webserver with Gogs"
|
||||
date: 2019-05-27T20:34:30+02:00
|
||||
author: "Ettore Dreucci"
|
||||
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.
|
||||
|
||||
|
@@ -1,14 +1,14 @@
|
||||
---
|
||||
title: "EdgeRouter Wireshark capture"
|
||||
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"
|
||||
date: 2019-07-16T01:20:50+02:00
|
||||
author: "Ettore Dreucci"
|
||||
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
|
||||
|
||||
|
@@ -1,12 +1,12 @@
|
||||
---
|
||||
title: "ISPConfig Dynamic DNS"
|
||||
tags: ["ispconfig", "ddns", "dns"]
|
||||
categories: ["recipe"]
|
||||
categories: ["recipe", "sysadmin"]
|
||||
description: "How to create and update a DDNS entry in ISPConfig"
|
||||
date: 2019-05-22T18:54:00+02:00
|
||||
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.
|
||||
|
||||
|
@@ -1,14 +1,14 @@
|
||||
---
|
||||
title: "Adding GIT to ISPConfig jailkits"
|
||||
tags: ["ispconfig", "git", "jailkit"]
|
||||
categories: ["recipe"]
|
||||
categories: ["recipe", "sysadmin"]
|
||||
description: "How to add the GIT ecosystem to one/all jailkit(s) in ISPConfig"
|
||||
date: 2019-06-03T00:37:33+02:00
|
||||
author: "Ettore Dreucci"
|
||||
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.**
|
||||
|
||||
|
Reference in New Issue
Block a user