Report this

What is the reason for this report?

How can I print on a local printer from the lp command on my droplet?

Posted on February 12, 2016

QUESTION: I’m developing shell programs on my droplet. How can I print them directly to my home printer rather than have to download the files for printing?

ANSWER: Set up the connection to the droplet with ssh -R 6311:localhost:631 userid@dropletIPaddress then print with print -o5 filename | lpr -H localhost:6311 For this to work you MUST have Apple’s form of cups installed to get the right lp command. So before printing do apt-get install cups-bsd

(After discovering this I couldn’t figure out how to pass it around to the rest of the community so I just made it a question and provide the answer. – Dick S.)



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Thanks, for making such a post here I got the perfect solution for my printer. for this solution, I am worried from a long time and also try to connect with Canon printer offline that keep me update but here I find the technical assistance from you.

Hey There seabrook2015,

Wow, that is not one I thought I’d ever see…how to print from a droplet. Awesome job getting it working!

–Andrew

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.