summaryrefslogtreecommitdiff
path: root/kb.html
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2023-06-10 13:04:24 -0400
committerSam Chudnick <sam@chudnick.com>2023-06-10 13:04:24 -0400
commitef2c74ad8806a47efc9d39b7437ff40b87c65103 (patch)
treee0d2e6eb55301dc5bb21c3e7cb79386688dd46bb /kb.html
parentfa8fe10e13f15530338037158a04b728a4ef47cf (diff)
Several updates
Diffstat (limited to 'kb.html')
-rw-r--r--kb.html28
1 files changed, 2 insertions, 26 deletions
diff --git a/kb.html b/kb.html
index 37bf647..bbd87d2 100644
--- a/kb.html
+++ b/kb.html
@@ -11,69 +11,45 @@
11 <header><h1 class=pagetop>Knowledge Base</h1></header> 11 <header><h1 class=pagetop>Knowledge Base</h1></header>
12 <main> 12 <main>
13 <p>This page contains various articles on technology topics of interest, 13 <p>This page contains various articles on technology topics of interest,
14 typically structured as how-to or tutorial documents. 14 typically structured as how-to or tutorial documents. All articles
15 Items without links indicate future topics I intend to cover. All articles
16 are intended for Debian 11 unless otherwise stated, but should be similar 15 are intended for Debian 11 unless otherwise stated, but should be similar
17 if tried on other distros.</p> 16 if tried on other distros.</p>
18 <h2>Configuration Management</h2> 17 <h2>Configuration Management</h2>
19 <ul> 18 <ul>
20 <li>Ansible Basics</li>
21 <li>Ansible Playbooks</li>
22 <li>Ansible integration with FreeIPA</li>
23 </ul>
24
25 <h2>Desktop Programs</h2>
26 <ul>
27 <li><a href=articles/mutt.html>Mutt - Terminal Email Client</a></li>
28 </ul> 19 </ul>
29 20
30 <h2>Identity Management</h2> 21 <h2>Identity Management</h2>
31 <ul> 22 <ul>
32 <li><a href=articles/freeipa-server.html>FreeIPA Server Setup</a></li> 23 <li><a href=articles/freeipa-server.html>FreeIPA Server Setup</a></li>
33 <li>Integrated 2FA with FreeIPA</li>
34 <li>FreeIPA Sudo Rules</li>
35 <li>Kerberized NFS using FreeIPA</li>
36 </ul> 24 </ul>
37 25
38 <h2>Miscellaneous</h2> 26 <h2>Miscellaneous</h2>
39 <ul> 27 <ul>
40 <a href=articles/mdadm-raid.html><li>Linux Software RAID</li></a> 28 <a href=articles/mdadm-raid.html><li>Linux Software RAID</li></a>
41 <li>Debian Archive Mirror</li>
42 </ul> 29 </ul>
43 30
44 <h2>Monitoring</h2> 31 <h2>Monitoring</h2>
45 <ul> 32 <ul>
33 <em>I no longer use Icinga in favor of Prometheus and Grafana</em>
46 <li><a class=kbitem href=articles/icinga-master.html>Icinga2 Master Installation</a></li> 34 <li><a class=kbitem href=articles/icinga-master.html>Icinga2 Master Installation</a></li>
47 <li><a class=kbitem href=articles/icinga-director.html>Icinga2 Director</a></li> 35 <li><a class=kbitem href=articles/icinga-director.html>Icinga2 Director</a></li>
48 <li><a class=kbitem href=articles/icinga-agent.html>Icinga2 Agent Installation and Configuration</a></li> 36 <li><a class=kbitem href=articles/icinga-agent.html>Icinga2 Agent Installation and Configuration</a></li>
49 <li><a href=articles/icinga-influx.html>Store Icinga2 data in InfluxDB</a></li> 37 <li><a href=articles/icinga-influx.html>Store Icinga2 data in InfluxDB</a></li>
50 <li>Graph Icinga data with Grafana and InfluxDB</li>
51 <li>Icinga2 Alert Notifications</li>
52 </ul> 38 </ul>
53 39
54 <h2>Networking</h2> 40 <h2>Networking</h2>
55 <ul> 41 <ul>
56 <li>BIND9 DNS Server</li>
57 <li>ISC DHCP Server</li>
58 <li>Chrony NTP Server</li>
59 <li>UFW Host-Based Firewall</li>
60 </ul> 42 </ul>
61 43
62 <h2>Security</h2> 44 <h2>Security</h2>
63 <ul> 45 <ul>
64 <li><a href=articles/pam-tfa.html>PAM OATH Two Factor Authentication</a></li> 46 <li><a href=articles/pam-tfa.html>PAM OATH Two Factor Authentication</a></li>
65 <li><a href=articles/luks.html>LUKS Device Encryption</a></li> 47 <li><a href=articles/luks.html>LUKS Device Encryption</a></li>
66 <li>Prelude SIEM</li>
67 <li>Snort IPS</li>
68 <li>FreeRADIUS Server</li>
69 </ul> 48 </ul>
70 49
71 <h2>Self Hosting</h2> 50 <h2>Self Hosting</h2>
72 <ul> 51 <ul>
73 <li><a class=kbitem href=articles/mail-server.html>Postfix/Dovecot Mail Server</a></li> 52 <li><a class=kbitem href=articles/mail-server.html>Postfix/Dovecot Mail Server</a></li>
74 <li>Jellyfin Media Server</li>
75 <li>Searx Self-Hosted Search Engine</li>
76 <li>Proxmox Virtual Environment</li>
77 53
78 </ul> 54 </ul>
79 </main> 55 </main>