grimoire

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

commit b014ecec0d6b258ac633ec39d85f0c1907805608
parent 9347079c7d796ea4f8d9052dd3b3990e558fea19
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri,  8 May 2020 22:34:14 +0100

moved navigation links on to individual index pages

Diffstat:
MHome.md | 123+++++++++++++------------------------------------------------------------------
Acoding/index.md | 7+++++++
Ad_and_d/index.md | 6++++++
Adocumentation/index.md | 6++++++
Atechnology/authentication/index.md | 3+++
Atechnology/automation/index.md | 3+++
Atechnology/cloud/index.md | 6++++++
Atechnology/communication/index.md | 8++++++++
Atechnology/databases/index.md | 4++++
Atechnology/encryption/index.md | 4++++
Atechnology/index.md | 12++++++++++++
Atechnology/linux/index.md | 8++++++++
Mtechnology/linux/redhat/index.md | 3+++
Dtechnology/linux/ricing.md | 27---------------------------
Atechnology/monitoring/index.md | 5+++++
Atechnology/monitoring/snmp.md | 5+++++
Dtechnology/monitoring/snmpwalk.md | 5-----
Mtechnology/networking/index.md | 4++++
Atechnology/virtualisation/index.md | 3+++
Atechnology/websites/index.md | 7+++++++
20 files changed, 113 insertions(+), 136 deletions(-)

diff --git a/Home.md b/Home.md @@ -1,107 +1,22 @@ # pyratewiki -## content -1. [coding](#coding) -2. [documentation](#documentation) -3. [d&d](#d-d) -4. [misc](#misc) -5. [projects](#projects) -6. [technology](#technology) - 1. [authentication](#technology_authentication) - 2. [cloud](#technology_cloud) - 3. [communication](#technology_communication) - 4. [databases](#technology_databases) - 5. [encryption](#technology_encryption) - 6. [linux](#technology_linux) - 7. [monitoring](#technology_monitoring) - 8. [networking](#technology_networking) - 9. [virtualisation](#technology_virtualisation) - 10. [websites](#technology_websites) - -## coding -- [android](coding/android) -- [arduino](coding/arduino) -- [git](coding/git) -- [svn](coding/svn) -- [vim](coding/vim) - -## documentation -- [gollum](documentation/gollum) -- [pandoc](documentation/pandoc) -- [vimwiki](documentation/vimwiki) -- [latex](documentation/latex) - -## d&d -- [character_sheet](d_and_d/character_sheet) -- [dragon_heist](d_and_d/dragon_heist) -- [undermountain](d_and_d/undermountain) -- [dark_sun](d_and_d/dark_sun) - -## misc -- [comic_wishlist](misc/comic_wishlist) -- [music](misc/music) -- [pyratenet](misc/pyratenet) -- [unicode_characters](misc/unicode_characters) -- [blog_posts](misc/blog_posts) - -## projects -- [pyratenet](projects/pyratenet) -- [startpage](projects/startpage) -- [hackthebox](projects/hackthebox) - -## technology - -### automation -- [ansible](technology/automation/ansible) - -### authentication -- [ldap](technology/authentication/ldap) - -### cloud -- [azure](technology/cloud/azure) -- [docker](technology/cloud/docker) -- [kubernetes](technology/cloud/kubernetes) -- [openshift](technology/cloud/openshift) +[tasking](tasking/index.md) -### communication -- [exim4](technology/communication/exim4) -- [ftp](technology/communication/ftp) -- [irc](technology/communication/irc) -- [mosh](technology/communication/mosh) -- [mutt](technology/communication/mutt) -- [znc](technology/communication/znc) - -### databases -- [mariadb](technology/databases/mariadb) -- [oracle](technology/databases/oracle) - -### encryption -- [gpg](technology/encryption/gpg) -- [openssl](technology/networking/openssl#encryption) - -### linux -- [archlinux](technology/linux/archlinux/index) -- [audio_visual](technology/linux/audio_visual/index) -- [debian](technology/linux/debian/index) -- [general](technology/linux/general/index) -- [redhat](technology/linux/redhat/index) -- [ricing](technology/linux/ricing) - -### monitoring -- [nagios](technology/monitoring/nagios) -- [snmp](technology/monitoring/snmp) -- [tcpdump](technology/monitoring/tcpdump) - -### networking -- [firewalls](technology/networking/firewalls) -- [openssl](technology/networking/openssl) -- [openvpn](technology/networking/openvpn) -- [subnet_cheatsheet](technology/networking/subnet_cheatsheet) -- [wifi_connect](technology/networking/wifi_connect) - -### virtualisation -- [esxi](technology/virtualisation/esxi) - -### websites -- [django](technology/websites/django) -- [httpd](technology/websites/httpd) +## content +1. [coding](coding/index) +2. [documentation](documentation/index) +3. [d&d](d_and_d/index) +4. [misc](misc/index) +5. [projects](projects/index) +6. [technology](technology/index) + 1. [automation](technology/automation/index) + 2. [authentication](technology/authentication/index) + 3. [cloud](technology/cloud/index) + 4. [communication](technology/communication/index) + 5. [databases](technology/databases/index) + 6. [encryption](technology/encryption/index) + 7. [linux](technology/linux/index) + 8. [monitoring](technology/monitoring/index) + 9. [networking](technology/networking/index) + 10. [virtualisation](technology/virtualisation/index) + 11. [websites](technology/websites/index) diff --git a/coding/index.md b/coding/index.md @@ -0,0 +1,7 @@ +# coding + +- [android](android) +- [arduino](arduino) +- [git](git) +- [svn](svn) +- [vim](vim) diff --git a/d_and_d/index.md b/d_and_d/index.md @@ -0,0 +1,6 @@ +# d&d + +- [character_sheet](character_sheet) +- [dragon_heist](dragon_heist) +- [undermountain](undermountain) +- [dark_sun](dark_sun) diff --git a/documentation/index.md b/documentation/index.md @@ -0,0 +1,6 @@ +# documentation + +- [gollum](gollum) +- [pandoc](pandoc) +- [vimwiki](vimwiki) +- [latex](latex) diff --git a/technology/authentication/index.md b/technology/authentication/index.md @@ -0,0 +1,3 @@ +# authentication + +- [ldap](ldap) diff --git a/technology/automation/index.md b/technology/automation/index.md @@ -0,0 +1,3 @@ +# automation + +- [ansible](ansible) diff --git a/technology/cloud/index.md b/technology/cloud/index.md @@ -0,0 +1,6 @@ +# cloud + +- [azure](azure) +- [docker](docker) +- [kubernetes](kubernetes) +- [openshift](openshift) diff --git a/technology/communication/index.md b/technology/communication/index.md @@ -0,0 +1,8 @@ +# communication + +- [exim4](exim4) +- [ftp](ftp) +- [irc](irc) +- [mosh](mosh) +- [mutt](mutt) +- [znc](znc) diff --git a/technology/databases/index.md b/technology/databases/index.md @@ -0,0 +1,4 @@ +# databases + +- [mariadb](mariadb) +- [oracle](oracle) diff --git a/technology/encryption/index.md b/technology/encryption/index.md @@ -0,0 +1,4 @@ +# encryption + +- [gpg](gpg) +- [openssl](../networking/openssl#encryption) diff --git a/technology/index.md b/technology/index.md @@ -0,0 +1,12 @@ +# technology +- [automation](automation/index) +- [authentication](authentication/index) +- [cloud](cloud/index) +- [communication](communication/index) +- [databases](databases/index) +- [encryption](encryption/index) +- [linux](linux/index) +- [monitoring](monitoring/index) +- [networking](networking/index) +- [virtualisation](virtualisation/index) +- [websites](websites/index) diff --git a/technology/linux/index.md b/technology/linux/index.md @@ -0,0 +1,8 @@ +# linux + +- [archlinux](archlinux/index) +- [audio_visual](audio_visual/index) +- [debian](debian/index) +- [general](general/index) +- [redhat](redhat/index) +- [ricing](ricing/index) diff --git a/technology/linux/redhat/index.md b/technology/linux/redhat/index.md @@ -0,0 +1,3 @@ +# redhat + +- [rpm](rpm) diff --git a/technology/linux/ricing.md b/technology/linux/ricing.md @@ -1,27 +0,0 @@ -# ricing - -## xsetroot -``` -xsetroot -solid #111111 - -xsetroot -bitmap brain.xbm -fg #111111 -bg #222222 -``` - -reload Xdefaults -``` -xrdb ~/.Xdefaults -``` - -bitmap files: -- arabic_rug -- bitwize -- brain -- brick_diag_hering.xbm -- cubic_interlock -- cyber_tile -- cyber -- escher_fish -- fish -- hexmaze -- itchy_scratchy -- waves diff --git a/technology/monitoring/index.md b/technology/monitoring/index.md @@ -0,0 +1,5 @@ +# monitoring + +- [nagios](nagios) +- [snmp](snmp) +- [tcpdump](tcpdump) diff --git a/technology/monitoring/snmp.md b/technology/monitoring/snmp.md @@ -0,0 +1,5 @@ +# snmp + +``` +snmpwalk -Os -c public -v 1 localhost system +``` diff --git a/technology/monitoring/snmpwalk.md b/technology/monitoring/snmpwalk.md @@ -1,5 +0,0 @@ -# snmpwalk - -``` -snmpwalk -Os -c public -v 1 localhost system -``` diff --git a/technology/networking/index.md b/technology/networking/index.md @@ -1,3 +1,7 @@ # networks +- [firewalls](firewalls) +- [openssl](openssl) +- [openvpn](openvpn) - [subnet_cheatsheet](subnet_cheatsheet) +- [wifi_connect](wifi_connect) diff --git a/technology/virtualisation/index.md b/technology/virtualisation/index.md @@ -0,0 +1,3 @@ +# virtualisation + +- [esxi](esxi) diff --git a/technology/websites/index.md b/technology/websites/index.md @@ -0,0 +1,7 @@ +# websites + +- [certbot](certbot) +- [django](django) +- [httpd](httpd) +- [nginx](nginx) +- [peertube](peertube)