Small text tweaks
This commit is contained in:
parent
031a6e929e
commit
24db58420f
1 changed files with 3 additions and 3 deletions
6
how_to
6
how_to
|
@ -330,9 +330,9 @@ Use scanner from command line
|
|||
scanimage --device "plop" --resolution 300 --format jpeg -y 280 --mode Color > whatevs.jpg
|
||||
|
||||
Remote presentation tool:
|
||||
ssh slides-machine
|
||||
ssh <slides-machine>
|
||||
while read -r; do DISPLAY=:0 xdotool getactivewindow key space; done
|
||||
# Just press space to get the next slide
|
||||
# Just press enter to get the next slide
|
||||
# Perfect with an android phone
|
||||
|
||||
Suckless sent:
|
||||
|
@ -565,7 +565,7 @@ Maildir tweaking:
|
|||
# ${f##*/} removes path prefix.
|
||||
# ":2,S" is a maildir suffix (S=seen)
|
||||
|
||||
Install 64 bits kernel on 32 bits system (bad idea)
|
||||
Install 64 bits kernel on 32 bits system (and 64 bits hardware) (bad idea)
|
||||
wiki.archlinux.org/index.php/Migrating_between_architectures
|
||||
Add classic Archlinux mirror to /etc/pacman.d/mirrorlist
|
||||
/!\ format is /$repo/os/$arch
|
||||
|
|
Loading…
Reference in a new issue