]> sipb.mit.edu Git - wiki.git/blob - doc/CupsOnMac
d6044319c7d2620607112f75346981c82adeb218
[wiki.git] / doc / CupsOnMac
1 CupsMitEdu is a server using the CommonUnixPrintingSystem, the native printing system on Apple and Ubuntu (in fact, Apple bought out CUPS, Inc. recently...). MIT uses LPRng, which is an older printing system, but SIPB runs a CUPS server to make it easier to print from Mac OS and Linux.
2
3 To make your Mac (10.5, at least) print to cups.mit.edu, run the following commands at a Terminal: {{{
4 echo BrowsePoll cups.mit.edu | sudo tee -a /etc/cups/cupsd.conf
5 sudo SystemStarter restart PrintingServices
6 }}}
7
8 You need to do this from an administrator account. Provide your login password when asked.