WP Tutorials

Linux Operating System – Crash Course for Beginners

Linux Operating System – Crash Course for Beginners

Linux 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)

  1. This is the simplest explanation video for a total beginner. Love it.❣

  2. They left out mint which is another debian based distrubusion. 73

  3. Awesome video, everything in details. Now nothing can stop me from using Linux.

  4. please show me the window product key

  5. I need your help my compter do not have sound , audio

  6. 36K

  7. 755

  8. Why exactly does this video have 40 ads?
    No exaggeration. I counted. 40 ads on this video.

  9. Sir please tell me how to learning Linux

  10. Thank you! Very helpful video.

  11. 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.

  12. Thank you Josh!

  13. – `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>` –

  14. ICE CUBE teaching linux

  15. 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

  16. Very informative

  17. You're the best 👌👌

  18. Thank you 50cent. Very informative

  19. If someone has just installed a Linux distro, this video is the best for him.

  20. nice one

  21. Are you from Philly?

  22. Ice Cube doing this thing!!!

  23. Where can you get an original Linux system?

  24. Can anyone please guide me on what to do after completing the Linux Operating system course?

  25. 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

  26. Hello. Please I like to know more about your Linux advanced certification course

  27. im trying to install virtual box but it keeps prematurely ending , any idea why?

Leave your thought here

Your email address will not be published. Required fields are marked *

Enable Notifications OK No thanks