Setup -Terminal
Connecting to the Linux Lab is perhaps easiest on a Macintosh computer because no tools need to be installed. Everything you need is built right into the OS-X platfrom with the Terminal program. To get this to work on your Macintosh, please follow these steps:
-
Go to your Applications folder, then scroll down to Utilities. There you will find an Application called "Terminal". Double-click to launch that application. (You may want to drag this icon to your dock at the bottom of the screen to make launching a terminal easier in the future.)
-
Once this appication is running, if you don't see a window, press ⌘-N (Command-N) to open a new Terminal window. Once the window is open, type the following SSH command to connect to the linux lab.
Make sure you replace "yourname" with your username and "the.computer.ip.address" with the I.P. address you copied down from the lab earlier. Note that we're using a capital X and a lowercase p in this command.
ssh -X yourname@the.computer.ip.address -p 215
The host name (IP address) needs to
157.201.194.xxx
where the “xxx
” is replaced by one of the values201
to210
. For example:157.201.194.207
Once you pick one of the 10 machines to use, you will probably always use that system. If at some point, you are having problems getting a connection to the Linux Lab, you might change your configuration to use a different system (157.201.194.201
through157.201.194.210
) to see if the entire lab is down, or if just the system you are trying to use is down. For example, if I choose157.201.194.210
and my netID wascode4ever
, then I would type:ssh -X code4ever@157.201.194.210 -p 215
-
Press Enter to connect to execute the command. The first time you do this you will be asked if you want to trust the machine. Type yes and press enter. Once you type your password and press enter again, you will be connected to the lab.
-
You can now open an emacs window by typing emacs and pressing enter. If everything is working properly, an emacs window will appear on your desktop. You can interact with this window using your mouse and keyboard, just as you do in the lab.
There are several other tools available to Macintosh users:
- SSH: Using the terminal shell
- textWrangler: Installing, configuring, and tips
- Xcode: Downloading, adding files, and setting up. There is also the following tutorial for using X-Code: Xcode setup for Macintosh computer
- cyberDuck: Coping files to your hard disk.