Top Banner
Computers in Principle and Practice Servers and Operating Systems
21

Computers in Principle and Practice Servers and Operating Systems.

Dec 22, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Computers in Principle and Practice Servers and Operating Systems.

Computers in Principle and Practice

Servers and Operating Systems

Page 2: Computers in Principle and Practice Servers and Operating Systems.

What is a computer?

Page 3: Computers in Principle and Practice Servers and Operating Systems.
Page 4: Computers in Principle and Practice Servers and Operating Systems.
Page 5: Computers in Principle and Practice Servers and Operating Systems.
Page 6: Computers in Principle and Practice Servers and Operating Systems.

Operating System

• Low level software that manages hardware resources and allows the user to execute applications

Page 7: Computers in Principle and Practice Servers and Operating Systems.

Operating Systems

Page 8: Computers in Principle and Practice Servers and Operating Systems.

Unix

• Fast, efficient, secure• Client-server architecture• Text commands

Page 9: Computers in Principle and Practice Servers and Operating Systems.

The Internet

Page 10: Computers in Principle and Practice Servers and Operating Systems.

The Internet

Page 11: Computers in Principle and Practice Servers and Operating Systems.

The Internet

• www.google.com = 173.194.34.104

Page 12: Computers in Principle and Practice Servers and Operating Systems.

The Internet

http://animals.howstuffworks.com/pets/dog-pictures.htm

=

File: dog-pictures.htmIn folder: petsOn server: animals.howstuffworks.com

Page 13: Computers in Principle and Practice Servers and Operating Systems.

Clients and Servers

Page 14: Computers in Principle and Practice Servers and Operating Systems.

Clients and Servers

Page 15: Computers in Principle and Practice Servers and Operating Systems.

Clients and Servers

Page 16: Computers in Principle and Practice Servers and Operating Systems.

First Web Pages

Page 17: Computers in Principle and Practice Servers and Operating Systems.

Login to the Server

• i5.nyu.edu• Netid• Nyu home password

• ssh [email protected]

Page 18: Computers in Principle and Practice Servers and Operating Systems.

Create a folder

• mkdir public_html

Page 19: Computers in Principle and Practice Servers and Operating Systems.

Change permissions

• chmod a+rx public_html• chmod u+rwx public_html

Page 20: Computers in Principle and Practice Servers and Operating Systems.

Create a web page

• cd public_html• cp /usr/local/share/index.html .• chmod u+rwx index.html • chmod a+r index.html

Page 21: Computers in Principle and Practice Servers and Operating Systems.

FTP

• Download• Upload