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/09/23 10:34]
rklein
linux_bash [2025/05/02 21:53] (current)
rklein
Line 1: Line 1:
 === MyFAQ === === MyFAQ ===
 +
 + [[kdemime|Mime Handler unter KDE]]
 + 
 +[[aboutsystemd]]
  
  
Line 11: Line 15:
  -v suche invertieren  -v suche invertieren
  
 +== Hints um Kamera-Button zu mappen ==
  
-== loop through files+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 for f in *.jpg; do cwebp -q 80 $f -o "${f%%.*}.webp"; done
  
Line 26: Line 35:
  
 [[https://blog.gc2.at/post/zram/|zram mit nur 100mb]] [[https://blog.gc2.at/post/zram/|zram mit nur 100mb]]
 +
 [[https://haydenjames.io/raspberry-pi-performance-add-zram-kernel-parameters/|configure zram]] [[https://haydenjames.io/raspberry-pi-performance-add-zram-kernel-parameters/|configure zram]]
  
linux_bash.1663922089.txt.gz · Last modified: 2022/09/23 10:34 by rklein