CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage

Size: px
Start display at page:

Download "CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage"

Transcription

1 CompTIA Linux+ Guide to Linux Certification Fourth Edition Chapter 2 Linux Installation and Usage

2 Objectives Prepare for and install Fedora Linux using good practices Outline the structure of the Linux interface Enter basic shell commands and find command documentation Properly shut down the Linux operating system CompTIA Linux+ Guide to Linux Certification, 4th Edition 2 Cengage Learning 2016

3 Installing Linux: Preparing for Installation All OSs require a minimum set of hardware components to function properly Can be obtained from manual or file in DVD of OS, or from vendor website Each individual hardware component should be checked against the Hardware Compatibility List (HCL) found on the vendor s Web site CompTIA Linux+ Guide to Linux Certification, 4th Edition 3 Cengage Learning 2016

4 Installing Linux: Preparing for Installation Table 2-1 Fedora 20 recommended minimum hardware requirements CompTIA Linux+ Guide to Linux Certification, 4th Edition 4 Cengage Learning 2016

5 Understanding Installation Media The most common source for Linux packages and installation program is DVD media To install form DVD, place the Linux DVD in the DVD drive and turn on the computer Most Linux distributions provide a Web site from which you can download DVD images (called ISO images) Can be written to a blank writable DVD using disc burning software CompTIA Linux+ Guide to Linux Certification, 4th Edition 5 Cengage Learning 2016

6 Understanding Installation Media Many Linux Web sites also allow you to download a bootable live media DVD image A fully functional graphical Linux OS is loaded into RAM Allows you to test the OS on your computer to ensure all hardware drivers were detected properly If computer does not have a DVD drive Install Linux by imaging the DVD or live media DVD image to a USB flash drive CompTIA Linux+ Guide to Linux Certification, 4th Edition 6 Cengage Learning 2016

7 Understanding Installation Media Figure 2-1 The Fedora LiveUSB Creator program CompTIA Linux+ Guide to Linux Certification, 4th Edition 7 Cengage Learning 2016

8 Understanding Installation Media Virtualization software: used to run an OS within an existing OS concurrently Virtualization software products available: Microsoft Hyper-V VMWare Oracle VM VirtualBox Virtual machine (VM): each OS that is run within virtualization software Virtual machine host (VM host): the underlying OS running the virtualization software CompTIA Linux+ Guide to Linux Certification, 4th Edition 8 Cengage Learning 2016

9 Understanding Installation Media To install Linux as a VM Download the standard DVD or live media DVD ISO image to a directory on your VM host Open virtualization software and choose to create a new virtual machine Specify the location of the appropriate ISO image Virtualization software will boot from the ISO image directly CompTIA Linux+ Guide to Linux Certification, 4th Edition 9 Cengage Learning 2016

10 Understanding Installation Media Figure 2-3 Selecting installation media within the Hyper-V New VM Wizard CompTIA Linux+ Guide to Linux Certification, 4th Edition 10 Cengage Learning 2016

11 Performing the Installation The installation program for Fedora 20 Linux involves the following general stages: Starting the installation Choosing an installation language as well as localization and system options Configuring disk partitions and filesystems Configuring user accounts CompTIA Linux+ Guide to Linux Certification, 4th Edition 11 Cengage Learning 2016

12 Starting the Installation Boot from Fedora Linux DVD You will be prompted to: Start the installation Perform troubleshooting actions If you select the troubleshooting option, you will be presented with four additional options Start Fedora Live in basic graphics mode Test this media & start Fedora Live Run a memory test Boot from local drive CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

13 Starting the Installation In most cases, the troubleshooting options are not necessary when installing Fedora Linux Simply choose Start Fedora Live to start a live Fedora system Once loaded, you will be presented with a welcome screen that prompts you to install Fedora Linux on permanent storage If you choose Install to Hard Drive, the Fedora installation program will start CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

14 Choosing an Installation Language and Localization and System Options You will be prompted to choose installation language Keyboard model and layout automatically detected Network interface is set to obtain network configuration automatically using the DHCP protocol Date and time are automatically obtained from the Internet If your network has Internet connectivity CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

15 Choosing an Installation Language and Localization and System Options Figure 2-8 Selecting an installation language CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

16 Choosing an Installation Language and Localization and System Options Figure 2-9 Configuring localization and system options CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

17 Choosing an Installation Language and Localization and System Options You must manually select an installation destination before installation can continue Select a permanent storage device that will contain the Linux OS Most common storage devices for storing Linux OS are hard disks Parallel Advanced Technology Attachment (PATA) Serial Advanced Technology Attachment (SATA) Small Computer Systems Interface (SCSI) CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

18 Choosing an Installation Language and Localization and System Options By clicking the Installation Destination icon (see Figure 2-9) You will be presented with a list of the different permanent storage devices in your system If you have multiple disk devices Select the disk that will be used to contain Linux You can also install Linux on an external Storage Area Network (SAN), Direct Access Storage Device (DASD), or firmware Redundant Array of Inexpensive Disks (RAID) device CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

19 Choosing an Installation Language and Localization and System Options Figure 2-10 Configuring an installation destination CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

20 Configuring Disk Partitions and Filesystems Each hard disk is divided into partitions Partitions are formatted with filesystems Filesystem is a structure that specifies how data should reside on the hard disk Maximum four primary partitions Extended partition can be divided into logical drives Master Boot Record (MBR): a table of all partition information for a certain hard disk or SSD CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

21 Configuring Disk Partitions and Filesystems Table 2-3 Example partitioning scheme for the first SATA/SCSI device CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

22 Configuring Disk Partitions and Filesystems Filesystems can be accessed by Linux if it is attached (mounted) to a certain directory Fedora installation program can automatically create partitions Generally a good practice to manually partition Linux typically requires only two partitions Partition mounted to the root directory Partition for virtual memory (swap memory) Area on hard disk used to store information normally residing in physical memory (RAM) CompTIA Linux+ Guide to Linux Certification, 4th Edition 22 Cengage Learning 2016

23 Configuring Disk Partitions and Filesystems Table 2-4 Common Linux filesystems and sizes CompTIA Linux+ Guide to Linux Certification, 4th Edition 23 Cengage Learning 2016

24 Configuring Disk Partitions and Filesystems Different types of filesystems Ext2: used on most Linux computers Ext3, Ext4: performs journaling VFAT: compatible with Windows FAT filesystem REISER: performs journaling Journaling: keeps track of the information written to the hard drive CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

25 Configuring Disk Partitions and Filesystems Once an installation destination has been selected, the installation program will prompt you to choose: The partitioning scheme Whether the number and type of disk partitions should be configured automatically If partition contents should be automatically encrypted CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

26 Configuring Disk Partitions and Filesystems Figure 2-11 Selecting disk partitioning options CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

27 Configuring Disk Partitions and Filesystems Instead of standard partitions, you can choose a partition scheme that creates logical volumes: Using the Logical Volume Manager (LVM) That support the new B-tree Filesystem (BTRFS) To allow for easier system recovery Choose a standard partition scheme and ensure that contents of disk partitions are not encrypted CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

28 Configuring User Accounts Authentication: Users log in via valid user name and password Configure two user accounts Administrator account (root): full rights to system Regular user account The installation program prompts you to configure the password for the root user As well as create a new user account Next, click the Quit button to exit the installation program CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

29 Configuring User Accounts Figure 2-13 Configuring user accounts during a Fedora installation CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

30 Basic Linux Usage It is essential to understand: The different types of user interface Basic tasks, such as: Command execution Obtaining online help Shutting down the Linux system CompTIA Linux+ Guide to Linux Certification, 4th Edition 30 Cengage Learning 2016

31 Shells, Terminals, and the Kernel Terminal: channel allowing users to log on to the kernel locally or across a network Shell: user interface which accepts user inputs and transfers them to the kernel BASH Shell (Bourne Again Shell): default Linux shell Command line shell Linux allows multiple terminals, each with its own shell CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

32 Shells, Terminals, and the Kernel Figure 2-14 Shells, terminals, and the kernel CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

33 Shells, Terminals, and the Kernel Graphical user interface Start GUI environment on top of BASH shell Or, switch to a graphical terminal e.g., GNOME Display Manager (gdm) From the local server, use key combinations to change to separate terminal Such as Ctrl+Alt+F2 Command line prompt reflects the type of user that is logged in: Root user: # Regular user: $ CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

34 Shells, Terminals, and the Kernel Table 2-5 Common Linux terminals CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

35 Shells, Terminals, and the Kernel The default GUI environment in Fedora Linux is GNOME Command-line terminal may be accessed from GNOME by accessing the Activities menu in the upper left of the desktop Navigate to Show Applications, Utilities, Terminal CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

36 Basic Shell Commands Commands: indicate the name of program to execute Are case sensitive Options: specific letters starting with a dash - and appear after command name Alter the way the command works Arguments: specify a command s specific working parameters Do not start with a dash CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

37 Basic Shell Commands Table 2-6: Some common Linux commands CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

38 Shell Metacharacters Metacharacters: keyboard characters with a special meaning e.g., $ Tells the shell that the following text refers to a variable Avoid use of metacharacters when typing commands unless using their special functionality Single quotation marks protect metacharacter from being interpreted specially by the shell CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

39 Shell Metacharacters Table 2-7: Common BASH Shell metacharacters CompTIA Linux+ Guide to Linux Certification, 4th Edition 39

40 Getting Command Help Manual (man) pages: most common form of documentation for Linux commands At command prompt, type the man command followed by command name Manual pages Contain different sections Section numbers describe the category of the command in the manual page database Searchable by keyword CompTIA Linux+ Guide to Linux Certification, 4th Edition 40 Cengage Learning 2016

41 Getting Command Help Table 2-8: Manual page section numbers CompTIA Linux+ Guide to Linux Certification, 4th Edition 41

42 Getting Command Help GNU info pages: set of local, easy-to-read command syntax documentation At command prompt, type the info command followed by a command name Originally intended to replace the man command in Linux Some commands do not have manual or info pages Usually functions that are built into the BASH shell CompTIA Linux+ Guide to Linux Certification, 4th Edition 42 Cengage Learning 2016

43 Shutting Down the Linux System The OS handles writing data from computer memory to the disk drives Simply turning off power to the computer might result in damaged user and system files Issue the shutdown command Can halt or reboot your computer after a certain period of time To stop the shutdown Press Ctrl and c keys and then issue the command shutdown -c to cancel the shutdown CompTIA Linux+ Guide to Linux Certification, 4th Edition 43 Cengage Learning 2016

44 Shutting Down the Linux System Table 2-9: Commands to halt and reboot the Linux operating system CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

45 Summary Prior to installation, verify hardware requirements using the HCL You can obtain Linux installation media by downloading an ISO image from the Internet Can be written to a DVD or USB flash drive Installation prompts for language, date, time zone, keyboard layout, network configuration, user account configuration, and permanent storage configuration CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

46 Summary Users must log in to a terminal and receive a shell before they are able to interact with the Linux system and kernel From any type of terminal you can enter commands, options, and arguments at a shell prompt to perform system tasks, obtain command help, or shut down the Linux system CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

47 Summary The shell is case sensitive and understands a variety of special characters called shell metacharacters, which should be protected if their special meaning is not required CompTIA Linux+ Guide to Linux Certification, 4th Edition Cengage Learning

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage Linux+ Guide to Linux Certification, Third Edition Chapter 2 Linux Installation and Usage Objectives Install Red Hat Fedora Linux using good practices Outline the structure of the Linux interface Enter

More information

Guide to Linux+, Fourth Edition Chapter 2 Solutions

Guide to Linux+, Fourth Edition Chapter 2 Solutions Guide to Linux+, Fourth Edition Chapter 2 Solutions Review Questions 1. What is the default shell in Linux called? a. SH b. BSH c. CSH d. BASH Answer: d 2. What equivalent to the man command generally

More information

Chapter 02 Linux Installation and Usage

Chapter 02 Linux Installation and Usage Chapter 02 Linux Installation and Usage TRUEFALSE 1. A swap partition contains a filesystem. 2. When a user interacts with his computer, he interacts directly with the kernel of the computer's operating

More information

Linux+ Guide to Linux Certification, Third Edition. Chapter 6 Advanced Installation

Linux+ Guide to Linux Certification, Third Edition. Chapter 6 Advanced Installation Linux+ Guide to Linux Certification, Third Edition Chapter 6 Advanced Installation Objectives Describe the types and structure of SCSI devices Explain the different levels of RAID and types of RAID configurations

More information

Installation of Fedora 12 with CD

Installation of Fedora 12 with CD Prepared by investech.wordpress.com Installation of Fedora 12 with Net Install CD Version 1.0 investech.wordpress.com 07-12-09 This document is produced under Creative Common License (Attribution No Derivatives).

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

Installation of Lubuntu Linux, Koha, DSpace and other software using LibLiveCD

Installation of Lubuntu Linux, Koha, DSpace and other software using LibLiveCD Installation of Lubuntu Linux, Koha, DSpace and other software using LibLiveCD NOTE: Before performing the below tasks, please ensure you have one basic disk partition (with no data) or some free space

More information

EaseUS Disk Copy User Guide

EaseUS Disk Copy User Guide EaseUS Disk Copy User Guide Table of contents Welcome... - 1 - Glossary... - 1 - Getting Started... - 1 - Hardware Requirements... - 1 - System Requirements... - 1 - File System Supported... - 2 - Devices

More information

DUAL OS INSTALLATION

DUAL OS INSTALLATION Ex.No:15 Date: DUAL OS INSTALLATION Aim: To install and configure Ubuntu OS alongside Windows as installing dual OS. PROCEDURE: 1. Backup your Windows partition To open the Dell Backup and Recovery software

More information

Manually Mount Usb Flash Drive Linux Command Line Redhat

Manually Mount Usb Flash Drive Linux Command Line Redhat Manually Mount Usb Flash Drive Linux Command Line Redhat How to Format USB in Linux using Command Line. This article will help you to format USB Flash drive in Ubuntu systems via Command line. So first

More information

Installing Linux (Chapter 8) Note packet # 4. CSN 115 Operating Systems Ken Mead Genesee Community College. Objectives

Installing Linux (Chapter 8) Note packet # 4. CSN 115 Operating Systems Ken Mead Genesee Community College. Objectives Installing Linux (Chapter 8) Note packet # 4 CSN 115 Operating Systems Ken Mead Genesee Community College Objectives Learn about the hardware components of your computer system Configure hard disk space

More information

Macrorit Partition Expert 4.3.5

Macrorit Partition Expert 4.3.5 Content Macrorit Partition Expert 4.3.5... 1 User Manual... 1 Welcome... 1 About Macrorit Partition Expert... 1 Main Features... 1 Advanced Features... 1 Tools... 2 Unique Technology... 2 System Requirements:...

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

This is Worksheet and Assignment 12. Disks, Partitions, and File Systems

This is Worksheet and Assignment 12. Disks, Partitions, and File Systems This is Worksheet and Assignment 12 This is a combined Worksheet and Assignment.. Quizzes and tests may refer to work done in this Worksheet and Assignment; save your answers. You will use a checking program

More information

How To Install Windows Updates 8 From Usb

How To Install Windows Updates 8 From Usb How To Install Windows Updates 8 From Usb Hard Drive Without Formatting We never updated our Windows 7 and 8 install guides with information about dump everything in your user profile onto a USB stick

More information

ABOUT ZEPCAM SOFTWARE INSTALLATION MANAGEMENT AND BACKUPS. Description What is it Installation requirement Server requirement

ABOUT ZEPCAM SOFTWARE INSTALLATION MANAGEMENT AND BACKUPS. Description What is it Installation requirement Server requirement 1 ABOUT ZEPCAM SOFTWARE Description What is it Installation requirement Server requirement INSTALLATION Create a bootable USB Networking Disk partitioning Bootloader configuration Setup Registration Administrator

More information

Documentation. OTRS Appliance Installation Guide. Build Date:

Documentation. OTRS Appliance Installation Guide. Build Date: Documentation OTRS Appliance Installation Guide Build Date: 12/10/2014 OTRS Appliance Installation Guide Copyright 2001-2014 OTRS AG This work is copyrighted by OTRS AG. You may copy it in whole or in

More information

Sun VirtualBox Installation Tutorial

Sun VirtualBox Installation Tutorial Sun VirtualBox Installation Tutorial Installing Linux Mint 5 LTS Guest OS By Dennis Berry Welcome to the world of virtualization and Linux. This tutorial is intended to help users who are new to the world

More information

Intel Solid State Drive Firmware Update Tool

Intel Solid State Drive Firmware Update Tool Intel Solid State Drive Firmware Update Tool Software Version 3.0.0 or later Document Number: 322570-011US Intel disclaims all express and implied warranties, including without limitation, the implied

More information

CST Algonquin College 2

CST Algonquin College 2 Partitions Lab due dates: Labs are due as specified usually on Page1 of the Lab document Lab due dates are expressed as: 10 min before the end of the lab period during a certain week There is a grace period

More information

The Ip address / Name value should be: srvvcenter-cis

The Ip address / Name value should be: srvvcenter-cis CIS133 Installation Lab #1 - DESKTOP CLIENT OpenSUSE Install. Before beginning the installation, create a virtual machine in which you will install the operating system. 1) Open the VMware vsphere Client.

More information

SANS Institute - Operations Essentials. Operating System Installation Guidelines. Windows XP Professional Installation. Creating Boot Disks

SANS Institute - Operations Essentials. Operating System Installation Guidelines. Windows XP Professional Installation. Creating Boot Disks SANS Institute - Operations Essentials Operating System Installation Guidelines The following document guides you step-by-step through the process of creating a dualboot system. Even if you do not use

More information

This is Lab Worksheet 7 - not an Assignment

This is Lab Worksheet 7 - not an Assignment This is Lab Worksheet 7 - not an Assignment This Lab Worksheet contains some practical examples that will prepare you to complete your Assignments. You do not have to hand in this Lab Worksheet. Make sure

More information

This is Lab Worksheet/Installation 7

This is Lab Worksheet/Installation 7 This is Lab Worksheet/Installation 7 This Lab Worksheet/Installation contains essential installation work needed for your upcoming Assignments. You do not have to hand in this Lab Worksheet, but there

More information

AMD Ryzen Threadripper NVMe RAID Quick Start Guide RC Release Version 1.0

AMD Ryzen Threadripper NVMe RAID Quick Start Guide RC Release Version 1.0 AMD Ryzen Threadripper NVMe RAID Quick Start Guide RC-9.1.0 Release Version 1.0 1 P a g e Contents 1 GENERAL INFORMATION... 3 1.1 Purpose... 3 1.2 System requirements... 3 1.3 Information about supported

More information

Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0

Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0 Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0 Revision 1.0 February 2000 Revision History Revision Revision History Date 1.0 Initial Release 02/10/00 Intel Corporation

More information

3 INSTALLING WINDOWS XP PROFESSIONAL

3 INSTALLING WINDOWS XP PROFESSIONAL INSTALLING WINDOWS XP PROFESSIONAL.1 Preparing for installation Objectives.1.1 Windows XP Professional Hardware Requirements.1.2 Hardware Compatibility List (HCL) check.1. Hard Disk Partition.1.4 Required

More information

The Linux IPL Procedure

The Linux IPL Procedure The Linux IPL Procedure SHARE - Tampa February 13, 2007 Session 9274 Edmund MacKenty Rocket Software, Inc. Purpose De-mystify the Linux boot sequence Explain what happens each step of the way Describe

More information

Installing VMware vsphere 5.1 Components

Installing VMware vsphere 5.1 Components Installing VMware vsphere 5.1 Components Module 14 You Are Here Course Introduction Introduction to Virtualization Creating Virtual Machines VMware vcenter Server Configuring and Managing Virtual Networks

More information

Acronis Disk Director 11 Home. Quick Start Guide

Acronis Disk Director 11 Home. Quick Start Guide Acronis Disk Director 11 Home Quick Start Guide Copyright Acronis, Inc., 2000-2010. All rights reserved. "Acronis", "Acronis Compute with Confidence", "Acronis Recovery Manager", "Acronis Secure Zone",

More information

Partitioning and Formatting Guide

Partitioning and Formatting Guide Partitioning and Formatting Guide Version 1.2 Date 05-15-2006 Partitioning and Formatting Guide This guide is designed to explain how to setup your drive with the correct partition and format for your

More information

Basic Edition A Windows Embedded Partner

Basic Edition A Windows Embedded Partner User Guide Basic Edition Table of Contents Product Introduction Product Overview Product Features Product Installation/Registration System Requirements Installation Use as Evaluation Activate on Internet

More information

Installing or booting DSS V6 from a USB flash drive or other writable media starting with the ZIP file

Installing or booting DSS V6 from a USB flash drive or other writable media starting with the ZIP file QUICK START DSS V6 DSS V6 is a standalone bootable storage OS. The software for the Lite version and the regular version of DSS is the same. When you install DSS V6 you can alternatively choose to run

More information

Windows 7 Manual Partition Hard Drive During Install Xp

Windows 7 Manual Partition Hard Drive During Install Xp Windows 7 Manual Partition Hard Drive During Install Xp There are plenty of free ISO writers if you have Vista or XP. If you're using a spare hard drive, delete all partitions or simply choose an Step

More information

Install Windows Update Windows 7 From Usb

Install Windows Update Windows 7 From Usb Install Windows Update Windows 7 From Usb Drive Step Step Guide Most people who install the Windows Technical Preview will probably upgrade If you are upgrading from Windows 7, however, or from Windows

More information

Linux Operating System

Linux Operating System Linux Operating System IT250 Unit 1 Chapters 1, 2, and 3 An Introduction to Linux Linux Operating Systems Wednesday, 9:00 am 1:20 pm Attendance is Mandatory! Each class may begin with a quiz from previous

More information

8 ISSUE 02 SPECIAL EDITION. Installing opensuse Ready to get started? This article shows you how to install opensuse from the disc

8 ISSUE 02 SPECIAL EDITION. Installing opensuse Ready to get started? This article shows you how to install opensuse from the disc Installing opensuse 11.0 Ready to get started? This article shows you how to install opensuse from the disc included with this special edition. BY MARCEL HILZINGER he two-sided DVD included with this special

More information

CTEC1863/2018F Bonus Lab Page 1 of 5

CTEC1863/2018F Bonus Lab Page 1 of 5 CTEC1863/2018F Bonus Lab Page 1 of 5 Bonus Lab: OpenSUSE Linux Rescue In this lab, we will install an OpenSUSE virtual machine. However, both the non-root user and the root passwords are unknown. To fix

More information

Fedora 12. For guidelines on the permitted uses of the Fedora trademarks, refer to fedoraproject.org/wiki/legal:trademark_guidelines.

Fedora 12. For guidelines on the permitted uses of the Fedora trademarks, refer to   fedoraproject.org/wiki/legal:trademark_guidelines. Fedora 12 12 Red Hat Engineering Content Services Fedora Documentation Project Rüdiger Landmann Copyright 2009 Red Hat, Inc. and others. The text of and illustrations in this document are licensed by Red

More information

RocIT Defender User s Guide ViSoS TM Virtual System on a Stick

RocIT Defender User s Guide ViSoS TM Virtual System on a Stick RocIT Defender User s Guide ViSoS TM Virtual System on a Stick Table of Contents 1. Introduction 3 1.1. Minimum System Requirements 3 1.2. Drive Specifications 4 2. Startup Procedure 4 2.1. Configure computer

More information

RocketRAID 231x/230x SATA Controller Fedora Linux Installation Guide

RocketRAID 231x/230x SATA Controller Fedora Linux Installation Guide RocketRAID 231x/230x SATA Controller Fedora Linux Installation Guide Version 1.0 Copyright 2008 HighPoint Technologies, Inc. All rights reserved. Last updated on April 7, 2009 Table of Contents 1 Overview...1

More information

The Ip address / Name value should be: srvvcenter-cis

The Ip address / Name value should be: srvvcenter-cis CIS133 Installation Lab #1 - DESKTOP CLIENT OpenSUSE Install. Before beginning the installation, create a virtual machine in which you will install the operating system. 1) Open the VMware vsphere Client.

More information

Power IQ DCIM Monitoring Evaluation Copy A Step-By-Step Guide

Power IQ DCIM Monitoring Evaluation Copy A Step-By-Step Guide 1 Power IQ DCIM Monitoring Evaluation Copy A -By- by Thank you for downloading this free evaluation copy of Sunbird s Power IQ DCIM monitoring software which supports up to five devices! Power IQ allows

More information

TestOut PC Pro - English 6.0.x COURSE OUTLINE. Modified

TestOut PC Pro - English 6.0.x COURSE OUTLINE. Modified TestOut PC Pro - English 6.0.x COURSE OUTLINE Modified 2019-01-02 TestOut PC Pro Outline - English 6.0.x Videos: 142 (17:10:32) Demonstrations: 144 (17:38:44) Simulations: 117 Fact Sheets: 189 Exams: 132

More information

OPS235: Week 1. Installing Linux ( Lab1: Investigations 1-4)

OPS235: Week 1. Installing Linux ( Lab1: Investigations 1-4) OPS235: Week 1 Installing Linux ( Lab1: Investigations 1-4) 1 Agenda: Lab 1 Required materials Thinking Ahead (Tips / Warnings): Importance of Command Line LVM / Host vs Virtual Machines Importance of

More information

At course completion. Overview. Audience profile. Course Outline. : 55187B: Linux System Administration. Course Outline :: 55187B::

At course completion. Overview. Audience profile. Course Outline. : 55187B: Linux System Administration. Course Outline :: 55187B:: Module Title Duration : 55187B: Linux System Administration : 4 days Overview This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional

More information

Getting Started With Parallels Desktop 14

Getting Started With Parallels Desktop 14 Getting Started With Parallels Desktop 14 Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright 1999-2018 Parallels International

More information

5) The system will now ask you to select the language to use for the installation. Choose one and click Next.

5) The system will now ask you to select the language to use for the installation. Choose one and click Next. Caution! The Rivendell Broadcast Appliance DVD installs a pre-configured Linux Operating System and the complete Rivendell Radio Automation System software package on your computer. It will completely

More information

HARD DISK MANAGER 11 / FULL FEATURES LIST. HDM 11 Professional. HDM 11 Server. Features. Virtualization. Add-on. Drive Partitioning

HARD DISK MANAGER 11 / FULL FEATURES LIST. HDM 11 Professional. HDM 11 Server. Features. Virtualization. Add-on. Drive Partitioning HDM 11 Server Features HDM 11 Professional HDM 11 Server + Virtualization Add-on Drive Partitioning Create Partition Express Create Partition Format Partition Delete Partition Undelete Partition Move/Resize

More information

ASIANUX SERVER 3 SP1 INSTALLATION GUIDE

ASIANUX SERVER 3 SP1 INSTALLATION GUIDE ASIANUX SERVER 3 SP1 INSTALLATION GUIDE Asianux Server 3 SP1 Installation Guide Asianux Team December 12, 2008 Contents Preface 4 Audience.................................................... 4 Typographic

More information

"Charting the Course... MOC B: Linux System Administration. Course Summary

Charting the Course... MOC B: Linux System Administration. Course Summary Description Course Summary This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional Linux system administrator. The course covers

More information

Get VirtualBox. VirtualBox/Ubuntu Setup. Go to and select Downloads.

Get VirtualBox. VirtualBox/Ubuntu Setup. Go to  and select Downloads. Get VirtualBox Go to www.virtualbox.org and select Downloads. 1 Download the current release of VirtualBox for the OS on which you will install VirtualBox. In these notes, that's Windows 7. Download the

More information

Lab - Install Windows 7 or Vista

Lab - Install Windows 7 or Vista Introduction In this lab, you will install the Windows 7 or Vista operating system. Recommended Equipment A computer with a blank hard disk drive Windows 7 or Vista installation DVD or USB flash drive

More information

User. Applications. Operating System. Hardware

User. Applications. Operating System. Hardware 2 User Applications Operating System Hardware 3 What is the Booting 1.When the user powers up the computer the CPU (Central Processing Unit) activates the BIOS (Basic Input Output System). 2. The first

More information

How to Use This Lab Manual

How to Use This Lab Manual 3 Contents How to Use This Lab Manual........................................ 5 Lab 1: Setting Up the Student System.................................. 7 Lab 2: Installing Fedora............................................

More information

TimeIPS Server. IPS256T Virtual Machine. Installation Guide

TimeIPS Server. IPS256T Virtual Machine. Installation Guide TimeIPS Server IPS256T Virtual Machine Installation Guide TimeIPS License Notification The terms and conditions applicable to the license of the TimeIPS software, sale of TimeIPS hardware and the provision

More information

XenClient Upgrade Guide

XenClient Upgrade Guide XenClient Upgrade Guide XenClient Upgrade Guide XenClient Upgrade Guide This document provides information about upgrading XenClient components. It includes guidelines for VM updates, and how to track

More information

TinyNet. Creating Virtual Machines

TinyNet. Creating Virtual Machines TinyNet Creating Virtual Machines VirtualBox is a little funny about its configuration files, so we need a separate utility to run VirtualBox using non-standard locations for our virtual machines (VMs)

More information

Fedora Linux Installation Guide

Fedora Linux Installation Guide RocketRAID 276x SAS Controller Fedora Linux Installation Guide Version 1.1 Copyright 2012 HighPoint Technologies, Inc. All rights reserved. Last updated on May 29, 2012 Table of Contents 1 Overview...

More information

CompTIA A+ Accelerated course for & exams

CompTIA A+ Accelerated course for & exams CompTIA A+ Accelerated course for 220-901 & 220-902 exams Course overview Target Audience This course is for Participants wishing to take and pass both CompTIA A+ exams (220-901 and 220-902) exam. It is

More information

Unit 2: Manage Files Graphically with Nautilus Objective: Manage files graphically and access remote systems with Nautilus

Unit 2: Manage Files Graphically with Nautilus Objective: Manage files graphically and access remote systems with Nautilus Linux system administrator-i Unit 1: Get Started with the GNOME Graphical Desktop Objective: Get started with GNOME and edit text files with gedit Unit 2: Manage Files Graphically with Nautilus Objective:

More information

Parallels Server 5 Bare Metal

Parallels Server 5 Bare Metal Parallels Server 5 Bare Metal Installation Guide Copyright 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels

More information

Ubuntu installation alongside windows 8/8.1 and 10

Ubuntu installation alongside windows 8/8.1 and 10 Ubuntu installation alongside windows 8/8.1 and 10 Important safety precautions in windows - Before starting the installation process NOTE:1. If you are already using Windows OS in your computer, take

More information

How to install the software of ZNS8022

How to install the software of ZNS8022 How to install the software of ZNS8022 1. Please connect ZNS8022 to your PC after finished assembly. 2. Insert Installation CD to your CD-ROM drive and initiate the auto-run program. The wizard will run

More information

Installing the Operating System or Hypervisor

Installing the Operating System or Hypervisor If you purchased E-Series Server or NCE Option 1 (E-Series Server or NCE without a preinstalled operating system or hypervisor), you must install an operating system or hypervisor. This chapter includes

More information

CIS 191A Final Exam. Fall CIS 191 Final Exam

CIS 191A Final Exam. Fall CIS 191 Final Exam CIS 191A Final Exam Fall 2008 CIS 191 Final Exam The final for CIS 191A is composed several parts: A. (10 points) Questions B. (5 points) Checklist C. (10 points) Troubleshooting D. (35 points) Building

More information

Ftp Get Command Line Windows 7 Bootable Usb

Ftp Get Command Line Windows 7 Bootable Usb Ftp Get Command Line Windows 7 Bootable Usb How to make Windows 7 bootable install USB stick Open command prompt as administrator - Right click on Start _ All Programs _ Accessories _ Command. 7. Command

More information

Fedora 12. For guidelines on the permitted uses of the Fedora trademarks, refer to https:// fedoraproject.org/wiki/legal:trademark_guidelines.

Fedora 12. For guidelines on the permitted uses of the Fedora trademarks, refer to https:// fedoraproject.org/wiki/legal:trademark_guidelines. Fedora 12 Downloading and installing Fedora 12 on most desktop and laptop computers Red Hat Engineering Content Services Fedora Documentation Project Edited by Rüdiger Landmann Copyright 2009 Red Hat,

More information

Collaboration Management Suite. Installation manual

Collaboration Management Suite. Installation manual Collaboration Management Suite Installation manual R5900021/03 30/03/2017 Barco NV Beneluxpark 21, 8500 Kortrijk, Belgium Phone: +32 56.23.32.11 Fax: +32 56.26.22.62 Support: www.barco.com/en/support Visit

More information

Building a virtual network Maher Saad, Chestnut Residence, University of Toronto

Building a virtual network Maher Saad, Chestnut Residence, University of Toronto Building a virtual network Maher Saad, Chestnut Residence, University of Toronto Disclaimer The author of this document shall not carry responsibility for any damage to the network, computer(s) software

More information

EaseUS Partition Master

EaseUS Partition Master EaseUS Partition Master User Guide Table of content Table of content... - 2 - Overview... - 1 - Welcome... - 1 - Edition comparison... - 1 - Getting started... - 2 - Hardware requirements... - 2 - Supported

More information

Course 55187B Linux System Administration

Course 55187B Linux System Administration Course Outline Module 1: System Startup and Shutdown This module explains how to manage startup and shutdown processes in Linux. Understanding the Boot Sequence The Grand Unified Boot Loader GRUB Configuration

More information

C A S P E R TECH EDITION 10 USER GUIDE

C A S P E R TECH EDITION 10 USER GUIDE TM C A S P E R TM TECH EDITION 10 USER GUIDE Copyright and Trademark Information Information in this document is subject to change without notice. Federal law prohibits unauthorized use, duplication, and

More information

Lab #5 Guide: Installing Ubuntu as a Virtual Machine

Lab #5 Guide: Installing Ubuntu as a Virtual Machine Lab #5 Guide: Installing Ubuntu as a Virtual Machine CTEC1863/2018F Operating Systems Mike Boldin Tools, Materials and Equipment Oracle VirtualBox software official site: https://www.virtualbox.org/wiki/downloads

More information

6. What is an ISO image? How do you burn an ISO image to a CD/DVD? An ISO image is an exact copy of what is on a CD/DVD. When you burn an ISO image

6. What is an ISO image? How do you burn an ISO image to a CD/DVD? An ISO image is an exact copy of what is on a CD/DVD. When you burn an ISO image 2 Answers to Exercises 1. Briefly, what does the process of installing an operating system such as Fedora/RHEL involve? When you install an operating system such as Fedora/RHEL, you copy operating system

More information

About This Book. Who Should Use This Book. Highlighting. Case Sensitivity in AIX. iii

About This Book. Who Should Use This Book. Highlighting. Case Sensitivity in AIX. iii About This Book The AIX 5L Version 5.2 Operating System Installation: Getting Started guide provides system administrators with information about how to install and configure the AIX operating system on

More information

Exam : 1Z Title : Enterprise Linux System Administration. Version : DEMO

Exam : 1Z Title : Enterprise Linux System Administration. Version : DEMO Exam : 1Z0-403 Title : Enterprise Linux System Administration Version : DEMO 1. You are logged in to server1 and want to allow remote connections to server1 through X Display Manager Control Protocol (XDMCP).

More information

Acronis Backup & Recovery 11.5

Acronis Backup & Recovery 11.5 Acronis Backup & Recovery 11.5 Installation Guide Applies to the following editions: Update 2 Advanced Server Server for Windows Virtual Edition Server for Linux Advanced Server SBS Edition Workstation

More information

GL-280: Red Hat Linux 7 Update. Course Description. Course Outline

GL-280: Red Hat Linux 7 Update. Course Description. Course Outline GL-280: Red Hat Linux 7 Update Course Description This is a differences course that focuses on the new technologies and features that made their appearance in Red Hat Enterprise Linux v7. It is intended

More information

Disk Imaging with Knoppix

Disk Imaging with Knoppix Introduction This document explains how to use the CD-ROM bootable version of Linux, named Knoppix, to make and restore images of computer hard drives. Knoppix makes a very good system recovery tool for

More information

Exam LFCS/Course 55187B Linux System Administration

Exam LFCS/Course 55187B Linux System Administration Exam LFCS/Course 55187B Linux System Administration About this course This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional

More information

Manually Mount Usb Flash Drive Ubuntu Server 12.04

Manually Mount Usb Flash Drive Ubuntu Server 12.04 Manually Mount Usb Flash Drive Ubuntu Server 12.04 USB storage devices have the enormous advantage that for the most part they By default, disk drives do not auto-mount in Ubuntu Server Edition. Sometimes,

More information

SysadminSG RHCSA Study Guide

SysadminSG RHCSA Study Guide SysadminSG RHCSA Study Guide This is the RHCSA Study Guide for the System Administration Study Group. The study guide is intended to be printed by those who wish to study common tasks performed by many

More information

C A S P E R USER GUIDE V ERSION 5.0

C A S P E R USER GUIDE V ERSION 5.0 TM C A S P E R TM USER GUIDE V ERSION 5.0 Copyright and Trademark Information Information in this document is subject to change without notice. Federal law prohibits unauthorized use, duplication, and

More information

CASPER SECURE DRIVE BACKUP

CASPER SECURE DRIVE BACKUP TM CASPER SECURE DRIVE BACKUP FOR PGP WHOLE DISK ENCRYPTION USER GUIDE V3.0 TM Copyright and Trademark Information Information in this document is subject to change without notice. Federal law prohibits

More information

Linux+ Guide to Linux Certification, Third Edition

Linux+ Guide to Linux Certification, Third Edition Linux+ Guide to Linux Certification, Third Edition Chapter 14 Troubleshooting, Performance, and Security Objectives Describe and outline good troubleshooting practices Effectively troubleshoot common hardware-

More information

Ubuntu Manually Mount Cdrom Drive Command Line Vmware

Ubuntu Manually Mount Cdrom Drive Command Line Vmware Ubuntu Manually Mount Cdrom Drive Command Line Vmware On Windows 7 (64-bit) I installed VMware Player and then Ubuntu 12.04, then Mount the virtual CD drive, Launch a terminal, Use tar to uncompress. I

More information

Operating Systems Lab 1. Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox

Operating Systems Lab 1. Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox Operating Systems Lab 1 Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox Oracle VirtualBox is a cross-platform virtualization application. It installs on your existing

More information

How to Install Oracle VM VirtualBox and Create a Virtual Machine

How to Install Oracle VM VirtualBox and Create a Virtual Machine How to Install Oracle VM VirtualBox and Create a Virtual Machine Oracle VM VirtualBox is an open source virtualization software that you can install on various x86 systems. You can install Oracle VM Virtualbox

More information

User Manual. AOMEI Partition Assistant 6.0

User Manual. AOMEI Partition Assistant 6.0 AOMEI Partition Assistant 6.0 User Manual Welcome... 3 About AOMEI Partition Assistant... 3 Working Computer Configuration... 4 Product Main Window... 5 Partition Operation Properties... 5 Partition Operations...

More information

1) Use either Chrome of Firefox to access the VMware vsphere web Client.

1) Use either Chrome of Firefox to access the VMware vsphere web Client. CIS133 Installation Lab #1 Web Client OpenSUSE Install. 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME FireFox At the your connection is not

More information

Creating a Windows Server 2012 R2 virtual instance Maher Saad, Chestnut Residence, University of Toronto

Creating a Windows Server 2012 R2 virtual instance Maher Saad, Chestnut Residence, University of Toronto Creating a Windows Server 2012 R2 virtual instance Maher Saad, Chestnut Residence, University of Toronto Disclaimer The author of this document shall not carry responsibility for any damage to the network,

More information

CST8207: GNU/Linux Operating Systems I Lab Nine Disks, Partitions, and File Systems Part 2. Disks, Partitions, and File Systems - Part 2 of 2

CST8207: GNU/Linux Operating Systems I Lab Nine Disks, Partitions, and File Systems Part 2. Disks, Partitions, and File Systems - Part 2 of 2 Student Name: Lab Section: Disks, Partitions, and File Systems - Part 2 of 2 1 Due Date - Upload to Blackboard by 8:30am Monday April 9, 2012 Submit the completed lab to Blackboard following the Rules

More information

Clearswift SECURE Gateway Installation & Getting Started Guide. Version 4.3 Document Revision 1.0

Clearswift SECURE  Gateway Installation & Getting Started Guide. Version 4.3 Document Revision 1.0 Clearswift SECURE Email Gateway Installation & Getting Started Guide Version 4.3 Document Revision 1.0 Copyright Revision 1.1, March, 2016 Published by Clearswift Ltd. 1995 2016 Clearswift Ltd. All rights

More information

Create Golden Template

Create Golden Template Create Golden Template A golden template is an image of a virtual machine that the service provider can use as a master copy to create and provision new virtual machines. This chapter contains the procedures

More information

Parallels Server 4.0 for Mac Bare Metal Edition

Parallels Server 4.0 for Mac Bare Metal Edition Parallels Server 4.0 for Mac Bare Metal Edition Installation Guide Copyright 1999-2010 Parallels Holdings, Ltd. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels International GmbH Vordergasse

More information

How to Deploy a Barracuda NG Vx using Barracuda NG Install on a VMware Hypervisor

How to Deploy a Barracuda NG Vx using Barracuda NG Install on a VMware Hypervisor How to Deploy a Barracuda NG Vx using Barracuda NG Install on a VMware Hypervisor The OVA package uses a default configuration that may not be suitable for your deployment. If you want to use multiple

More information

Ubuntu (Intrepid-Ibex) Installation Manual

Ubuntu (Intrepid-Ibex) Installation Manual Ubuntu-8.10 (Intrepid-Ibex) Installation Manual INTRODUCTION Ubuntu 8.10 Intrepid Ibex is the latest release of Ubuntu Linux. You can obtain a copy of Ubuntu by downloading the ISO image or by requesting

More information

HOW TO: Perform a Hardware Independent Restore (HIR)

HOW TO: Perform a Hardware Independent Restore (HIR) Document ID:00000184 Last Modified:12/12/2008 HOW TO: Perform a Hardware Independent Restore (HIR) Key Words: How to, HIR, Hardware independent restore, recovery Situation: The purpose of this document

More information

Virtuozzo 6. Installation Guide. July 19, Copyright Parallels IP Holdings GmbH and its affiliates. All rights reserved.

Virtuozzo 6. Installation Guide. July 19, Copyright Parallels IP Holdings GmbH and its affiliates. All rights reserved. Virtuozzo 6 Installation Guide July 19, 2016 Copyright 1999-2016 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH Vordergasse 59 8200 Schaffhausen Switzerland

More information