Student Webpages on Tux

Requirements: CS Account 

Explanation:  CCI students who have a CS Account are able to host web pages through their CS Account on the tux system (tux.cs.drexel.edu).

Steps:

  1. Log into tux (tux.cs.drexel.edu) using your CS Account credentials
    This will require some kind of a command line terminal with SSH enabled
  2. Locate/move to the "public_html" directory within your home directory
    Example: ~abc123/public_html/
    Note: things in this directory can be accessed through your public Drexel link
  3.  Create/Relocate file in the "public_html" directory and set permission level to 664
    Location Example: ~abc123/public_html/helloWorld.html
    Permission example: chmod 664 /home/abc123/public_html/helloWorld.htm
  4. Access files through public Drexel link
    Path names are determined stemming from your "public_html" directory
    Example: www.cs.drexel.edu/~abc123/helloWorld.html
    index.html files can be used to set base pages for directories including "public_html"