]> sipb.mit.edu Git - wiki.git/blob - doc/cups-on-mac.mdwn
Fix wacky period typography
[wiki.git] / doc / cups-on-mac.mdwn
1 cluster-printers.mit.edu is the MIT-run server for the Common Unix Printing System, the
2 native printing system on Apple and Ubuntu (in fact, Apple bought out
3 CUPS, Inc. recently...).
4
5 To make your Mac print to cluster-printers.mit.edu, run the
6 following commands at a Terminal:
7
8         echo BrowseProtocols cups | sudo tee -a /etc/cups/cupsd.conf
9         echo BrowsePoll cluster-printers.mit.edu | sudo tee -a /etc/cups/cupsd.conf
10         sudo launchctl stop org.cups.cupsd && sudo launchctl start org.cups.cupsd
11
12 You need to do this from an administrator account. Provide your login password when asked.
13
14 If you're using Mac OS X 10.4 Tiger, when you go to a print dialog, "Shared Printers" will pop out and list all the public cluster and dorm printers at MIT.
15
16 If you're using Mac OS X 10.5 Leopard, print queues aren't added automatically. If you go to System Preferences, choose Print & Fax, and select the "+" icon to add a new printer, all cluster and dorm printers on campus are listed under the "Default" tab at the top.