Current Assignment
You are to create your own web page and modify it. After you have made all
the modifications, send me an e-mail with the URL to your site.
Setting up your directories in solix
-
Issue the command
mkdir www
-
Issue the command
chmod 755 www
-
Issue the command (yes, there is a period at the end)
chmod 711
.
-
Issue the command
cd www
-
Issue the command
pico index.html
-
This will open your home page in the editor. You will
need to edit this to make your page:
-
Add some text, anything will do for now.
-
Save the file by pressing CTRL-O, accept the
name index.html
-
Exit pico by pressing CTRL-X
-
Issue the command chmod 644 index.html This will fix the access rights
of your home page so that you can edit the file.
Your web page should now be visible at
http://www.fiu.edu/~dlette07
, replacing dlette07 with your solix
user name.
How to edit your index.htm file and view it in Netscape simultaneously
It is possible to log onto two different computers at the school in order
to run Netscape on one, and to connect to serss1 or solix in order to edit
your index.htm file.
-
Connect to the computer serss1 or solix. Issue the commands:
-
Now you are in the pico editor, looking at your home page file, index.htm
-
Minimize the Telnet application.
-
Start Netscape.
-
Now by using the ALT-TAB key combination, you will be able to switch
back and forth between Netscape and the telnet to serss1 or solix.
Changes to make to your index.htm file