Browse Source

Small text tweaks

master
lhark 6 years ago
parent
commit
24db58420f
  1. 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 scanimage --device "plop" --resolution 300 --format jpeg -y 280 --mode Color > whatevs.jpg
Remote presentation tool: Remote presentation tool:
ssh slides-machine ssh <slides-machine>
while read -r; do DISPLAY=:0 xdotool getactivewindow key space; done 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 # Perfect with an android phone
Suckless sent: Suckless sent:
@ -565,7 +565,7 @@ Maildir tweaking:
# ${f##*/} removes path prefix. # ${f##*/} removes path prefix.
# ":2,S" is a maildir suffix (S=seen) # ":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 wiki.archlinux.org/index.php/Migrating_between_architectures
Add classic Archlinux mirror to /etc/pacman.d/mirrorlist Add classic Archlinux mirror to /etc/pacman.d/mirrorlist
/!\ format is /$repo/os/$arch /!\ format is /$repo/os/$arch

Loading…
Cancel
Save