This is an old revision of the document!
The School of Computer Science is running:
Linux Account eligibility:
If you need to create a linux account or simply want to change your linux password (online account system link):
http://www.scs.carleton.ca/webacct/
More information on creating a linux account can be found here: Account Creation Instructions
There are two ways to enter the SCS Lambda Linux network:
The simplest way to log into the SCS Linux network is to log into any SCS lab machine then:
This will give you full remote desktop style interface using the X-Emulator X-Win32.
Putty is an ssh client that is available free of charge for Windows. With putty you can log into the SCS linux/lambda network. Putty provides a command line / text-only environment (no graphics). If you use the external access host access.scs.carleton.ca as the gateway then you should ssh to one of the lambda[01..12]s. Note that access.scs.carleton.ca does not have a large variety of programs installed.
X-Win32 is a Windows X-emulator application. It allows you to launch graphical/X11 linux applications and display them on a Windows machine. X-win32 is installed in the SCS Windows labs 1).
The X-Win32 application can be run in many ways, two of them are as follows:
You can start X-win32 and then use putty-ssh to launch applications from linux. The way you can do this is as follows:
Then you can spawn off programs on the putty command line, example: 'xterm &' and they should pop-up on your Windows environment.
You can run X-Win32 in XDMCP mode that will allow you to login to the lambda machines remotely. This gives you the same environment as if you were sitting in front of the linux terminal, similar to remote desktop under Windows.
You can configure X-Win32 to run a remote linux session as follows:
The lambda machines are behind the SCS firewall, to access them remotely you need to login to the SCS gateway access.scs.carleton.ca.
To log into the lambda's remotely use your favorite ssh client and lambda:
ssh access.scs.carleton.ca -l jdoe
[jdoe@access ~]$ ssh lambda07
============================================================
__ Welcome to the SCS __ __
/\ \ /\ \ /\ \
\ \ \ __ ___ ___\ \ \____ \_\ \ __
\ \ \ __ /'__`\ /' __` __`\ \ '__`\ /'_` \ /'__`\
\ \ \L\ \/\ \L\.\_/\ \/\ \/\ \ \ \L\ \/\ \L\ \/\ \L\.\_
\ \____/\ \__/.\_\ \_\ \_\ \_\ \_,__/\ \___,_\ \__/.\_\
\/___/ \/__/\/_/\/_/\/_/\/_/\/___/ \/__,_ /\/__/\/_/
Linux Network
Questions: support@scs.carleton.ca
Online: http://www.scs.carleton.ca/nethelp/
============================================================
lambda07:~>
Do you receive the following error?
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that the RSA host key has just been changed. The fingerprint for the RSA key sent by the remote host is 64:1f:1e:50:76:f1:5d:d3:ff:d0:93:4c:e8:73:a9:56. Please contact your system administrator. Add correct host key in /home/4user1/hsimpson/.ssh/known_hosts to get rid of this message. Offending key in /home/4user1/hsimpson/.ssh/known_hosts:21 RSA host key for lambda01 has changed and you have requested strict checking. Host key verification failed.
This is due to a software and hardware upgrade. What you need to do is ssh to access.scs.carleton.ca and then delete the file ~/.ssh/known_hosts and the ssh key will be re-generated 2).
There is a process killer installed on the lambda network. It runs once a day and checks for all processes that are:
If it meets the above criteria it will kill the process.
The nice command assigns a low priority number to your process. Say you want to run your program called my_program then you can run your program nice'd as follows:
nice my_program
If you already have a running process you can renice it. 3)
Here are some of the specs for the Linux Network hardware: