By seabrook2015
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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.