Durchsuchen nach
Schlagwort: Bash

Ich teste das neue Handy, das Google Pixel 9PRO

Ich teste das neue Handy, das Google Pixel 9PRO

Eigentlich stand ja mal Handy für einen alten Knochen, also Marke Siemens C45 und Smartphone für das Neue, aber ich glaube, die meisten sagen wieder Handy dazu, weil Smartphone ist im Deutschland nicht so etabliert. Es sind kleinere Ausflüge hier im Nahbereich. Für mich die Videoaufnahme relevant. Bei meinem ehemaligen Apple iPhone XR war das problemlos möglich aus dem Fenster im Zug zu filmen. Die Technik war so gut, dass es eine sehr gute Bildstabilisierung hatte und auch bei der…

Weiterlesen Weiterlesen

Linux Bash: How to convert many png to pdf

Linux Bash: How to convert many png to pdf

These are the top reasons why PDF is the better choice: Everything in one place: Instead of many individual files, the recipient receives just ONE single file. They open it and have all the images right in front of them, page by page. It’s super convenient and neat! Simply browse: In the PDF, you can simply scroll or flip through the pages, just like in a digital magazine. The order is always retained. Professional impression: A PDF simply looks cleaner…

Weiterlesen Weiterlesen

Linux Bash: to find the biggest folder in a directory.

Linux Bash: to find the biggest folder in a directory.

In order to find the biggest folder in a directory. You need the find command and xargs find . -type d -iname „Linu*“ -print0 | xargs -0 ls -ldhS The output: find . -type d -iname „Linu*“ -print0 | xargs -0 ls -ldhSdrwxr-xr-x. 1 sven sven 490 19. Mai 15:07 ./Videos/eigene_Aufnahmen/Linuxdrwxr-xr-x. 1 sven sven 348 6. Jul 21:06 ./Linux_PCdrwxr-xr-x. 1 sven sven 194 4. Sep 2024 ./.local/lib/python3.12/site-packages/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_macdrwxr-xr-x. 1 sven sven 194 14. Mai 07:59 ./.local/lib/python3.13/site-packages/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_macdrwxr-xr-x. 1 sven sven 172 9….

Weiterlesen Weiterlesen

error: Content is protected !!