Linux Operating System – Crash Course for Beginners
August 29, 2024 2024-08-29 18:40Linux Operating System – Crash Course for Beginners
Learn the basics of the Linux Operating System in this crash course for beginners. Linux is a clone of the UNIX operating system, so understanding one is understanding the other. The goal is for you to get a full understanding of how the Linux OS works. If you’re still using Windows or Mac OS, you can still learn Linux using a virtual machine.
✏️ Course from KeepItTechie. Check out his YouTube channel: https://www.youtube.com/channel/UCP2bshADPrVMoNrdJvZEQzw
⭐️ Course Contents ⭐
⌨️ (0:00:00) Intro
⌨️ (0:08:09) Install Linux
⌨️ (0:29:43) Desktop Environment
⌨️ (0:41:18) Terminal
⌨️ (0:49:25) Working with Directories
⌨️ (1:15:49) Working with Files
⌨️ (1:34:49) Working with File Content
⌨️ (1:51:14) Linux File Structure
⌨️ (2:03:68) System Information
⌨️ (2:15:42) Networking
⌨️ (2:20:10) Linux Package Manager
⌨️ (2:34:10) Text Editor
⌨️ (2:46:56) Outro
🎉 Thanks to our Champion and Sponsor supporters:
👾 Raymond Odero
👾 Agustín Kussrow
👾 aldo ferretti
👾 Otis Morgan
👾 DeezMaster
—
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
source
Comments (29)
@almon_de
This is the simplest explanation video for a total beginner. Love it.❣
@ronb6182
They left out mint which is another debian based distrubusion. 73
@aDistraction100
Awesome video, everything in details. Now nothing can stop me from using Linux.
@GeorgeKBargee
please show me the window product key
@GeorgeKBargee
I need your help my compter do not have sound , audio
@salonsospain
36K
@salonsospain
755
@User-r9w7t
Why exactly does this video have 40 ads?
No exaggeration. I counted. 40 ads on this video.
@madhuanmadakari3492
Sir please tell me how to learning Linux
@gregmcmahon957
Thank you! Very helpful video.
@BettyI-py6wn
For those who are wondering, this is a very introductory course, do not expect to find here commands and concepts beyond the basics for a relatively standard use of the operating system.
@zynniaquaoar2439
Thank you Josh!
@friend-uo1939
– `man <app-name>` – Command used to open the manual of the specified application.
– `man docker` – Opens the manual of the Docker application.
– `man pwd` – Shows information about the `pwd` command.
– `cd` – Changes the current directory. By default, it changes to the home directory if no argument is provided.
– `mkdir -p folder1/folder2` – Creates nested folders.
– `mkdir -p app/src` – Creates two folders, with the `src` folder inside `app`.
– `rmdir -p folder1/folder2` – Removes both folders.
– Everything in Linux is considered a file. Even a directory is considered a special type of file.
– `file <file_name>` – Gets information about the file.
– `cp -r folder1 folder2` – Copies all the files inside `folder1` into `folder2`. (`folder2` will be created if it doesn't exist.)
– `head -5 <file_name>` – Shows the first 5 lines of the file.
– `tail -5 <file_name>` – Shows the last 5 lines of the file.
– `cat <file_name>` –
@avirss4606
1:34:57
@WhiteBeard-yd3ct
ICE CUBE teaching linux
@electrothecat07
I might end up using Linux since one of my computers is badly outdated and windows 10 can BARELY run on it. It doesn't support the latest updates
@NP_Omar
Very informative
@forheuristiclifeksh7836
1:00:00
@christophesafarilwiyando8502
You're the best 👌👌
@thecompanioncube4211
Thank you 50cent. Very informative
@JaishreeramCoder
If someone has just installed a Linux distro, this video is the best for him.
@rabindrasah6485
nice one
@mochabetty
Are you from Philly?
@jg8644
Ice Cube doing this thing!!!
@dalevandenheuvel3927
Where can you get an original Linux system?
@tayyab.sheikh
Can anyone please guide me on what to do after completing the Linux Operating system course?
@aking9077
does ifconfig just not exist anymore?? i've tried dozens of ways to install it and the command just does not work…. however the command "ip a" will output the same as ifconfig…. just something that should be updated in this video
@moyofakoya2280
Hello. Please I like to know more about your Linux advanced certification course
@user-wk8lg6qq7v
im trying to install virtual box but it keeps prematurely ending , any idea why?