CSS 263/342/343 Software Information
Welcome to our collection of facts and links for various software that
is relevant to our course.
Compilers
Secure Shell Clients
Our Linux machines do not support telnet/rlogin/rsh/ftp, as
they are security risks. In a nutshell, those commands require you to
send your login ID and password across the net unencrypted, for all to
see. Additionally, everything you do while logged in using those
commands would be unencrypted. Instead, our machines support secure shell
(ssh), a program which allows you to connect with encryption. The
C&C Unix machines also require ssh.
There are a number of client programs you can now legally use
to connect via ssh, including:
-
MacSSH and
NiftyTelnet
SSH for MacOS 9 and less (MacOS X comes with a Unix ssh
implementation),
-
Teraterm SSH (for
Windows),
-
and a number of other implementations
linked to via the abovementioned SSH
Resource Page. You should also refer to the C&C
UWICK
or
security
web pages for local information about such software.
Other Software
-
We have a handy, one-page quick reference
card for the emacs editor.
-
Here is the tar manual page, telling all
about using this command to make a single file out of many. For the
curious, "tar" is short for "tape archiver". If you are in a directory
and want to create a tar file containing its contents, use "tar
cvf ../tarfile.tar *" (note that we create the file in the parent
directory; otherwise, the tar file will contain an incomplete copy of
itself, and will get overwritten when un-tarred).
-
To obtain the GSview Postscript viewer and the Ghostscript Postscript
interpreter, go to their
home page. You will need both to preview under MS-Windows
or Linux.
Return to the CSS342 home page.
Last modified: Wed Oct 10 10:14:38 PDT 2007