User Tools

Site Tools


linux_bash

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_bash [2022/03/02 13:37]
topmin
linux_bash [2025/05/02 21:53] (current)
rklein
Line 1: Line 1:
 === MyFAQ === === MyFAQ ===
 +
 + [[kdemime|Mime Handler unter KDE]]
 + 
 +[[aboutsystemd]]
  
  
Line 10: Line 14:
  -l nur datei namen anzeigen  -l nur datei namen anzeigen
  -v suche invertieren  -v suche invertieren
 +
 +== Hints um Kamera-Button zu mappen ==
 +
 +https://unix.stackexchange.com/questions/103230/capturing-key-input-from-events-device-and-mapping-it-toggle-touchpad-key-is-un
 +
 +https://github.com/sezanzeb/input-remapper
 +
 +== loop through files ==
 +for f in *.jpg; do cwebp -q 80 $f -o "${f%%.*}.webp"; done
  
 == RASPI == == RASPI ==
Line 18: Line 31:
  
 [[http://blog.wenzlaff.de/?p=2643|Backup 2]] [[http://blog.wenzlaff.de/?p=2643|Backup 2]]
 +
 +[[etoken]]
 +
 +[[https://blog.gc2.at/post/zram/|zram mit nur 100mb]]
 +
 +[[https://haydenjames.io/raspberry-pi-performance-add-zram-kernel-parameters/|configure zram]]
 +
 +[[https://pimylifeup.com/raspberry-pi-zram/|configure zram with script]]
 +
 +[[https://galaxy.ansible.com/gantsign/zswap|ansible role for zswap]]
 +
 +[[https://www.pcwelt.de/ratgeber/Raspberry-Pi-Schneller-dank-Logdateien-im-RAM-11047025.html|use zram for logging]]
linux_bash.1646224642.txt.gz ยท Last modified: 2022/08/09 15:20 (external edit)