Session 01
Session 01
INTRODUCTION TO LINUX
OPERATING SYSTEM
Objectives
Introduction
Linux distribution
Installation of linux
Features of Linux
3. Right-click on your main hard drive and select Shrink Volume. If you have
more than one drive, make sure to choose the one that says Primary Partition. This
will usually be labeled as the C: drive.
Find your device in the list. If you don’t see your drive,
choose EFI USB Device, then pick
your drive from the
next screen.
Go through the installation process. This will differ depending on which distro you are trying to install. These details might include your WiFi network,
language, time zone, keyboard layout, etc. You might also be required to create an account with a username and password. Make sure to write down any
details, as you will likely need them in the future.
Most distros will allow you to partition your drive or erase it and do a clean install during the installation.
Warning: Erasing your disk will mean you will lose your settings, files, and Windows operating system. Only select Erase if you have saved copies of all your
files before starting the install process.
Reboot your computer when prompted. If you have more than one OS in your system, you will be taken to a GNU GRUB screen after rebooting. This
screen allows you to select which OS you want to boot
Step 1:
You can download an Ubuntu image on https://ubuntu.com/download/desktop.
Make sure to save it to a memorable location on your PC!
To enable the automatic install we need to prepopulate our username and password here in addition to our machine name so that it can be
configured automatically during first boot.
The default credentials are:
Username: vboxuser
Password: changeme
It is important to change these values since the defaults will create a user without sudo access.
Ensure your Hostname has no spaces to proceed!
It is also recommended to check the Guest Additions box to install the default Guest Additions ISO that is downloaded as part of VirtualBox.
Guest additions enables a number of quality of life features such as changing resolution and dynamic screen resizing so it is highly recommended!
You will notice at this stage that the resolution of the window is fixed at 800x600. This is because the Guest Additions features are not
installed until after the Ubuntu installation has completed.
© ISBAT UNIVERSITY . 08/13/2024
Cont..
Once the installation completes, the machine will automatically reboot to complete the installation.
Installing software
Some common commands include ls, cd, pwd, cat, grep, and
chmod.
Linux Documentation
Readily available and accessible to users
Includes various resources, such as man pages, info pages, online forums, and documentation websites
Provides detailed information about Linux commands and more general information about the system and its components
Linux Community
A vibrant and active group of users and developers dedicated to improving and promoting Linux
Encourages collaboration and innovation through the open-source philosophy of Linux
Numerous online resources and forums available for sharing ideas and asking for help