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

commit 77672d0e3e07f295db5dcdee98bcd52650bfd5b3
parent 11e75a9c95a473a514b6fbbb101bc48db2498952
Author: Dash Eclipse <dash@ezup.dev>
Date:   Thu,  9 Jul 2020 16:22:12 +0000

Add Accounting to About page

Diffstat:
M.web/blog/index.html | 4++--
M.web/blog/pgp.html | 26+++++++++++++-------------
M.web/blog/rss.xml | 4++--
M.web/index.html | 3++-
Mindex.html | 3++-
Mposts/rss.org | 2+-
6 files changed, 22 insertions(+), 20 deletions(-)

diff --git a/.web/blog/index.html b/.web/blog/index.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> -<!-- 2020-07-06 --> +<!-- 2020-07-09 --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Blog Index</title> @@ -31,7 +31,7 @@ <main id="content"> <header> <h1 class="title">Blog Index</h1> -<p class="subtitle">Published on 2020-07-06 by Dash Eclipse.</p> +<p class="subtitle">Published on 2020-07-09 by Dash Eclipse.</p> </header><ul class="org-ul"> <li><p> <a href="pgp.html">OpenPGP Key Generation and Usage</a> diff --git a/.web/blog/pgp.html b/.web/blog/pgp.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> -<!-- 2020-07-06 --> +<!-- 2020-07-09 --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>OpenPGP Key Generation and Usage</title> @@ -37,8 +37,8 @@ In this article I'm gonna explain how do I generate and use OpenPGP keys. </p> -<section id="outline-container-org758a8ea" class="outline-2"> -<h2 id="org758a8ea"><span class="section-number-2">1</span> Install GnuPG</h2> +<section id="outline-container-orga1118e9" class="outline-2"> +<h2 id="orga1118e9"><span class="section-number-2">1</span> Install GnuPG</h2> <div class="outline-text-2" id="text-1"> <p> On macOS you can use brew to install GnuPG <code>brew install gnupg</code>, you will also need <code>pinentry-mac</code> package if you are going to use it with GUI programs such like Thunderbird with Eng @@ -46,8 +46,8 @@ On macOS you can use brew to install GnuPG <code>brew install gnupg</code>, you </div> </section> -<section id="outline-container-org19a7cfb" class="outline-2"> -<h2 id="org19a7cfb"><span class="section-number-2">2</span> OpenPGP key generation</h2> +<section id="outline-container-orgbfa969a" class="outline-2"> +<h2 id="orgbfa969a"><span class="section-number-2">2</span> OpenPGP key generation</h2> <div class="outline-text-2" id="text-2"> <p> Beside <code>gpg --full-generate-key</code>, you can also create a key with gpg in batch mode<sup><a id="fnr.1" class="footref" href="#fn.1">1</a></sup>. @@ -84,8 +84,8 @@ gpg --batch --generate-key first-last.txt </div> </section> -<section id="outline-container-org93809ea" class="outline-2"> -<h2 id="org93809ea"><span class="section-number-2">3</span> Use subkeys</h2> +<section id="outline-container-org1935465" class="outline-2"> +<h2 id="org1935465"><span class="section-number-2">3</span> Use subkeys</h2> <div class="outline-text-2" id="text-3"> <p> I use encryption and signing subkeys instead of just use one key for everything, because it's safer when you keep your master key elsewhere and use different keys for different purposes. Debian also recommend to use subkeys.<sup><a id="fnr.2" class="footref" href="#fn.2">2</a></sup> @@ -104,8 +104,8 @@ gpg --edit-key &lt;key-id&gt; passwd </pre> </div> </div> -<div id="outline-container-org9ee0857" class="outline-3"> -<h3 id="org9ee0857"><span class="section-number-3">3.1</span> Thunderbird and Enigmail</h3> +<div id="outline-container-org682cd74" class="outline-3"> +<h3 id="org682cd74"><span class="section-number-3">3.1</span> Thunderbird and Enigmail</h3> <div class="outline-text-3" id="text-3-1"> <p> I use Thunderbird with Enigmail to send and receive PGP encrypted emails, you can follow <a href="https://ssd.eff.org/en/module/how-use-pgp-mac-os-x">the guide by EFF SSD</a> to set it up. Note you need to install <code>pinentry-mac</code> the package to use GPG with such GUI programs. @@ -117,8 +117,8 @@ I use Thunderbird with Enigmail to send and receive PGP encrypted emails, you ca </div> </div> </div> -<div id="outline-container-org69cd7ca" class="outline-3"> -<h3 id="org69cd7ca"><span class="section-number-3">3.2</span> Git</h3> +<div id="outline-container-org5fae8b7" class="outline-3"> +<h3 id="org5fae8b7"><span class="section-number-3">3.2</span> Git</h3> <div class="outline-text-3" id="text-3-2"> <div class="org-src-container"> <pre class="src src-sh">git config --global gpg.program $(<span class="org-builtin">which</span> gpg) @@ -133,8 +133,8 @@ In case you don't want to sign commits for specific repo, just run <code>git con </p> </div> </div> -<div id="outline-container-org5ddaa3b" class="outline-3"> -<h3 id="org5ddaa3b"><span class="section-number-3">3.3</span> pass (the standard unix password manager)</h3> +<div id="outline-container-org18a6119" class="outline-3"> +<h3 id="org18a6119"><span class="section-number-3">3.3</span> pass (the standard unix password manager)</h3> <div class="outline-text-3" id="text-3-3"> <p> I use <a href="https://www.passwordstore.org/">pass</a> to manage my passwords, with a different key. pass store passwords in a git repo, you can also store the <code>$GNUPGHOME</code> in a git repo or just in the same repo. diff --git a/.web/blog/rss.xml b/.web/blog/rss.xml @@ -14,8 +14,8 @@ <link>https://ezup.dev/blog/</link> <description><![CDATA[]]></description> <language>en</language> - <pubDate>Mon, 06 Jul 2020 03:32:28 +0000</pubDate> - <lastBuildDate>Mon, 06 Jul 2020 03:32:28 +0000</lastBuildDate> + <pubDate>Thu, 09 Jul 2020 16:20:31 +0000</pubDate> + <lastBuildDate>Thu, 09 Jul 2020 16:20:31 +0000</lastBuildDate> <generator>Emacs 26.3 Org-mode 9.3.7</generator> <webMaster>dash@ezup.dev (Dash Eclipse)</webMaster> <image> diff --git a/.web/index.html b/.web/index.html @@ -110,7 +110,8 @@ 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> ----------------- diff --git a/index.html b/index.html @@ -110,7 +110,8 @@ 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> ----------------- diff --git a/posts/rss.org b/posts/rss.org @@ -4,5 +4,5 @@ :PROPERTIES: :RSS_PERMALINK: pgp.html :PUBDATE: 2020-06-30 -:ID: A2154ED5-7C3E-4688-BB5B-40D043D4E00A +:ID: D1E13727-186F-460A-908C-1537350AE54B :END: