Home.md
... ...
@@ -1,107 +1,22 @@
1 1
# pyratewiki
2 2
3
-## content
4
-1. [coding](#coding)
5
-2. [documentation](#documentation)
6
-3. [d&d](#d-d)
7
-4. [misc](#misc)
8
-5. [projects](#projects)
9
-6. [technology](#technology)
10
- 1. [authentication](#technology_authentication)
11
- 2. [cloud](#technology_cloud)
12
- 3. [communication](#technology_communication)
13
- 4. [databases](#technology_databases)
14
- 5. [encryption](#technology_encryption)
15
- 6. [linux](#technology_linux)
16
- 7. [monitoring](#technology_monitoring)
17
- 8. [networking](#technology_networking)
18
- 9. [virtualisation](#technology_virtualisation)
19
- 10. [websites](#technology_websites)
20
-
21
-## coding
22
-- [android](coding/android)
23
-- [arduino](coding/arduino)
24
-- [git](coding/git)
25
-- [svn](coding/svn)
26
-- [vim](coding/vim)
27
-
28
-## documentation
29
-- [gollum](documentation/gollum)
30
-- [pandoc](documentation/pandoc)
31
-- [vimwiki](documentation/vimwiki)
32
-- [latex](documentation/latex)
33
-
34
-## d&d
35
-- [character_sheet](d_and_d/character_sheet)
36
-- [dragon_heist](d_and_d/dragon_heist)
37
-- [undermountain](d_and_d/undermountain)
38
-- [dark_sun](d_and_d/dark_sun)
39
-
40
-## misc
41
-- [comic_wishlist](misc/comic_wishlist)
42
-- [music](misc/music)
43
-- [pyratenet](misc/pyratenet)
44
-- [unicode_characters](misc/unicode_characters)
45
-- [blog_posts](misc/blog_posts)
46
-
47
-## projects
48
-- [pyratenet](projects/pyratenet)
49
-- [startpage](projects/startpage)
50
-- [hackthebox](projects/hackthebox)
51
-
52
-## technology
53
-
54
-### automation
55
-- [ansible](technology/automation/ansible)
56
-
57
-### authentication
58
-- [ldap](technology/authentication/ldap)
59
-
60
-### cloud
61
-- [azure](technology/cloud/azure)
62
-- [docker](technology/cloud/docker)
63
-- [kubernetes](technology/cloud/kubernetes)
64
-- [openshift](technology/cloud/openshift)
3
+[tasking](tasking/index.md)
65 4
66
-### communication
67
-- [exim4](technology/communication/exim4)
68
-- [ftp](technology/communication/ftp)
69
-- [irc](technology/communication/irc)
70
-- [mosh](technology/communication/mosh)
71
-- [mutt](technology/communication/mutt)
72
-- [znc](technology/communication/znc)
73
-
74
-### databases
75
-- [mariadb](technology/databases/mariadb)
76
-- [oracle](technology/databases/oracle)
77
-
78
-### encryption
79
-- [gpg](technology/encryption/gpg)
80
-- [openssl](technology/networking/openssl#encryption)
81
-
82
-### linux
83
-- [archlinux](technology/linux/archlinux/index)
84
-- [audio_visual](technology/linux/audio_visual/index)
85
-- [debian](technology/linux/debian/index)
86
-- [general](technology/linux/general/index)
87
-- [redhat](technology/linux/redhat/index)
88
-- [ricing](technology/linux/ricing)
89
-
90
-### monitoring
91
-- [nagios](technology/monitoring/nagios)
92
-- [snmp](technology/monitoring/snmp)
93
-- [tcpdump](technology/monitoring/tcpdump)
94
-
95
-### networking
96
-- [firewalls](technology/networking/firewalls)
97
-- [openssl](technology/networking/openssl)
98
-- [openvpn](technology/networking/openvpn)
99
-- [subnet_cheatsheet](technology/networking/subnet_cheatsheet)
100
-- [wifi_connect](technology/networking/wifi_connect)
101
-
102
-### virtualisation
103
-- [esxi](technology/virtualisation/esxi)
104
-
105
-### websites
106
-- [django](technology/websites/django)
107
-- [httpd](technology/websites/httpd)
5
+## content
6
+1. [coding](coding/index)
7
+2. [documentation](documentation/index)
8
+3. [d&d](d_and_d/index)
9
+4. [misc](misc/index)
10
+5. [projects](projects/index)
11
+6. [technology](technology/index)
12
+ 1. [automation](technology/automation/index)
13
+ 2. [authentication](technology/authentication/index)
14
+ 3. [cloud](technology/cloud/index)
15
+ 4. [communication](technology/communication/index)
16
+ 5. [databases](technology/databases/index)
17
+ 6. [encryption](technology/encryption/index)
18
+ 7. [linux](technology/linux/index)
19
+ 8. [monitoring](technology/monitoring/index)
20
+ 9. [networking](technology/networking/index)
21
+ 10. [virtualisation](technology/virtualisation/index)
22
+ 11. [websites](technology/websites/index)
coding/index.md
... ...
@@ -0,0 +1,7 @@
1
+# coding
2
+
3
+- [android](android)
4
+- [arduino](arduino)
5
+- [git](git)
6
+- [svn](svn)
7
+- [vim](vim)
d_and_d/index.md
... ...
@@ -0,0 +1,6 @@
1
+# d&d
2
+
3
+- [character_sheet](character_sheet)
4
+- [dragon_heist](dragon_heist)
5
+- [undermountain](undermountain)
6
+- [dark_sun](dark_sun)
documentation/index.md
... ...
@@ -0,0 +1,6 @@
1
+# documentation
2
+
3
+- [gollum](gollum)
4
+- [pandoc](pandoc)
5
+- [vimwiki](vimwiki)
6
+- [latex](latex)
technology/authentication/index.md
... ...
@@ -0,0 +1,3 @@
1
+# authentication
2
+
3
+- [ldap](ldap)
technology/automation/index.md
... ...
@@ -0,0 +1,3 @@
1
+# automation
2
+
3
+- [ansible](ansible)
technology/cloud/index.md
... ...
@@ -0,0 +1,6 @@
1
+# cloud
2
+
3
+- [azure](azure)
4
+- [docker](docker)
5
+- [kubernetes](kubernetes)
6
+- [openshift](openshift)
technology/communication/index.md
... ...
@@ -0,0 +1,8 @@
1
+# communication
2
+
3
+- [exim4](exim4)
4
+- [ftp](ftp)
5
+- [irc](irc)
6
+- [mosh](mosh)
7
+- [mutt](mutt)
8
+- [znc](znc)
technology/databases/index.md
... ...
@@ -0,0 +1,4 @@
1
+# databases
2
+
3
+- [mariadb](mariadb)
4
+- [oracle](oracle)
technology/encryption/index.md
... ...
@@ -0,0 +1,4 @@
1
+# encryption
2
+
3
+- [gpg](gpg)
4
+- [openssl](../networking/openssl#encryption)
technology/index.md
... ...
@@ -0,0 +1,12 @@
1
+# technology
2
+- [automation](automation/index)
3
+- [authentication](authentication/index)
4
+- [cloud](cloud/index)
5
+- [communication](communication/index)
6
+- [databases](databases/index)
7
+- [encryption](encryption/index)
8
+- [linux](linux/index)
9
+- [monitoring](monitoring/index)
10
+- [networking](networking/index)
11
+- [virtualisation](virtualisation/index)
12
+- [websites](websites/index)
technology/linux/index.md
... ...
@@ -0,0 +1,8 @@
1
+# linux
2
+
3
+- [archlinux](archlinux/index)
4
+- [audio_visual](audio_visual/index)
5
+- [debian](debian/index)
6
+- [general](general/index)
7
+- [redhat](redhat/index)
8
+- [ricing](ricing/index)
technology/linux/redhat/index.md
... ...
@@ -0,0 +1,3 @@
1
+# redhat
2
+
3
+- [rpm](rpm)
technology/linux/ricing.md
... ...
@@ -1,27 +0,0 @@
1
-# ricing
2
-
3
-## xsetroot
4
-```
5
-xsetroot -solid #111111
6
-
7
-xsetroot -bitmap brain.xbm -fg #111111 -bg #222222
8
-```
9
-
10
-reload Xdefaults
11
-```
12
-xrdb ~/.Xdefaults
13
-```
14
-
15
-bitmap files:
16
-- arabic_rug
17
-- bitwize
18
-- brain
19
-- brick_diag_hering.xbm
20
-- cubic_interlock
21
-- cyber_tile
22
-- cyber
23
-- escher_fish
24
-- fish
25
-- hexmaze
26
-- itchy_scratchy
27
-- waves
technology/monitoring/index.md
... ...
@@ -0,0 +1,5 @@
1
+# monitoring
2
+
3
+- [nagios](nagios)
4
+- [snmp](snmp)
5
+- [tcpdump](tcpdump)
technology/monitoring/snmp.md
... ...
@@ -0,0 +1,5 @@
1
+# snmp
2
+
3
+```
4
+snmpwalk -Os -c public -v 1 localhost system
5
+```
technology/monitoring/snmpwalk.md
... ...
@@ -1,5 +0,0 @@
1
-# snmpwalk
2
-
3
-```
4
-snmpwalk -Os -c public -v 1 localhost system
5
-```
technology/networking/index.md
... ...
@@ -1,3 +1,7 @@
1 1
# networks
2 2
3
+- [firewalls](firewalls)
4
+- [openssl](openssl)
5
+- [openvpn](openvpn)
3 6
- [subnet_cheatsheet](subnet_cheatsheet)
7
+- [wifi_connect](wifi_connect)
technology/virtualisation/index.md
... ...
@@ -0,0 +1,3 @@
1
+# virtualisation
2
+
3
+- [esxi](esxi)
technology/websites/index.md
... ...
@@ -0,0 +1,7 @@
1
+# websites
2
+
3
+- [certbot](certbot)
4
+- [django](django)
5
+- [httpd](httpd)
6
+- [nginx](nginx)
7
+- [peertube](peertube)