How to Publish Your Home Page on this Server

Anyone with an account on the CS Department Undergraduate Computing Laboratory systems may publish a home page on the World Wide Web. To do this, simply create a subdirectory public_html of your home directory, and make sure that both this directory and your home directory are "world readable". Then, create a file called index.html or Welcome.html in this directory. This file will automatically be presented by the server at the URL:
http://www.ug.cs.sunysb.edu/~yourname
Please keep in mind that anything you place under the public_html directory is potentially accessible to anyone on the Internet.

webmaster@ug.cs.sunysb.edu