SILS iSchool

28 Aug 2018

Value Added | daily

Class Schedule

Basics | sessions 01-05

21 Aug | intro
23 Aug | clients

28 Aug | servers | command line | create protected directory | next session

30 Aug | networks
04 Sep | basics lab

Web Development | sessions 06-11

06 Sep | structural layer
11 Sep | presentational layer
18 Sep | working with layers
20 Sep | behavior layer
25 Sep | images & design
27 Sep | website lab

Document Markup | sessions 12-14

02 Oct | object layers
04 Oct | tools that read markup
09 Oct | document markup lab

Spreadsheets | sessions 15-19

11 Oct | spreadsheets, formulas & functions
16 Oct | data display
 18 Oct | Fall Break 
23 Oct | database tools
25 Oct | spreadsheets lab

Relational Database | sessions 20-26

30 Oct | relational databases
01 Nov | tables
06 Nov | relationships
08 Nov | input & output
13 Nov | SQL
15 Nov | complex queries
20 Nov | databases lab
 22 Nov | Thanksgiving 

Presentation | sessions 27-30

27 Nov | presentation design
29 Nov | presentation delivery
04 Dec | presentation lab
13 Dec | 0800-1100 | final in class presentation





Servers may use many different operating systems,
but the ones you will most often encounter will be using either Unix or Linux.

Operating Systems

What is an operating system?

There are more than a few.

What others are out there? (note: this page is dated, but it is a good historical comparison)

Evolution of Operating Systems (also somewhat dated, but also useful for the historical background)

How Operating Systems Work - to quote How Stuff Works,

At the simplest level, an operating system does two things:  from How Stuff Works, a model of the layers of software incorporated in the operating system

  1. It manages the hardware and software resources of the computer system. These resources include such things as the processor, memory, disk space, etc.
  2. It provides a stable, consistent way for applications to deal with the hardware without having to know all the details of the hardware.

back to top

Operating Systems

Operating systems can be either clients or servers

clients and/or servers:

Windows
Mac
Linux

usually seen as a server OS:

UNIX - Note where we had to go to find this page

So, let's look at either UNIX or Linux

back to top