ezup.dev

Source Code of Dash Eclipse's Personal Site (ezup.dev)
git clone git://ezup.dev/ezup.dev.git
Log | Files | Refs | README | LICENSE

index.html (5528B)


      1<!DOCTYPE html>
      2<html lang="en">
      3<head>
      4<meta charset="UTF-8">
      5<title>Dash Eclipse's Personal Site (ezup.dev)</title>
      6<link rel="stylesheet" type="text/css" href="/styles/topnav.css">
      7<meta name="viewport" content=
      8"width=device-width, initial-scale=1">
      9<meta name="description" content="Dash Eclipse's Personal Site">
     10<meta name="keywords" content=
     11"Dash Eclipse, dashezup, EZUP, EasyUP Dev">
     12<meta name="author" content="Dash Eclipse">
     13<link rel="icon" href="favicon.svg">
     14<style>
     15/* Text Selection Color */
     16::selection {background: lightgray;}
     17/* Page Navigation https://dev.to/paulbrowne/comment/ehhk */
     18div:not(:target):not(#dash),
     19div:target ~ #dash {display: none;}
     20/* pre */
     21pre {margin-left:2em;margin-top:2em;}
     22pre a:link {color:black;background-color:white;}
     23pre a:visited {color:black;background-color:white;}
     24pre a:hover {color:black;background-color:white}
     25@media only screen and (min-width: 360px) {
     26  pre {margin:0.9em 0 0 0.9em;font-size: 12px;}
     27}
     28@media only screen and (min-width: 480px) {
     29  pre {margin:1.3em 0 0 1.3em;font-size: 15.9px;}
     30}
     31@media only screen and (max-width: 609px) {
     32  pre {
     33    margin-left: 0.5em;
     34    margin-top: 1em;
     35    white-space: pre-wrap;
     36    word-wrap: break-word;
     37    text-align: justify;
     38  }
     39}
     40@media only screen and (min-width: 610px) {
     41  pre { margin:1.5em 0 0 1.5em;font-size:16px;}
     42}
     43@media only screen and (min-width: 800px) {
     44  pre { margin:1.5em 0 0 1.7em;font-size:17px;}
     45}
     46</style>
     47</head>
     48<body>
     49<div id="pgp">
     50<ul class="topnav">
     51<li class="home"><a href="#dash">ezup.dev</a></li>
     52<li><a href="/blog">Blog</a></li>
     53<li><a class="active" href="#pgp">PGP</a></li>
     54<li><a href="git/" target="_blank"><u>Git</u></a></li>
     55<li class="right"><a href="#about">About</a></li>
     56</ul>
     57<pre>
     58<b>6796 5F30 7B11 0019 6914  61A1 2463 834F FD2C BDBB</b>  [<a href="keys/dashezup-pubkey.asc">DL</a>]
     59--------------------------------------------------
     60
     61I use the encryption subkey and signing subkey to encrypt and sign my emails,
     62and sign git commits with the signing subkey.
     63
     64pub   rsa4096 2020-06-21 [C] [expires: 2050-06-14]
     65      67965F307B110019691461A12463834FFD2CBDBB
     66uid           [ultimate] Dash Eclipse &lt;dashezup@disroot.org&gt;
     67sub   rsa4096 2022-03-13 [S] [expires: 2023-03-13]
     68      <b>7DFA5AB0543AC69603D51D8482C68EF1A42202D8</b>
     69sub   rsa4096 2022-03-13 [E] [expires: 2023-03-13]
     70      <b>ACA93176D8B892E9CB4F75281562B373DFE2CF28</b>
     71
     72<b>1084 CEB0 AFC0 F003 132F  8F60 4802 C6B3 7F40 927D</b>  [<a href="https://api.protonmail.ch/pks/lookup?op=get&amp;search=dashezup@protonmail.com">DL</a>]
     73--------------------------------------------------
     74
     75The key I use on ProtonMail, you may encrypt your emails with this key
     76when you send emails from non-ProtonMail services to my ProtonMail address.
     77
     78pub   rsa2048 2020-06-17 [SC]
     79      1084CEB0AFC0F003132F8F604802C6B37F40927D
     80uid           dashezup@protonmail.com &lt;dashezup@protonmail.com&gt;
     81sub   rsa2048 2020-06-17 [E]
     82</pre></div>
     83<div id="about">
     84<ul class="topnav">
     85<li class="home"><a href="#dash">ezup.dev</a></li>
     86<li><a href="/blog">Blog</a></li>
     87<li><a href="#pgp">PGP</a></li>
     88<li><a href="git/" target="_blank"><u>Git</u></a></li>
     89<li class="right"><a class="active" href="#about">About</a></li>
     90</ul>
     91<pre>
     92<b>About Dash Eclipse</b>
     93------------------
     94
     95Dash Eclipse is an open source enthusiast.
     96
     97<a href="https://gitlab.com/dashezup" target=
     98"_blank">GitLab</a> | <a href="https://github.com/dashezup" target=
     99"_blank">GitHub</a> | <a href="#pgp">Emails</a>
    100
    101<i>Editors</i>:           Vim, GNU Emacs
    102<i>OS</i>:                Void Linux (musl), Hackintosh
    103<i>Keyboard Layouts</i>:  <a href=
    104"https://www.kaufmann.no/roland/dvorak/" target=
    105"_blank">Programmer Dvorak</a>, Right-handed Dvorak, <a href=
    106"http://sangaline.com/post/finding-an-optimal-keyboard-layout-for-swype/"
    107target="_blank">Sangaline</a>
    108<i>Browser</i>:           Firefox, Chromium
    109<i>Password manager</i>:  <a href="https://www.passwordstore.org/"
    110target="_blank">pass</a>
    111<i>Accounting</i>:        <a href="https://www.ledger-cli.org/"
    112target="_blank">ledger</a>
    113
    114<b>About the Website</b>
    115-----------------
    116
    117<a href="git/ezup.dev/" target=
    118"_blank">Source Code of Dash Eclipse's Personal Site</a> by Dash Eclipse
    119
    120To the extent possible under law, the person who associated CC0 with
    121Dash Eclipse has waived all copyright and related or neighboring rights
    122to Source Code of Dash Eclipse's Personal Site.
    123
    124You should have received a copy of the CC0 legalcode along with this
    125work.  If not, see &lt;http://creativecommons.org/publicdomain/zero/1.0/&gt;.
    126</pre></div>
    127<div id="dash">
    128<ul class="topnav">
    129<li class="home"><a class="active" href="#dash">ezup.dev</a></li>
    130<li><a href="/blog">Blog</a></li>
    131<li><a href="#pgp">PGP</a></li>
    132<li><a href="git/" target="_blank"><u>Git</u></a></li>
    133<li class="right"><a href="#about">About</a></li>
    134</ul>
    135<pre>
    136* <b>Dash Eclipse's Personal Site (ezup.dev)</b>
    137
    138 * <b><a href=
    139"https://ezup.dev/repo/voidlinux/current/info.html">Void Linux repository</a></b>
    140   repository=<a href="https://ezup.dev/repo/voidlinux/current"
    141target="_blank">https://ezup.dev/repo/voidlinux/current</a>
    142
    143 * <b><a href="https://ezup.dev/p/" target=
    144"_blank">Pastebin</a></b>
    145   Upload pastes through netcat or pure bash/zsh from command line
    146
    147 * <b><a href="https://ezup.dev/notes/" target=
    148"_blank">Notes</a></b>
    149   How do I do various stuff
    150
    151 * <b><a href="https://ezup.dev/stats/" target=
    152"_blank">Service Statistics</a></b>
    153   Satistics for public and private services run on this server
    154</pre></div>
    155</body>
    156</html>