clarify oath-toolkit works on Linux and many other OS - www.codemadness.org - www.codemadness.org saait content files
(HTM) git clone git://git.codemadness.org/www.codemadness.org
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit b97fc97a8a26b09889ee31588cc16df5122053a5
(DIR) parent cc646b33de5493a6aeb2cfaa6ca2fed11aa6daf4
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 29 Oct 2022 10:47:23 +0200
clarify oath-toolkit works on Linux and many other OS
Thanks Rob for the suggestion.
Diffstat:
M config.cfg | 2 +-
M output/atom.xml | 4 ++--
M output/atom_content.xml | 10 +++++++---
M output/phlog/totp | 8 +++++++-
M output/rss_content.xml | 6 +++++-
M output/sitemap.xml | 2 +-
M output/totp.html | 6 +++++-
M output/totp.md | 6 ++++++
M pages/totp.cfg | 2 +-
M pages/totp.md | 6 ++++++
10 files changed, 41 insertions(+), 11 deletions(-)
---
(DIR) diff --git a/config.cfg b/config.cfg
@@ -1,5 +1,5 @@
# last updated the site.
-siteupdated = 2022-08-11
+siteupdated = 2022-10-29
sitetitle = Codemadness
siteurl = https://www.codemadness.org
(DIR) diff --git a/output/atom.xml b/output/atom.xml
@@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title type="text">Codemadness</title>
<subtitle type="text">blog with various projects and articles about computer-related things</subtitle>
- <updated>2022-08-07T00:00:00Z</updated>
+ <updated>2022-10-29T00:00:00Z</updated>
<link rel="alternate" type="text/html" href="https://www.codemadness.org" />
<id>https://www.codemadness.org/atom.xml</id>
<link rel="self" type="application/atom+xml" href="https://www.codemadness.org/atom.xml" />
@@ -22,7 +22,7 @@
<title type="text">2FA TOTP without crappy authenticator apps</title>
<link rel="alternate" type="text/html" href="https://www.codemadness.org/totp.html" />
<id>https://www.codemadness.org/totp.html</id>
- <updated>2022-03-24T00:00:00Z</updated>
+ <updated>2022-10-29T00:00:00Z</updated>
<published>2022-03-23T00:00:00Z</published>
<author>
<name>Hiltjo</name>
(DIR) diff --git a/output/atom_content.xml b/output/atom_content.xml
@@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title type="text">Codemadness</title>
<subtitle type="text">blog with various projects and articles about computer-related things</subtitle>
- <updated>2022-08-07T00:00:00Z</updated>
+ <updated>2022-10-29T00:00:00Z</updated>
<link rel="alternate" type="text/html" href="https://www.codemadness.org" />
<id>https://www.codemadness.org/atom.xml</id>
<link rel="self" type="application/atom+xml" href="https://www.codemadness.org/atom.xml" />
@@ -98,7 +98,7 @@ from multiple people at the same time in this workflow is not recommended.</li>
<title type="text">2FA TOTP without crappy authenticator apps</title>
<link rel="alternate" type="text/html" href="https://www.codemadness.org/totp.html" />
<id>https://www.codemadness.org/totp.html</id>
- <updated>2022-03-24T00:00:00Z</updated>
+ <updated>2022-10-29T00:00:00Z</updated>
<published>2022-03-23T00:00:00Z</published>
<author>
<name>Hiltjo</name>
@@ -106,13 +106,17 @@ from multiple people at the same time in this workflow is not recommended.</li>
</author>
<summary type="text">Using 2FA TOTP without crappy authenticator apps</summary>
<content type="html"><![CDATA[<h1>2FA TOTP without crappy authenticator apps</h1>
- <p><strong>Last modification on </strong> <time>2022-03-24</time></p>
+ <p><strong>Last modification on </strong> <time>2022-10-29</time></p>
<p>This describes how to use 2FA without using crappy authenticator "apps" or a
mobile device.</p>
<h2>Install</h2>
<p>On OpenBSD:</p>
<pre><code>pkg_add oath-toolkit zbar
</code></pre>
+<p>On Void Linux:</p>
+<pre><code>xbps-install oath-toolkit zbar
+</code></pre>
+<p>There is probably a package for your operating system.</p>
<ul>
<li>oath-toolkit is used to generate the digits based on the secret key.</li>
<li>zbar is used to scan the QR barcode text from the image.</li>
(DIR) diff --git a/output/phlog/totp b/output/phlog/totp
@@ -3,7 +3,7 @@ i codemadness.org 70
i codemadness.org 70
i# 2FA TOTP without crappy authenticator apps codemadness.org 70
i codemadness.org 70
-iLast modification on 2022-03-24 codemadness.org 70
+iLast modification on 2022-10-29 codemadness.org 70
i codemadness.org 70
iThis describes how to use 2FA without using crappy authenticator "apps" or a codemadness.org 70
imobile device. codemadness.org 70
@@ -15,6 +15,12 @@ iOn OpenBSD: codemadness.org 70
i codemadness.org 70
i pkg_add oath-toolkit zbar codemadness.org 70
i codemadness.org 70
+iOn Void Linux: codemadness.org 70
+i codemadness.org 70
+i xbps-install oath-toolkit zbar codemadness.org 70
+i codemadness.org 70
+iThere is probably a package for your operating system. codemadness.org 70
+i codemadness.org 70
i* oath-toolkit is used to generate the digits based on the secret key. codemadness.org 70
i* zbar is used to scan the QR barcode text from the image. codemadness.org 70
i codemadness.org 70
(DIR) diff --git a/output/rss_content.xml b/output/rss_content.xml
@@ -96,13 +96,17 @@ from multiple people at the same time in this workflow is not recommended.</li>
<dc:date>2022-03-23T00:00:00Z</dc:date>
<author>Hiltjo</author>
<description><![CDATA[<h1>2FA TOTP without crappy authenticator apps</h1>
- <p><strong>Last modification on </strong> <time>2022-03-24</time></p>
+ <p><strong>Last modification on </strong> <time>2022-10-29</time></p>
<p>This describes how to use 2FA without using crappy authenticator "apps" or a
mobile device.</p>
<h2>Install</h2>
<p>On OpenBSD:</p>
<pre><code>pkg_add oath-toolkit zbar
</code></pre>
+<p>On Void Linux:</p>
+<pre><code>xbps-install oath-toolkit zbar
+</code></pre>
+<p>There is probably a package for your operating system.</p>
<ul>
<li>oath-toolkit is used to generate the digits based on the secret key.</li>
<li>zbar is used to scan the QR barcode text from the image.</li>
(DIR) diff --git a/output/sitemap.xml b/output/sitemap.xml
@@ -6,7 +6,7 @@
</url>
<url>
<loc>https://www.codemadness.org/totp.html</loc>
- <lastmod>2022-03-24</lastmod>
+ <lastmod>2022-10-29</lastmod>
</url>
<url>
<loc>https://www.codemadness.org/openbsd-riscv64-vm.html</loc>
(DIR) diff --git a/output/totp.html b/output/totp.html
@@ -41,7 +41,7 @@
<header>
<h1>2FA TOTP without crappy authenticator apps</h1>
<p>
- <strong>Last modification on </strong> <time>2022-03-24</time>
+ <strong>Last modification on </strong> <time>2022-10-29</time>
</p>
</header>
@@ -51,6 +51,10 @@ mobile device.</p>
<p>On OpenBSD:</p>
<pre><code>pkg_add oath-toolkit zbar
</code></pre>
+<p>On Void Linux:</p>
+<pre><code>xbps-install oath-toolkit zbar
+</code></pre>
+<p>There is probably a package for your operating system.</p>
<ul>
<li>oath-toolkit is used to generate the digits based on the secret key.</li>
<li>zbar is used to scan the QR barcode text from the image.</li>
(DIR) diff --git a/output/totp.md b/output/totp.md
@@ -8,6 +8,12 @@ On OpenBSD:
pkg_add oath-toolkit zbar
+On Void Linux:
+
+ xbps-install oath-toolkit zbar
+
+There is probably a package for your operating system.
+
* oath-toolkit is used to generate the digits based on the secret key.
* zbar is used to scan the QR barcode text from the image.
(DIR) diff --git a/pages/totp.cfg b/pages/totp.cfg
@@ -3,4 +3,4 @@ id = totp
description = Using 2FA TOTP without crappy authenticator apps
keywords = oauthtool, zbarimg, totp, 2FA, authenticator
created = 2022-03-23
-updated = 2022-03-24
+updated = 2022-10-29
(DIR) diff --git a/pages/totp.md b/pages/totp.md
@@ -8,6 +8,12 @@ On OpenBSD:
pkg_add oath-toolkit zbar
+On Void Linux:
+
+ xbps-install oath-toolkit zbar
+
+There is probably a package for your operating system.
+
* oath-toolkit is used to generate the digits based on the secret key.
* zbar is used to scan the QR barcode text from the image.