diff options
author | David Runge <dave@sleepmap.de> | 2015-04-03 05:56:18 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-04-03 05:56:18 +0200 |
commit | 45864e2cda9cca673bf338d6e921138057b07ad2 (patch) | |
tree | ef4b79562a57554fadbcd44d3795d456a20e6a60 /content/blog | |
parent | d6d10ad37a73dad50086b3062ec62fc8229b1b24 (diff) | |
download | sleepmap-45864e2cda9cca673bf338d6e921138057b07ad2.tar.gz sleepmap-45864e2cda9cca673bf338d6e921138057b07ad2.tar.bz2 sleepmap-45864e2cda9cca673bf338d6e921138057b07ad2.tar.xz sleepmap-45864e2cda9cca673bf338d6e921138057b07ad2.zip |
content/blog/: Adding categories to the previously published articles
Diffstat (limited to 'content/blog')
-rw-r--r-- | content/blog/publishing-with-pelican.md | 1 | ||||
-rw-r--r-- | content/blog/ssh-tunnel-and-postfix.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/content/blog/publishing-with-pelican.md b/content/blog/publishing-with-pelican.md index d49a420..f3392b3 100644 --- a/content/blog/publishing-with-pelican.md +++ b/content/blog/publishing-with-pelican.md @@ -3,6 +3,7 @@ Date: 2015-01-27 06:00 Modified: 2015-01-26 21:30 Tags: pelican, nginx, networksec, frqrec, social media, vim Slug: publishing-with-pelican +Category: webdev Authors: David Runge Summary: Some links and information on publishing with Pelican diff --git a/content/blog/ssh-tunnel-and-postfix.md b/content/blog/ssh-tunnel-and-postfix.md index 30e8ab6..f449cd1 100644 --- a/content/blog/ssh-tunnel-and-postfix.md +++ b/content/blog/ssh-tunnel-and-postfix.md @@ -5,6 +5,7 @@ Tags: archlinux, autossh, ssh, tunnel, systemd, systemd.network, postfix, TUN Slug: ssh-tunnel-with-single-hop-using-systemd-network-and-autossh Authors: David Runge Summary: Howto on setting up a SSH tunnel with the help of a systemd .network file between two machines, with no direct access to each other and modifying Postfix to use that tunnel. +Category: webhosting Recently I had the pleasure of setting up a SSH tunnel between two virtual machines that share no route and are located in two different subnets. They can however reach each other via SSH, hopping their host. |