module 01 - introduction

17
Module 1 Introduction

Upload: anhduc120790

Post on 12-Dec-2015

224 views

Category:

Documents


3 download

DESCRIPTION

linux

TRANSCRIPT

Page 1: Module 01 - Introduction

Module 1

Introduction

Page 2: Module 01 - Introduction

Objectives

Answer the question : Why Linux ?

List some of the key companies using Linux today

Describe the “Value Proposition” associated with

Linux

Page 3: Module 01 - Introduction

Why Linux ? (becomes popularly)

Linux is a source opened operating system (OS) with all the

features of other OSs

It’s a very stable, quality, flexible OS being continually

developed by hundreds of thousands of independent

programmers from around the world

Page 4: Module 01 - Introduction

Companies using Linux today

IBM

HP

Cisco

Sun Microsystems

Hitachi

Fujitsu

Sony

Amazon.com

Google

…and many more

Page 5: Module 01 - Introduction

What can the Linux do ?

Linux is extremely valuable and is used in many ways. It’s

deployed as a server, development or workstation with

emerging technologies :

Web Hosting

Softwares Development

File and Print services

Document Publishing

E-mail Servers

Database Servers

Network Routers

And a host of other

workstation applications, …

Page 6: Module 01 - Introduction

The “Value” Proposition

Reliability

Scalability

Security

ROI (Return On Investment)

TCO (Total Cost of Ownership)

Page 7: Module 01 - Introduction

Reliability

You can easily manage the necessary workloads in today’s

business environment

Linux machine can do as FTP server, Web server, Mail

server, DHCP server, DNS server, …and run smoothly

You do NOT need to reboot machine after installing new

softwares or services

Linux machine has never been halted

Page 8: Module 01 - Introduction

Scalability

The release of the 2.4 kernel can handle large business

workloads that once could only be addressed by closed,

proprietary platforms and solutions

Page 9: Module 01 - Introduction

Security

The open source model allows for auditing policy

When problems are found, fixes are developed and tested

by the group of worldwide programmers

Viruses are almost non-existent on Linux

Page 10: Module 01 - Introduction

ROI (Return On Investment)

The open source licensing model allows for no per unit fees

or licensing charges.

This will significantly reduce IT infrastructure expense

Page 11: Module 01 - Introduction

TCO (Total Cost of Ownership)

Each Linux administrator can maintain a large number of

servers and clients. This reduces the total cost of ownership of

Linux versus Windows, Netware and other PC platforms

Page 12: Module 01 - Introduction

LPI 101 Exam

• One of two exams required for the LPIC Level 1 (LPIC-1)

• This exam tests your knowledge on four of ten major topics

in LPIC-1

• Exam Topics are numbered using the topic.objective

notation (e.g., 101.1, 101.2, 102.1)

– Each of these Objectives is assigned a numeric weight, which

acts as an indicator of the importance of the Objective. Weights

typically run between 1 and 8, with higher numbers indicating more

importance

Page 13: Module 01 - Introduction

LPI 101 Exam

Page 14: Module 01 - Introduction

LPI 101 Exam

Page 15: Module 01 - Introduction

LPI 101 Exam

Page 16: Module 01 - Introduction

LPI 101 Exam

• Exam:

– Time: 120mins

– Questions: 60

– Passed Score: 500

– Prize: 155 USD

– Location: Prometric or VUE

Page 17: Module 01 - Introduction

LAB Conventions

When you’re asked to enter a command, it will be written in

the form :

# command

Command may also be written in the form:

# command # comment

“ # comment“ describes action or meaning of the command,

NOT a part of command

Control keys are shown by caret symbol and the required

leter. For example: ^C = Control + C