We use a Linux server at sanbox.mc.edu to host
web pages. Linux is a Unix clone.
We need to know a bit about using the server, and getting files
to and from it.
Linux/Unix is a time sharing system, often used as a server.
You can usually do what you need from Windows, but it can be
very convenient to have a few Unix commands.
Logging in.
Use a program called putty to log in.
Installed on the lab computers.
Putty is a free program. If you would like a copy, you can find it
here.
Double click it. Fill in the name of the computer to connect to,
sandbox.mc.edu.
Fill in your login name and password.
You might want to use the ssh protocol.
After you get on, use passwd to change your password.
Optional: chfn
Sandbox operates as a command-line system.
Creating a text file. Use pico or another editor. Create a file with any contents.
Listing files: ls.
Printing files: lpr, or pr | lpr Works from labs on campus
Viewing files: more.
Copying files: cp.
Deleting files rm.
Finding out about commands: man, man -k.
Creating a web directory. (Directory is Unixese for “folder.”)
On Sandbox, web files go in a directory named local_html.