From c6aaaf258149dc3799fcb3f2f7468dac10bbf8a9 Mon Sep 17 00:00:00 2001 From: Geoffrey Thomas Date: Fri, 26 Sep 2008 23:31:15 -0500 Subject: [PATCH 1/1] --- doc/CupsOnMac | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/CupsOnMac diff --git a/doc/CupsOnMac b/doc/CupsOnMac new file mode 100644 index 0000000..d604431 --- /dev/null +++ b/doc/CupsOnMac @@ -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 -- 2.44.0