+
+
+
+
+
+
+
diff --git a/public_html/eh/eh/eh/eh-eh/about.md b/about.md
similarity index 100%
rename from public_html/eh/eh/eh/eh-eh/about.md
rename to about.md
diff --git a/public_html/eh/eh/eh/eh-eh/articles.json b/articles.json
similarity index 51%
rename from public_html/eh/eh/eh/eh-eh/articles.json
rename to articles.json
index 6981602..1d75dc1 100644
--- a/public_html/eh/eh/eh/eh-eh/articles.json
+++ b/articles.json
@@ -1,5 +1,13 @@
{
"articles": [
+ {
+ "author": "Never Gude",
+ "date": "4.1.2026",
+ "subtitle": "Neat things I picked up along the way",
+ "summary": "Tricks and tools I learned about, while tweaking my Linux sytem or trying to do productive things.",
+ "title": "Random linux utilities 2",
+ "filename": "random-linux-utils-2.html"
+ },
{
"author": "Never Gude",
"date": "25.7.2025",
diff --git a/public_html/eh/eh/eh/eh-eh/article-2.html b/articles/random-linux-utils-2.html
similarity index 75%
rename from public_html/eh/eh/eh/eh-eh/article-2.html
rename to articles/random-linux-utils-2.html
index 74154d2..9a137d4 100644
--- a/public_html/eh/eh/eh/eh-eh/article-2.html
+++ b/articles/random-linux-utils-2.html
@@ -5,7 +5,7 @@
- Article 1
+ Random linux utilities 2
-
+
@@ -105,10 +105,10 @@
-->
-
Article 1
-
Just testimg
+
Random linux utilities 2
+
Neat things I picked up along the way
Never Gude
-
10.12.2025
+
4.1.2026
diff --git a/articles/random-linux-utils-2.md b/articles/random-linux-utils-2.md
new file mode 100644
index 0000000..36e276b
--- /dev/null
+++ b/articles/random-linux-utils-2.md
@@ -0,0 +1,20 @@
+---
+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/public_html/eh/eh/eh/eh-eh/article-1.html b/articles/random-linux-utils.html
similarity index 75%
rename from public_html/eh/eh/eh/eh-eh/article-1.html
rename to articles/random-linux-utils.html
index 7600495..cad423f 100644
--- a/public_html/eh/eh/eh/eh-eh/article-1.html
+++ b/articles/random-linux-utils.html
@@ -5,7 +5,7 @@
- Article DSADASD
+ Random linux utilities
-
+
@@ -105,10 +105,10 @@
-->
-
Article DSADASD
-
Just testimg too
+
Random linux utilities
+
Neat things I picked up along the way
Never Gude
-
10.12.2025
+
25.7.2025
diff --git a/public_html/eh/eh/eh/eh-eh/articles/random-linux-utils.md b/articles/random-linux-utils.md
similarity index 100%
rename from public_html/eh/eh/eh/eh-eh/articles/random-linux-utils.md
rename to articles/random-linux-utils.md
diff --git a/public_html/eh/eh/eh/eh-eh/pandoc/cups_left.svg b/images/cups_left.svg
similarity index 100%
rename from public_html/eh/eh/eh/eh-eh/pandoc/cups_left.svg
rename to images/cups_left.svg
diff --git a/public_html/eh/eh/eh/eh-eh/pandoc/cups_left_dark.svg b/images/cups_left_dark.svg
similarity index 100%
rename from public_html/eh/eh/eh/eh-eh/pandoc/cups_left_dark.svg
rename to images/cups_left_dark.svg
diff --git a/public_html/eh/eh/eh/eh-eh/pandoc/cups_logo.svg b/images/cups_logo.svg
similarity index 100%
rename from public_html/eh/eh/eh/eh-eh/pandoc/cups_logo.svg
rename to images/cups_logo.svg
diff --git a/public_html/eh/eh/eh/eh-eh/pandoc/cups_logo_dark.svg b/images/cups_logo_dark.svg
similarity index 100%
rename from public_html/eh/eh/eh/eh-eh/pandoc/cups_logo_dark.svg
rename to images/cups_logo_dark.svg
diff --git a/public_html/eh/eh/eh/eh-eh/pandoc/cups_right.svg b/images/cups_right.svg
similarity index 100%
rename from public_html/eh/eh/eh/eh-eh/pandoc/cups_right.svg
rename to images/cups_right.svg
diff --git a/public_html/eh/eh/eh/eh-eh/pandoc/cups_right_dark.svg b/images/cups_right_dark.svg
similarity index 100%
rename from public_html/eh/eh/eh/eh-eh/pandoc/cups_right_dark.svg
rename to images/cups_right_dark.svg
diff --git a/public_html/eh/eh/eh/eh-eh/pandoc/favicon.png b/images/favicon.png
similarity index 100%
rename from public_html/eh/eh/eh/eh-eh/pandoc/favicon.png
rename to images/favicon.png
diff --git a/public_html/eh/eh/eh/eh-eh/pandoc/recursion.gif b/images/recursion.gif
similarity index 100%
rename from public_html/eh/eh/eh/eh-eh/pandoc/recursion.gif
rename to images/recursion.gif
diff --git a/public_html/eh/eh/eh/eh-eh/pandoc/sand.png b/images/sand.png
similarity index 100%
rename from public_html/eh/eh/eh/eh-eh/pandoc/sand.png
rename to images/sand.png
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..8e2bfe0
--- /dev/null
+++ b/index.html
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+ Home
+
+
+
+
+
+
+