Difference between revisions of "Math Computing Cheat Sheet"
(Created page with "== Email == {|cellpadding="10" |-style="background-color: #dfdfdf" ! width="10%" | Task ! width="30%" | URL ! width="20%" | Your email addresses ! width="40%" | Remarks |- | c...") |
(→Web) |
||
Line 31: | Line 31: | ||
{|cellpadding="10" | {|cellpadding="10" | ||
− | |-style="background-color: #dfdfdf" | + | |- style="background-color: #dfdfdf" |
! width="20%" | Task | ! width="20%" | Task | ||
! width="30%" | URL | ! width="30%" | URL | ||
Line 55: | Line 55: | ||
* make sure the file/folder permissions are right | * make sure the file/folder permissions are right | ||
* read more in the [[Webpage Guide]] | * read more in the [[Webpage Guide]] | ||
+ | |} | ||
+ | |||
+ | == Printing == | ||
+ | |||
+ | === Public Printers === | ||
+ | {|cellpadding="10" | ||
+ | |- style="background-color: #dfdfdf" | ||
+ | ! Queue Name | ||
+ | ! Location | ||
+ | ! Maker & Model | ||
+ | ! Printer Queue URL | ||
+ | |- | ||
+ | | 958_large | ||
+ | | 958 Evans Hall | ||
+ | | Canon iR7095 | ||
+ | | http://printserver.math.berkeley.edu:631/printers/958_large | ||
+ | |- style="background-color: #f0f0f0" | ||
+ | | 958_small | ||
+ | | 958 Evans Hall | ||
+ | | Canon iR6570 | ||
+ | | http://printserver.math.berkeley.edu:631/printers/958_small | ||
+ | |- | ||
+ | | 1002 | ||
+ | | 1002 Evans Hall | ||
+ | | HP P4515 | ||
+ | | http://printserver.math.berkeley.edu:631/printers/1002 | ||
+ | |- style="background-color: #f0f0f0" | ||
+ | | 838 | ||
+ | | 838 Evans Hall | ||
+ | | HP M603 | ||
+ | | http://printserver.math.berkeley.edu:631/printers/838 | ||
+ | |- | ||
+ | | 744 | ||
+ | | 744 Evans Hall | ||
+ | | HP P4515 | ||
+ | | http://printserver.math.berkeley.edu:631/printers/744 | ||
+ | |} | ||
+ | |||
+ | |||
+ | === Printing Tasks === | ||
+ | {|cellpadding="10" | ||
+ | |- style="background-color: #dfdfdf" | ||
+ | ! width="20%" | Task | ||
+ | ! width="30%" | Commands | ||
+ | ! width="50%" | Remarks | ||
+ | |- | ||
+ | | print a document from a GUI application (e.g. standalone PDF reader) | ||
+ | | | ||
+ | * press Ctrl-P (in Unix or Windows) | ||
+ | * press Command-P (in MacOS) | ||
+ | * select the queue name from the above list of public printers | ||
+ | | | ||
+ | * send large jobs to one of Canon printers | ||
+ | * use two-sided printing option (save trees) | ||
+ | * sometimes, a (malformed) PDF document won't print from the web browser, but prints OK from a standalone PDF viewer (e.g. Adobe Reader) | ||
+ | |- style="background-color: #f0f0f0" | ||
+ | | print a document from Unix command line | ||
+ | | | ||
+ | * <tt>lpr -P <u>queue</u> <u>file</u></tt> | ||
+ | | | ||
+ | * replace ''<u>queue</u>'' with the queue name from the above list of public printers | ||
+ | * replace ''<u>file</u>'' with the file path of the document to print | ||
+ | |- | ||
+ | | check the print queue status from Unix command line | ||
+ | | | ||
+ | * <tt>lpq -P <u>queue</u> </tt> | ||
+ | | | ||
+ | * replace ''<u>queue</u>'' with the queue name from the above list of public printers | ||
+ | |- style="background-color: #f0f0f0" | ||
+ | | cancel the job from Unix command line | ||
+ | | | ||
+ | * <tt>lprm <u>job</u></tt> | ||
+ | | | ||
+ | * replace ''<u>job</u>'' with the job number from the above output of ''lpq'' command | ||
+ | * you have to own the ''<u>job</u>'' in order to able to cancel it | ||
+ | |- | ||
+ | | add a printer to personal Windows computer | ||
+ | | | ||
+ | * go to Add Network Printer dialogue | ||
+ | * use the URL from the above list of public printers | ||
+ | * use a proper Postscript driver (see remarks) | ||
+ | | | ||
+ | * it is recommended to download and unpack (not to install) the HP universal Postscript driver for any of the above HP printers | ||
+ | * it is recommended to download and unpack (not to install) the Canon imageRunner Postscript driver for the above Canon printers | ||
+ | |- style="background-color: #f0f0f0" | ||
+ | | add a printer to personal Mac computer | ||
+ | | | ||
+ | * go to the list of printers in System Preferences | ||
+ | * click on + sign | ||
+ | * click on the IP tab | ||
+ | * select IPP protocol | ||
+ | * type ''printserver.math.berkeley.edu'' in Address | ||
+ | * type ''printers/<u>queue</u>'' in Queue | ||
+ | * type ''<u>queue</u>'' in Name | ||
+ | * select Generic Postscript Printer | ||
+ | * click on Add button and check the Duplex Printing Unit | ||
+ | * click on OK button | ||
+ | | | ||
+ | * replace ''<u>queue</u>'' with the queue name from the above list of public printers | ||
+ | * it is recommended to replace the Generic Postscript driver with a more specific one from the print server itself | ||
+ | * for example: | ||
+ | ** download the PPD file http://printserver.math.berkeley.edu:631/printers/1002.ppd | ||
+ | ** go to the printer list in System Preferences | ||
+ | ** select the printer 1002 and click on Options & Supplies | ||
+ | ** click on the Driver tab and select Other... | ||
+ | ** use the downloaded PPD file ''1002.ppd'' | ||
|} | |} |
Revision as of 15:59, 20 August 2013
Task | URL | Your email addresses | Remarks |
---|---|---|---|
create account | https://calmail.berkeley.edu/manage/account/create_account | jane.doe@berkeley.edu |
|
access email | http://bmail.berkeley.edu |
|
|
Web
Task | URL | Remarks |
---|---|---|
read department web pages | http://math.berkeley.edu |
|
edit your official page | /people |
|
create/edit your personal page | /~jdoe |
|
Printing
Public Printers
Queue Name | Location | Maker & Model | Printer Queue URL |
---|---|---|---|
958_large | 958 Evans Hall | Canon iR7095 | http://printserver.math.berkeley.edu:631/printers/958_large |
958_small | 958 Evans Hall | Canon iR6570 | http://printserver.math.berkeley.edu:631/printers/958_small |
1002 | 1002 Evans Hall | HP P4515 | http://printserver.math.berkeley.edu:631/printers/1002 |
838 | 838 Evans Hall | HP M603 | http://printserver.math.berkeley.edu:631/printers/838 |
744 | 744 Evans Hall | HP P4515 | http://printserver.math.berkeley.edu:631/printers/744 |
Printing Tasks
Task | Commands | Remarks |
---|---|---|
print a document from a GUI application (e.g. standalone PDF reader) |
|
|
print a document from Unix command line |
|
|
check the print queue status from Unix command line |
|
|
cancel the job from Unix command line |
|
|
add a printer to personal Windows computer |
|
|
add a printer to personal Mac computer |
|
|