diff options
Diffstat (limited to 'software.html')
| -rw-r--r-- | software.html | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/software.html b/software.html new file mode 100644 index 0000000..928ccfc --- /dev/null +++ b/software.html | |||
| @@ -0,0 +1,57 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang=en> | ||
| 3 | <head> | ||
| 4 | <title></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>Software I Use</h1></header> | ||
| 12 | <main> | ||
| 13 | <p>This is some of the software that I use and recommend. | ||
| 14 | It goes without saying, but all of this software is free as in freedom, | ||
| 15 | libre, open source.</p> | ||
| 16 | |||
| 17 | <h2>Desktop Programs</h2> | ||
| 18 | <p><strong>Window Manager</strong> - dwm | ||
| 19 | <a class=qr href="https://git.chudnick.com/dwm">[git]</a></p> | ||
| 20 | <p><strong>Shell</strong> - zsh</p> | ||
| 21 | <p><strong>Terminal Emulator</strong> - urxvt</p> | ||
| 22 | <p><strong>Statusbar</strong> - dwmblocks | ||
| 23 | <a class=qr href="https://git.chudnick.com/dwmblocks">[git]</a></p> | ||
| 24 | <p><strong>Text Editor</strong> - vim</p> | ||
| 25 | <p><strong>Music Player</strong> - cmus</p> | ||
| 26 | <p><strong>Process Monitor</strong> - htop</p> | ||
| 27 | <p><strong>Media Player</strong> - mpv</p> | ||
| 28 | <p><strong>Email</strong> - neomutt, isync, msmtp | ||
| 29 | <a class=qr href=articles/mutt.html>[kb]</a></p> | ||
| 30 | <p><strong>RSS</strong> - newsboat</p> | ||
| 31 | <p><strong>PDF Reader</strong> - zathura</p> | ||
| 32 | <p><strong>Sandbox</strong> - firejail</p> | ||
| 33 | <p><strong>Virtualization</strong> - qemu/kvm + libvirt</p> | ||
| 34 | <p><strong>Firewall</strong> - ufw</p> | ||
| 35 | |||
| 36 | <h2>Server Software</h2> | ||
| 37 | <p>This is some server oriented software that I use.</p> | ||
| 38 | <p><strong>Mail Server</strong> - postfix + dovecot | ||
| 39 | <a class=qr href=articles/mail-server.html>[kb]</a></p> | ||
| 40 | |||
| 41 | <p><strong>Media Server</strong> - jellyfin</p> | ||
| 42 | |||
| 43 | <p><strong>Server Monitoring</strong> - icinga2 | ||
| 44 | <a class=qr href=articles/icinga-master.html>[kb]</a></p> | ||
| 45 | |||
| 46 | <p><strong>Configuration Management</strong> - ansible</p> | ||
| 47 | |||
| 48 | <p><strong>Identity Management</strong> - FreeIPA | ||
| 49 | <a class=qr href=articles/freeipa-server.html>[kb]</a></p> | ||
| 50 | |||
| 51 | |||
| 52 | |||
| 53 | </main> | ||
| 54 | <footer><a href=index.html>www.chudnick.com</a></footer> | ||
| 55 | </body> | ||
| 56 | </html> | ||
| 57 | |||
