
Discover what Linux is as an open source operating system and learn to install it on a virtual machine using VirtualBox with an Ubuntu ISO.
Navigate Ubuntu and master basic terminal commands. Open the terminal, explore terminal versus shell, and use date, cal with options, clear, and exit to become a power user.
Update the Ubuntu operating system using the software update tool or the terminal; upgrade with -y, authenticate with your password, then restart the system to complete the installation.
Learn to install and uninstall software on Ubuntu using apt commands in the terminal and the graphical user interface, including searching for Chromium, installing it, and removing the Chromium browser.
Explore the Linux file system as a root-based directory tree, learn key directories like bin, sbin, home, and tmp, and navigate with terminal commands using absolute and relative paths.
Master Linux file system navigation with essential terminal commands: pwd, ls, cd, mkdir, touch, cp, mv, rm -r, and file, including hidden files and handling spaces and special characters.
Explore Linux links, including hard and soft links, and inodes; see file creation and inode checks, then use history, gedit, and nano to edit shell history.
This course is intended for beginners only. I'll be using Ubuntu Operating system, one of the most popular Linux Distributions, to help you learn how to navigate Linux operating systems.
* To begin with. first and foremost we'll learn how to install Ubuntu Operating System on a Virtual Machine.
* Then we'll learn how to navigate it using the Graphical User Interface (by pressing the icons on the monitor)
* We'll also learn what a directory is and what a Linux file system is, how it is structured and how to navigate it.
* Then we will learn basic terminal commands to navigate Ubuntu Operating System from the Terminal
* We'll also be learning about Directory loops, Inode, and different types of links on Ubuntu Terminal.
What is Linux?
Linux is an open source operating system. But hold on a second, what is an Operating system? As the name states, Operating System is the core software required to operate a computer, an operating system is responsible for communicating with the hardware & allocate it’s resources for you to execute commands & run programs. It acts as an interface and Without it, you wont be able to use a computer.
There are many types of Computer Operating systems, The most notable ones are Windows & Mac OS, but unlike them Linux is Open source. It means, Linux is freely accessible & modifiable, making it very popular. From smartphones to cars, supercomputers and home appliances, home desktops to enterprise servers, the Linux operating system is everywhere. From cheap android phones to super computers on Wall street, they’re powered by Linux Operating System.
There are different types of Linux Distributions, such as Arch Linux, Debian OS & Fedora. In this video I’ll be using Ubuntu Operating system.
No prior IT knowledge required to begin this course. This is my first course on Udemy and I'd appreciate your feed back to improve the quality of the content produced. I wish you best of luck and Happy Learning.