Stop double-sided printing (OsX)
Some printer drivers do not give the option to set/choose double-sided printing, or the option when set is not sticky. The way to correct is to use the cups interface: http://localhost:631 You will need an Administrator username and password to save the changes. ADDENDUM: Setting up remote cups access You can manage the cups interface remotely by implementing the following settings. 1. ssh into the target computer 2. sudo -s (become superuser) 3. cupsctl WebInterface=yes (enable web interface) 3. cp /etc/cups/cupsd.conf /etc/cups/cupsd.conf.bak 4. vi cupsd.conf Replace everything from "Port 631" down to
Was this article helpful?