Account Information

 

An account has been created for you on our Linux server. The name of your account is your last name, and your password is your first name.

 

You can connect to this account via Putty, which is on the desktop of all lab computers. You can download putty.exe (there’s no installation program) for free at http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html.

 

You can also do file transfer using an sftp program like WINSCP2. You can download this for free at http://winscp.sourceforge.net/eng/

 

When you start putty, you’ll need to click the ssh button and enter either the internal (192.168.100.98) or the external  (66.195.8.98) IP address.

 

 


Then, when prompted, entered your user login and password. Note that the password is not echoed when you type it:

 

 

 

Once you’re connected, you can issue the passwd command to change your password if you want.

 

To connect to your public_html directory, the command is:

 

cd public_html

 

To see a listing of files in your directory, it’s:

 

ls –l

 

To open the emacs editor, it’s

 

emacs filename.php

 

Once in emacs you can type and use arrow keys to move around. Ignore the top menu.

 

To quit emacs and save your work, type cntl-X followed by cntl-C. You’ll then type y to save and exit.

 

To exit from the server, enter exit or click the close box for putty.

 

To look at your files using a browser, enter this in the address field:

 

http://192.168.100.98/~accountname/filename

 

or

 

http://66.195.8.98/~accountname/filename

 

 

To transfer files to your account, you’ll need to use an sftp program such as WINSCP2. Use port 22. You can download this for free at http://winscp.sourceforge.net/eng/