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
new file mode 100644
index 0000000..359dd0b
--- /dev/null
+++ b/build/articles/random-linux-utils
@@ -0,0 +1,21 @@
+ [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[29mUsing Ghostscript[0m
+
+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.
+
+ [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-dBATCH[0m[22;23;24m[0m[22;23;24m 1.pdf 2.pdf[0m[22;23;24m[0m
+[0m]8;;\
\ No newline at end of file
diff --git a/public_html/eh/eh/eh/eh-eh/article-2.html b/build/articles/random-linux-utils.html
similarity index 68%
rename from public_html/eh/eh/eh/eh-eh/article-2.html
rename to build/articles/random-linux-utils.html
index 68e02ec..a04f711 100644
--- a/public_html/eh/eh/eh/eh-eh/article-2.html
+++ b/build/articles/random-linux-utils.html
@@ -4,8 +4,9 @@
-
- Article 1
+
+ Random linux utilities
+
-
+
+
-
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.