CS 212L - Module2unitII

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 16

MODULE IN

Operating Systems

CS 212L

Department of Information Technology


SCHOOL of Accountancy, Management, Computing and Information Studies

Property of and for the exclusive use of SLU. Reproduction, storing in a retrieval system, distributing, uploading or posting online, or transmitting in any form or by any
means, electronic, mechanical, 1
Property of and for the exclusive photocopying, recording, or storing
use of SLU. Reproduction, otherwise
in aofretrieval
any partsystem,
of this document,
distributing,without the prior
uploading writtenonline,
or posting permission of SLU, isinstrictly
or transmitting any formprohibited.
or by any means,
Most of the discussion
electronic, materials were
mechanical, adopted from
photocopying, online resources,
recording, referoftoany
or otherwise thepart
list on
of the
thislast page
document, without the prior written permission of SLU, is strictly prohibited.
CS 212L

COURSE LEARNING OUTCOMES


At the end of the module, you should
be able to:

1. Explain the basic organization,


components and structure of an
Operating System
2. Apply multiple UNIX/Linux commands
3. Compare the performance of different
Operating Systems
4. Demonstrate and use Android mobile
platform

OPERATING SYSTEMS

Property of and for the exclusive use of SLU. Reproduction, storing in a retrieval system, distributing, uploading or posting online, or transmitting in any form or by any
means, electronic, mechanical, photocopying, recording, or otherwise of any part of this document, without the prior written permission of SLU, is strictly prohibited. 2
Most of the discussion materials were adopted from online resources, refer to the list on the last page
COURSE INTRODUCTION

To address the issues we are currently facing due to this pandemic global health
crisis, we have been designing the following modules for the course Operating Systems. The
goal is to meet the needs of students to maintain interest and promote critical thinking in
this course. The modules presented are designed to lay the groundwork to students, giving
understanding of operating systems.

The course provides students with a background on the fundamental concepts that
governs the architecture, design and implementation of an operating system. The course
shall enhance awareness of the student on process management, storage management,
and file system concepts applicable to modern operating systems. A practical “hands-on”
component will develop essential skills to install, and use various operating systems from
desktop to mobile operating system. Furthermore, students shall be familiarized with the
commands and shell scripting using a UNIX like operating system, at the end of the term
students will have an opportunity to use Android Studio to create simple Android
applications.

Property of and for the exclusive use of SLU. Reproduction, storing in a retrieval system, distributing, uploading or posting online, or transmitting in any form or by any
means, electronic, mechanical, photocopying, recording, or otherwise of any part of this document, without the prior written permission of SLU, is strictly prohibited. 3
Most of the discussion materials were adopted from online resources, refer to the list on the last page
Module II
Unit II
Ubuntu Server Download and Installation

1. Download Ubuntu Server 20.04.1 LTS at https://ubuntu.com/download/server. Select


Option 2 – Manual server installation and click on “Download Ubuntu Server 20.04.1
LTS”.

2. After the Ubuntu Server image has been successfully downloaded, create a new
virtual machine using Oracle VirtualBox. Click on the “New” icon.

3. Enter the name for the virtual machine, set the machine folder <set to drive D>, the
type as “Linux” and the version as “Ubuntu (64-bit)”. Click on the “Next” button.

Property of and for the exclusive use of SLU. Reproduction, storing in a retrieval system, distributing, uploading or posting online, or transmitting in any form or by any
means, electronic, mechanical, photocopying, recording, or otherwise of any part of this document, without the prior written permission of SLU, is strictly prohibited. 4
Most of the discussion materials were adopted from online resources, refer to the list on the last page
4. Set the memory size as default “2048MB”. Click on the “Next” button.

5. Select “Create virtual hard disk now”. Click on the “Create” button

Property of and for the exclusive use of SLU. Reproduction, storing in a retrieval system, distributing, uploading or posting online, or transmitting in any form or by any
means, electronic, mechanical, photocopying, recording, or otherwise of any part of this document, without the prior written permission of SLU, is strictly prohibited. 5
Most of the discussion materials were adopted from online resources, refer to the list on the last page
6. Set the Hard disk file type as “VDI (VirtualBox Disk Image”. Click on “Next”.

7. Set the storage on physical hard disk to “Dynamically allocated”

Property of and for the exclusive use of SLU. Reproduction, storing in a retrieval system, distributing, uploading or posting online, or transmitting in any form or by any
means, electronic, mechanical, photocopying, recording, or otherwise of any part of this document, without the prior written permission of SLU, is strictly prohibited. 6
Most of the discussion materials were adopted from online resources, refer to the list on the last page
8. Set the file location and size. <Always use drive D>. Click on “Create” button to finish
the creation of virtual machine.

NOTE: The newly created virtual machine will be displayed on the left panel of the
VirtualBox window.

9. Select the virtual machine and click on the start button located on top or right click
on the virtual machine and select start.

Property of and for the exclusive use of SLU. Reproduction, storing in a retrieval system, distributing, uploading or posting online, or transmitting in any form or by any
means, electronic, mechanical, photocopying, recording, or otherwise of any part of this document, without the prior written permission of SLU, is strictly prohibited. 7
Most of the discussion materials were adopted from online resources, refer to the list on the last page
10. Select the Ubuntu Server image that you have downloaded. Click on the “Start”
button.

NOTE: The installation may take a while.

11. Select “English” as the language and hit the “Enter” key to continue.

Property of and for the exclusive use of SLU. Reproduction, storing in a retrieval system, distributing, uploading or posting online, or transmitting in any form or by any
means, electronic, mechanical, photocopying, recording, or otherwise of any part of this document, without the prior written permission of SLU, is strictly prohibited. 8
Most of the discussion materials were adopted from online resources, refer to the list on the last page
12. Continue the installation without updating. Hit the “Enter” key to continue.

13. Verify the keyboard configuration and select “DONE” and hit the “Enter” key to
continue.

14. Set the network configuration as default. Select “Done” and hit the “Enter” key to
continue.

Property of and for the exclusive use of SLU. Reproduction, storing in a retrieval system, distributing, uploading or posting online, or transmitting in any form or by any
means, electronic, mechanical, photocopying, recording, or otherwise of any part of this document, without the prior written permission of SLU, is strictly prohibited. 9
Most of the discussion materials were adopted from online resources, refer to the list on the last page
15. Leave the proxy address null. Select “Done” and hit the “Enter” key to continue.

16. Set the archive mirror as default. Select “Done” and hit the “Enter” key to continue.

Property of and for the exclusive use of SLU. Reproduction, storing in a retrieval system, distributing, uploading or posting online, or transmitting in any form or by any
means, electronic, mechanical, photocopying, recording, or otherwise of any part of this document, without the prior written permission of SLU, is strictly prohibited. 10
Most of the discussion materials were adopted from online resources, refer to the list on the last page
17. Set the guided storage configuration as default. Hit the “TAB” key to navigate to the
“Done” button. Hit the “Enter” key to continue.

Property of and for the exclusive use of SLU. Reproduction, storing in a retrieval system, distributing, uploading or posting online, or transmitting in any form or by any
means, electronic, mechanical, photocopying, recording, or otherwise of any part of this document, without the prior written permission of SLU, is strictly prohibited. 11
Most of the discussion materials were adopted from online resources, refer to the list on the last page
18. Set the storage configuration as default. Click on “Done” and hit the “Enter” key to
continue.

19. Confirm destructive action and select “Continue”.

Property of and for the exclusive use of SLU. Reproduction, storing in a retrieval system, distributing, uploading or posting online, or transmitting in any form or by any
means, electronic, mechanical, photocopying, recording, or otherwise of any part of this document, without the prior written permission of SLU, is strictly prohibited. 12
Most of the discussion materials were adopted from online resources, refer to the list on the last page
20. Enter your name, server’s name, username and password. NOTE: Do not forget the
details that you have entered. If you forgot your username and password, you’re
going to install the Ubuntu Server all over again.

21. Enable “Install OpenSSH Server” by hitting the “Space bar” key.

Property of and for the exclusive use of SLU. Reproduction, storing in a retrieval system, distributing, uploading or posting online, or transmitting in any form or by any
means, electronic, mechanical, photocopying, recording, or otherwise of any part of this document, without the prior written permission of SLU, is strictly prohibited. 13
Most of the discussion materials were adopted from online resources, refer to the list on the last page
22. Navigate to “DONE” and hit the “Enter” key to continue with the installation.

Property of and for the exclusive use of SLU. Reproduction, storing in a retrieval system, distributing, uploading or posting online, or transmitting in any form or by any
means, electronic, mechanical, photocopying, recording, or otherwise of any part of this document, without the prior written permission of SLU, is strictly prohibited. 14
Most of the discussion materials were adopted from online resources, refer to the list on the last page
23. Cancel update and reboot

24. Login to your Ubuntu Server by entering your username and password.

25. Once you are logged in successfully you will see a “welcome” message

Property of and for the exclusive use of SLU. Reproduction, storing in a retrieval system, distributing, uploading or posting online, or transmitting in any form or by any
means, electronic, mechanical, photocopying, recording, or otherwise of any part of this document, without the prior written permission of SLU, is strictly prohibited. 15
Most of the discussion materials were adopted from online resources, refer to the list on the last page
Property of and for the exclusive use of SLU. Reproduction, storing in a retrieval system, distributing, uploading or posting online, or transmitting in any form or by any
means, electronic, mechanical, photocopying, recording, or otherwise of any part of this document, without the prior written permission of SLU, is strictly prohibited. 16
Most of the discussion materials were adopted from online resources, refer to the list on the last page

You might also like