summaryrefslogtreecommitdiff
path: root/software.html
blob: 928ccfc6d7412d9c73ce07b57e34ccf4e60c5e86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang=en>
    <head>
        <title></title>
        <meta charset="utf-8"/>
        <link rel="shortcut icon" href="favicon.ico"/>
        <link rel='stylesheet' type='text/css' href='style.css'/>
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head>
<body>
	<header><h1 class=pagetop>Software I Use</h1></header>
    <main>
		<p>This is some of the software that I use and recommend. 
		It goes without saying, but all of this software is free as in freedom, 
		libre, open source.</p>

		<h2>Desktop Programs</h2>
		<p><strong>Window Manager</strong> - dwm 
		<a class=qr href="https://git.chudnick.com/dwm">[git]</a></p>
		<p><strong>Shell</strong> - zsh</p>
		<p><strong>Terminal Emulator</strong> - urxvt</p>
		<p><strong>Statusbar</strong> - dwmblocks 
		<a class=qr href="https://git.chudnick.com/dwmblocks">[git]</a></p>
		<p><strong>Text Editor</strong> - vim</p>
		<p><strong>Music Player</strong> - cmus</p>
		<p><strong>Process Monitor</strong> - htop</p>
		<p><strong>Media Player</strong> - mpv</p>
		<p><strong>Email</strong> - neomutt, isync, msmtp 
		<a class=qr href=articles/mutt.html>[kb]</a></p>
		<p><strong>RSS</strong> - newsboat</p>
		<p><strong>PDF Reader</strong> - zathura</p>
		<p><strong>Sandbox</strong> - firejail</p>
		<p><strong>Virtualization</strong> - qemu/kvm + libvirt</p>
		<p><strong>Firewall</strong> - ufw</p>

		<h2>Server Software</h2>
		<p>This is some server oriented software that I use.</p>
		<p><strong>Mail Server</strong> - postfix + dovecot 
		<a class=qr href=articles/mail-server.html>[kb]</a></p>

		<p><strong>Media Server</strong> - jellyfin</p>

		<p><strong>Server Monitoring</strong> - icinga2 
		<a class=qr href=articles/icinga-master.html>[kb]</a></p>

		<p><strong>Configuration Management</strong> - ansible</p>

		<p><strong>Identity Management</strong> - FreeIPA
		<a class=qr href=articles/freeipa-server.html>[kb]</a></p>



    </main>
    <footer><a href=index.html>www.chudnick.com</a></footer>
</body>
</html>