Difference between revisions of "Math Computing Cheat Sheet"
m (→Public Printers) |
(→Public Unix Servers) |
||
Line 207: | Line 207: | ||
* faculty and long term visitors may send the office number and MAC address of their computer to [mailto:request@math.berkeley.edu request@math.berkeley.edu] (it takes about 15 min to complete the request upon receiving your email) | * faculty and long term visitors may send the office number and MAC address of their computer to [mailto:request@math.berkeley.edu request@math.berkeley.edu] (it takes about 15 min to complete the request upon receiving your email) | ||
* alternatively, register your computer campus wide via IST network device registration [https://net-sec2.berkeley.edu/cgi-bin/dhcp_registration/dhcp_add_mac.pl page] (registering a MAC address does not mean an immediate access to the network — please be patient) | * alternatively, register your computer campus wide via IST network device registration [https://net-sec2.berkeley.edu/cgi-bin/dhcp_registration/dhcp_add_mac.pl page] (registering a MAC address does not mean an immediate access to the network — please be patient) | ||
+ | |} | ||
+ | |||
+ | == Public Unix Servers == | ||
+ | |||
+ | {|cellpadding="10" | ||
+ | |- style="background-color: #dfdfdf" | ||
+ | ! width="10%" | Name | ||
+ | ! width="15%" | Resources | ||
+ | ! width="20%" | Purpose | ||
+ | ! width="55%" | Remarks | ||
+ | |- | ||
+ | | login.math.berkeley.edu | ||
+ | | 8 CPU cores, 12GB RAM | ||
+ | | SSH gateway | ||
+ | | | ||
+ | ; Good for | ||
+ | * Unix shell command line interface (CLI) | ||
+ | * Text editing, emailing, Tex/LaTeX writing | ||
+ | * Worldwide AFP and SFTP access to file server | ||
+ | * Access to personal web pages ''~/public_html'' | ||
+ | ; Not so good for | ||
+ | * Any serious computing | ||
+ | * Graphics user interface (GUI) | ||
+ | |- style="background-color: #f0f0f0" | ||
+ | | beyonce.math.berkeley.edu | ||
+ | | 8 CPU cores, 32GB RAM | ||
+ | | Virtual desktop (thin client server) | ||
+ | | | ||
+ | ; Good for | ||
+ | * Ubuntu graphics user interface (GUI) access | ||
+ | * Internet browsing, emailing, Tex/LaTeX writing | ||
+ | * Interactive scientific computing | ||
+ | * Access to commercial scientific software | ||
+ | * Worldwide GUI access (via NX client) | ||
+ | ; Not so good for | ||
+ | * High performance computing | ||
+ | |- | ||
+ | | keira.math.berkeley.edu | ||
+ | | 8 CPU cores, 32GB RAM | ||
+ | | Virtual desktop (thin client server) | ||
+ | | | ||
+ | ; Good for | ||
+ | * Ubuntu graphics user interface (GUI) access | ||
+ | * Internet browsing, emailing, Tex/LaTeX writing | ||
+ | * Interactive scientific computing | ||
+ | * Access to commercial scientific software | ||
+ | * Worldwide GUI access (via NX client) | ||
+ | ; Not so good for | ||
+ | * High performance computing | ||
+ | |- style="background-color: #f0f0f0" | ||
+ | | appsa.math.berkeley.edu | ||
+ | | 64 CPU cores, 256GB RAM | ||
+ | | High performance computing | ||
+ | | | ||
+ | ; Good for | ||
+ | * Parallel computing | ||
+ | * Non-interactive computational jobs (via ''screen'' utility) | ||
+ | * CLI access to scientific (including commercial) software | ||
+ | * Application programming: C/C++, Fortran, Python, R, etc. | ||
+ | * Temporary storage of massive computational data | ||
+ | ; Not so good for | ||
+ | * GUI computing | ||
|} | |} |
Revision as of 16:27, 1 May 2015
Contents
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/path-to-your-page |
|
create/edit your personal page | /~your-unix-login |
|
Printing
Public Printers
Queue Name | Location | Maker & Model | Printer Queue URL |
---|---|---|---|
958_large | 958 Evans Hall | Canon iR-ADV 8295 | http://printserver.math.berkeley.edu:631/printers/958_large |
958_small | 958 Evans Hall | Canon iR-ADV 6275 | http://printserver.math.berkeley.edu:631/printers/958_small |
1002 | 1002 Evans Hall | HP LaserJet M602 | http://printserver.math.berkeley.edu:631/printers/1002 |
838 | 838 Evans Hall | HP LaserJet M603 | http://printserver.math.berkeley.edu:631/printers/838 |
744 | 744 Evans Hall | HP LaserJet 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 |
|
|
Network
Network | Type | URL | Remarks |
---|---|---|---|
CalVisitor | public WiFi | http://ist.berkeley.edu/airbears/calvisitor |
|
AirBears2 | private WiFi | http://ist.berkeley.edu/airbears |
|
eduroam | private WiFi | http://ist.berkeley.edu/airbears |
|
Ethernet | wired | http://www.net.berkeley.edu/dhcp/ |
|
Public Unix Servers
Name | Resources | Purpose | Remarks |
---|---|---|---|
login.math.berkeley.edu | 8 CPU cores, 12GB RAM | SSH gateway |
|
beyonce.math.berkeley.edu | 8 CPU cores, 32GB RAM | Virtual desktop (thin client server) |
|
keira.math.berkeley.edu | 8 CPU cores, 32GB RAM | Virtual desktop (thin client server) |
|
appsa.math.berkeley.edu | 64 CPU cores, 256GB RAM | High performance computing |
|