Other CS Systems

Once you Login to Titan you will be able to access other Computer Science systems by SSHing to the system name.

Example:

ssh langs

will log you into the langs system.

Some brief information about the other systems is below. You must have a CS account before you can access any of these systems. If you cannot login to Titan you will not be able to login to the other systems.

langs (langs.cs.uregina.ca)

The langs (languages) system will provide you with a few different programming languages you can use to write code.The languages that are currently provided are:

  • C/C++
  • gprolog
  • java ( 8, 11, 17) via openJDK
  • python 3.8 and 3.9
  • LISP
  • Perl
  • Golang

os1 (os1.cs.uregina.ca) and os2 (os2.cs.uregina.ca)

The OS1 and OS2 systems are mainly used for CS 330 class. They are both configured to be able to support all the CS 330 class and lab work.

webdev (webdev.cs.uregina.ca)

The webdev system is used for developing PHP applications with a local MySQL database. It is typically used in CS 215 class but can be used by anyone. You require a php_web directory in you home directory for the web portion to be served correctly. You will have to connect to this system directly if you need to access your MySQL database on the system.