SILS iSchool

16 January 2020



Value Added | daily

Class Schedule

Basics | sessions 01-03
  1. 09 Jan intro and clients | lecture | labs
  2. 16 Jan servers and command line | lecture | labs
  3. 23 Jan networks and protocols | lecture | labs
Web Development | sessions 04-07

  1. 30 Jan structural layer | lecture | labs
  2. 06 Feb presentational layer | lecture | labs
  3. 13 Feb using a structure | lecture | labs
  4. 20 Feb behavioral layer | lecture | labs
Document Markup | sessions 08-09
  1. 27 Feb control objects and display | lecture | labs
  2. 05 Mar tools that read markup | lecture | labs
Working with Data | sessions 10-13
  1.  26 Mar  formulas, functions, vectors | lecture | labs
  2.  02 Apr  data display | lecture | labs
  3.  09 Apr  manipulate data sets | lecture | labs
  4.  16 Apr  relational data bases | | labs
Presentation | session 14
  1.  23 Apr  designing and delivering a presentation | lecture | labs


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 (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

16 January Lecture | preps | server OS | command line