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