0% found this document useful (0 votes)
12 views3 pages

Linux System Administration

This document provides an introduction and orientation to a Linux system administration training course. It recommends reviewing a free introductory Linux course prior to starting, and outlines some topics that will not be covered. It also provides instructions for setting up the required virtual machine environment.

Uploaded by

sri wulan dari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views3 pages

Linux System Administration

This document provides an introduction and orientation to a Linux system administration training course. It recommends reviewing a free introductory Linux course prior to starting, and outlines some topics that will not be covered. It also provides instructions for setting up the required virtual machine environment.

Uploaded by

sri wulan dari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Course Introduction

We are assuming you have either taken The Linux Foundation’s free Introduction to Linux (6 th Ed) at edX
(this MOOC – Massive Open Online Course – can be found by cliking here, or by searching the edX
website for “Linux”), or you have knowledge equivalent to, or better than what would be gained from
taking that couse.

LFS101x is free and, even if you feel you do not need to take that course, we recommend you sign up for
it; you can at least do a quick browse through the material. Some of the content areas covered in
LFS101x are covered in this course as well, usually at a more detailed level, befitting our audience. The
topic of package management is one susch ecample. Rather that repeat ourselves, we urge you to
reference the introductory course for basic topics not covered here.

There are some other topics which are necessary for system administrators to be knowledgeable about,
that we will not cover in this couse. In particular:

- Text editors (vi, emacs, nano, gedit, etc.)


- Finding Linux documentation (getting help)
- Manipulating text (sed, grep, awk, cut, paste, tail, head, etc.)
- File utilities (find, locate, file, etc.)
- Printing (configuring printers, managing print jobs)
- Graphical interfaces and their administration
- Bash shell scripting
- System installation

Before you take this course, we strongly recommend that you at least take a look at LFS101x. If you are
not completely familiar or comfortable with some of the basic utilities and prosedures we will be using
in this course, you will probably find they are discussed there: this course is not meant to stand alone.
Orientation To the Classroom Environment

Preparation

This guide is intended to independently setup the linux System Administration Training lab environment
on a Virtual Box. This training uses 1 virtual machine with detailed specification as follows.

In this lab environment we use the Ubuntu 22.04 OS, the image has beenprepared below. For the
specifications above are recommended vm specifications, you can adjust to the performance of your
computer. There are 2 networks, namely NAT Network for internet access needs and Host-Only Network
for remote VM needs from the Host.

Here’s what you need to do before moving on to the next stage:

1. Download and install VirtualBox version 7 or newer according to the OS you are using.
The lastest version of VirtualBox can be found here.
2. Download this image that contains the Ubuntu 22.04 OS and the prepared lab environment.
Download server.ova OneDrive Or Google Drive.

Setup NAT Network

1. To create a new NAT Network, click Filemenu, select the Tools option and select Network
Manager Option.
2. On the Network tab, select NAT network nebu and select Create.
3. Then enter the network ip that will be used 192.168.0.0/24 and click ok.
Setup Host-Only Network

1. For Host-Only Network configuration, select Host-Only Network in menu.


2. In Host-Only Network Menu on the adapter tab enter IP 10.10.10.1, netmask 255.255.255.0,
Disable DHCP and then Apply

Import VM

1. To import a vm, click the File menu and select Impport Appliance..
2. On the import virtual Appliance tab, in the File column enter the ova dile that was downloaded
previously

You might also like