add titleblock
This commit is contained in:
parent
b63d2ebeb2
commit
0cc991a3f2
13 changed files with 118 additions and 14 deletions
12
--standalone
Normal file
12
--standalone
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
[22m[23m[36m[49m[4m[29m]8;;https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html\Rsync Android[0m]8;;\
|
||||||
|
|
||||||
|
[1m[23m[39m[49m[24m[29mStuff[0m
|
||||||
|
|
||||||
|
$$ \sum_{i=1}^k i = \frac{k(k+1)}{2} $$
|
||||||
|
|
||||||
|
[22m[23m[36m[49m[4m[29m]8;;https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.htmlAndroid[0m]8;;
|
||||||
|
|
||||||
|
[1m[23m[39m[49m[24m[29mStuff[0m
|
||||||
|
|
||||||
|
$$ \sum_{i=1}^k i = \frac{k(k+1)}{2} $$[0m]8;;
|
||||||
|
[0m]8;;\
|
||||||
12
--titleblock
Normal file
12
--titleblock
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
[22m[23m[36m[49m[4m[29m]8;;https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html\Rsync Android[0m]8;;\
|
||||||
|
|
||||||
|
[1m[23m[39m[49m[24m[29mStuff[0m
|
||||||
|
|
||||||
|
$$ \sum_{i=1}^k i = \frac{k(k+1)}{2} $$
|
||||||
|
|
||||||
|
[22m[23m[36m[49m[4m[29m]8;;https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.htmlAndroid[0m]8;;
|
||||||
|
|
||||||
|
[1m[23m[39m[49m[24m[29mStuff[0m
|
||||||
|
|
||||||
|
$$ \sum_{i=1}^k i = \frac{k(k+1)}{2} $$[0m]8;;
|
||||||
|
[0m]8;;\
|
||||||
8
Makefile
8
Makefile
|
|
@ -27,7 +27,7 @@ install:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
echo '{"articles": []}' > $(article_list); \
|
echo '{"articles": []}' > $(article_list); \
|
||||||
rm index.html about.html $(articles_html);
|
rm index.html about.html $(articles_html) $(articles_ansi);
|
||||||
|
|
||||||
$(articles_html): %.html: %.md
|
$(articles_html): %.html: %.md
|
||||||
jq 'del(.articles[] | select(.filename == "$(notdir $@)"))' $(article_list) > articles.json.tmp; \
|
jq 'del(.articles[] | select(.filename == "$(notdir $@)"))' $(article_list) > articles.json.tmp; \
|
||||||
|
|
@ -42,17 +42,17 @@ $(articles_html): %.html: %.md
|
||||||
mv ./articles.json.tmp $(article_list); \
|
mv ./articles.json.tmp $(article_list); \
|
||||||
|
|
||||||
$(articles_ansi): %: %.md
|
$(articles_ansi): %: %.md
|
||||||
pandoc $< --to ansi --output $@
|
pandoc $< --standalone --to ansi --output $@
|
||||||
|
|
||||||
index.html: index.md $(articles_html)
|
index.html: index.md $(articles_html)
|
||||||
# Build index.html with metadata injected from articles_list
|
# Build index.html with metadata injected from articles_list
|
||||||
pandoc $< --template $(template) --include-after-body shark.js --css $(style) --metadata-file $(article_list) --highlight-style zenburn --mathml --toc --output $@; \
|
pandoc $< --template $(template) --include-after-body shark.js --css $(style) --metadata-file $(article_list) --highlight-style zenburn --mathml --toc --output $@; \
|
||||||
|
|
||||||
index: index.md $(articles_ansi)
|
index: index.md $(articles_ansi)
|
||||||
pandoc $< --to ansi --output $@
|
pandoc $< --standalone --to ansi --output $@
|
||||||
|
|
||||||
about.html: about.md
|
about.html: about.md
|
||||||
pandoc $< --template $(template) --css $(style) --highlight-style zenburn --mathml --toc --output $@
|
pandoc $< --template $(template) --css $(style) --highlight-style zenburn --mathml --toc --output $@
|
||||||
|
|
||||||
about: about.md
|
about: about.md
|
||||||
pandoc $< --to ansi --output $@
|
pandoc $< --standalone --to ansi --output $@
|
||||||
|
|
|
||||||
7
about
7
about
|
|
@ -1,5 +1,10 @@
|
||||||
|
[1m[23m[39m[49m[24m[29mAbout[0m
|
||||||
|
|
||||||
|
────────────────────
|
||||||
|
|
||||||
[22m[23m[36m[49m[4m[29m]8;;https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html\Rsync Android[0m]8;;\
|
[22m[23m[36m[49m[4m[29m]8;;https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html\Rsync Android[0m]8;;\
|
||||||
|
|
||||||
[1m[23m[39m[49m[24m[29mStuff[0m
|
[1m[23m[39m[49m[24m[29mStuff[0m
|
||||||
|
|
||||||
$$ \sum_{i=1}^k i = \frac{k(k+1)}{2} $$[0m]8;;\
|
$$ \sum_{i=1}^k i = \frac{k(k+1)}{2} $$
|
||||||
|
[0m]8;;\
|
||||||
|
|
@ -1,3 +1,12 @@
|
||||||
|
[1m[23m[39m[49m[24m[29mLatex Endeavors[0m
|
||||||
|
Some unintuitive quirks of Latex
|
||||||
|
|
||||||
|
Never
|
||||||
|
|
||||||
|
[22m[3m[39m[49m[24m[29m9.1.2026[0m
|
||||||
|
|
||||||
|
────────────────────
|
||||||
|
|
||||||
[1m[23m[39m[49m[24m[29mBIBLATEX AND BIBER[0m
|
[1m[23m[39m[49m[24m[29mBIBLATEX AND BIBER[0m
|
||||||
|
|
||||||
[1m[23m[39m[49m[24m[29mBiber doesn’t run[0m
|
[1m[23m[39m[49m[24m[29mBiber doesn’t run[0m
|
||||||
|
|
@ -5,4 +14,5 @@
|
||||||
Biber doens’t run if the (fedora) package [22m[23m[31m[47m[24m[29m libxcrypt-compat [0m is missing.
|
Biber doens’t run if the (fedora) package [22m[23m[31m[47m[24m[29m libxcrypt-compat [0m is missing.
|
||||||
It will fail with the error message
|
It will fail with the error message
|
||||||
|
|
||||||
[22m[23m[31m[49m[24m[29mbiber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory[0m]8;;\
|
[22m[23m[31m[49m[24m[29mbiber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory[0m
|
||||||
|
[0m]8;;\
|
||||||
|
|
@ -1,3 +1,12 @@
|
||||||
|
[1m[23m[39m[49m[24m[29mRandom linux utilities[0m
|
||||||
|
Neat things I picked up along the way
|
||||||
|
|
||||||
|
Never
|
||||||
|
|
||||||
|
[22m[3m[39m[49m[24m[29m25.7.2025[0m
|
||||||
|
|
||||||
|
────────────────────
|
||||||
|
|
||||||
[1m[23m[39m[49m[24m[29mMERGE PDFS[0m
|
[1m[23m[39m[49m[24m[29mMERGE PDFS[0m
|
||||||
|
|
||||||
[1m[23m[39m[49m[24m[29mUsing Ghostscript[0m
|
[1m[23m[39m[49m[24m[29mUsing Ghostscript[0m
|
||||||
|
|
@ -8,4 +17,5 @@ rasterize and scales down the pdf files.
|
||||||
|
|
||||||
[0m[0m[22;23;24m[34;22;23;24mgs[0m[22;23;24m[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-dNOPAUSE[0m[22;23;24m[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-sDEVICE[0m[22;23;24m[90;22;23;24m=[0m[22;23;24m[0m[22;23;24mpdfwrite [0m[22;23;24m[31;22;23;24m\[0m[22;23;24m
|
[0m[0m[22;23;24m[34;22;23;24mgs[0m[22;23;24m[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-dNOPAUSE[0m[22;23;24m[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-sDEVICE[0m[22;23;24m[90;22;23;24m=[0m[22;23;24m[0m[22;23;24mpdfwrite [0m[22;23;24m[31;22;23;24m\[0m[22;23;24m
|
||||||
[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-sOUTPUTFILE[0m[22;23;24m[90;22;23;24m=[0m[22;23;24m[0m[22;23;24moutput.pdf [0m[22;23;24m[31;22;23;24m\[0m[22;23;24m
|
[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-sOUTPUTFILE[0m[22;23;24m[90;22;23;24m=[0m[22;23;24m[0m[22;23;24moutput.pdf [0m[22;23;24m[31;22;23;24m\[0m[22;23;24m
|
||||||
[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-dBATCH[0m[22;23;24m[0m[22;23;24m 1.pdf 2.pdf[0m[22;23;24m[0m[0m]8;;\
|
[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-dBATCH[0m[22;23;24m[0m[22;23;24m 1.pdf 2.pdf[0m[22;23;24m[0m
|
||||||
|
[0m]8;;\
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
[1m[23m[39m[49m[24m[29mUsing rsync on Android to syncronise my Music library[0m
|
||||||
|
|
||||||
|
Never
|
||||||
|
|
||||||
|
[22m[3m[39m[49m[24m[29m12.01.2026[0m
|
||||||
|
|
||||||
|
────────────────────
|
||||||
|
|
||||||
[1m[23m[39m[49m[24m[29mSETUP TERMUX[0m
|
[1m[23m[39m[49m[24m[29mSETUP TERMUX[0m
|
||||||
|
|
||||||
Install Termux using F-Droid.
|
Install Termux using F-Droid.
|
||||||
|
|
@ -104,4 +112,5 @@ Connect to the device using its .
|
||||||
|
|
||||||
Refresh MediaStore.
|
Refresh MediaStore.
|
||||||
|
|
||||||
[0m[0m[22;23;24m[0m[22;23;24madb[0m[22;23;24m[0m[22;23;24m shell am broadcast [0m[22;23;24m[33;22;23;24m-a[0m[22;23;24m[0m[22;23;24m android.intent.action.MEDIA_SCANNER_SCAN [0m[22;23;24m[33;22;23;24m-d[0m[22;23;24m[0m[22;23;24m file:///data/data/com.termux/files/home/storage/music/[0m[22;23;24m[0m[0m]8;;\
|
[0m[0m[22;23;24m[0m[22;23;24madb[0m[22;23;24m[0m[22;23;24m shell am broadcast [0m[22;23;24m[33;22;23;24m-a[0m[22;23;24m[0m[22;23;24m android.intent.action.MEDIA_SCANNER_SCAN [0m[22;23;24m[33;22;23;24m-d[0m[22;23;24m[0m[22;23;24m file:///data/data/com.termux/files/home/storage/music/[0m[22;23;24m[0m
|
||||||
|
[0m]8;;\
|
||||||
8
index
8
index
|
|
@ -1 +1,7 @@
|
||||||
[0m]8;;\
|
[1m[23m[39m[49m[24m[29mHome[0m
|
||||||
|
|
||||||
|
────────────────────
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[0m]8;;\
|
||||||
|
|
@ -1,5 +1,10 @@
|
||||||
|
[1m[23m[39m[49m[24m[29mAbout[0m
|
||||||
|
|
||||||
|
────────────────────
|
||||||
|
|
||||||
[22m[23m[36m[49m[4m[29m]8;;https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html\Rsync Android[0m]8;;\
|
[22m[23m[36m[49m[4m[29m]8;;https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html\Rsync Android[0m]8;;\
|
||||||
|
|
||||||
[1m[23m[39m[49m[24m[29mStuff[0m
|
[1m[23m[39m[49m[24m[29mStuff[0m
|
||||||
|
|
||||||
$$ \sum_{i=1}^k i = \frac{k(k+1)}{2} $$[0m]8;;\
|
$$ \sum_{i=1}^k i = \frac{k(k+1)}{2} $$
|
||||||
|
[0m]8;;\
|
||||||
|
|
@ -1 +1,7 @@
|
||||||
[0m]8;;\
|
[1m[23m[39m[49m[24m[29mHome[0m
|
||||||
|
|
||||||
|
────────────────────
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[0m]8;;\
|
||||||
|
|
@ -1,3 +1,12 @@
|
||||||
|
[1m[23m[39m[49m[24m[29mLatex Endeavors[0m
|
||||||
|
Some unintuitive quirks of Latex
|
||||||
|
|
||||||
|
Never
|
||||||
|
|
||||||
|
[22m[3m[39m[49m[24m[29m9.1.2026[0m
|
||||||
|
|
||||||
|
────────────────────
|
||||||
|
|
||||||
[1m[23m[39m[49m[24m[29mBIBLATEX AND BIBER[0m
|
[1m[23m[39m[49m[24m[29mBIBLATEX AND BIBER[0m
|
||||||
|
|
||||||
[1m[23m[39m[49m[24m[29mBiber doesn’t run[0m
|
[1m[23m[39m[49m[24m[29mBiber doesn’t run[0m
|
||||||
|
|
@ -5,4 +14,5 @@
|
||||||
Biber doens’t run if the (fedora) package [22m[23m[31m[47m[24m[29m libxcrypt-compat [0m is missing.
|
Biber doens’t run if the (fedora) package [22m[23m[31m[47m[24m[29m libxcrypt-compat [0m is missing.
|
||||||
It will fail with the error message
|
It will fail with the error message
|
||||||
|
|
||||||
[22m[23m[31m[49m[24m[29mbiber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory[0m]8;;\
|
[22m[23m[31m[49m[24m[29mbiber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory[0m
|
||||||
|
[0m]8;;\
|
||||||
|
|
@ -1,3 +1,12 @@
|
||||||
|
[1m[23m[39m[49m[24m[29mRandom linux utilities[0m
|
||||||
|
Neat things I picked up along the way
|
||||||
|
|
||||||
|
Never
|
||||||
|
|
||||||
|
[22m[3m[39m[49m[24m[29m25.7.2025[0m
|
||||||
|
|
||||||
|
────────────────────
|
||||||
|
|
||||||
[1m[23m[39m[49m[24m[29mMERGE PDFS[0m
|
[1m[23m[39m[49m[24m[29mMERGE PDFS[0m
|
||||||
|
|
||||||
[1m[23m[39m[49m[24m[29mUsing Ghostscript[0m
|
[1m[23m[39m[49m[24m[29mUsing Ghostscript[0m
|
||||||
|
|
@ -8,4 +17,5 @@ rasterize and scales down the pdf files.
|
||||||
|
|
||||||
[0m[0m[22;23;24m[34;22;23;24mgs[0m[22;23;24m[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-dNOPAUSE[0m[22;23;24m[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-sDEVICE[0m[22;23;24m[90;22;23;24m=[0m[22;23;24m[0m[22;23;24mpdfwrite [0m[22;23;24m[31;22;23;24m\[0m[22;23;24m
|
[0m[0m[22;23;24m[34;22;23;24mgs[0m[22;23;24m[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-dNOPAUSE[0m[22;23;24m[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-sDEVICE[0m[22;23;24m[90;22;23;24m=[0m[22;23;24m[0m[22;23;24mpdfwrite [0m[22;23;24m[31;22;23;24m\[0m[22;23;24m
|
||||||
[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-sOUTPUTFILE[0m[22;23;24m[90;22;23;24m=[0m[22;23;24m[0m[22;23;24moutput.pdf [0m[22;23;24m[31;22;23;24m\[0m[22;23;24m
|
[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-sOUTPUTFILE[0m[22;23;24m[90;22;23;24m=[0m[22;23;24m[0m[22;23;24moutput.pdf [0m[22;23;24m[31;22;23;24m\[0m[22;23;24m
|
||||||
[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-dBATCH[0m[22;23;24m[0m[22;23;24m 1.pdf 2.pdf[0m[22;23;24m[0m[0m]8;;\
|
[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-dBATCH[0m[22;23;24m[0m[22;23;24m 1.pdf 2.pdf[0m[22;23;24m[0m
|
||||||
|
[0m]8;;\
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
[1m[23m[39m[49m[24m[29mUsing rsync on Android to syncronise my Music library[0m
|
||||||
|
|
||||||
|
Never
|
||||||
|
|
||||||
|
[22m[3m[39m[49m[24m[29m12.01.2026[0m
|
||||||
|
|
||||||
|
────────────────────
|
||||||
|
|
||||||
[1m[23m[39m[49m[24m[29mSETUP TERMUX[0m
|
[1m[23m[39m[49m[24m[29mSETUP TERMUX[0m
|
||||||
|
|
||||||
Install Termux using F-Droid.
|
Install Termux using F-Droid.
|
||||||
|
|
@ -104,4 +112,5 @@ Connect to the device using its .
|
||||||
|
|
||||||
Refresh MediaStore.
|
Refresh MediaStore.
|
||||||
|
|
||||||
[0m[0m[22;23;24m[0m[22;23;24madb[0m[22;23;24m[0m[22;23;24m shell am broadcast [0m[22;23;24m[33;22;23;24m-a[0m[22;23;24m[0m[22;23;24m android.intent.action.MEDIA_SCANNER_SCAN [0m[22;23;24m[33;22;23;24m-d[0m[22;23;24m[0m[22;23;24m file:///data/data/com.termux/files/home/storage/music/[0m[22;23;24m[0m[0m]8;;\
|
[0m[0m[22;23;24m[0m[22;23;24madb[0m[22;23;24m[0m[22;23;24m shell am broadcast [0m[22;23;24m[33;22;23;24m-a[0m[22;23;24m[0m[22;23;24m android.intent.action.MEDIA_SCANNER_SCAN [0m[22;23;24m[33;22;23;24m-d[0m[22;23;24m[0m[22;23;24m file:///data/data/com.termux/files/home/storage/music/[0m[22;23;24m[0m
|
||||||
|
[0m]8;;\
|
||||||
Loading…
Add table
Add a link
Reference in a new issue