Use SSH to make coursework folders on Eden

Note: Don't use spaces or upper-case letters in file names!
  1. Open Firefox. This will be the browser we use for all class demos, exercises, and tutorials, at least in the first part of the semester. Later we will experiment with Internet Explorer and some of its features and peculiarities. But for now, let's stick with Firefox.
  2. Open SSH Secure File Transfer Client on your computer and
    1. click on "Quick Connect"
    2. for "Host Name" enter www.eden.rutgers.edu
    3. enter your Eden username
    4. click "Connect" and enter your password.
  3. Check the Remote (right) side of the SSH window for a "public_html" folder.
  4. Create a "public_html" folder there if you don't have one already — see the GetIT SSH Tutorial for help. Note that public_html must be spelled exactly that way: lower-case letters with an underscore (no quote-marks).
  5. Check that your "public_html" folder's permissions are 755.
  6. In your "public_html" folder make a "425" folder — and set its permissions to 755.
  7. In your "425" folder make a "hw" folder (where you'll store your homework) — and set its permissions to 755.
  8. Double-check that you didn't use spaces or upper-case letters in your filenames!
  9. Check that everything worked: in a browser, enter
    http://www.eden.rutgers.edu/~your username/425
    You should see your "hw" folder listed inside your "425" folder.
  10. next, in your "hw" folder makes an "img" folder and set its permissions also to "755".
  11. This should appear in a browser window when you enter
    http://www.eden.rutgers.edu/~your username/425/hw/
  12. Next, in your "425" folder make a "drafts" folder (where you'll store your web pages until the midterm) — and set its permissions to 755.
  13. Check that everything worked as in step 8
  14. Finally, in your "drafts" folder makes an "img" folder and set its permissions also to "755".
  15. This should appear in a browser window when you enter
    http://www.eden.rutgers.edu/~your username/425/drafts/

 

return to schedule

 

SSH and Folder Management Exercise

  1. Open this page in Firefox
  2. Save the page (this HTML file) (Ctrl + S) to the desktop of your computer
  3. Check that you now have a file named "crashmo.htm" and an associated folder of "crashmo_files" on your desktop
  4. Copy "crashmo.htm" and the associated folder from your desktop to the "drafts" folder you made on Eden
  5. Set the permissions for the file, the associated folder, and the two images inside the folder to "755"
  6. Open your online (= Eden) copy of the page in a new window or tab in Firefox; the page should be visible at
    http://www.eden.rutgers.edu/~your username/425/drafts/crashmo.htm
    Note: Do not use SSH to open the file! (Never use SSH to open remote files!!)
  7. Check that the page you opened in the new tab or window is identical to the one you started with at crashmo.htm (i.e., both images should be visible)
  8. If the page is not identical re-check the permissions for the file, the associated folder, and the two images inside the folder
  9. Repeat step 7 until the page displays correctly
  10. Let the instructor know when you've finished the exercise

 

return to schedule
~Jonathan Bass
Web Authoring - Fall 2007