grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 55a12776ebadf184ad151ff068b7aa4c1a86f916
parent 725fb2822002ec0635a1877a86281d3e43dbf007
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue,  8 Nov 2022 23:02:40 +0000

updates

Diffstat:
MHome.md | 2+-
Rsoftware/envoy.md -> networking/envoy.md | 0
Rsoftware/firewall-cmd.md -> networking/firewall-cmd.md | 0
Rsoftware/firewalls.md -> networking/firewalls.md | 0
Rsoftware/haproxy.md -> networking/haproxy.md | 0
Rsoftware/mosh.md -> networking/mosh.md | 0
Rsoftware/openvpn.md -> networking/openvpn.md | 0
Rsoftware/subnet_cheatsheet.md -> networking/subnet_cheatsheet.md | 0
Rsoftware/wifi_connect.md -> networking/wifi_connect.md | 0
Mtech-index.md | 26+++++++++++++-------------
Rsoftware/git.md -> vcs/git.md | 0
Rsoftware/svn.md -> vcs/svn.md | 0
Rsoftware/docker.md -> virtualisation/docker.md | 0
Rsoftware/kubernetes.md -> virtualisation/kubernetes.md | 0
Rsoftware/lxc.md -> virtualisation/lxc.md | 0
Rsoftware/qemu.md -> virtualisation/qemu.md | 0
16 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/Home.md b/Home.md @@ -3,7 +3,7 @@ ## tech ### everyday tools * [vim](/software/vim) -* [git](/software/git) +* [git](/vcs/git) * [tmux](/software/tmux) * [more...](/tech-index#everyday-tools) diff --git a/software/envoy.md b/networking/envoy.md diff --git a/software/firewall-cmd.md b/networking/firewall-cmd.md diff --git a/software/firewalls.md b/networking/firewalls.md diff --git a/software/haproxy.md b/networking/haproxy.md diff --git a/software/mosh.md b/networking/mosh.md diff --git a/software/openvpn.md b/networking/openvpn.md diff --git a/software/subnet_cheatsheet.md b/networking/subnet_cheatsheet.md diff --git a/software/wifi_connect.md b/networking/wifi_connect.md diff --git a/tech-index.md b/tech-index.md @@ -1,7 +1,7 @@ # tech ## everyday tools * [vim](/software/vim) -* [git](/software/git) +* [git](/vcs/git) * [tmux](/software/tmux) * [mutt](/software/mutt) * [vimwiki](/software/vimwiki) @@ -21,12 +21,12 @@ ## software ### vcs -* [svn](/software/svn) +* [svn](/vcs/svn) ### containers -* [lxc](/software/lxc) -* [docker](/software/docker) -* [k8s](/software/kubernetes) +* [lxc](/virtualisation/lxc) +* [docker](/virtualisation/docker) +* [k8s](/virtualisation/kubernetes) * [durdraw](/software/durdraw) * [gollum](/software/gollum) @@ -37,7 +37,7 @@ * [ldap](/software/ldap) * [exim4](/software/exim4) * [ftp](/software/ftp) -* [mosh](/software/mosh) +* [mosh](/networking/mosh) * [usenet](/software/usenet) * [znc](/software/znc) * [mariadb](/software/mariadb) @@ -51,15 +51,15 @@ * [snmp](/software/snmp) * [tcpdump](/software/tcpdump) * [bluetooth](/software/bluetooth) -* [firewalls](/software/firewalls) -* [haproxy](/software/haproxy) +* [firewalls](/networking/firewalls) +* [haproxy](/networking/haproxy) * [openssl](/software/openssl) -* [openvpn](/software/openvpn) -* [envoy](/software/envoy) -* [subnet_cheatsheet](/software/subnet_cheatsheet) -* [wifi_connect](/software/wifi_connect) +* [openvpn](/networking/openvpn) +* [envoy](/networking/envoy) +* [subnet_cheatsheet](/networking/subnet_cheatsheet) +* [wifi_connect](/networking/wifi_connect) * [esxi](/software/esxi) -* [qemu](/software/qemu) +* [qemu](/virtualisation/qemu) * [certbot](/software/certbot) * [django](/software/django) * [gopher](/software/gopher) diff --git a/software/git.md b/vcs/git.md diff --git a/software/svn.md b/vcs/svn.md diff --git a/software/docker.md b/virtualisation/docker.md diff --git a/software/kubernetes.md b/virtualisation/kubernetes.md diff --git a/software/lxc.md b/virtualisation/lxc.md diff --git a/software/qemu.md b/virtualisation/qemu.md