Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Jack H.Integration and automation of manufacturing systems.2001.pdf
Скачиваний:
86
Добавлен:
23.08.2013
Размер:
3.84 Mб
Скачать

page 41

8.Return to your own directory and create a subdirectory called public_html with the command ’mkdir public_html’. Change to that directory and create a new file using the vi editor with ’vi index.html’. Enter the following text into that file. The editor has two modes. In command mode each key will cause an action. In edit mode each key is added to the text. Hitting ’ESC’ at any time puts the editor back into command mode. To move into edit mode hit ’i’ then start typing text. To erase a single character hit ’x’. When you are done editing the program use ’:wq:’ to save the file and quit. Refer to the previous section in the text more details on the commands.

<HTML>

<BODY> Hi </BODY> </HTML>

9.When done save and quit the editor. Make sure the permissions of your file and the ’public_html’ directory are correct with the command ’chmod 755 index.html ~/ public_html ~’.

10.Use netscape to look at you web page and see if it is there. You can do this using ’netscape &’. You can see the file by opening it. You should also be able to see the file by typing ’http://127.0.0.1/~YOURNAME’, where ’YOURNAME’ is you user ID.

11.Look at the list of processes running on the computer with ’ps -aux’. Notice that the columns indicate what is running, the status of the process, etc. You can get more information about this using ’man ps’

12.Log into claymore using ’telnet claymore.engineer.gvsu.edu’ or ’telnet 148.61.104.215’. use ’ls’ to look at the files in your directory. When done looking around your account use ’exit’ to logout.

13.Now, look at some of the programs in the Window manager.

2.8 REFERENCES

[1]http://www.ibm.com

[2]http://www.beowulf.org, “The Beowulf Project”.

[3]Hasan, R., “History of Linux”, http://ragib.hypermart.net/linux.

[4]Polsson, K., “Chronology of Personal Computers”, http://www.islandnet.com/~kpolsson/complist

[5]http://www.linux.org/hardware/index.html, “Linux Friendly Hardware”

[6]http://www.linux.org/apps/index.html, “Applications”

[7]http://www.redhat.com

[8]http://www.mandrake.org

[9]http://www.caldera.com

[10]http://www.debian.com

[11]http://www.suse.com

[12]http://www.sunsite.unc.edu

[13]http://www.linux.com

[14]http://www.staroffice.com

[15]http://www.koffice.kde.org

[16]http://www.netscape.com

page 42

[17]http://www.eazel.com

[18]http://www.apache.org

[19]http://www.postgresql.org

[20]http://www.mysql.com

[21]http://www.samba.org

[22]http://www.vmware.com