diff options
Diffstat (limited to 'kb.html')
| -rw-r--r-- | kb.html | 82 |
1 files changed, 82 insertions, 0 deletions
| @@ -0,0 +1,82 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang=en> | ||
| 3 | <head> | ||
| 4 | <title>chudnick.com - Knowledge Base</title> | ||
| 5 | <meta charset="utf-8"/> | ||
| 6 | <link rel="shortcut icon" href="favicon.ico"/> | ||
| 7 | <link rel='stylesheet' type='text/css' href='style.css'/> | ||
| 8 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
| 9 | </head> | ||
| 10 | <body> | ||
| 11 | <header><h1 class=pagetop>Knowledge Base</h1></header> | ||
| 12 | <main> | ||
| 13 | <p>This page contains various articles on technology topics of interest, | ||
| 14 | typically structured as how-to or tutorial documents. | ||
| 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 | ||
| 17 | if tried on other distros.</p> | ||
| 18 | <h2>Configuration Management</h2> | ||
| 19 | <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> | ||
| 29 | |||
| 30 | <h2>Identity Management</h2> | ||
| 31 | <ul> | ||
| 32 | <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> | ||
| 37 | |||
| 38 | <h2>Miscellaneous</h2> | ||
| 39 | <ul> | ||
| 40 | <a href=articles/mdadm-raid.html><li>Linux Software RAID</li></a> | ||
| 41 | <li>Debian Archive Mirror</li> | ||
| 42 | </ul> | ||
| 43 | |||
| 44 | <h2>Monitoring</h2> | ||
| 45 | <ul> | ||
| 46 | <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> | ||
| 48 | <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> | ||
| 50 | <li>Graph Icinga data with Grafana and InfluxDB</li> | ||
| 51 | <li>Icinga2 Alert Notifications</li> | ||
| 52 | </ul> | ||
| 53 | |||
| 54 | <h2>Networking</h2> | ||
| 55 | <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> | ||
| 61 | |||
| 62 | <h2>Security</h2> | ||
| 63 | <ul> | ||
| 64 | <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> | ||
| 66 | <li>Prelude SIEM</li> | ||
| 67 | <li>Snort IPS</li> | ||
| 68 | <li>FreeRADIUS Server</li> | ||
| 69 | </ul> | ||
| 70 | |||
| 71 | <h2>Self Hosting</h2> | ||
| 72 | <ul> | ||
| 73 | <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 | |||
| 78 | </ul> | ||
| 79 | </main> | ||
| 80 | <footer><a href=index.html>www.chudnick.com</a></footer> | ||
| 81 | </body> | ||
| 82 | </html> | ||
