Introduction to Operating Systems. Note Packet # 1. CSN 115 Operating Systems. Genesee Community College. CSN Lab Overview

Size: px
Start display at page:

Download "Introduction to Operating Systems. Note Packet # 1. CSN 115 Operating Systems. Genesee Community College. CSN Lab Overview"

Transcription

1 Introduction to Operating Systems Note Packet # 1 CSN 115 Operating Systems Genesee Community College CSN Lab Overview Dual booted Windows/Linux Workstations Linux workstations currently run CentOS and Ubuntu. Room on drives to install other operating systems Servers: external/internal server (csnlinux.genesee.edu) Runs CentOS 7 External internet address: ( ) Internal internet address: Runs a web server (apache) and a login server (SSH) Provides authentication to Fedora workstations (LDAP) Provides Home Directories (NFS)

2 Definitions Web Server - a program, service or machine that provides web pages to a client. Client - a program or machine that asks for, and ultimately receives, data from a server. Apache - one of the many programs that can serve up web pages SSH (Secure Shell) - a secure (encrypted) way to execute commands on a remote machine. LDAP (Lightweight Directory Access Protocol) - a service that provides similar functions to NIS. Allows a quick lookup of information about objects in a database. NFS (Network File System) - a service that provides shared storage to many clients on a network. External Server Hosts the website for the course. Access at Course web page is at The notes and documents are password protected: Username: linux Password: linux (note: this is different from your account username/password). You may also access your account from the outside using secure shell (ssh).

3 Internal csnlinux Server Holds all the username/password information for student accounts to all workstations in the lab: LDAP (Lightweight Directory Access Protocol) Holds student files, data, settings for all workstations in the lab: NFS (Network File System) Allows users to log into the csnlinux network from inside and outside the lab: SSH (Secure Shell) Understanding Operating Systems Software Collection of instructions that control the tasks a computer performs Can be changed without disassembling the computer and rewiring Operating system Software that helps other programs control computer hardware and interact with users Application Software program that provides service for computer user Cannot act without permission from operating system

4 Operating System Functions Initialize computer hardware Allocate system resources to programs Keep track of multiple programs running at same time Provide organized method for all programs to use system devices The most common type of operating system today: Multiuser, Multiprocess. Other types include: single user, multiprocess and single user, single process. Operating System Functions Major operating system components: Kernel * Device drivers Shell Utility programs and Library Files Graphical user interface (GUI) * the kernel is the "core" of the operating system. The Linux Kernel is currently at version Each update to the kernel provides support for new hardware and subsystems.

5 Operating Systems: Top -Down A look at the different "layers" in most modern operating systems. You are at the top. Users Application User Interface Libraries, System Call Interface (API), System Utilities Operating System Kernel and Drivers Computer Hardware A Few Operating Systems Microsoft Windows XP, Vista, 7, 8, 10, Server 2008, Server 2012, Server 2016 Unix (many companies including IBM, HP) Linux (many companies including RedHat, Canonical, Google) Android (based on Linux) Mac OS and ios (Apple) Blackberry OS, DOS, Cisco IOS,... many others!

6 What is Linux? A fully-networked 32/64-Bit Unix-like Operating System Multi-user, Multitasking, Multiprocessor Has the X Windows GUI with GNOME, KDE and many other desktop environments Coexists with other Operating Systems Runs on multiple platforms Includes the Source Code: Open Source Birth of Linux In 1991, Linus Torvalds, a 21 year old student at University of Helsinki, Finland, posted this message to a newsgroup: "I'm doing a (free) operating system (just a hobby, won't be big and professional) for 386/486 clones." Today an estimated million users 1% to 2% using Linux desktops 20%-40% Linux servers (facebook, youtube, google,...) Many, many more if you count mobile devices that run linux.

7 Linux Companies: Red Hat Fedora distribution Free product Currently at Fedora 28 Based on Red Hat Linux Red Hat Enterprise Linux configurations Currently at Red Hat Enterprise Linux 7 Sold as a subscription including tech support Uses Fedora as its "development" distribution CentOS is free clone of Red Hat, uses Red Hat code base Other Linux Companies/Distros opensuse Debian Ubuntu (based on Debian code) Mint (based on Ubuntu) Mageia (based on Mandriva) Arch PCLinuxOS Slackware CentOS (based on Red Hat Enterprise) Google (Chrome OS, Android OS)

8 What is Open Source? Shared software, source code is freely available for download on the web. Different definitions: GNU GPL (General Public License) BSD license Mozilla Public License Many, many others! Read article "A Short Guide to Open Source Licenses" on web. Open Source Projects: XFree86, MySQL, Perl, PHP, Python, Apache, OpenOffice, Mozilla, many others. Linux Certification Industry certification programs Red Hat Certified System Administrator (RHCSA) Red Hat Certified Engineer (RHCE) LPI Certification Linux Certified Administrator (LCA) Certification Linux+ Certification Novell Certified Linux Administrator

9 Careers in Linux and other OS's Systems administrator Network administrator Software engineer, computer programmer Trainer Technical writer Cyber Security Business consultant Product development (especially mobile devices) Web Development Embedded Devices Role Roles of a Sys Admin Make technology work and continue to work for those who do real work of organization Enable others to use technology benefits Responsibilities Create new user accounts Maintain system hardware Back up Data and Programs Train end users Keep system(s) running smoothly Documentation; define procedures and policies Recover from emergencies Plan deployment

Introduction to Linux Overview and Some History

Introduction to Linux Overview and Some History Introduction to Linux Overview and Some History Computational Science and Engineering North Carolina A&T State University Instructor: Dr. K. M. Flurchick Email: kmflurch@ncat.edu Operating Systems and

More information

Introduc+on. General Information. General Information. General Information. General Information. General Information

Introduc+on. General Information. General Information. General Information. General Information. General Information Introduc+on IT244 - Introduc+on to Linux / Unix Instructor: Bo Sheng Location and Time S-3-143, Mon & Wed, 4:00 ~ 5:15pm Door code: 261359* Office Hours Science Center, S-3-167, Mon & Wed, 2 ~ 4pm TA office

More information

CIS 90 Introduction to UNIX/Linux

CIS 90 Introduction to UNIX/Linux CIS 90 Introduction to UNIX/Linux For a copy of these slides browse to http://simms-teach.com and click on the link titled "CIS 90 preview for CS 1 students" 1 What is UNIX/Linux? 2 What is UNIX/Linux?

More information

Welcome to CIS 90 Introduction to UNIX/Linux

Welcome to CIS 90 Introduction to UNIX/Linux Permissions Shell commands Secure logins Processes Scheduling tasks Mail Welcome to CIS 90 Introduction to UNIX/Linux Navigate file tree Files and directories vi editor Environment variables Filters Pipes

More information

UNIX. The Very 10 Short Howto for beginners. Soon-Hyung Yook. March 27, Soon-Hyung Yook UNIX March 27, / 29

UNIX. The Very 10 Short Howto for beginners. Soon-Hyung Yook. March 27, Soon-Hyung Yook UNIX March 27, / 29 UNIX The Very 10 Short Howto for beginners Soon-Hyung Yook March 27, 2015 Soon-Hyung Yook UNIX March 27, 2015 1 / 29 Table of Contents 1 History of Unix 2 What is UNIX? 3 What is Linux? 4 How does Unix

More information

Chapter 01: Introduction to Linux

Chapter 01: Introduction to Linux True / False 1. Open Source Software (OSS) is freely developed and continuously improved by a large community of software developers ANSWER: True 2. The term hacker refers to someone who illegally uses

More information

Apache Manually Install Ubuntu On Windows 7 From Usb

Apache Manually Install Ubuntu On Windows 7 From Usb Apache Manually Install Ubuntu 12.04 On Windows 7 From Usb Read "How to burn a DVD" or "How to create a bootable USB stick". To run Ubuntu together with Windows, you could install Ubuntu via "Wubi" (or

More information

Centrify Server Suite, Standard Edition

Centrify Server Suite, Standard Edition CENTRIFY SERVER SUITE SUPPORTED PLATFORMS The following tables list all systems and system versions for which the Windows/Linux/UNIX Agent is available more platforms than any other solution. Versions

More information

Linux Essentials Objectives Topics:

Linux Essentials Objectives Topics: Linux Essentials Linux Essentials is a professional development certificate program that covers basic knowledge for those working and studying Open Source and various distributions of Linux. Exam Objectives

More information

Centrify Infrastructure Services

Centrify Infrastructure Services CENTRIFY INFRASTRUCTURE SERVICES SUPPORTED PLATFORMS The following tables list all systems and system versions for which the Windows/Linux/UNIX Agent is available more platforms than any other solution.

More information

Brief Linux Presentation. July 10th, 2006 Elan Borenstein

Brief Linux Presentation. July 10th, 2006 Elan Borenstein Brief Linux Presentation July 10th, 2006 Elan Borenstein History 1965 - Bell Labs (AT&T), GE and MIT Project to develop a new (multiuser, multitasking) operating system - MULTICS. (not successful) History

More information

Introduction to Linux

Introduction to Linux Why Linux? Nothing is hidden (opensource is good for education) It runs anywhere, on almost anything Android, OS X, Raspberry Pi, Old PCs Low resource requirements You are likely to use it in your job,

More information

Lab01: Part I. Introduction to Linux. Professional Training Academy Linux Series

Lab01: Part I. Introduction to Linux. Professional Training Academy Linux Series Lab01: Part I Introduction to Linux Professional Training Academy Linux Series What is Linux? Linux is an operating system. Specifically, Linux is the kernel or the core of the system Originally developed

More information

Computer application in Transportation Engineering

Computer application in Transportation Engineering 01203479 Computer application in Transportation Engineering ก (Operating System) ก ก ก ก ก 1 ก (Operating System) ก ก ก OS (Operating System) ก ก ก ก ก ก ก ก ก ก ก ก ก ก 2 ก (Operating System) ก ก ก (Software)

More information

Course Wiki. Today s Topics. Web Resources. Amazon EC2. Linux. Apache PHP. Workflow and Tools. Extensible Networking Platform 1

Course Wiki. Today s Topics. Web Resources. Amazon EC2. Linux. Apache PHP. Workflow and Tools. Extensible Networking Platform 1 Today s Topics Web Resources Amazon EC2 Linux Apache PHP Workflow and Tools Extensible Networking Platform 1 1 - CSE 330 Creative Programming and Rapid Prototyping Course Wiki Extensible Networking Platform

More information

NetSupport Manager v11

NetSupport Manager v11 Remote Support For Any Environment NetSupport Manager v11 NetSupport Manager has been helping organisations optimise the delivery of their IT support services since 1989 and, while the use of Remote Control

More information

Comparison.

Comparison. 1 / 27 Comparison Linux Konferenca 2009 28 September 2009 2 / 27 Table of contents 1 2 3 4 mall 3 / 27 1 4 / 27 Introduction software solution All-in-one Easy to install Easy to manage

More information

Introduction to Linux

Introduction to Linux Introduction to Linux EECS 211 Martin Luessi April 14, 2010 Martin Luessi () Introduction to Linux April 14, 2010 1 / 14 Outline 1 Introduction 2 How to Get Started 3 Software Development under Linux 4

More information

COURSE OUTLINE. UNIX Programming 2014 Fall by Euiseong Seo

COURSE OUTLINE. UNIX Programming 2014 Fall by Euiseong Seo COURSE OUTLINE UNIX Programming 2014 Fall by Euiseong Seo Overview What this course is about Who teaches this course Why you have to take this course What you will learn in this course What you will earn

More information

Setup VirtualBox with Ubuntu bit on Windows7 64bit host. A native installation is of course fine, too. Let updater update.

Setup VirtualBox with Ubuntu bit on Windows7 64bit host. A native installation is of course fine, too. Let updater update. Apache Manually Installing Ubuntu 12.10 On Windows 7 64 Bit 32-bit installations: 256M or higher, 64-bit installations: 512M or higher If not, check your Apache configuration to ensure that htaccess is

More information

Operating System Concepts Rab Nawaz Khan Jadoon

Operating System Concepts Rab Nawaz Khan Jadoon Operating System Concepts Rab Nawaz Khan Jadoon DCS COMSATS Institute of Information Technology Lecturer COMSATS Lahore Pakistan Operating System Concepts Operating System Operating System It is a system

More information

Welcome to ULI101! The Internet has become part of our daily lives.

Welcome to ULI101! The Internet has become part of our daily lives. ULI101 Week 01 Week Overview Course introduction Obtaining your Seneca accounts Changing passwords The Matrix server The role of an operating system *nix overview Open source philosophy Linux GUI The terminal

More information

Instructions: Step 1: Respond to the following: IT131 Linux+

Instructions: Step 1: Respond to the following: IT131 Linux+ IT131 Linux+ Course Objectives Upon completion of this course, the student will be able to: 1. Create a new installation of Fedora/RHEL; 2. Use utilities to manage the Fedora/RHEL system; 3. Describe how

More information

Host. Computer system #1. Host Hardening

Host. Computer system #1. Host Hardening Host Hardening Series of actions to be taken in order to make it hard for an attacker to successfully attack computers in a network environment (March 28, 2016) Abdou Illia Spring 2016 Host In network

More information

SA2 v6 Linux System Administration II Net Configuration, Software, Troubleshooting

SA2 v6 Linux System Administration II Net Configuration, Software, Troubleshooting SA2 v6 Linux System Administration II Net Configuration, Software, Troubleshooting Synopsis: This is the second System Administration class, a follow-on class for new administrators with limited networking

More information

Support Lifecycle Policy

Support Lifecycle Policy Support Lifecycle Policy Release 2017.11.01 Kopano BV Aug 21, 2018 Contents 1 Abstract 2 2 Kopano Support Lifecycle Policy 3 2.1 Overview of Release Versioning................................... 3 2.2

More information

How To Start Mysql Using Linux Command Line Client In Ubuntu

How To Start Mysql Using Linux Command Line Client In Ubuntu How To Start Mysql Using Linux Command Line Client In Ubuntu Step One: Install MySQL Client On Debian, Ubuntu or Linux Mint: Before you start typing commands at the MySQL prompt, remember that each In

More information

Regardless of the size and complexity of the computer and the operating system, all operating systems perform the same four basic functions:

Regardless of the size and complexity of the computer and the operating system, all operating systems perform the same four basic functions: Operating Systems Introduction The operating system (OS) controls almost all functions on a computer. In this chapter, you learn about the components, functions, and terminology related to the Windows

More information

Kaspersky Security Center 10

Kaspersky Security Center 10 Kaspersky Security Center 10 Implementation Guide Application version: 10 Service Pack 2, Maintenance Release 1 Dear User, Thank you for your trust! We hope that this document will help you in your work

More information

Linux install Party. Elsa Guillot, Pablo Hernandez 19/10/14. IFS, Massey University. Elsa, Pablo (IFS) Open Source Workshop (beamer) 19/10/14 1 / 21

Linux install Party. Elsa Guillot, Pablo Hernandez 19/10/14. IFS, Massey University. Elsa, Pablo (IFS) Open Source Workshop (beamer) 19/10/14 1 / 21 Linux install Party Elsa Guillot, Pablo Hernandez IFS, Massey University 19/10/14 Elsa, Pablo (IFS) Open Source Workshop (beamer) 19/10/14 1 / 21 Outline 1 Linux Install Party An OS story Linux 2 Open

More information

CS420: Operating Systems. OS Services & System Calls

CS420: Operating Systems. OS Services & System Calls OS Services & System Calls James Moscola Department of Engineering & Computer Science York College of Pennsylvania Based on Operating System Concepts, 9th Edition by Silberschatz, Galvin, Gagne Operating

More information

Overview LEARN. History of Linux Linux Architecture Linux File System Linux Access Linux Commands File Permission Editors Conclusion and Questions

Overview LEARN. History of Linux Linux Architecture Linux File System Linux Access Linux Commands File Permission Editors Conclusion and Questions Lanka Education and Research Network Linux Architecture, Linux File System, Linux Basic Commands 28 th November 2016 Dilum Samarasinhe () Overview History of Linux Linux Architecture Linux File System

More information

TABLE OF CONTENTS 1. INTRODUCTION DEFINITIONS Error! Bookmark not defined REASON FOR ISSUE 2 3. RELATED DOCUMENTS 2 4.

TABLE OF CONTENTS 1. INTRODUCTION DEFINITIONS Error! Bookmark not defined REASON FOR ISSUE 2 3. RELATED DOCUMENTS 2 4. TABLE OF CONTENTS 1. INTRODUCTION 1 1.1 DEFINITIONS Error! Bookmark not defined. - 2 2. REASON FOR ISSUE 2 3. RELATED DOCUMENTS 2 4. OVERVIEW 2-3 5. HARDWARE ARCHITECTURE 3 6. SUPPORTED CONFIGURATIONS

More information

SAML-Based SSO Solution

SAML-Based SSO Solution About SAML SSO Solution, page 1 SAML-Based SSO Features, page 2 Basic Elements of a SAML SSO Solution, page 2 SAML SSO Web Browsers, page 3 Cisco Unified Communications Applications that Support SAML SSO,

More information

Systems Programming. The Unix/Linux Operating System

Systems Programming. The Unix/Linux Operating System Systems Programming The Unix/Linux Operating System 1 What is UNIX? A modern computer operating system Operating system: a program that acts as an intermediary between a user of the computer and the computer

More information

User Manual Web Meetings

User Manual Web Meetings User Manual Web Meetings Release 1.0.0 Kopano BV Jul 27, 2017 Contents 1 Introduction 2 1.1 Intended Audience.......................................... 2 2 Using Kopano Web Meetings 3 2.1 Start Kopano

More information

Computer Software. c 2016 by David W. Gerbing. School of Business Administration Portland State University

Computer Software. c 2016 by David W. Gerbing. School of Business Administration Portland State University Computer Software c 2016 by David W. Gerbing School of Business Administration Portland State University Computer Software Introduction Operating Systems Application Software Unix Command Line (on a Mac)

More information

What Makes Up the Modern Linux OS?

What Makes Up the Modern Linux OS? White Paper by David Davis, ActualTech Media What Makes Up the Modern Linux OS? In this Paper The History of Linux... 2 The Components that Comprise the Linux Operating System... 3 What Is a Distribution?...

More information

The Center for Internet Security

The Center for Internet Security The Center for Internet Security Measurably reducing risk through collaboration, consensus, & practical security management Content of this Presentation: I. Background II. Univ. of CA Schools Rights and

More information

About the Presentations

About the Presentations About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning of each presentation. You may customize the presentations

More information

How To Reinstall Grub In Windows 7 With Cd Bootcamp Partition

How To Reinstall Grub In Windows 7 With Cd Bootcamp Partition How To Reinstall Grub In Windows 7 With Cd Bootcamp Partition Directed from the thread: Repairing Boot Camp after creating new partition. However, this in combination with resizing my Macintosh HD using

More information

Storebox User Guide. Swisscom (Switzerland) Ltd.

Storebox User Guide. Swisscom (Switzerland) Ltd. Storebox User Guide Swisscom (Switzerland) Ltd. Contents (/). Basics/Settings 4. What is Storebox? 5. File Structure 6.3 System Prerequisites 7.4 Logging in to the team portal 8.5 Logging out of the team

More information

Workplace 2.4.0p1. Community Edition Getting started

Workplace 2.4.0p1. Community Edition Getting started Workplace 2.4.0p1 Community Edition Getting started O3Spaces Workplace 2.4.0 patch 1 Community Edition Getting Started Notice: Before installing and using the O3Spaces Workplace software carefully read

More information

Basics of system administration on a Unix system

Basics of system administration on a Unix system Basics of system administration on a Unix system Contents Introduction 3 Unix 9 User environment: the shell 10 File management: starting from / 11 Text editing 12 Package management 13 User management

More information

Computer Software. Lect 4: System Software

Computer Software. Lect 4: System Software Computer Software Lect 4: System Software 1 What You Will Learn List the two major components of system software. Explain why a computer needs an operating system. List the five basic functions of an operating

More information

Junos Pulse Secure Access Service Supported Platforms Guide

Junos Pulse Secure Access Service Supported Platforms Guide Junos Pulse Secure Access Service Supported Platforms Guide 8.0R1 (Build 27973) December 2, 2013 Revision 01 Contents Introduction........................................................ 2 Administrator

More information

RedHat Certified Engineer

RedHat Certified Engineer RedHat Certified Engineer Red Hat Certified Engineer (RHCE) is a performance-based test that measures actual competency on live systems. Called the "crown jewel of Linux certifications," RHCE proves an

More information

Apache Manually Install Ubuntu On Windows 8 Themes

Apache Manually Install Ubuntu On Windows 8 Themes Apache Manually Install Ubuntu 12.04 On Windows 8 Themes Ability to install & change default website theme, without need to change the content. Note: On Ubuntu/Debian, during mysql installation, it will

More information

Perceptive DataTransfer

Perceptive DataTransfer Perceptive DataTransfer System Overview Guide Version: 6.5.x Written by: Product Knowledge, R&D Date: May 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc.,

More information

Remote Desktop Connection

Remote Desktop Connection How To Configure Grub In Windows 7 For Remote Desktop Connection Dual-boot: Set Windows 8 as default boot loader option in Grub help you to change the default boot option from Ubuntu to Windows 8 (or 7

More information

Parallels Virtuozzo Containers 4.6 for Linux Readme

Parallels Virtuozzo Containers 4.6 for Linux Readme Parallels Virtuozzo Containers 4.6 for Linux Readme This document provides the first-priority information about Parallels Virtuozzo Containers 4.6 for Linux and supplements the included documentation.

More information

Supported OS, Application Servers, and Databases Guide

Supported OS, Application Servers, and Databases Guide Supported OS, Application Servers, and Databases Guide Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Mapping LPI certifications against e-cf EXIN. status

Mapping LPI certifications against e-cf EXIN. status Mapping LPI certifications against e-cf EXIN status 20140916 Linux Essentials Professional Development Certificate (PDC) https://www.lpi.org/linux-certifications/entry-level-credential/linux To secure

More information

Kerio Connect. Kerio Connector for BlackBerry. Kerio Technologies

Kerio Connect. Kerio Connector for BlackBerry. Kerio Technologies Kerio Connect Kerio Connector for BlackBerry Kerio Technologies 2013 Kerio Technologies s.r.o. All rights reserved. This guide provides detailed description on Kerio Connector for BlackBerry, version 8.0.

More information

The Unix Family. Linux 101. GNU/Linux distributions. Even more. MULTICS MIT/GE/Bell Labs. UNIX AT&T (Bell Labs) Mach, Carnegie Mellon

The Unix Family. Linux 101. GNU/Linux distributions. Even more. MULTICS MIT/GE/Bell Labs. UNIX AT&T (Bell Labs) Mach, Carnegie Mellon The Unix Family MULTICS MIT/GE/Bell Labs Linux 101 Johan Montelius KTH 2017 Mach, Carnegie Mellon GNU/Hurd OS X, Apple UNIX AT&T (Bell Labs) BSD Berkeley SysV AT&T Minix, Tanenbaum FreeBSD NetBSD GNU/Linux,

More information

COPYRIGHTED MATERIAL. What Is Linux? Linux History. Linux as an Operating System. Linux as Free Software. Commercial Applications for Linux

COPYRIGHTED MATERIAL. What Is Linux? Linux History. Linux as an Operating System. Linux as Free Software. Commercial Applications for Linux 2915ch01.qxd 04/19/01 12:57 PM Page 3 Linux History C H A P T E R O N E What Is Linux? Linux as an Operating System Linux as Free Software Commercial Applications for Linux COPYRIGHTED MATERIAL 1 2915ch01.qxd

More information

1. The first true 32-bit operating system developed by Microsoft was Windows 3.1.

1. The first true 32-bit operating system developed by Microsoft was Windows 3.1. Chapter 02 TRUE/FALSE 1. The first true 32-bit operating system developed by Microsoft was Windows 3.1. F PTS: 1 REF: 58 2. Windows 95 used cooperative multitasking for 16-bit applications and preemptive

More information

Learning Linux! Labs and more labs!

Learning Linux! Labs and more labs! Developing Technology Professionals www.netdevgroup.com Thank you. Learning Linux! Labs and more labs! Speaker name: Richard Weeks Title : President Date : 7/26/16 Who is NDG? www.netdevgroup.com Focus:

More information

PARALLELS SERVER 4.0 FOR MAC BARE METAL EDITION README

PARALLELS SERVER 4.0 FOR MAC BARE METAL EDITION README PARALLELS SERVER 4.0 FOR MAC BARE METAL EDITION README February 18, 2010 1999-2010 Parallels Holdings, Ltd. and its affiliates. All rights reserved. This document provides the first-priority information

More information

History And Modern Uses Of The Unix Operating System (including embedded devices and mobile phones).

History And Modern Uses Of The Unix Operating System (including embedded devices and mobile phones). History And Modern Uses Of The Unix Operating System (including embedded devices and mobile phones). Presented by Tanna Lin PTADipMgt17 Overview What is Unix? Brief History In the Present Day In Conclusion

More information

Specialized Programme on Internetworking Design and LAN WAN Administration

Specialized Programme on Internetworking Design and LAN WAN Administration Specialized Programme on Internetworking Design and LAN WAN Administration OBJECTIVE OF THE PROGRAMME The main objective of the programme is to build capacity of the professionals drawn from industry,

More information

Chapter 2 Software Components

Chapter 2 Software Components Chapter 2 Software Components Objectives Describe historical milestones for three popular operating systems Describe the architecture of common PC operating systems Describe the functions of an operating

More information

Install TeamViewer on latest Debian, Ubuntu, Fedora, CentOS Linux quick how to

Install TeamViewer on latest Debian, Ubuntu, Fedora, CentOS Linux quick how to Install TeamViewer on latest Debian, Ubuntu, Fedora, CentOS Linux quick how to Author : admin If you're a sysadmin who uses GNU / Linux as a Desktop as me you will certainly need to have TeamViewer installed

More information

Alongside Windows 8.1

Alongside Windows 8.1 Apache Manually Installing Ubuntu 12.10 Alongside Windows 8.1 The Install alongside option should have been the 2nd option. I don't want to erase Can not install ubuntu 12.04 alongside windows 8.1 2 Installing

More information

Open Source in the City of Vienna

Open Source in the City of Vienna Open Source in the City of Vienna Peter Pfläging ICT - Architect City of Vienna, ICT Department (EDP 14) Head of Staff Unit Coordination e-mail: peter.pflaeging@wien.gv.at Web: http://www.wien.gv.at/english/edp/

More information

Introductory Visualizing Technology

Introductory Visualizing Technology Introductory Visualizing Technology Seventh Edition Chapter 5 System Software Learning Objectives 5.1 Explain What an Operating System Does 5.2 Compare Desktop Operating Systems 5.3 Configure a Desktop

More information

WebApp S/MIME Manual. Release Kopano

WebApp S/MIME Manual. Release Kopano WebApp S/MIME Manual Release 7.2.1 Kopano Jul 27, 2017 Contents 1 Introduction 2 2 Installation 3 2.1 RPM based distributions....................................... 3 2.2 DEB based distributions.......................................

More information

CompTIA Linux Course Overview. Prerequisites/Audience. Course Outline. Exam Code: XK0-002 Course Length: 5 Days

CompTIA Linux Course Overview. Prerequisites/Audience. Course Outline. Exam Code: XK0-002 Course Length: 5 Days CompTIA Linux+ 2009 Exam Code: XK0-002 Course Length: 5 Days Course Overview This instructor-led course will prepare students for the 2009 CompTIA Linux+ certification exam. It provides a comprehensive

More information

High Performance Computing Lecture 11. Matthew Jacob Indian Institute of Science

High Performance Computing Lecture 11. Matthew Jacob Indian Institute of Science High Performance Computing Lecture 11 Matthew Jacob Indian Institute of Science Agenda 1. Program execution: Compilation, Object files, Function call and return, Address space, Data & its representation

More information

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 2 Introducing Operating Systems

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 2 Introducing Operating Systems A+ Guide to Managing and Maintaining your PC, 6e Chapter 2 Introducing Operating Systems Objectives Learn about the various operating systems and the differences between them Learn how an OS interfaces

More information

Manual Ftp Windows 7 Server 2008 R2 Java

Manual Ftp Windows 7 Server 2008 R2 Java Manual Ftp Windows 7 Server 2008 R2 Java Configuration Guide Windows Server 2008, Server 2008 R2*, Server 2012, Server 2012 R2, 7, and 8 (x86-64) This means that it will recognize a FTP server running

More information

Pulse Connect Secure. Supported Platforms Guide. Product Release 8.1. Document Revision 3.0 Published:

Pulse Connect Secure. Supported Platforms Guide. Product Release 8.1. Document Revision 3.0 Published: Pulse Connect Secure Supported Platforms Guide Product Release 8.1 Document Revision 3.0 Published: 2015-03-31 Pulse Connect Secure Supported Platforms Guide 2700 Zanker Road, Suite 200 San Jose, CA 95134

More information

User Guide. Version

User Guide. Version User Guide Version 2018.2 Copyrights 1996-2018 Perforce Software, Inc. and its subsidiaries. All rights reserved. Defect Scribe, Helix ALM, Helix ALM Suite, Helix Issue Management, Helix Requirements Management,

More information

Operating System Support Plan for Test Delivery System

Operating System Support Plan for Test Delivery System Operating System Support Plan for Test Delivery System 2017 2018 Published August 7, 2017 Prepared by the American Institutes for Research Descriptions of the operation of the Test Information Distribution

More information

T Multimedia Programming. Different Operating Systems and their Multimedia Support

T Multimedia Programming. Different Operating Systems and their Multimedia Support T-111.5350 Multimedia Programming Different Operating Systems and their Multimedia Support Carlos Herrero September 27, 2007 Contents Windows DirectX.NET Framework Linux KDE & Gnome Gstreamer SDL Mac OS

More information

Red Hat Certified System Administrator (RHCSA) RHCSA 7 Requirements and Syllabus

Red Hat Certified System Administrator (RHCSA) RHCSA 7 Requirements and Syllabus Red Hat Certified System Administrator (RHCSA) RHCSA 7 Requirements and Syllabus In preparation to earn the Red Hat Certified System Administrator (RHCSA), Red Hat recommends the following: For System

More information

Technology Requirements for Online Testing

Technology Requirements for Online Testing Technology Requirements for Online Testing Training Module Copyright 2014 American Institutes for Research. All rights reserved. Topics Site Readiness Network Requirements Hardware and Software Requirements

More information

Regarding the quality attributes, the architecture of the system must be:

Regarding the quality attributes, the architecture of the system must be: The SDSS System Overview This chapter gives an overview of the software architecture of the RiskChanges SDSS system. One of the objectives within the project is the development of a SDSS system for probabilistic

More information

Linux. An introduction. Aurélien Villani 01/2018

Linux. An introduction. Aurélien Villani 01/2018 Linux An introduction Aurélien Villani 01/2018 Linux? 2 References Somewhere on the baie-lgf, are some Linux books. 3 Linux? A kernel... 1991: released by Linus Torvalds, for fun 1993: 100 developers working

More information

P a g e 1. Teknologisk Institut. Online kursus k SysAdmin & DevOps Collection

P a g e 1. Teknologisk Institut.   Online kursus k SysAdmin & DevOps Collection P a g e 1 Online kursus k72751 SysAdmin & DevOps Collection P a g e 2 Title Estimated Duration (hrs) Ruby on Rails - Fundamentals 1,5 Ruby on Rails - Database Fundamentals 1,22 Python: The Basics 3,5 Python:

More information

Linux: Powering the Internet

Linux: Powering the Internet Linux: Powering the Internet Computer Tech 2018 Tom Browder [tom.browder@gmail.com] Northwest Florida Linux User Group [nwflug.org] 2018-01-27 AUDIENCE EXPECTATIONS What do you expect from this presentation?

More information

InstallAnywhere: Requirements

InstallAnywhere: Requirements InstallAnywhere: Requirements Create Multiplatform Installations from a Single Project File Physical, Cloud, and Virtual Environments, Plus Docker Containers Requirements This document shows the technical

More information

Introduction to Open Source. Marco Zennaro Carlo Fonda

Introduction to Open Source. Marco Zennaro Carlo Fonda Introduction to Open Source Marco Zennaro mzennaro@ictp.it Carlo Fonda cfonda@ictp.it Agenda Open Source Linux Linux history Distributions License Types OS and Development OS Definition Why is it called

More information

Kiosk Installation Frequently Asked Questions

Kiosk Installation Frequently Asked Questions Maine Educational Assessments (MEA) Kiosk Installation Frequently Asked Questions Spring 2018 The empowermea Kiosk is used by students for online testing. MEA Kiosk Installation Frequently Asked Questions

More information

Operating System Support Plan for Test Delivery System

Operating System Support Plan for Test Delivery System Washington Comprehensive Assessment Program Operating System Support Plan for Test Delivery System 2017 2018 Published July 20, 2017 Prepared by the American Institutes for Research Descriptions of the

More information

STREAM Integrated Risk Manager Multi-user Deployment Options

STREAM Integrated Risk Manager Multi-user Deployment Options Multi-user Deployment Options Contents Multi-User Edition: can be accessed using a Web Browser can be accessed from an iphone or ipad (free app in App Store), and a range of other platforms and mobile

More information

Lecture 1 Niyaz M. Salih

Lecture 1 Niyaz M. Salih Lecture 1 Niyaz M. Salih Definition An Operating System, or OS, is low-level software that enables a user and higher-level application software to interact with a computer s hardware and the data and other

More information

Lecture 1. Course webpage. Syllabus and schedule, textbooks CS Lab, Virtual Box. Handouts, assignments Supplemental resources

Lecture 1. Course webpage. Syllabus and schedule, textbooks CS Lab, Virtual Box. Handouts, assignments Supplemental resources Lecture 1 Course webpage http://csserver.evansville.edu/~hwang/f15-courses/cs375.html Handouts, assignments Supplemental resources Syllabus and schedule, textbooks CS Lab, Virtual Box Thursday, August

More information

Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and

Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems software provides infrastructure

More information

Linux. What is it? What s good about it? What s bad about it?

Linux. What is it? What s good about it? What s bad about it? Linux What is it? What s good about it? What s bad about it? History Minix by Tanenbaum in late 1980s Linus Torvalds started Linux as a hobby project to improve on Minix First official public version late

More information

Linux Distributions (Distros) and Competitors. Pick your poison

Linux Distributions (Distros) and Competitors. Pick your poison Linux Distributions (Distros) and Competitors Pick your poison By Lineage Redhat Tree: RHEL, Fedora, Centos, Mandrake (Mandriva) Debian tree: Debian, Ubuntu and it s variants, LinuxMint, Knoppix Gentoo

More information

DRC INSIGHT Portal User Guide TerraNova Christian School Program Online Enrollment for Machine Scoring & Student File Upload

DRC INSIGHT Portal User Guide TerraNova Christian School Program Online Enrollment for Machine Scoring & Student File Upload DRC INSIGHT Portal User Guide TerraNova Christian School Program Online Enrollment for Machine Scoring & Student File Upload Data Recognition Corporation (DRC) 13490 Bass Lake Road Maple Grove, MN 55311

More information

History of Unix, Linux and the Open Source

History of Unix, Linux and the Open Source History of Unix, Linux and the Open Source 12.2.2012 George Ajam College of Science /Computer Science Dept. DEC PDP 7 History of UNIX 1969: First version of "Unics" by Ken Thompson and Dennis Richie Multi

More information

Parallels Transporter

Parallels Transporter Parallels Transporter User's Guide Copyright 1999-2009 Parallels Holdings, Ltd. ISBN: N/A Parallels Holdings, Ltd. c/o Parallels Software, Inc. 13755 Sunrise Valley Drive Suite 600 Herndon, VA 20171 USA

More information

UNIT 9 Introduction to Linux and Ubuntu

UNIT 9 Introduction to Linux and Ubuntu AIR FORCE ASSOCIATION S CYBERPATRIOT NATIONAL YOUTH CYBER EDUCATION PROGRAM UNIT 9 Introduction to Linux and Ubuntu Learning Objectives Participants will understand the basics of Linux, including the nature,

More information

Pulse Connect Secure Supported Platforms Guide

Pulse Connect Secure Supported Platforms Guide Pulse Connect Secure Supported Platforms Guide PCS 8.2R2 Build 44173 The current version of this product is now called Pulse Connect Secure. For more information go to www.pulsesecure.net/products Product

More information

Linux Administration

Linux Administration Linux Administration This course will cover all aspects of Linux Certification. At the end of the course delegates will have the skills required to administer a Linux System. It is designed for professionals

More information

Linux Introduction to Linux

Linux Introduction to Linux Linux Introduction to Linux Most computational biologists use either Apple Macs or Linux machines. There are a couple of reasons for this: * Much of the software is free * Many of the tools require a command

More information

www highskills pt pt

www highskills pt pt Linux Basic Administration Objetivos Gerais Este curso é dirigido a todos os que pretendem tornar-se profissionais em Linux, e pretende dotar os participantes dos conhecimentos técnicos e experiência nas

More information

Install Oracle 11g Client On Linux Command Line

Install Oracle 11g Client On Linux Command Line Install Oracle 11g Client On Linux Command Line This post describes step by step installation of Oracle Database 11g Release 2 on easiest way to install all the latest Oracle Linux dependencies automatically.

More information