University of Maryland Baltimore County UMBC Computer Science 691 Final Presentation Installation much like that of Linux Installation much like that.

Slides:



Advertisements
Similar presentations
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Advertisements

Linux Operating System Linux is a free open-source operating system based on Unix. Linux was originally created by Linus Torvalds with the assistance of.
Components of GIS.
Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,
Linux vs. Windows. Linux  Linux was originally built by Linus Torvalds at the University of Helsinki in  Linux is a Unix-like, Kernal-based, fully.
3 3 3 CHAPTER System Software. 3 © The McGraw-Hill Companies, Inc Objectives System software Programs, Functions, Categories Utilities Device drivers.
Unit 6- Operating Systems.  Identify the purpose of an OS  Identify different operating systems  Describe computer user interaction with multiple operating.
1 Chapter 2 Operating Systems: Software in the Background.
CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games.
Basic Unix Dr Tim Cutts Team Leader Systems Support Group Infrastructure Management Team.
Standard 1 - Objective 2: Understand, evaluate, and use computer software.
 Advantages  Easy to learn  Graphical Advantages  Help and Support  Widely used  Software compatibility  Customisable  Customisable Hardware 
AN INTRODUCTION TO LINUX OPERATING SYSTEM Zihui Han.
Unix Presentation. What is an Operating System An operating system (OS) is a program that allows you to interact with the computer -- all of the software.
Linux Basics CS 302. Outline  What is Unix?  What is Linux?  Virtual Machine.
Learning Outcomes At the end of this lesson, students should be able to: State the types of system software – Operating system – Utility system Describe.
Lesson 4 Computer Software
Linux GUI Chapter 5. Graphical User Interface GUI vs. CLI Easier and more intuitive More popular and advanced Needed for graphics, web browsing Linux.
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Lesson 6 Operating Systems and Software
Guide to Linux Installation and Administration, 2e1 Chapter 3 Installing Linux.
4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place.
1 ITSK 2611 Welcome. 2 Operating System 3 What is an OS Resource Manager –Disk –Memory –CPU Device Manager –Printers –Video Card –Sound Card Utility.
Linux Last Update Copyright Kenneth M. Chipps Ph.D. 1.
CSE 101 Spring 2000 Operating Systems. The Tasks of the Operating System Single Task Multitasking.
Exercise #1: Exploring Open- Source Operating Systems with Virtual Machines J. H. Wang Mar. 9, 2010.
Operating Systems Lecture 4. Agenda for Today Review of previous lecture Operating system structures Operating system design and implementation UNIX/Linux.
Computing Fundamenatls CMSC 201 Computer Science I Penny Rheingans University of Maryland Baltimore County (with inspiration from previous 201 instructors.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Operating Systems. What is an operating system? The software that manages your computer: Maintains your files finds files copies files deletes files links.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
IT320 OPERATING SYSTEM CONCEPTS Unit 3: Welcome to Linux September 2012 Kaplan University 1.
CS2204: Introduction to Unix January 19 th, 2004 Class Meeting 1 * Notes adapted by Christian Allgood from previous work by other members of the CS faculty.
OPERATING SYSTEMS BY LANDON, KYLE, AND ETHAN. WHAT IS THEIR PURPOSE? (1) manage the computer's resources, such as the central processing unit (2) establish.
Exercise #1: Exploring Open- Source Operating Systems with Virtual Machines J. H. Wang Sep. 25, 2015.
Linux History C151 Multi-User Operating Systems. Open Source Programming Open source programming: 1983, Richard Stallman started the GNU Project (GNU.
1 Terminology. 2 Requirements for Network Printing Print server Sufficient RAM to process documents Sufficient disk space on the print server.
Introduction to UNIX CS 2204 Class meeting 1 *Notes by Doug Bowman and other members of the CS faculty at Virginia Tech. Copyright
CONTENT  Introduction Introduction  Operating System (OS) Operating System (OS) Operating System (OS)  Summary Summary  Application Software Application.
Computer Operating Systems And Software applications.
Operating Systems Concepts 1/e Ruth Watson Chapter 1 Chapter 1 Introduction to Operating Systems Ruth Watson.
A Brief Introduction to Linux Cheng-Han Du. History.
Linux and Coldfusion MX Mid-Michigan Coldfusion User’s Group, Nov
WHAT IS HARDWARE ? Computer hardware is the collection of physical elements that comprise a COMPUTER SYSTEM LIKE A MOUSE, MONITOR, KEYBOARD, SPEAKER MICROPHONE,
UNIX U.Y: 1435/1436 H Operating System Concept. What is an Operating System?  The operating system (OS) is the program which starts up when you turn.
Systems Software / The Operating System CSC October 14, 2010.
Chapter 2 Operating Systems
Allows the user and the computer to communicate with each other.
Chapter 5 Operating Systems.
IT320 Operating System Concepts
Exercise #1: Exploring Open-Source Operating Systems with Virtual Machines J. H. Wang Sep. 20, 2016.
Guide to Linux Installation and Administration, 2e
LINUX WINDOWS Vs..
Popular Operating System Chapter 8
Computing Fundamenatls CMSC 201 Computer Science I Penny Rheingans University of Maryland Baltimore County (with inspiration from previous 201 instructors.
Learning About Operating Systems
Chapter 4 – Introduction to Operating System Concepts
Exercise #1: Exploring Open-Source Operating Systems with Virtual Machines J. H. Wang Sep. 19, 2017.
LINUX WINDOWS Vs..
Computer Software CS 107 Lecture 2 September 1, :53 PM.
Shell & Kernel Concepts in Operating System
Computers: Hardware and Software
Exercise #1: Exploring Open-Source Operating Systems with Virtual Machines J. H. Wang Sep. 21, 2018.
Operating Systems Lecture 4.
Chapter 2: The Linux System Part 1
IS3440 Linux Security Unit 7 Securing the Linux Kernel
Understanding Linux and the BASH shell v
Linux and TCP/IP Networking
A very basic introduction
Presentation transcript:

University of Maryland Baltimore County UMBC Computer Science 691 Final Presentation Installation much like that of Linux Installation much like that of Linux Graphical step-by-step interface Graphical step-by-step interface FreeBSD expects its own extended partition FreeBSD expects its own extended partition Installation procedure more intuitive and robust than Linux Installation procedure more intuitive and robust than Linux Provides comprehensive configuration menu Provides comprehensive configuration menu Allows user to specify exact hardware Allows user to specify exact hardware Installing FreeBSD

University of Maryland Baltimore County UMBC Computer Science 691 Final Presentation Linux comes installed with much more software Linux comes installed with much more software FreeBSD boot process much easier to understand and maintain FreeBSD boot process much easier to understand and maintain Command syntax varies Command syntax varies Comparing FreeBSD to Linux

FreeBSD and Linux Differences University of Maryland Baltimore County UMBC Computer Science 691 Final Presentation FreeBSD is a direct descendant of the original UNIX, it now contains no residual AT&T code. FreeBSD is a complete operating system maintained by a central group of developers. There is only one distribution. FreeBSD aims to be a stable production environment. FreeBSD is easier to install. FreeBSD is still relatively unknown, since its distribution was restricted for a long time due to the AT&T lawsuits. Not much commercial software is available for FreeBSD. Linux is a clone and never contained an AT&T code Linux is a kernel, personally maintained by Linux Torvalds. The non kernel programs supplied with Linux are part of a distribution. Linux is a “bleeding edge” environment. Ease of install depends on the distribution. Linux had no lawsuits to contend with so it was the only free UNIX for awhile Linux has more commercial software available for it.

FreeBSD and Linux Differences University of Maryland Baltimore County UMBC Computer Science 691 Final Presentation Because of a smaller user base, FreeBSD is likely to have less drivers for brand new hardware. FreeBSD runs Linux binaries. It is easy to port Linux drivers to FreeBSD. FreeBSD aims to be a stable production environment. Just about all new hardware will have a driver for Linux. Usually within a month. Linux doesn’t run FreeBSD binaries nor does it need to. Linux is a “bleeding edge” environment.

Configuring Doom for network play University of Maryland Baltimore County UMBC Computer Science 691 Final Presentation Install doom Install doom Wad File Wad File X executable X executable Issue net doom command Issue net doom command xdoom -net xdoom -net xdoom -net 1 bulldog panda xdoom -net 1 bulldog panda xdoom -net 2 panda bulldog xdoom -net 2 panda bulldog Miscellaneous Miscellaneous Don’t allow doom to start sound server if sound not configured Don’t allow doom to start sound server if sound not configured Configure window manager if necessary Configure window manager if necessary