hi all .

i have a printher(DCP-J925N) that cups does not support.
but archlinux can make it usable
 (by https://github.com/nozaki87/brotherdcpj925n/blob/master/PKGBUILD) .

openbsd's cups can do make pdf .
so i sent the pdf file to archlinux by scp .

and i do ssh to archlinux and lp the pdf file  .

shell script is the followings.
cat scp+ssh.bat
------------
scp X.pdf  toto@192.168.8.12:/home/toto
ssh           toto@192.168.8.12

and on archlinux
lp X.pdf

---
regards

Reply via email to