We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1072f46 commit edeb0bdCopy full SHA for edeb0bd
1 file changed
content/debian/useful_commands.md
@@ -1,7 +1,7 @@
1
+++
2
title="Useful commands"
3
date = 2023-10-19
4
-updated = 2025-04-26
+updated = 2026-01-17
5
extra = { series = "Debian" }
6
taxonomies = { tags = ["Debian"] }
7
@@ -60,6 +60,14 @@ find -name "PATTERN"
60
history
61
```
62
63
+## Convert a folder of images into a pdf
64
+
65
+Source: <https://askubuntu.com/questions/246647/convert-a-directory-of-jpeg-files-to-a-single-pdf-document>
66
67
+```sh
68
+img2pdf *.png --output combined.pdf
69
+```
70
71
## Show IP Addresses
72
73
```sh
0 commit comments