index.html (3040B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <link href="/static/css/stylemin.css" rel="stylesheet"> 5 <title>pyratebeard</title> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 7 </head> 8 <body> 9 <div class="container"> 10 <div class="section"> 11 <div id="me" class="subsection"> 12 <p>A *nix infrastructure engineer and systems administrator; obsessive geek, advocate of {open-source,security,privacy}, "<a href="/scrots"><em>ricer</em></a>", and patient coffee brewer.</p> 13 </div> 14 <div id="log" class="subsection"> 15 <p>Occassionally writes <a href="https://log.pyratebeard.net">log entries</a> related to free and open source software, digital security, and random musings amongst other things. Microblogging can be found on the <a rel="me" href="https://harbour.cafe/@pyratebeard">fediverse</a>.</p> 16 </div> 17 <div id="code" class="subsection"> 18 <p>Code written or used can be found in repositories on this domain's <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> 19 </div> 20 <div id="comms" class="subsection"> 21 <p>To communicate use the address <code>root <at> pyratebeard <dot> net</code>, or for more direct contact use IRC:</p> 22 <ul> 23 <li>pyrate | <a href="https://unix.chat">unix.chat</a></li> 24 <li>pyratebeard | <a href="https://darkscience.net/irc/">darkscience</a>, <a href="https://libera.chat">libera</a>, <a href="https://www.oftc.net/">oftc</a></li> 25 </ul> 26 </div> 27 <div id="encrypt" class="subsection"> 28 <p>If you would like to communicate securely use the PGP key found <a href="http://pyratebeard.net/pgp.pub">here</a>, or incant:</p> 29 <pre>curl https://pyratebeard.net/pgp.pub | gpg --import</pre> 30 <p>Key ID: <code>0x5113A16D</code> | Fingerprint: <code>7A8E 129D BE67 9DAB AEB3 37C5 C787 7C71 5113 A16D</code></p> 31 <p>SSH key: <code>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICSluiY54h5FlGxnnXqifWPnfvKNIh1/f0xf0yCThdqV</code></p> 32 <p>Identity proof can be found on <a href="https://keyoxide.org/7A8E129DBE679DABAEB337C5C7877C715113A16D">keyoxide</a> and <a href="https://keybase.io/pyratebeard">keybase</a>. 33 </div> 34 <div id="webring" class="subsection"> 35 <p>Affiliations/webring:</p> 36 <ul> 37 <li><a href="https://nixers.net">nixers</a> | community of *nix enthusiasts</li> 38 <li><a href="https://powerzonemetal.uk">powerzone</a> | metal radio show</li> 39 <li><a href="https://dublinlinux.org">dublin linux</a> | dublin based linux community</li> 40 <li><a href="http://dotshare.it/~pyratebeard">dotshare</a> | collection of dotfiles</li> 41 <li><a href="https://whois.xxe.ro">xero</a></li> 42 <li><a href="https://venam.nixers.net">venam</a></li> 43 <li><a href="https://z3bra.org">z3bra</a></li> 44 <li><a href="https://eyenx.ch">eyenx</a></li> 45 <li><a href="https://c0de.in">jolia</a></li> 46 <li><a href="https://drkhsh.at">drkhsh</a></li> 47 </ul> 48 </div> 49 </div> 50 </div> 51 </body> 52 </html>