mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-19 03:17:23 +02:00
Compare commits
7 Commits
cf67a14a43
...
5d1b2816bd
Author | SHA1 | Date | |
---|---|---|---|
5d1b2816bd | |||
2defda8803 | |||
3df72f06a1 | |||
bff9d57176 | |||
044c4ad16c | |||
01f1332f38 | |||
07a1fcea46 |
@ -53,7 +53,12 @@ repos:
|
||||
rev: v2.2.0
|
||||
hooks:
|
||||
- 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
|
||||
rev: 0.28.3
|
||||
|
@ -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
|
||||
checkmark.
|
||||
|
||||
<!-- 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_
|
||||
|
||||
- [Sitemaps](#sitemaps)
|
||||
- [Unusual directories](#unusual-directories)
|
||||
@ -16,6 +20,9 @@ checkmark.
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- editorconfig-checker-enable -->
|
||||
|
||||
## Sitemaps
|
||||
|
||||
- `sitemap.xml` — automatically generated by Jekyll when building
|
||||
|
4
_includes/ad.html
vendored
4
_includes/ad.html
vendored
@ -1,7 +1,8 @@
|
||||
<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="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>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
|
||||
@ -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><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>
|
||||
<noscript><hr></noscript>
|
||||
</detect-missing-adblocker>
|
||||
|
49
_includes/header.html
vendored
49
_includes/header.html
vendored
@ -1,32 +1,27 @@
|
||||
<header class="site-header">
|
||||
<header class="site-header" role="banner">
|
||||
|
||||
<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">
|
||||
<a href="#" class="menu-icon">
|
||||
<svg viewBox="0 0 18 15">
|
||||
<path
|
||||
fill="#424242"
|
||||
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"
|
||||
/>
|
||||
<path
|
||||
fill="#424242"
|
||||
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"
|
||||
/>
|
||||
<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>
|
||||
{%- if page_paths -%}
|
||||
<nav class="site-nav">
|
||||
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
|
||||
<label for="nav-trigger">
|
||||
<span class="menu-icon">
|
||||
<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"/>
|
||||
</svg>
|
||||
</span>
|
||||
</label>
|
||||
|
||||
<div class="trigger">
|
||||
{% for page in site.pages %} {% if page.navigation %}
|
||||
<a class="page-link" href="{{ page.url | prepend: site.baseurl }}"
|
||||
>{{ page.title }}</a
|
||||
>
|
||||
{% endif %} {% endfor %}
|
||||
</div>
|
||||
</nav>
|
||||
<div class="trigger">
|
||||
{% for page in site.pages %} {% if page.navigation %}
|
||||
<a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
|
||||
{% endif %} {% endfor %}
|
||||
</div>
|
||||
</nav>
|
||||
{%- endif -%}
|
||||
</div>
|
||||
</header>
|
||||
|
2
_layouts/mini.html
vendored
2
_layouts/mini.html
vendored
@ -5,7 +5,7 @@
|
||||
<div class="page-content">
|
||||
<div class="wrapper">{{ content }}</div>
|
||||
|
||||
{% include ad.html %}{% include ad.html %}
|
||||
{% include ad.html %}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
2
_layouts/page.html
vendored
2
_layouts/page.html
vendored
@ -8,6 +8,4 @@ layout: default
|
||||
</header>
|
||||
<article class="post-content">{{ content }}</article>
|
||||
<hr />
|
||||
|
||||
{% include ad.html %}
|
||||
</div>
|
||||
|
2
_layouts/post.html
vendored
2
_layouts/post.html
vendored
@ -25,6 +25,4 @@ tags_content_temp %} {% endif %} {% endfor %} {% else %} {% assign tags_content
|
||||
{{ content }}
|
||||
<p id="post-meta">{{ tags_content }}</p>
|
||||
</article>
|
||||
|
||||
{% include ad.html %}
|
||||
</div>
|
||||
|
@ -9,34 +9,43 @@ $base-font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
|
||||
$monospace-font-family: "Liberation Mono", "Cousine", "Courier New", monospace;
|
||||
//$base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
|
||||
|
||||
// CSS of used Jekyll theme
|
||||
@import "{{ site.theme }}";
|
||||
|
||||
// As high in css as can be edited. If I understand correctly, user
|
||||
// preference will take priority over this, but if the user hasn't expressed
|
||||
// it, this will make dark default.
|
||||
// My overrides, often !important so they actually get used
|
||||
|
||||
// As high in css as can be edited.
|
||||
:root {
|
||||
color-scheme: dark light !important;
|
||||
color-scheme: light dark !important;
|
||||
}
|
||||
|
||||
// Revert to defaults
|
||||
* {
|
||||
color: revert !important;
|
||||
background-color: revert !important;
|
||||
overflow-wrap: break-word !important;
|
||||
}
|
||||
|
||||
// Fitting to text and monospace preferred
|
||||
code {
|
||||
font-size: 0.8em !important;
|
||||
a {
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
// Fitting to text and monospace preferred
|
||||
code,
|
||||
pre {
|
||||
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
|
||||
@media (prefers-color-scheme: dark) {
|
||||
* {
|
||||
*:not(a) {
|
||||
color: #ffb700 !important;
|
||||
border-color: #ffb700 !important;
|
||||
background-color: #000000 !important;
|
||||
@ -49,87 +58,32 @@ pre {
|
||||
border-color: #ffb700 !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
|
||||
#avatar {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 6em;
|
||||
width: 25%;
|
||||
border: 1px solid;
|
||||
//black;
|
||||
display: block;
|
||||
}
|
||||
|
||||
// This is the short bio in the index and all my profiles
|
||||
#bio {
|
||||
text-align: center;
|
||||
//font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
// At least used in the index
|
||||
// At least used in the index link list
|
||||
.centered {
|
||||
list-style-type: none;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
// IRC logs should be formatted with this
|
||||
.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;
|
||||
}
|
||||
|
||||
// At least used in the index SSH key fingerprints
|
||||
.monospaced {
|
||||
font-family: $monospace-font-family;
|
||||
font-size: 0.8em;
|
||||
//overflow-wrap: break-word;
|
||||
}
|
||||
|
@ -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/)
|
||||
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
|
||||
|
||||
It's probably best to start with what is wrong with IPv4 and note that all
|
||||
|
@ -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,
|
||||
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
|
||||
|
||||
Go to the router web panel and IPv6 under advanced settings.
|
||||
|
@ -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
|
||||
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?
|
||||
|
||||
- Tmux is terminal multiplexer which allows you to have "multiple
|
||||
|
@ -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
|
||||
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)
|
||||
- I think I got the update on 9th of July
|
||||
@ -37,6 +53,8 @@ Notes/disclaimers:
|
||||
DoT server.
|
||||
- [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
|
||||
|
@ -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
|
||||
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 -->
|
||||
<!-- 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)
|
||||
- [You mentioned privacy?](#you-mentioned-privacy)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- editorconfig-checker-enable -->
|
||||
|
||||
# Element, what Element?
|
||||
|
||||
Element is the defacto Matrix client. If you wish to get into Matrix, you
|
||||
|
@ -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 -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
|
||||
|
||||
- [Previous leaving](#previous-leaving)
|
||||
- [Other issues](#other-issues)
|
||||
|
@ -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
|
||||
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 -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
|
||||
|
||||
- [Setup](#setup)
|
||||
- [Bus factor](#bus-factor)
|
||||
@ -31,6 +33,9 @@ _Table of Contents_
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- editorconfig-checker-enable -->
|
||||
|
||||
## Setup
|
||||
|
||||
I am tired, so excuse me for not involving complete documentation and just
|
||||
|
@ -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 -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
|
||||
|
||||
- [Chromium](#chromium)
|
||||
- [DNS-over-HTTPS](#dns-over-https)
|
||||
|
@ -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 -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
|
||||
|
||||
- [Chromium](#chromium)
|
||||
- [`/etc/opt/chromium/policies/managed/aminda-extensions.json`](#etcoptchromiumpoliciesmanagedaminda-extensionsjson)
|
||||
|
@ -6,14 +6,21 @@ permalink: /blog/
|
||||
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 -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
|
||||
|
||||
- [In English](#in-english)
|
||||
- [Suomeksi](#suomeksi)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- editorconfig-checker-enable -->
|
||||
|
||||
## In English
|
||||
|
||||
_Please keep in mind that old blog posts might not reflect the current
|
||||
|
@ -88,7 +88,6 @@ excerpt: "I am a Highly Sensitive Autistic Pirate with Linux experience since 20
|
||||
</li>
|
||||
-->
|
||||
<li id="some">
|
||||
SOME:
|
||||
<em
|
||||
><a href="https://gitea.blesmrt.net/mikaela" rel="me"
|
||||
>gitea.blesmrt.net</a
|
||||
@ -128,7 +127,6 @@ excerpt: "I am a Highly Sensitive Autistic Pirate with Linux experience since 20
|
||||
>
|
||||
</li>
|
||||
<li id="ssh">
|
||||
SSH:
|
||||
<a
|
||||
class="monospaced"
|
||||
href="https://gitea.blesmrt.net/mikaela/ssh-allowed_signers/src/branch/cxefa/aminda/aminda.pub"
|
||||
|
@ -25,6 +25,7 @@ which is produced by `git commit -s`
|
||||
|
||||
<!-- 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_
|
||||
|
||||
- [My private emails](#my-private-emails)
|
||||
- [Where to find them](#where-to-find-them)
|
||||
|
@ -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 -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
|
||||
|
||||
- [No](#no)
|
||||
- [Yes](#yes)
|
||||
|
@ -10,6 +10,7 @@ sitemap: false
|
||||
|
||||
<!-- 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_
|
||||
|
||||
- [Links to Dark Reader](#links-to-dark-reader)
|
||||
- [Configuration for the new interface](#configuration-for-the-new-interface)
|
||||
|
7
n/dns.md
7
n/dns.md
@ -13,8 +13,12 @@ sitemap: false
|
||||
|
||||
_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 -->
|
||||
<!-- 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 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 -->
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- editorconfig-checker-enable -->
|
||||
|
||||
---
|
||||
|
||||
## Identifying DNS resolver
|
||||
|
@ -8,8 +8,12 @@ sitemap: false
|
||||
|
||||
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 -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
|
||||
|
||||
- [Security](#security)
|
||||
- [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 -->
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- editorconfig-checker-enable -->
|
||||
|
||||
## Security
|
||||
|
||||
- `microcode` - propietary, but otherwise CPU holes are going to be gaping open. Refer to `tail -n +1 /sys/devices/system/cpu/vulnerabilities/*`
|
||||
|
@ -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 -->
|
||||
<!-- 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)
|
||||
- [Additional F-Droid repositories](#additional-f-droid-repositories)
|
||||
|
@ -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 -->
|
||||
<!-- 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)
|
||||
- [2024-04-11](#2024-04-11)
|
||||
|
@ -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 -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
|
||||
|
||||
- [Zones](#zones)
|
||||
- [Protocols](#protocols)
|
||||
|
7
n/gpg.md
7
n/gpg.md
@ -18,8 +18,12 @@ sitemap: false
|
||||
|
||||
# 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 -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
|
||||
|
||||
- [Keybase](#keybase)
|
||||
- [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 -->
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- editorconfig-checker-enable -->
|
||||
|
||||
To create an Ed25519 key, or whatever will be the default version in the
|
||||
future as defined by your GPG version:
|
||||
|
||||
|
@ -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)
|
||||
|
||||
<!-- 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_
|
||||
|
||||
- [Helen hintalaskelmia Tuntihinta-sovellukselle](#helen-hintalaskelmia-tuntihinta-sovellukselle)
|
||||
- [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 -->
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- editorconfig-checker-enable -->
|
||||
|
||||
# Helen hintalaskelmia Tuntihinta-sovellukselle
|
||||
|
||||
Helen markkinahintasähkö kuukaudelle {{ page.month }} on {{ page.monthly }}.
|
||||
|
@ -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)
|
||||
|
||||
<!-- 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_
|
||||
|
||||
- [KSOY hintalaskelmia Tuntihinta-sovellukselle](#ksoy-hintalaskelmia-tuntihinta-sovellukselle)
|
||||
- [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 -->
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- editorconfig-checker-enable -->
|
||||
|
||||
# KSOY hintalaskelmia Tuntihinta-sovellukselle
|
||||
|
||||
_Siirtohinnasto ei tiedossa, joten se ei ole mukana yhtälöissä._
|
||||
|
@ -16,6 +16,7 @@ sitemap: false
|
||||
|
||||
<!-- 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_
|
||||
|
||||
- [Ready commands](#ready-commands)
|
||||
- [Internationalish](#internationalish)
|
||||
|
@ -22,6 +22,7 @@ automatic updates on Android 12+.
|
||||
|
||||
<!-- 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_
|
||||
|
||||
- [Importable app list](#importable-app-list)
|
||||
- [Third party F-Droid repositories](#third-party-f-droid-repositories)
|
||||
|
@ -14,8 +14,12 @@ SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
|
||||
# REUSE notes
|
||||
|
||||
<!-- 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_
|
||||
|
||||
- [Adding headers](#adding-headers)
|
||||
- [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 -->
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- editorconfig-checker-enable -->
|
||||
|
||||
> reuse is a tool for compliance with the REUSE recommendations.
|
||||
|
||||
says [their GitHub description](https://github.com/fsfe/reuse-tool) and
|
||||
|
@ -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 -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
|
||||
|
||||
- [Installing Fedora?](#installing-fedora)
|
||||
- [Converting to systemd-bootd later](#converting-to-systemd-bootd-later)
|
||||
|
@ -10,6 +10,7 @@ excerpt: "404, not found, don't bother clicking..."
|
||||
|
||||
<!-- 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_
|
||||
|
||||
- [Guesses what you might have been looking for?](#guesses-what-you-might-have-been-looking-for)
|
||||
|
||||
|
@ -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)
|
||||
- [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 -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
_Automaattinen sisällysluettelo - Automatically generated Table of Contents_
|
||||
|
||||
- [Chromium flags](#chromium-flags)
|
||||
- [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 -->
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- editorconfig-checker-enable -->
|
||||
|
||||
<!--
|
||||
|
||||
https://addons.mozilla.org/firefox/addon/text-link/ - doubleclick plaintext link to use
|
||||
|
@ -20,6 +20,7 @@ I have multiple instant messaging chatrooms.
|
||||
|
||||
<!-- 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_
|
||||
|
||||
- [Rules](#rules)
|
||||
- [Languages](#languages)
|
||||
|
@ -17,6 +17,7 @@ _This page is also in need of attention._
|
||||
|
||||
<!-- 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_
|
||||
|
||||
- [In English](#in-english)
|
||||
- [Asexuality](#asexuality)
|
||||
|
@ -35,6 +35,7 @@ links._
|
||||
|
||||
<!-- 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_
|
||||
|
||||
- [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)
|
||||
|
@ -13,6 +13,7 @@ published: false
|
||||
|
||||
<!-- 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_
|
||||
|
||||
- [Mikäli oleilet Suomessa](#mik%C3%A4li-oleilet-suomessa)
|
||||
- [Om vi bor i Finland](#om-vi-bor-i-finland)
|
||||
|
Loading…
x
Reference in New Issue
Block a user