CSCI 397: Tools for the Software Lifecycle and Beyond
Skip to main content.

Resources

If you have suggestions for resources, let me know.

Linux/Unix

SSH

You should use the lab to do most of your work for this class. You can use the lab whenever a class isn't using it. However, if you must, you can access your Linux account remotely using SSH. Since you can always use the lab, we do not provide much support in your use of SSH.

SSH is a network protocol that allows you to remotely connect to your Linux account on the machine pascal.cs.wlu.edu securely.

Software

If you use Mac OS X, ssh is on your machine automatically. To ssh into your Linux account, open a terminal and use the command ssh -XY username@fred.cs.wlu.edu

You can download and install an ssh tool on Windows. Right now, I only know of one free SSH tool. If you know of others, email me so I can update this page.

You will configure PuTTY to connect to the machine called fred.cs.wlu.edu

Eclipse

Presentation Resources

Writing Resources

HTML and CSS

Other Programming Resources

UNIX/Linux