To log into the Unix systems from Spencer Lab:
- Open puTTY (search from the start menu). It may take a minute to open.
- In the window that opens:
- host: strauss.udel.edu
- port: 22
- Connection type: SSH
- A security alert window may pop up. If it does, click "yes".
- In the login window, enter your UdelNetID, e.g. mine would be
tharvey
5) type the name of the editor you choose, either pico or emacs or
vi. The program (except vi) will offer a tutorial or help to begin.
Connect from a Mac
Connect from Windows
UD help page on Unix
Unix set up & startup files
Basic Unix commands:
http://mally.stanford.edu/~sr/computing/basic-unix.html
Basic Unix tutorial:
http://people.ischool.berkeley.edu/~kevin/unix-tutorial/toc.html
Unix Shell commands to know:
cd
cp
mv
rm
chmod
mkdir
rmdir
ls
pwd
How do I get an image into my directory on a UD Unix machine so that my web page can refer to it?
Hard core: Use sftp (Secure File Transfer Protocol) in the shell to push a file to another machine.
Windows: Download PuTTY from UDeploy. It comes with a divided window that allows you to drag files back and forth between your local machine and the remote one. Make sure you put it into the correct directory and change the permissions.
Mac: Download Fetch from UDeploy. It allows you to drag files back and forth between your local machine and the remote one. Make sure you put it into the correct directory and change the permissions.