]> sipb.mit.edu Git - wiki.git/commitdiff
(no commit message)
authorGeoffrey Thomas <geofft@mit.edu>
Sat, 27 Sep 2008 04:31:15 +0000 (23:31 -0500)
committerTrac <sipb-www@mit.edu>
Sun, 1 Feb 2009 07:24:56 +0000 (02:24 -0500)
doc/CupsOnMac [new file with mode: 0644]

diff --git a/doc/CupsOnMac b/doc/CupsOnMac
new file mode 100644 (file)
index 0000000..d604431
--- /dev/null
@@ -0,0 +1,8 @@
+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.
+
+To make your Mac (10.5, at least) print to cups.mit.edu, run the following commands at a Terminal: {{{
+echo BrowsePoll cups.mit.edu | sudo tee -a /etc/cups/cupsd.conf
+sudo SystemStarter restart PrintingServices
+}}}
+
+You need to do this from an administrator account. Provide your login password when asked.
\ No newline at end of file