summaryrefslogtreecommitdiff
path: root/software.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 /software.html
parentfa8fe10e13f15530338037158a04b728a4ef47cf (diff)
Several updates
Diffstat (limited to 'software.html')
-rw-r--r--software.html74
1 files changed, 44 insertions, 30 deletions
diff --git a/software.html b/software.html
index 928ccfc..9e9cd8a 100644
--- a/software.html
+++ b/software.html
@@ -11,44 +11,58 @@
11 <header><h1 class=pagetop>Software I Use</h1></header> 11 <header><h1 class=pagetop>Software I Use</h1></header>
12 <main> 12 <main>
13 <p>This is some of the software that I use and recommend. 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, 14 All of this software is FOSS.</p>
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 15
36 <h2>Server Software</h2> 16 <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 17
41 <p><strong>Media Server</strong> - jellyfin</p> 18 <h3>Infrastructure</h3>
19 <p><strong>Virtualization</strong> - Proxmox VE</p>
20 <p><strong>Backups</strong> - Proxmox Backup Server</p>
21 <p><strong>DNS</strong> - Pi-hole</p>
22
23 <h3>Services</h3>
24 <p><strong>Authentication and Identity</strong> - Authelia</p>
25 <p><strong>LDAP</strong> - FreeIPA <a class=qr href=articles/freeipa-server.html>[kb]</a></p>
26 <p><strong>RSS Aggregator</strong> - FreshRSS</p>
27 <p><strong>Dashboard</strong> - Homer</p>
28 <p><strong>Search Engine</strong> - SearxNG</p>
29 <p><strong>Wiki</strong> - Bookstack</p>
30 <p><strong>Personal Cloud</strong> - Nextcloud</p>
31 <p><strong>Photo Management</strong> - Photoprism</p>
32 <p><strong>Game Streaming</strong> - Sunshine + Moonlight</p>
33 <p><strong>Mail Server</strong> - Postfix + Dovecot <a class=qr href=articles/mail-server.html>[kb]</a></p>
42 34
43 <p><strong>Server Monitoring</strong> - icinga2 35 <h3>Monitoring</h3>
44 <a class=qr href=articles/icinga-master.html>[kb]</a></p> 36 <p><strong>Service Monitoring</strong> - Prometheus + Grafana + Cadvisor</p>
37 <p><strong>Log Management</strong> - Loki</p>
45 38
46 <p><strong>Configuration Management</strong> - ansible</p> 39 <h3>Media</h3>
40 <p><strong>Media Server</strong> - Jellyfin</p>
41 <p><strong>Music Server</strong> - Navidrome</p>
47 42
48 <p><strong>Identity Management</strong> - FreeIPA 43 <h3>Development</h3>
49 <a class=qr href=articles/freeipa-server.html>[kb]</a></p> 44 <p><strong>Configuration Management</strong> - Ansible</p>
45 <p><strong>Git Repository</strong> - Gitea</p>
46 <p><strong>Git Mirror</strong> - cgit</p>
47 <p><strong>CI/CD</strong> - Jenkins</p>
48 <p><strong>Diagramming</strong> - draw.io</p>
50 49
51 50
51 <h2>Desktop Programs</h2>
52 <p><strong>Window Manager</strong> - dwm <a class=qr href="https://git.chudnick.com/dwm/about">[git]</a></p>
53 <p><strong>Shell</strong> - zsh <a class=qr href="https://git.chudnick.com/dotfiles/tree/.config/zsh">[git]</a></p>
54 <p><strong>Terminal Emulator</strong> - st <a class=qr href="https://git.chudnick.com/st/about">[git]</a></p>
55 <p><strong>Text Editor</strong> - vim <a class=qr href="https://git.chudnick.com/dotfiles/tree/.vim">[git]</a></p>
56 <p><strong>Music Player</strong> - cmus <a class=qr href="https://git.chudnick.com/dotfiles/tree/.config/cmus">[git]</a></p>
57 <p><strong>Process Monitor</strong> - htop <a class=qr href="https://git.chudnick.com/dotfiles/tree/.config/htop">[git]</a></p>
58 <p><strong>Media Player</strong> - mpv </p>
59 <p><strong>Email</strong> - neomutt, isync, msmtp
60 <a class=qr href="https://git.chudnick.com/dotfiles/tree/.config/mutt">[git]</a>
61 <a class=qr href=articles/mutt.html> [kb]</a></p>
62 <p><strong>PDF Reader</strong> - zathura <a class=qr href="https://git.chudnick.com/dotfiles/tree/.config/zathura">[git]</a></p>
63 <p><strong>Sandbox</strong> - firejail <a class=qr href="https://git.chudnick.com/dotfiles/tree/.config/firejail">[git]</a></p>
64 <p><strong>Firewall</strong> - ufw</p>
65
52 66
53 </main> 67 </main>
54 <footer><a href=index.html>www.chudnick.com</a></footer> 68 <footer><a href=index.html>www.chudnick.com</a></footer>