Difference between revisions of "Services"
Jump to navigation
Jump to search
Mail
m |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | These are the computer and network services that the CS department provides | + | These are the computer and network services that the CS department provides. |
− | == | + | == CS services == |
− | |||
− | |||
− | == | + | === Web === |
− | |||
− | |||
− | + | We serve webpages over HTTP and HTTPS. | |
− | |||
− | |||
− | == Mail | + | * Department home page is accessible [https://cs.earlham.edu here]. |
− | === | + | * User home pages are also available. Anything placed in ~username/www will appear at <code>https://cs.earlham.edu/~username/</code>. |
− | * Our mail transport server runs at | + | |
− | * You can also use a mail reader such as [http://www.mozilla.org/products/thunderbird Thunderbird] or [http://office.microsoft.com/en-us/FX010857931033.aspx Microsoft Outlook] and use | + | === SSH === |
− | === IMAP/POP2/POP3 === | + | |
− | * Our IMAP and POP services run on | + | SSH services run on all machines. This provides encrypted shell access to any machine, along with other encrypted services. |
+ | |||
+ | * Each cluster and CS have only one or two servers at any given time that are accessible from outside the CS and cluster subnets. | ||
+ | * For information on how to login to machines remotely, see [[Remote Access|this page]]. | ||
+ | |||
+ | === Mail === | ||
+ | |||
+ | Mail includes SMTP, IMAP, POP2, and POP3. | ||
+ | |||
+ | ==== SMTP ==== | ||
+ | * Our mail transport server runs at mail.cs.earlham.edu. | ||
+ | * You can also use a mail reader such as [http://www.mozilla.org/products/thunderbird Thunderbird] or [http://office.microsoft.com/en-us/FX010857931033.aspx Microsoft Outlook] and use mail.cs.earlham.edu as your mail server. Make sure you use the mail submission port (587) rather than the mail transport port (25). '''It is also highly recommended that you enable TLS (encrypted) communications.''' | ||
+ | |||
+ | ==== IMAP/POP2/POP3 ==== | ||
+ | * Our IMAP and POP services run on mail.cs.earlham.edu. | ||
* '''When using any mail reader, it is highly recommended that you use our secure IMAP or POP3 services, which run on ports 993 and 995, respectively.''' | * '''When using any mail reader, it is highly recommended that you use our secure IMAP or POP3 services, which run on ports 993 and 995, respectively.''' | ||
− | |||
− | |||
− | == | + | === Databases === |
− | * We operate open-source [http://www.postgresql.org Postgres] and [http://www.mysql.com MySQL] RDBMSs on | + | * We operate open-source [http://www.postgresql.org Postgres] and [http://www.mysql.com MySQL] RDBMSs on Bowie. If you require a database, [[SysadminContactInfo|contact]] the systems administrators. |
− | + | ||
+ | == Scientific and research computing == | ||
+ | |||
+ | We run a collection of systems for scientific and research computing, collectively the cluster services in the cluster.earlham.edu domain. Information about these systems and their associated services can be found [[Getting_started_on_clusters|on this page]]. |
Latest revision as of 08:33, 15 July 2021
These are the computer and network services that the CS department provides.
Contents
CS services
Web
We serve webpages over HTTP and HTTPS.
- Department home page is accessible here.
- User home pages are also available. Anything placed in ~username/www will appear at
https://cs.earlham.edu/~username/
.
SSH
SSH services run on all machines. This provides encrypted shell access to any machine, along with other encrypted services.
- Each cluster and CS have only one or two servers at any given time that are accessible from outside the CS and cluster subnets.
- For information on how to login to machines remotely, see this page.
Mail includes SMTP, IMAP, POP2, and POP3.
SMTP
- Our mail transport server runs at mail.cs.earlham.edu.
- You can also use a mail reader such as Thunderbird or Microsoft Outlook and use mail.cs.earlham.edu as your mail server. Make sure you use the mail submission port (587) rather than the mail transport port (25). It is also highly recommended that you enable TLS (encrypted) communications.
IMAP/POP2/POP3
- Our IMAP and POP services run on mail.cs.earlham.edu.
- When using any mail reader, it is highly recommended that you use our secure IMAP or POP3 services, which run on ports 993 and 995, respectively.
Databases
- We operate open-source Postgres and MySQL RDBMSs on Bowie. If you require a database, contact the systems administrators.
Scientific and research computing
We run a collection of systems for scientific and research computing, collectively the cluster services in the cluster.earlham.edu domain. Information about these systems and their associated services can be found on this page.