add titleblock

This commit is contained in:
Never Gude 2026-02-05 02:08:10 +01:00
parent b63d2ebeb2
commit 0cc991a3f2
13 changed files with 118 additions and 14 deletions

View file

@ -1,5 +1,10 @@
About
────────────────────
]8;;https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html\Rsync Android]8;;\
Stuff
$$ \sum_{i=1}^k i = \frac{k(k+1)}{2} $$]8;;\
$$ \sum_{i=1}^k i = \frac{k(k+1)}{2} $$
]8;;\

View file

@ -1 +1,7 @@
]8;;\
Home
────────────────────
]8;;\

View file

@ -1,3 +1,12 @@
Latex Endeavors
Some unintuitive quirks of Latex
Never
9.1.2026
────────────────────
BIBLATEX AND BIBER
Biber doesnt run
@ -5,4 +14,5 @@
Biber doenst run if the (fedora) package  libxcrypt-compat  is missing.
It will fail with the error message
biber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory]8;;\
biber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
]8;;\

View file

@ -1,3 +1,12 @@
Random linux utilities
Neat things I picked up along the way
Never
25.7.2025
────────────────────
MERGE PDFS
Using Ghostscript
@ -8,4 +17,5 @@ rasterize and scales down the pdf files.
gs -dNOPAUSE -sDEVICE=pdfwrite \
 -sOUTPUTFILE=output.pdf \
 -dBATCH 1.pdf 2.pdf]8;;\
 -dBATCH 1.pdf 2.pdf
]8;;\

View file

@ -1,3 +1,11 @@
Using rsync on Android to syncronise my Music library
Never
12.01.2026
────────────────────
SETUP TERMUX
Install Termux using F-Droid.
@ -104,4 +112,5 @@ Connect to the device using its .
Refresh MediaStore.
adb shell am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN -d file:///data/data/com.termux/files/home/storage/music/]8;;\
adb shell am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN -d file:///data/data/com.termux/files/home/storage/music/
]8;;\