From 8e2fc4822021af7411c163ebc2e634c7a96b860c Mon Sep 17 00:00:00 2001 From: coelner Date: Tue, 2 Aug 2022 06:34:00 +0200 Subject: [PATCH] minor --- archlinux.md | 6 +- proxmox.md | 2 + zeitrechner-js-html.md | 222 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 229 insertions(+), 1 deletion(-) create mode 100644 zeitrechner-js-html.md diff --git a/archlinux.md b/archlinux.md index 01da0a9..f215a2d 100644 --- a/archlinux.md +++ b/archlinux.md @@ -29,6 +29,10 @@ or prepare the file`/etc/systemd/journald.conf` and this value:`SystemMaxUse=50M ### git use credential store https://gist.github.com/maelvls/79d49740ce9208c26d6a1b10b0d95b5e +### gnome thumbnail raw picture +https://support.system76.com/articles/fix-raw-image-previews/ + + ## failure recovery 1. boot from archlinux usb stick 2. mount LUKS Container `cryptsetup luksOpen /dev/nvme0n1pX luksDev` @@ -39,4 +43,4 @@ https://gist.github.com/maelvls/79d49740ce9208c26d6a1b10b0d95b5e 7. fix stuff 8. `mkinicpio -p linux` 9. sync, unmount boot and tmp -10. `cryptsetup luksClose luksdev` \ No newline at end of file +10. `cryptsetup luksClose luksdev` diff --git a/proxmox.md b/proxmox.md index f97cab4..4a9d42d 100644 --- a/proxmox.md +++ b/proxmox.md @@ -32,6 +32,8 @@ root@pve:~# #### 1. create dm-integrity skipped: https://btrfs.readthedocs.io/en/latest/Tree-checker.html +2. create bcache with a spare ssd or optane flash +3. https://hoerli.net/bcache-btrfs-fuer-openmediavault/ 1. create GPT partition - first sector: 2048 - last sector: end diff --git a/zeitrechner-js-html.md b/zeitrechner-js-html.md new file mode 100644 index 0000000..0b8d051 --- /dev/null +++ b/zeitrechner-js-html.md @@ -0,0 +1,222 @@ +# Javascript Zeitdifferenzrechner + +``` + + + + + + +Zeitspannenrechner + + + + + +

Zeitspannenrechner

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 TagMonatJahr 
Datum 1 + + +     
Datum 2    
     
Zeitdifferenz  
In Jahren   
+
+ + + +``` \ No newline at end of file