HP printer interactive setup
This commit is contained in:
parent
5f9a449446
commit
f67c6b9dc0
1 changed files with 6 additions and 0 deletions
6
how_to
6
how_to
|
@ -372,6 +372,12 @@ Use scanner from command line
|
||||||
Example to scan US letter in good quality
|
Example to scan US letter in good quality
|
||||||
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
|
||||||
|
|
||||||
|
Setup printer
|
||||||
|
HP:
|
||||||
|
Use hplip's interactive CLI to configure CUPS (USB/Network):
|
||||||
|
hp-setup -i
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue