Compare commits

...

7 Commits

40 changed files with 223 additions and 107 deletions

View File

@ -53,7 +53,12 @@ repos:
rev: v2.2.0 rev: v2.2.0
hooks: hooks:
- id: doctoc - id: doctoc
args: [--update-only, --notitle] args:
[
--update-only,
--title,
"_Automaattinen sisällysluettelo - Automatically generated Table of Contents_",
]
- repo: https://github.com/python-jsonschema/check-jsonschema - repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.3 rev: 0.28.3

View File

@ -6,8 +6,12 @@ This website should be fairly typical Jekyll project. The index contains
`rel=me` links everywhere so projects such as Mastodon give me the green `rel=me` links everywhere so projects such as Mastodon give me the green
checkmark. checkmark.
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Sitemaps](#sitemaps) - [Sitemaps](#sitemaps)
- [Unusual directories](#unusual-directories) - [Unusual directories](#unusual-directories)
@ -16,6 +20,9 @@ checkmark.
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
## Sitemaps ## Sitemaps
- `sitemap.xml` — automatically generated by Jekyll when building - `sitemap.xml` — automatically generated by Jekyll when building

4
_includes/ad.html vendored
View File

@ -1,7 +1,8 @@
<detect-missing-adblocker> <detect-missing-adblocker>
<noscript><hr></noscript>
<noscript><p class="centered"><strong><em>Dear JavaScript blocker, please accept my apologies for needlessly showing you this:</em></strong></p></noscript>
<span slot="title" class="centered"><p>Dear reader, you may be missing a content blocker! 🙀</p></span> <span slot="title" class="centered"><p>Dear reader, you may be missing a content blocker! 🙀</p></span>
<span slot="message" class="centered"> <span slot="message" class="centered">
<noscript><strong><em>Dear JavaScript blocker, please accept my apologies for needlessly showing you this.</em></strong></noscript>
<p>Please consider installing one to protect yourself, and your close ones, from <a href="https://www.wired.com/story/why-dont-we-just-ban-targeted-advertising/">manipulation</a> and <a href="https://en.m.wikipedia.org/wiki/Malvertising">targeted malvertising</a>!</p> <p>Please consider installing one to protect yourself, and your close ones, from <a href="https://www.wired.com/story/why-dont-we-just-ban-targeted-advertising/">manipulation</a> and <a href="https://en.m.wikipedia.org/wiki/Malvertising">targeted malvertising</a>!</p>
<p>Personally I love <strong>both</strong> <a href="https://privacybadger.org">Privacy Badger</a> <strong>and</strong> <a href="https://github.com/gorhill/uBlock/blob/master/README.md#ublock-origin-ubo">uBlock Origin</a> <p>Personally I love <strong>both</strong> <a href="https://privacybadger.org">Privacy Badger</a> <strong>and</strong> <a href="https://github.com/gorhill/uBlock/blob/master/README.md#ublock-origin-ubo">uBlock Origin</a>
(<strong>with</strong> <a href="https://www.eff.org/files/effdntlist.txt">EFF DNT Policy (<strong>with</strong> <a href="https://www.eff.org/files/effdntlist.txt">EFF DNT Policy
@ -11,4 +12,5 @@ Allowlist</a>) <strong>together</strong>, while <a href="https://adnauseam.io">A
<p><a href="https://en.m.wikipedia.org/wiki/Targeted_advertising#Disadvantages">Learn more about targeted advertising!</a> <p><a href="https://en.m.wikipedia.org/wiki/Targeted_advertising#Disadvantages">Learn more about targeted advertising!</a>
<p><small>PS. I am sorry if you are already protected and this silly <a href="https://easylist.to/">EasyList</a> targeting(?) script doesn't detect that, thank you for taking the steps towards a safer internet! 💜</small></p> <p><small>PS. I am sorry if you are already protected and this silly <a href="https://easylist.to/">EasyList</a> targeting(?) script doesn't detect that, thank you for taking the steps towards a safer internet! 💜</small></p>
</span> </span>
<noscript><hr></noscript>
</detect-missing-adblocker> </detect-missing-adblocker>

49
_includes/header.html vendored
View File

@ -1,32 +1,27 @@
<header class="site-header"> <header class="site-header" role="banner">
<div class="wrapper"> <div class="wrapper">
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a> {%- assign default_paths = site.pages | map: "path" -%}
{%- assign page_paths = site.header_pages | default: default_paths -%}
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
<nav class="site-nav"> {%- if page_paths -%}
<a href="#" class="menu-icon"> <nav class="site-nav">
<svg viewBox="0 0 18 15"> <input type="checkbox" id="nav-trigger" class="nav-trigger" />
<path <label for="nav-trigger">
fill="#424242" <span class="menu-icon">
d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z" <svg viewBox="0 0 18 15" width="18px" height="15px">
/> <path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
<path </svg>
fill="#424242" </span>
d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z" </label>
/>
<path
fill="#424242"
d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"
/>
</svg>
</a>
<div class="trigger"> <div class="trigger">
{% for page in site.pages %} {% if page.navigation %} {% for page in site.pages %} {% if page.navigation %}
<a class="page-link" href="{{ page.url | prepend: site.baseurl }}" <a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
>{{ page.title }}</a {% endif %} {% endfor %}
> </div>
{% endif %} {% endfor %} </nav>
</div> {%- endif -%}
</nav>
</div> </div>
</header> </header>

2
_layouts/mini.html vendored
View File

@ -5,7 +5,7 @@
<div class="page-content"> <div class="page-content">
<div class="wrapper">{{ content }}</div> <div class="wrapper">{{ content }}</div>
{% include ad.html %}{% include ad.html %} {% include ad.html %}
</div> </div>
</body> </body>
</html> </html>

2
_layouts/page.html vendored
View File

@ -8,6 +8,4 @@ layout: default
</header> </header>
<article class="post-content">{{ content }}</article> <article class="post-content">{{ content }}</article>
<hr /> <hr />
{% include ad.html %}
</div> </div>

2
_layouts/post.html vendored
View File

@ -25,6 +25,4 @@ tags_content_temp %} {% endif %} {% endfor %} {% else %} {% assign tags_content
{{ content }} {{ content }}
<p id="post-meta">{{ tags_content }}</p> <p id="post-meta">{{ tags_content }}</p>
</article> </article>
{% include ad.html %}
</div> </div>

View File

@ -9,34 +9,43 @@ $base-font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
$monospace-font-family: "Liberation Mono", "Cousine", "Courier New", monospace; $monospace-font-family: "Liberation Mono", "Cousine", "Courier New", monospace;
//$base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif; //$base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
// CSS of used Jekyll theme
@import "{{ site.theme }}"; @import "{{ site.theme }}";
// As high in css as can be edited. If I understand correctly, user // My overrides, often !important so they actually get used
// preference will take priority over this, but if the user hasn't expressed
// it, this will make dark default. // As high in css as can be edited.
:root { :root {
color-scheme: dark light !important; color-scheme: light dark !important;
} }
// Revert to defaults // Revert to defaults
* { * {
color: revert !important; color: revert !important;
background-color: revert !important;
overflow-wrap: break-word !important; overflow-wrap: break-word !important;
} }
// Fitting to text and monospace preferred a {
code { text-decoration: underline !important;
font-size: 0.8em !important;
} }
// Fitting to text and monospace preferred
code, code,
pre { pre {
font-family: $monospace-font-family !important; font-family: $monospace-font-family !important;
font-size: 0.8em !important;
}
// Overrides for light themes
@media (prefers-color-scheme: light) {
*:not(a) {
border-color: #000000 !important;
}
} }
// Overrides for dark themes // Overrides for dark themes
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
* { *:not(a) {
color: #ffb700 !important; color: #ffb700 !important;
border-color: #ffb700 !important; border-color: #ffb700 !important;
background-color: #000000 !important; background-color: #000000 !important;
@ -49,87 +58,32 @@ pre {
border-color: #ffb700 !important; border-color: #ffb700 !important;
background-color: #000000 !important; background-color: #000000 !important;
} }
.site-nav {
color-scheme: only dark !important;
color: #ffb700 !important;
background-color: #000000 !important;
color: #ffb700 !important;
}
a {
color: revert !important;
}
}
// Overrides for light themes
@media (prefers-color-scheme: light) {
// Adblocker detection
.ftf-dma-note {
color-scheme: only light !important;
color: #000000 !important;
background-color: #ffffff !important;
}
.site-nav {
color-scheme: only light !important;
color: #000000 !important;
background-color: #ffffff !important;
border: 1px solid #000000 !important;
}
} }
// This is used in the index // This is used in the index
#avatar { #avatar {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
width: 6em; width: 25%;
border: 1px solid; border: 1px solid;
//black; display: block;
} }
// This is the short bio in the index and all my profiles // This is the short bio in the index and all my profiles
#bio { #bio {
text-align: center; text-align: center;
//font-weight: bold;
font-style: italic; font-style: italic;
} }
// At least used in the index // At least used in the index link list
.centered { .centered {
list-style-type: none; list-style-type: none;
margin: 0 auto; margin: 0 auto;
text-align: center; text-align: center;
} }
// IRC logs should be formatted with this // At least used in the index SSH key fingerprints
.irclog {
white-space: pre-wrap;
font-size: 15px;
border: 1px solid;
// $grey-color-light;
border-radius: 3px;
background-color: revert;
//#eef;
}
// Tables belong to CSS, make the HTML5 validator happy
table,
td,
th {
border: 1px solid;
//black;
}
// Trying to make images look a little better
img {
margin-left: auto;
margin-right: auto;
border: 1px solid;
//black;
}
.monospaced { .monospaced {
font-family: $monospace-font-family; font-family: $monospace-font-family;
font-size: 0.8em; font-size: 0.8em;
//overflow-wrap: break-word;
} }

View File

@ -16,6 +16,26 @@ clear it a little._
I am writing this post, because [TorrentFreak wrote about buggy µTorrent and suggests disabling IPv6 because of it.](https://torrentfreak.com/popular-torrents-being-sabotaged-by-ipv6-peer-flood-150619/) I am writing this post, because [TorrentFreak wrote about buggy µTorrent and suggests disabling IPv6 because of it.](https://torrentfreak.com/popular-torrents-being-sabotaged-by-ipv6-peer-flood-150619/)
The comments of that post are also totally lost. The comments of that post are also totally lost.
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [IPv4](#ipv4)
- [IPv6](#ipv6)
- [EUI-64-addresses](#eui-64-addresses)
- [Windows IPv6 address randomization](#windows-ipv6-address-randomization)
- [Disabling privacy extensions](#disabling-privacy-extensions)
- [Getting IPv6](#getting-ipv6)
- [Further reading](#further-reading)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
## IPv4 ## IPv4
It's probably best to start with what is wrong with IPv4 and note that all It's probably best to start with what is wrong with IPv4 and note that all

View File

@ -10,6 +10,25 @@ redirect_from: /english/2015/12/25/asus-tunnelbroker-net.html
_I am typing this, because there is a lot of misinformation on this, _I am typing this, because there is a lot of misinformation on this,
especially about the dynamic DNS part._ especially about the dynamic DNS part._
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [The tunnel](#the-tunnel)
- [Basic Config](#basic-config)
- [IPv6 LAN Setting](#ipv6-lan-setting)
- [IPv6 DNS Setting](#ipv6-dns-setting)
- [Auto Configuration Setting](#auto-configuration-setting)
- [Dynamic DNS](#dynamic-dns)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
## The tunnel ## The tunnel
Go to the router web panel and IPv6 under advanced settings. Go to the router web panel and IPv6 under advanced settings.

View File

@ -10,6 +10,25 @@ redirect_from: /english/2016/03/09/weechat-tmux-quickstart.html
_Sometimes you don't have GUI when you need remote support, luckily you _Sometimes you don't have GUI when you need remote support, luckily you
don't need it even if you have only one device._ don't need it even if you have only one device._
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [What is what?](#what-is-what)
- [Installing things](#installing-things)
- [tmux](#tmux)
- [WeeChat](#weechat)
- [pastebinit](#pastebinit)
- [Further reading](#further-reading)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
## What is what? ## What is what?
- Tmux is terminal multiplexer which allows you to have "multiple - Tmux is terminal multiplexer which allows you to have "multiple

View File

@ -14,7 +14,23 @@ when the port is blocked or there is a captive portal. I didn't find this
information anywhere and now that I have gotten the Android 9 Go update on information anywhere and now that I have gotten the Android 9 Go update on
my Nokia 1, I am able to type my own blog post about it._ my Nokia 1, I am able to type my own blog post about it._
Notes/disclaimers: <!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Notes/disclaimers:](#notesdisclaimers)
- [The tests](#the-tests)
- [Why I use Quad9?](#why-i-use-quad9)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
## Notes/disclaimers:
- Phone: Nokia 1 (TA-1047) running Android 9 (Go Edition) - Phone: Nokia 1 (TA-1047) running Android 9 (Go Edition)
- I think I got the update on 9th of July - I think I got the update on 9th of July
@ -37,6 +53,8 @@ Notes/disclaimers:
DoT server. DoT server.
- [My messy notes for making this post](https://github.com/Mikaela/mikaela.github.io/issues/149) - [My messy notes for making this post](https://github.com/Mikaela/mikaela.github.io/issues/149)
## The tests
--- ---
Test: _automatic mode without DoT capable server from DHCP_; the setting Test: _automatic mode without DoT capable server from DHCP_; the setting

View File

@ -13,16 +13,21 @@ issues so much, I wish to correct some misconceptions. I attempt to provide
citations for everything and not name any other solution. I cannot discuss citations for everything and not name any other solution. I cannot discuss
administrating experience due to not having any with Matrix personally._ administrating experience due to not having any with Matrix personally._
_Table of Contents_ <!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Element, what Element?](#element-what-element) - [Element, what Element?](#element-what-element)
- [You mentioned privacy?](#you-mentioned-privacy) - [You mentioned privacy?](#you-mentioned-privacy)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
# Element, what Element? # Element, what Element?
Element is the defacto Matrix client. If you wish to get into Matrix, you Element is the defacto Matrix client. If you wish to get into Matrix, you

View File

@ -41,6 +41,7 @@ and not the way a transparent project should work.
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Previous leaving](#previous-leaving) - [Previous leaving](#previous-leaving)
- [Other issues](#other-issues) - [Other issues](#other-issues)

View File

@ -16,10 +16,12 @@ Sadly I am not using Discord, I am using Matrix. This means that while burnt out
it feels like no one has thought of the case where a community with more than it feels like no one has thought of the case where a community with more than
a couple of rooms wants to use Matrix. a couple of rooms wants to use Matrix.
_Table of Contents_ <!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Setup](#setup) - [Setup](#setup)
- [Bus factor](#bus-factor) - [Bus factor](#bus-factor)
@ -31,6 +33,9 @@ _Table of Contents_
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
## Setup ## Setup
I am tired, so excuse me for not involving complete documentation and just I am tired, so excuse me for not involving complete documentation and just

View File

@ -25,6 +25,7 @@ for those is the official documentation (bottom of the page).
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Chromium](#chromium) - [Chromium](#chromium)
- [DNS-over-HTTPS](#dns-over-https) - [DNS-over-HTTPS](#dns-over-https)

View File

@ -18,6 +18,7 @@ I recommend reading the [browser policy part on enforcing HTTPS only mode]({
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Chromium](#chromium) - [Chromium](#chromium)
- [`/etc/opt/chromium/policies/managed/aminda-extensions.json`](#etcoptchromiumpoliciesmanagedaminda-extensionsjson) - [`/etc/opt/chromium/policies/managed/aminda-extensions.json`](#etcoptchromiumpoliciesmanagedaminda-extensionsjson)

View File

@ -6,14 +6,21 @@ permalink: /blog/
excerpt: "Blog index, posts in English and posts in Finnish — Blogin etusivu, postaukset englanniksi ja postaukset suomeksi." excerpt: "Blog index, posts in English and posts in Finnish — Blogin etusivu, postaukset englanniksi ja postaukset suomeksi."
--- ---
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [In English](#in-english) - [In English](#in-english)
- [Suomeksi](#suomeksi) - [Suomeksi](#suomeksi)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
## In English ## In English
_Please keep in mind that old blog posts might not reflect the current _Please keep in mind that old blog posts might not reflect the current

View File

@ -88,7 +88,6 @@ excerpt: "I am a Highly Sensitive Autistic Pirate with Linux experience since 20
</li> </li>
--> -->
<li id="some"> <li id="some">
SOME:
<em <em
><a href="https://gitea.blesmrt.net/mikaela" rel="me" ><a href="https://gitea.blesmrt.net/mikaela" rel="me"
>gitea.blesmrt.net</a >gitea.blesmrt.net</a
@ -128,7 +127,6 @@ excerpt: "I am a Highly Sensitive Autistic Pirate with Linux experience since 20
> >
</li> </li>
<li id="ssh"> <li id="ssh">
SSH:
<a <a
class="monospaced" class="monospaced"
href="https://gitea.blesmrt.net/mikaela/ssh-allowed_signers/src/branch/cxefa/aminda/aminda.pub" href="https://gitea.blesmrt.net/mikaela/ssh-allowed_signers/src/branch/cxefa/aminda/aminda.pub"

View File

@ -25,6 +25,7 @@ which is produced by `git commit -s`
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [My private emails](#my-private-emails) - [My private emails](#my-private-emails)
- [Where to find them](#where-to-find-them) - [Where to find them](#where-to-find-them)

View File

@ -15,6 +15,7 @@ Apparently it depends on whether you care about when the project enters public d
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [No](#no) - [No](#no)
- [Yes](#yes) - [Yes](#yes)

View File

@ -10,6 +10,7 @@ sitemap: false
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Links to Dark Reader](#links-to-dark-reader) - [Links to Dark Reader](#links-to-dark-reader)
- [Configuration for the new interface](#configuration-for-the-new-interface) - [Configuration for the new interface](#configuration-for-the-new-interface)

View File

@ -13,8 +13,12 @@ sitemap: false
_For DNS resolvers, refer to [r/resolv.tsv](/r/resolv.tsv)_ _For DNS resolvers, refer to [r/resolv.tsv](/r/resolv.tsv)_
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Identifying DNS resolver](#identifying-dns-resolver) - [Identifying DNS resolver](#identifying-dns-resolver)
- [Identifying ECH support](#identifying-ech-support) - [Identifying ECH support](#identifying-ech-support)
@ -34,6 +38,9 @@ _For DNS resolvers, refer to [r/resolv.tsv](/r/resolv.tsv)_
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
--- ---
## Identifying DNS resolver ## Identifying DNS resolver

View File

@ -8,8 +8,12 @@ sitemap: false
This is just a quick personal reference so I don't have to guess. This is just a quick personal reference so I don't have to guess.
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Security](#security) - [Security](#security)
- [Usability](#usability) - [Usability](#usability)
@ -19,6 +23,9 @@ This is just a quick personal reference so I don't have to guess.
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
## Security ## Security
- `microcode` - propietary, but otherwise CPU holes are going to be gaping open. Refer to `tail -n +1 /sys/devices/system/cpu/vulnerabilities/*` - `microcode` - propietary, but otherwise CPU holes are going to be gaping open. Refer to `tail -n +1 /sys/devices/system/cpu/vulnerabilities/*`

View File

@ -15,6 +15,7 @@ Remember to prefer the [F-Droid Basic](https://f-droid.org/packages/org.fdroid.b
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Official F-Droid repositories](#official-f-droid-repositories) - [Official F-Droid repositories](#official-f-droid-repositories)
- [Additional F-Droid repositories](#additional-f-droid-repositories) - [Additional F-Droid repositories](#additional-f-droid-repositories)

View File

@ -17,6 +17,7 @@ but the studio eq may not be so clear.
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Dezponia's studio EQ](#dezponias-studio-eq) - [Dezponia's studio EQ](#dezponias-studio-eq)
- [2024-04-11](#2024-04-11) - [2024-04-11](#2024-04-11)

View File

@ -18,6 +18,7 @@ The blog post also predates me having a /n directory here.
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Zones](#zones) - [Zones](#zones)
- [Protocols](#protocols) - [Protocols](#protocols)

View File

@ -18,8 +18,12 @@ sitemap: false
# Quick GPG notes where I may find them # Quick GPG notes where I may find them
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Keybase](#keybase) - [Keybase](#keybase)
- [Claws-mail note that is somewhat related.](#claws-mail-note-that-is-somewhat-related) - [Claws-mail note that is somewhat related.](#claws-mail-note-that-is-somewhat-related)
@ -29,6 +33,9 @@ sitemap: false
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
To create an Ed25519 key, or whatever will be the default version in the To create an Ed25519 key, or whatever will be the default version in the
future as defined by your GPG version: future as defined by your GPG version:

View File

@ -16,8 +16,12 @@ hattiwattlowprice: "10 c/kWh"
Tuntihinta @ [Apple App Store](https://apps.apple.com/app/tuntihinta/id824684537) [Google Play](https://play.google.com/store/apps/details?id=fi.fingrid.tuntihinta) Tuntihinta @ [Apple App Store](https://apps.apple.com/app/tuntihinta/id824684537) [Google Play](https://play.google.com/store/apps/details?id=fi.fingrid.tuntihinta)
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Helen hintalaskelmia Tuntihinta-sovellukselle](#helen-hintalaskelmia-tuntihinta-sovellukselle) - [Helen hintalaskelmia Tuntihinta-sovellukselle](#helen-hintalaskelmia-tuntihinta-sovellukselle)
- [Yhtälöt Tuntihinnalle](#yht%C3%A4l%C3%B6t-tuntihinnalle) - [Yhtälöt Tuntihinnalle](#yht%C3%A4l%C3%B6t-tuntihinnalle)
@ -28,6 +32,9 @@ Tuntihinta @ [Apple App Store](https://apps.apple.com/app/tuntihinta/id824684537
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
# Helen hintalaskelmia Tuntihinta-sovellukselle # Helen hintalaskelmia Tuntihinta-sovellukselle
Helen markkinahintasähkö kuukaudelle {{ page.month }} on {{ page.monthly }}. Helen markkinahintasähkö kuukaudelle {{ page.month }} on {{ page.monthly }}.

View File

@ -12,8 +12,12 @@ stockmargin: "0.23 c/kWh"
Tuntihinta @ [Apple App Store](https://apps.apple.com/app/tuntihinta/id824684537) [Google Play](https://play.google.com/store/apps/details?id=fi.fingrid.tuntihinta) Tuntihinta @ [Apple App Store](https://apps.apple.com/app/tuntihinta/id824684537) [Google Play](https://play.google.com/store/apps/details?id=fi.fingrid.tuntihinta)
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [KSOY hintalaskelmia Tuntihinta-sovellukselle](#ksoy-hintalaskelmia-tuntihinta-sovellukselle) - [KSOY hintalaskelmia Tuntihinta-sovellukselle](#ksoy-hintalaskelmia-tuntihinta-sovellukselle)
- [Yhtälöt Tuntihinnalle](#yht%C3%A4l%C3%B6t-tuntihinnalle) - [Yhtälöt Tuntihinnalle](#yht%C3%A4l%C3%B6t-tuntihinnalle)
@ -21,6 +25,9 @@ Tuntihinta @ [Apple App Store](https://apps.apple.com/app/tuntihinta/id824684537
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
# KSOY hintalaskelmia Tuntihinta-sovellukselle # KSOY hintalaskelmia Tuntihinta-sovellukselle
_Siirtohinnasto ei tiedossa, joten se ei ole mukana yhtälöissä._ _Siirtohinnasto ei tiedossa, joten se ei ole mukana yhtälöissä._

View File

@ -16,6 +16,7 @@ sitemap: false
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Ready commands](#ready-commands) - [Ready commands](#ready-commands)
- [Internationalish](#internationalish) - [Internationalish](#internationalish)

View File

@ -22,6 +22,7 @@ automatic updates on Android 12+.
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Importable app list](#importable-app-list) - [Importable app list](#importable-app-list)
- [Third party F-Droid repositories](#third-party-f-droid-repositories) - [Third party F-Droid repositories](#third-party-f-droid-repositories)

View File

@ -14,8 +14,12 @@ SPDX-License-Identifier: CC-BY-SA-4.0
# REUSE notes # REUSE notes
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Adding headers](#adding-headers) - [Adding headers](#adding-headers)
- [Styles](#styles) - [Styles](#styles)
@ -24,6 +28,9 @@ SPDX-License-Identifier: CC-BY-SA-4.0
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
> reuse is a tool for compliance with the REUSE recommendations. > reuse is a tool for compliance with the REUSE recommendations.
says [their GitHub description](https://github.com/fsfe/reuse-tool) and says [their GitHub description](https://github.com/fsfe/reuse-tool) and

View File

@ -19,6 +19,7 @@ and probably not very much comprehensible by others than me.
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Installing Fedora?](#installing-fedora) - [Installing Fedora?](#installing-fedora)
- [Converting to systemd-bootd later](#converting-to-systemd-bootd-later) - [Converting to systemd-bootd later](#converting-to-systemd-bootd-later)

View File

@ -10,6 +10,7 @@ excerpt: "404, not found, don't bother clicking..."
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Guesses what you might have been looking for?](#guesses-what-you-might-have-been-looking-for) - [Guesses what you might have been looking for?](#guesses-what-you-might-have-been-looking-for)

View File

@ -17,8 +17,12 @@ Browser extensions are living in my browser policies.
- [Firefox](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/firefox/policies) - [Firefox](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/firefox/policies)
- [Chromium](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/opt/chromium/policies/managed) - [Chromium](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/opt/chromium/policies/managed)
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Chromium flags](#chromium-flags) - [Chromium flags](#chromium-flags)
- [Vendor-prefixed](#vendor-prefixed) - [Vendor-prefixed](#vendor-prefixed)
@ -30,6 +34,9 @@ Browser extensions are living in my browser policies.
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
<!-- <!--
https://addons.mozilla.org/firefox/addon/text-link/ - doubleclick plaintext link to use https://addons.mozilla.org/firefox/addon/text-link/ - doubleclick plaintext link to use

View File

@ -20,6 +20,7 @@ I have multiple instant messaging chatrooms.
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Rules](#rules) - [Rules](#rules)
- [Languages](#languages) - [Languages](#languages)

View File

@ -17,6 +17,7 @@ _This page is also in need of attention._
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [In English](#in-english) - [In English](#in-english)
- [Asexuality](#asexuality) - [Asexuality](#asexuality)

View File

@ -35,6 +35,7 @@ links._
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Where else can I read about Matrix?](#where-else-can-i-read-about-matrix) - [Where else can I read about Matrix?](#where-else-can-i-read-about-matrix)
- [Is there any kind of Matrix etiquette I should know about?](#is-there-any-kind-of-matrix-etiquette-i-should-know-about) - [Is there any kind of Matrix etiquette I should know about?](#is-there-any-kind-of-matrix-etiquette-i-should-know-about)

View File

@ -13,6 +13,7 @@ published: false
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
- [Mikäli oleilet Suomessa](#mik%C3%A4li-oleilet-suomessa) - [Mikäli oleilet Suomessa](#mik%C3%A4li-oleilet-suomessa)
- [Om vi bor i Finland](#om-vi-bor-i-finland) - [Om vi bor i Finland](#om-vi-bor-i-finland)