Biber doens’t 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
+
+
+
-
diff --git a/build/articles/random-linux-utils b/build/articles/random-linux-utils
index 331d419..359dd0b 100644
--- a/build/articles/random-linux-utils
+++ b/build/articles/random-linux-utils
@@ -3,7 +3,7 @@
Never
- [22m[3m[39m[49m[24m[29m2025-07-25[0m
+ [22m[3m[39m[49m[24m[29m25.7.2025[0m
────────────────────
diff --git a/build/articles/random-linux-utils.html b/build/articles/random-linux-utils.html
index 4030c81..a04f711 100644
--- a/build/articles/random-linux-utils.html
+++ b/build/articles/random-linux-utils.html
@@ -1,147 +1,134 @@
-
-
+
-
-
-
-
-
- Random linux utilities
-
-
-
-
+
+
+
+
+ Random linux utilities
+
+
+
-
-
-
- Home
- Atom Feed
-
-
-
-
Random linux utilities
-
Neat things I picked up along the
-way
-
Never
-
2025-07-25
-
-
-
-
Merge pdfs
-
Using Ghostscript
-
Ghostscript has a feature to merge multiple pdf files
- into one. Although ImageMagick also has this feature, I
- prefer this one, as it doesn’t rasterize and scales down the
- pdf files.
Ghostscript has a feature to merge multiple pdf files into one.
+Although ImageMagick also has this feature, I prefer this one, as it
+doesn’t rasterize and scales down the pdf files.
-
-
-
+
+
+
-
diff --git a/build/articles/rsync-android b/build/articles/rsync-android
index 5e96bd6..4f04da1 100644
--- a/build/articles/rsync-android
+++ b/build/articles/rsync-android
@@ -2,7 +2,7 @@
Never
- [22m[3m[39m[49m[24m[29m2026-01-12[0m
+ [22m[3m[39m[49m[24m[29m12.01.2026[0m
────────────────────
@@ -89,4 +89,28 @@ config.
Now on your Linux machine, syncronise your Music library with rsync.
[0m[0m[22;23;24m[34;22;23;24mrsync[0m[22;23;24m[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-av[0m[22;23;24m[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-e[0m[22;23;24m[0m[22;23;24m [0m[22;23;24m[36;22;23;24m"ssh -p 8022"[0m[22;23;24m[0m[22;23;24m ~/Music [0m[22;23;24m[90;22;23;24m<[0m[22;23;24m[0m[22;23;24musername[0m[22;23;24m[90;22;23;24m>[0m[22;23;24m[0m[22;23;24m@[0m[22;23;24m[90;22;23;24m<[0m[22;23;24m[0m[22;23;24mip_address[0m[22;23;24m[90;22;23;24m>[0m[22;23;24m[0m[22;23;24m:/data/data/com.termux/files/home/storage/music[0m[22;23;24m[0m
+
+[1m[23m[39m[49m[24m[29mRefreshing the Android MediaStore[0m
+
+Android uses a Database to store files. In order to play your music,
+this database needs to be refreshed. This can be achieved by a reboot or
+by using adb to manually refresh it.
+
+ [0m[0m[22;23;24m[34;22;23;24msudo[0m[22;23;24m[0m[22;23;24m dnf install adb[0m[22;23;24m[0m
+
+Connect the Android device via USB and see if it is listed.
+
+ [0m[0m[22;23;24m[0m[22;23;24madb[0m[22;23;24m[0m[22;23;24m devices[0m[22;23;24m[0m
+
+If it is, restart adb in TCP mode with port 5555
+
+ [0m[0m[22;23;24m[0m[22;23;24madb[0m[22;23;24m[0m[22;23;24m tcpip 5555[0m[22;23;24m[0m
+
+Connect to the device using its .
+
+ [0m[0m[22;23;24m[0m[22;23;24madb[0m[22;23;24m[0m[22;23;24m connect [0m[22;23;24m[90;22;23;24m<[0m[22;23;24m[0m[22;23;24mip_address[0m[22;23;24m[90;22;23;24m>[0m[22;23;24m[0m
+
+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;;\
\ No newline at end of file
diff --git a/build/articles/rsync-android.html b/build/articles/rsync-android.html
index 8cee590..d291267 100644
--- a/build/articles/rsync-android.html
+++ b/build/articles/rsync-android.html
@@ -1,160 +1,148 @@
-
-
+
-
-
-
-
-
- Using rsync on Android to syncronise my Music library
-
-
-
-
+
+
+
+
+ Using rsync on Android to syncronise my Music library
+
+
+
-
-
-
- Home
- Atom Feed
-
-
-
-
Using rsync on Android to syncronise my
-Music library
-
Never
-
2026-01-12
-
-
-
-
Setup Termux
-
Install Termux using F-Droid.
-
Update software repos.
-
pkg update
-
Grant file access permissions using.
-
termux-setup-storage
-
Establishing an ssh
- connection
-
If network (such as eduroam) is blocking ssh trafic
- between machines, open a Wi-Fi Hotspot on your Linux machine
- and connect the Android device to it before using
- rsync or ssh.
-
Configuring Android
-
Install the openssh server on Termux.
-
pkg install openssh
-
Start the ssh server daemon.
-
sshd
-
Get the ip address of the Android machine (in the
- Hotspot).
Using rsync on Android to syncronise my Music
+library
+
Never
+
12.01.2026
+
+
+
+
+
Setup Termux
+
Install Termux using F-Droid.
+
Update software repos.
+
pkg update
+
Grant file access permissions using.
+
termux-setup-storage
+
Establishing an ssh
+connection
+
If network (such as eduroam) is blocking ssh trafic between machines,
+open a Wi-Fi Hotspot on your Linux machine and connect the Android
+device to it before using rsync or ssh.
+
Configuring Android
+
Install the openssh server on Termux.
+
pkg install openssh
+
Start the ssh server daemon.
+
sshd
+
Get the ip address of the Android machine (in the Hotspot).
Android uses a Database to store files. In order to play your music,
+this database needs to be refreshed. This can be achieved by a reboot or
+by using adb to manually refresh it.
+
sudo dnf install adb
+
Connect the Android device via USB and see if it is listed.
+
adb devices
+
If it is, restart adb in TCP mode with port 5555
+
adb tcpip 5555
+
Connect to the device using its .
+
adb connect <ip_address>
+
Refresh MediaStore.
+
adb shell am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN -d file:///data/data/com.termux/files/home/storage/music/
+
+
+
-
diff --git a/build/atom.xml b/build/atom.xml
deleted file mode 100644
index 22fc4b8..0000000
--- a/build/atom.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
- nevereverever.de
-
- nevereverever.de
- 2026-06-22T22:12+02:00
- 2026-03-10
-
- Never
-
- Here I post random stuff.
-
- Bohnen und Maisbrot
-
- beans-and-cornbread
- 2026-06-22T20:47+02:00
- 2026-06-22
-
- Never
-
- Inspiriert von der Küche der Kuhtreiber des Wilden
-Westens.
-
-
- Using rsync on Android to syncronise my Music
-library
-
- rsync-android
- 2026-01-12T16:24+01:00
- 2026-01-12
-
- Never
-
- As Spotify is getting enshittified by capitalism,
-keeping a music library is kind of essential. Here I use rsync to
-syncronise my library with my Android smartphone.
-
-
- Latex Endeavors
-
- latex-endeavors
- 2026-01-10T16:23+01:00
- 2026-01-09
-
- Never
-
- Latex undoubtedly has some quirks. Some of them have a
-rather unintuitive solution. In this article I cover some quirks and
-solutions I have encountered.
-
-
- Random linux utilities
-
- random-linux-utils
- 2025-07-25T16:24+01:00
- 2025-07-25
-
- Never
-
- Tricks and tools I learned about, while tweaking my
-Linux sytem or trying to do productive things.
-
-
diff --git a/build/index b/build/index
index b382e6e..d127fcf 100644
--- a/build/index
+++ b/build/index
@@ -2,38 +2,25 @@
────────────────────
-Hello! I am Never and this is my little place on the internet where I
-post the stuff that I am currently nerding out about.
-
-This Website itself is one of those projects, that I like to tweak and
-tinker with. Maybe I’ll write an article about its build system. It is
-also viewable via [22m[23m[31m[47m[24m[29m curl [0m. Just run
-
- [0m[0m[22;23;24m[0m[22;23;24mcurl[0m[22;23;24m[0m[22;23;24m nevereverever.de[0m[22;23;24m[0m
-
-There also is an Atom Feed to stay updated about my doings.
+Hello World
[1m[23m[39m[49m[24m[29mARTICLES[0m
-[1m[23m[39m[49m[24m[29mBohnen und Maisbrot[0m (beans-and-cornbread)
-Inspiriert von der Küche der Kuhtreiber des Wilden Westens.
- [22m[3m[39m[49m[24m[29mNever[0m - 2026-06-22
+[1m[23m[39m[49m[24m[29mLatex Endeavors[0m (latex-endeavors)
+Latex undoubtedly has some quirks. Some of them have a rather
+unintuitive solution. In this article I cover some quirks and solutions
+I have encountered.
+ Never - [22m[3m[39m[49m[24m[29m9.1.2026[0m
+
+[1m[23m[39m[49m[24m[29mRandom linux utilities[0m (random-linux-utils)
+Tricks and tools I learned about, while tweaking my Linux sytem or
+trying to do productive things.
+ Never - [22m[3m[39m[49m[24m[29m25.7.2025[0m
[1m[23m[39m[49m[24m[29mUsing rsync on Android to syncronise my Music
library[0m (rsync-android)
As Spotify is getting enshittified by capitalism, keeping a music
library is kind of essential. Here I use rsync to syncronise my library
with my Android smartphone.
- [22m[3m[39m[49m[24m[29mNever[0m - 2026-01-12
-
-[1m[23m[39m[49m[24m[29mLatex Endeavors[0m (latex-endeavors)
-Latex undoubtedly has some quirks. Some of them have a rather
-unintuitive solution. In this article I cover some quirks and solutions
-I have encountered.
- [22m[3m[39m[49m[24m[29mNever[0m - 2026-01-09
-
-[1m[23m[39m[49m[24m[29mRandom linux utilities[0m (random-linux-utils)
-Tricks and tools I learned about, while tweaking my Linux sytem or
-trying to do productive things.
- [22m[3m[39m[49m[24m[29mNever[0m - 2025-07-25
+ Never - [22m[3m[39m[49m[24m[29m12.01.2026[0m
[0m]8;;\
\ No newline at end of file
diff --git a/build/index.html b/build/index.html
index 75e4719..3d7ae73 100644
--- a/build/index.html
+++ b/build/index.html
@@ -1,190 +1,154 @@
-
-
+
-
-
-
- Home
-
-
-
-
+
+
+
+ Home
+
+
+
-
-
-
- Home
- Atom Feed
-
-
-
-
Home
-
-
-
Hello! I am Never and this is my little place on the
- internet where I post the stuff that I am currently nerding
- out about.
-
This Website itself is one of those projects, that I like
- to tweak and tinker with. Maybe I’ll write an article about
- its build system. It is also viewable via curl.
- Just run
-
curl nevereverever.de
-
There also is an Atom Feed to stay updated about my
- doings.