|
Home > Help Files > Web > Personal Homepage Basics
Personal Homepage Basics
- Please read one or more of the following documents:
- Ssh to kepler.berkeley.edu
You can Download the latest SSH here.
- Make your home directory searchable by all
 unix% chmod a+x ~/
Create your Web directory
 unix% mkdir ~/public_html
Make your Web directory accessible to everyone
 unix% chmod a+rx ~/public_html
Remember to make ALL newly created Web files and directories accessible to everyone.
e.g. after you create one or more of them
  unix% chmod a+r ~/public_html/new-web-file.html
  unix% chmod a+rx ~/public_html/new-web-directory
- Manually create your homepage using pico
Be sure to name your main Web home page ~/public_html/index.html .
- OR, upload your webpage by following these instructions
- Depending on your department, send mail to
webmaster@me.berkeley.edu or
webmaster@mse.berkeley.edu
to be added to one of the global
lists, specifying your Web address
(e.g. http://www.me.berkeley.edu/~johndoe) and name (e.g. John Doe), as
well as the Web address (e.g. http://www.me.berkeley.edu/students.html) and
name (e.g. Mechanical Engineering Students' Home Pages) of the list
to which you wish to be added.
- Access your Personal Webpage
- http://www.me.berkeley.edu/~username (ME Dept)
- http://www.mse.berkeley.edu/~username (MSE Dept)
- http://www.decf.berkeley.edu/~username (Everyone else)
|