Skip to content

Commit

Permalink
deploy: fba1281
Browse files Browse the repository at this point in the history
  • Loading branch information
odudex committed Sep 26, 2024
1 parent cc6eb64 commit 5f58b57
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 36 deletions.
25 changes: 24 additions & 1 deletion getting-started/installing/from-gui/windows/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,30 @@ <h1 id="download-assets"><span class="twemoji"><svg xmlns="http://www.w3.org/200
</ul>
<h2 id="verify-the-integrity">Verify the integrity<a class="headerlink" href="#verify-the-integrity" title="Permanent link">&para;</a></h2>
<p>Open your terminal and type the command below:</p>
<div class="highlight"><pre><span></span><code><span class="p">(</span><span class="nb">Get-FileHash</span> <span class="s1">&#39;.\krux-installer_v0.0.20-alpha-2.Setup.exe&#39;</span><span class="p">).</span><span class="n">Hash</span> <span class="o">-eq</span> <span class="p">(</span><span class="nb">Get-Content</span> <span class="s1">&#39;.\krux-installer_v0.0.20-alpha-2.Setup.exe&#39;</span><span class="p">)</span>
<div class="highlight"><pre><span></span><code><span class="p">(</span><span class="nb">Get-FileHash</span> <span class="s1">&#39;.\krux-installer_v0.0.20-alpha-2.Setup.exe&#39;</span><span class="p">).</span><span class="n">Hash</span><span class="p">.</span><span class="n">ToLower</span><span class="p">()</span> <span class="o">-eq</span> <span class="p">(</span><span class="nb">Get-Content</span> <span class="s1">&#39;.\krux-installer_v0.0.20-alpha-2.Setup.exe.sha256.txt&#39;</span><span class="p">).</span><span class="n">split</span><span class="p">(</span><span class="s2">&quot; &quot;</span><span class="p">)[</span><span class="n">0</span><span class="p">]</span>
</code></pre></div>
<p>The result in prompt should be <code>True</code>.</p>
<p>Alternatively, you can check more closely in two steps:</p>
<ul>
<li>Compute the binary sha256sum hash:</li>
</ul>
<div class="highlight"><pre><span></span><code><span class="c"># Option 1: Compute in default way</span>
<span class="nb">Get-FileHash</span> <span class="s1">&#39;.\krux-installer_v0.0.20-alpha-2.Setup.exe&#39;</span>

<span class="c"># Option 2: Compute and filter the necessary information</span>
<span class="p">(</span><span class="nb">Get-FileHash</span> <span class="s1">&#39;.\krux-installer_v0.0.20-alpha-2.Setup.exe&#39;</span><span class="p">).</span><span class="n">Hash</span>

<span class="c"># Option 3: Compute, filter and process the Hash for lowercase letters</span>
<span class="p">(</span><span class="nb">Get-FileHash</span> <span class="s1">&#39;.\krux-installer_v0.0.20-alpha-2.Setup.exe&#39;</span><span class="p">).</span><span class="n">Hash</span><span class="p">.</span><span class="n">ToLower</span><span class="p">()</span>
</code></pre></div>
<ul>
<li>Compare with provided hash:</li>
</ul>
<div class="highlight"><pre><span></span><code><span class="c"># Option 1: Get content </span>
<span class="nb">Get-Content</span> <span class="s1">&#39;.\krux-installer_v0.0.20-alpha-2.Setup.exe.sha256.txt&#39;</span>

<span class="c"># Option 2: Get content and filter the necessary information</span>
<span class="p">(</span><span class="nb">Get-Content</span> <span class="s1">&#39;.\krux-installer_v0.0.20-alpha-2.Setup.exe.sha256.txt&#39;</span><span class="p">).</span><span class="n">split</span><span class="p">(</span><span class="s2">&quot; &quot;</span><span class="p">)[</span><span class="n">0</span><span class="p">]</span>
</code></pre></div>
<h2 id="verify-the-authenticity">Verify the authenticity<a class="headerlink" href="#verify-the-authenticity" title="Permanent link">&para;</a></h2>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,205 +2,205 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://selfcustody.github.io/krux/faq/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/faq/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/parts/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/parts/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/support/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/support/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/troubleshooting/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/troubleshooting/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/uncommon-questions/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/uncommon-questions/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/navigation/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/navigation/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/settings/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/settings/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/features/QR-transcript-tools/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/features/QR-transcript-tools/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/features/encrypted-mnemonics/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/features/encrypted-mnemonics/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/features/entropy/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/features/entropy/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/features/printing/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/features/printing/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/features/sd-card-update/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/features/sd-card-update/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/features/tinyseed/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/features/tinyseed/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/features/tools/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/features/tools/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/installing/from-pre-built-release/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/installing/from-pre-built-release/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/installing/from-source/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/installing/from-source/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/installing/from-test-release/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/installing/from-test-release/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/installing/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/installing/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/installing/from-gui/debian-like/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/installing/from-gui/debian-like/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/installing/from-gui/fedora-like/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/installing/from-gui/fedora-like/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/installing/from-gui/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/installing/from-gui/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/installing/from-gui/macos-arm64/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/installing/from-gui/macos-arm64/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/installing/from-gui/macos-intel/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/installing/from-gui/macos-intel/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/installing/from-gui/other-linux-distro/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/installing/from-gui/other-linux-distro/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/installing/from-gui/usage/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/installing/from-gui/usage/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/installing/from-gui/windows/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/installing/from-gui/windows/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/usage/generating-a-mnemonic/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/usage/generating-a-mnemonic/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/usage/loading-a-mnemonic/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/usage/loading-a-mnemonic/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/usage/navigating-the-main-menu/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/usage/navigating-the-main-menu/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/usage/setting-a-coordinator-and-signing/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/usage/setting-a-coordinator-and-signing/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/getting-started/usage/video-tutorials/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/getting-started/usage/video-tutorials/"/>
</url>
<url>
<loc>https://selfcustody.github.io/krux/snippets/after-install-installer/</loc>
<lastmod>2024-09-25</lastmod>
<lastmod>2024-09-26</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://selfcustody.github.io/krux/snippets/after-install-installer/"/>
</url>
Expand Down
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 5f58b57

Please sign in to comment.