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/articles/random-linux-utils-2.md b/articles/random-linux-utils-2.md
deleted file mode 100644
index 36e276b..0000000
--- a/articles/random-linux-utils-2.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: Random linux utilities 2
-subtitle: Neat things I picked up along the way
-author: Never Gude
-date: 4.1.2026
-summary: Tricks and tools I learned about, while tweaking my Linux sytem or trying to do productive things.
----
-
-## 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.
-
-```bash
-gs -dNOPAUSE -sDEVICE=pdfwrite \
- -sOUTPUTFILE=output.pdf \
- -dBATCH 1.pdf 2.pdf
-```
-
diff --git a/index.html b/index.html
index 8e2bfe0..d51ffc6 100644
--- a/index.html
+++ b/index.html
@@ -53,16 +53,6 @@