index.html (2734B)
1 <html> 2 <head> 3 <link href="/static/css/stylemin.css" rel="stylesheet"> 4 <title>pyratebeard</title> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 </head> 7 <body> 8 <div class="container"> 9 <div class="section"> 10 <div id="me" class="subsection"> 11 <p>A *nix infrastructure engineer and systems administrator; obsessive geek, advocate of {open-source,security,privacy}, "<a href="/scrots.html"><em>ricer</em></a>", and patient coffee brewer.</p> 12 </div> 13 <div id="log" class="subsection"> 14 <p>Occassionally I will write <a href="https://log.pyratebeard.net">log entries</a> related to technology, security, free and open source software, and tips or tricks that I have found useful. Microblogging can be found on <a rel="me" href="https://harbour.cafe/@pyratebeard">mastodon</a>.</p> 15 </div> 16 <div id="code" class="subsection"> 17 <p>Some of the code that I write or use can be found in repositories on my <a href="https://git.pyratebeard.net">git server</a> or on <a href="https://gitlab.com/pyratebeard">gitlab</a>/<a href="https://github.com/pyratebeard">github</a>.</p> 18 </div> 19 <div id="comms" class="subsection"> 20 <p>For communications use the address <strong>root <at> pyratebeard <dot> net</strong>, or for more direct contact use IRC:</p> 21 <ul> 22 <li>pyrate | <a href="https://unix.chat">unix.chat</a></li> 23 <li>pyratebeard | <a href="https://darkscience.net/irc/">darkscience</a>, <a href="https://libera.chat">libera</a></li> 24 </ul> 25 </div> 26 <div id="encrypt" class="subsection"> 27 <p>If you would like to communicate securely my PGP key can be found <a href="http://pyratebeard.net/pgp.pub">here</a>, or incant:</p> 28 <pre>curl https://pyratebeard.net/pgp.pub | gpg --import</pre> 29 <p>Key fingerprint: <code>7A8E 129D BE67 9DAB AEB3 37C5 C787 7C71 5113 A16D</code></p> 30 <p/> 31 <p>Identity proof can be found on <a href="https://keybase.io/pyratebeard">keybase</a>. 32 </div> 33 <div id="webring" class="subsection"> 34 <p>Affiliations/webring:</p> 35 <ul> 36 <li><a href="https://nixers.net">nixers</a> | community of *nix enthusiasts</li> 37 <li><a href="https://powerzonemetal.uk">powerzone</a> | metal radio show</li> 38 <li><a href="https://dublinlinux.org">dublin linux</a> | dublin based linux community</li> 39 <li><a href="http://dotshare.it/~pyratebeard">dotshare</a> | collection of dotfiles</li> 40 <li><a href="https://whois.xxe.ro">xero</a></li> 41 <li><a href="https://venam.nixers.net">venam</a></li> 42 <li><a href="https://z3bra.org">z3bra</a></li> 43 <li><a href="https://eyenx.ch">eyenx</a></li> 44 <li><a href="https://c0de.in">jolia</a></li> 45 </ul> 46 </div> 47 </div> 48 </div> 49 </body> 50 </html>