Linux in 100 Seconds

Sdílet
Vložit
  • čas přidán 1. 06. 2024
  • Linux is a free and open-source operating system that powers many of the world's computer systems. Learn the basics of the Linux kernel, how it relates to GNU, and essential Linux commands.
    #linux #tech #100SecondsOfCode
    🔗 Resources
    Linux Kernel Source Code github.com/torvalds/linux
    Anatomy of Linux Kernel developer.ibm.com/articles/l-...
    History of Linux • Why so many distros? T...
    Linux File System Explained • Linux Directories Expl...
    🔥 Get More Content - Upgrade to PRO
    Upgrade to Fireship PRO at fireship.io/pro
    Use code lORhwXd2 for 25% off your first payment.
    🎨 My Editor Settings
    - Atom One Dark
    - vscode-icons
    - Fira Code Font
    🔖 Topics Covered
    - What is Linux?
    - How does the Linux Kernel work?
    - Most important Linux commands
    - How to edit files in Linux
    - Who invented Linux?
    - What is the gclib?
    - What is Linux used for?
  • Věda a technologie

Komentáře • 1,7K

  • @bkaankose
    @bkaankose Před 2 lety +4241

    One quote that I always remember: "Linux is a file based operating system but Windows is an API based operating system." That helped me to understand the overall structure of Linux as I deep dive operating systems more and more overtime.
    Great video as always!

    • @baka_geddy
      @baka_geddy Před 2 lety +176

      Can you kindly elaborate on this? It piqued my curiosity...

    • @MickenCZProfi
      @MickenCZProfi Před 2 lety +564

      @@baka_geddy Basically the philosophy of Unix and systems derived from it is that everything should be represented as a file you can directly access, instead of an API. Of course there are better explanations.

    • @uiyx4379
      @uiyx4379 Před 2 lety +52

      linux is a kernel

    • @hualiang2182
      @hualiang2182 Před 2 lety +14

      you meant GUI?

    • @waterearth8562
      @waterearth8562 Před 2 lety +281

      @@baka_geddy for example. we often see &> /dev/null, which means redirect msg to null. null is a file to eliminate data. also, all the devices are treated as files. you can read from them use >,

  • @samyogdhital
    @samyogdhital Před 2 lety +3434

    After using Linux for more than 10 years, now I am watching Linux in 100 Seconds....😁

    • @showercat3208
      @showercat3208 Před 2 lety +48

      How many times have you installed windows on someone elses device?

    • @erfankhadem7966
      @erfankhadem7966 Před 2 lety +147

      @@showercat3208 Being the family's tech support person is a huge burden.

    • @balazsh2
      @balazsh2 Před 2 lety +5

      Did you learn anything new? 😏

    • @javabeanz8549
      @javabeanz8549 Před 2 lety +50

      I have used Linux for almost 25 years, and I watched it as well. Had to see what was in it.

    • @Konkov
      @Konkov Před 2 lety +7

      It’s more than 100 seconds

  • @phundrak
    @phundrak Před 2 lety +3017

    Speaking of distros, today is Arch Linux’s 20th birthday!
    Edit: good lord, what have I started…

  • @yuto2497
    @yuto2497 Před 2 lety +2427

    “A computer is like air conditioning - it becomes useless when you open Windows.”
    - Linus Torvalds.

  • @ericgoerens425
    @ericgoerens425 Před 2 lety +1684

    Note: „cd ..“ doesn‘t necessarily bring you to the root of the filesystem but it goes one layer up. In this example we were in „/root“, with „cd ..“ it brings you to the root of the filesystem. „cd /„ brings you always to the root of the filesystem

    • @rasulali1435
      @rasulali1435 Před 2 lety +121

      Yes, that was very poor of him to describe it that way.

    • @omeraydindev
      @omeraydindev Před 2 lety +6

      @@rasulali1435 agreed

    • @MrMinecraftGamer456
      @MrMinecraftGamer456 Před 2 lety +37

      I think he meant that from “/root”, all you need to do is to “cd ..” to go to the root of the filesystem for this specific machine. I agree that it could’ve been a bit better explained tho.

    • @TheSpurious
      @TheSpurious Před 2 lety +5

      This was a comedy video.

    • @Secreto31126
      @Secreto31126 Před 2 lety +4

      I think he worded it that way so he could mention the words "root of the filesystem", and taking into account he only has 100 seconds he might have needed to cut words.

  • @tazz7390
    @tazz7390 Před 2 lety +744

    Linux is one of the most important skills you can learn as a developer, and tech person in general.

    • @jimbo-dev
      @jimbo-dev Před 2 lety +49

      Nice, I wish it was included in computer science in my university

    • @Yaxqb
      @Yaxqb Před 2 lety +95

      This is 100% true, because if you don't know Linux, you'll tend to reinvent the wheel all the time in your current programming language

    • @BoloH.
      @BoloH. Před 2 lety +51

      This is absolutely true. No need to master it, but learn enough to get by.

    • @mistreaper2149
      @mistreaper2149 Před 2 lety +40

      Linux isn't a "skill", mate. It's just a really good OS that everyone should use. Gentoo is a skill, because setting it up is very hard. Linux Mint and Arch (with GUI installer) is already user friendly for tech normies.

    • @Username-xr5bx
      @Username-xr5bx Před 2 lety +9

      @@jimbo-dev wait what! University did not teach that??

  • @christians6974
    @christians6974 Před 2 lety +332

    Just a few things to speed up your Linux usage. You don’t have to put the ~ in front of cd to go to the home directory. If you just type cd then it automatically takes you home. Also you don’t need to touch a file name to create it and then edit it. You can just use vi(or text editor of choice) and if it doesn’t already exist it will create it.

    • @pilot8720
      @pilot8720 Před 2 lety +20

      touch is just better to get used to as some files require different software to edit them, so touch is a universal way to make a file

    • @lordvalen8133
      @lordvalen8133 Před 2 lety +13

      File creation isn't even the design intent for touch, we're technically misusing it. But that's beside the point.

    • @rbda8921
      @rbda8921 Před rokem +2

      So is cat lmao, it stands for concatenate, but the shell commands are bloat af so whatever

    • @frecio231
      @frecio231 Před rokem

      @@lordvalen8133 well, the man page says it is a use case of the touch command:
      Update the access and modification times of each FILE to the
      current time.
      A FILE argument that does not exist is created empty, unless -c
      or -h is supplied.

    • @BenjaminVestergaard
      @BenjaminVestergaard Před 8 měsíci

      Could also just > from echo and avoid vi altogether...

  • @jl8414
    @jl8414 Před 2 lety +48

    would love to see Xorg in 100 seconds

  • @liammorrison4284
    @liammorrison4284 Před 2 lety +82

    As a frontend dev that uses a windows machine, it feels like it's about time to give linux a try given that I'm already using bash in my terminal.

    • @NAL2790
      @NAL2790 Před 9 měsíci +6

      So, did you change OS to linux or stayed on Windows?

    • @jimkillerx
      @jimkillerx Před měsícem

      @@NAL2790 He stayed on Windows.

  • @lebronzejames9738
    @lebronzejames9738 Před 9 měsíci +14

    I'm thoroughly impressed - thought this was just click-bait but actually quite a good overview well done and enjoyed the animations

  • @maxmustsleep
    @maxmustsleep Před 2 lety +18

    excellent work! love your ability to break these complex subjects down into a short and concise video

  • @AustroPower
    @AustroPower Před 2 lety +186

    This is great! Please make a Linux beyond 100 seconds, it would be awesome! Thank you very much for all the hard work you put in 🙏🤩

    • @linuxgeek64
      @linuxgeek64 Před 2 lety +3

      It's already beyond 100 seconds. The video is about 162 seconds long. :)

    • @IAmNotASandwich453
      @IAmNotASandwich453 Před 2 lety +2

      @@linuxgeek64 is this a meme on this channel or why is literally every 100 Seconds video around 160 seconds long? 😂

    • @rajendrameena150
      @rajendrameena150 Před 10 měsíci

      How it will be awesome, Linux has its plus and minus that you already know.

  • @sharrayyy
    @sharrayyy Před 2 lety +10

    Hell yeah, this freaking 100 seconds have been the most informative 100 seconds of my life. Made all the sense to my 3 years of experience using linux as an os.

  • @susmitvengurlekar
    @susmitvengurlekar Před 2 lety +6

    Using Ubuntu since 5 years now, today learned the full form of apt thanks to you !

  • @peppefailla1630
    @peppefailla1630 Před 2 měsíci

    Used this video a few minutes before a computer science test in school and made me get through it amazing bro

  • @xtraszone
    @xtraszone Před 2 lety +2

    Waoo. I just commented 100 seconds of linux in your last video. And here it comes. Thankyou so much 😇

  • @janaki3829
    @janaki3829 Před 11 měsíci +5

    Finally someone who actually says what the commands are short for

  • @mikaeels2691
    @mikaeels2691 Před 2 lety +139

    I'd just like to interject for a moment. What you're referring to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.
    Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called Linux, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.
    There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called Linux distributions are really distributions of GNU/Linux!

    • @cgarzs
      @cgarzs Před 2 lety +83

      “I use Linux as my operating system,” I state proudly to the unkempt, bearded man. He swivels around in his desk chair with a devilish gleam in his eyes, ready to mansplain with extreme precision. “Actually”, he says with a grin, “Linux is just the kernel. You use GNU+Linux!' I don't miss a beat and reply with a smirk, ”I use Alpine, a distro that doesn't include the GNU Coreutils, or any other GNU code. It's Linux, but it's not GNU+Linux.“
      The smile quickly drops from the man's face. His body begins convulsing and he foams at the mouth and drops to the floor with a sickly thud. As he writhes around he screams ”I-IT WAS COMPILED WITH GCC! THAT MEANS IT'S STILL GNU!“ Coolly, I reply ”If windows were compiled with GCC, would that make it GNU?“ I interrupt his response with ”-and work is being made on the kernel to make it more compiler-agnostic. Even if you were correct, you won't be for long."
      With a sickly wheeze, the last of the man's life is ejected from his body. He lies on the floor, cold and limp. I've womansplained him to death.

    • @comet.x
      @comet.x Před 2 lety +30

      @@cgarzs Hah! What mortal fools. I sit on my thrown being fed potato chips like grapes. Linux, windows, mac, all childs play. All pathetic. Little trivial matters that seem so insignificant, for I have ascended.
      For I, use temple

    • @chinoto1
      @chinoto1 Před 2 lety +1

      @@comet.x throne*

    • @tepan
      @tepan Před 2 lety +3

      And I thought "Linux" meant "Linux Is Not UniX". ;)

    • @anokiyoussou
      @anokiyoussou Před 2 lety +1

      @@comet.x God may blesses you in the heaven.

  • @elijahlair
    @elijahlair Před 2 lety +2

    You're so good at explaining things in 100seconds

  • @nizardhahri493
    @nizardhahri493 Před 2 lety

    I started from the first video to this video with no skip.
    your videos is amazing

  • @xWatexx
    @xWatexx Před 6 měsíci +5

    The package manager is honestly my favorite part. I can get everything I need quite easily, and it’s automatically put in the right spot, even when downloading through GUI. Although I use Windows for gaming because of compatibility, I prefer Linux because it has so many features that you can use and you can specify it to exactly fit your needs and preferences.

  • @jpsalis
    @jpsalis Před 2 lety +68

    i'd love to see videos on vi/vim and emacs. They seem incredibly daunting for beginners but can be incredible powerhouses. Also specific intros to certain popular desktop environments/distributions could be an interesting topic

    • @ZachAttack6089
      @ZachAttack6089 Před 2 lety

      A quick search finds Vim in 100 seconds: m.czcams.com/video/-txKSRn0qeA/video.html

    • @apoapsisrocketsupplies1063
      @apoapsisrocketsupplies1063 Před 2 lety

      vim in 100 seconds czcams.com/video/-txKSRn0qeA/video.html

    • @yosyp5905
      @yosyp5905 Před 2 lety

      he already made a Vim in 100 seconds + deeper view

    • @srpenguinbr
      @srpenguinbr Před 2 lety +2

      There are lots of channels showing distros, but I think doing a miniseries of distros in 100 seconds would be fun and useful for beginners.

    • @jez9999
      @jez9999 Před rokem

      Has someone coded a decent text editor for emacs yet?

  • @MJ-ih1yu
    @MJ-ih1yu Před 2 lety

    Your explanation makes everything seems easier. Glad to subscribe for yoi😉

  • @daveys
    @daveys Před 11 měsíci

    That was a fair bit of info imparted in return for 100seconds of my time. Thanks!

  • @Arthorius12345
    @Arthorius12345 Před 2 lety +7

    Love this kind of content!
    Keep up the good work and let’s never forget “Free as in free speech”

  • @elijahcruz8895
    @elijahcruz8895 Před 2 lety +263

    Linux is, and will be, the best system for me. From coding, to video editing, to even gaming, I love that it's getting so much better than back in the day when I couldn't even get drivers for my graphics card, or where there were errors just trying to install. Ubuntu, Arch, doesn't matter. We are all one when it comes to Linux, even though it doesn't seem like it sometimes. Love the video!

    • @elijahcruz8895
      @elijahcruz8895 Před 2 lety +6

      I only said Ubuntu and Arch because those two are the ones I use most often so I had those off the top of my head lmao

    • @yokowasis
      @yokowasis Před 2 lety +47

      @@elijahcruz8895 if you didn't say "for me", I and lots of other people will hell bend on proving you wrong.

    • @elijahcruz8895
      @elijahcruz8895 Před 2 lety +6

      @@yokowasis That is true. Don't get me wrong, I'd also love a Mac, and sometimes have to use Windows, but personally I'd rather use Linux versus anything else.

    • @posiblylopsided8848
      @posiblylopsided8848 Před 2 lety

      what video editing software do you use?

    • @roman2holub225
      @roman2holub225 Před 2 lety +4

      What specific programs do you like on linux for programming that are not available on windows?

  • @NotGarbageLoops
    @NotGarbageLoops Před 2 měsíci +1

    I do appreciate how casually you mention nano and emacs in one sentence.

  • @ChessFlix
    @ChessFlix Před 2 lety

    Ah I love these videos man. Thanks for making such high quality stuff.

  • @raymondgradzewicz
    @raymondgradzewicz Před 2 lety +23

    The command "cd .." does NOT go to the root folder. It goes one folder up the current directory. So if you were in /home/user/pictures and did "cd .." you would now be in /home/user. To go to the current user's folder from within any folder do "cd ~". To go to the root folder from within any folder do "cd /".

  • @AshtonSnapp
    @AshtonSnapp Před 2 lety +308

    Neat overview! (Although, logging in as root isn’t really good for security. But it works for a demonstration.)

    • @autonaut279
      @autonaut279 Před 2 lety +7

      lol

    • @vercolit
      @vercolit Před 2 lety +18

      Yup, made a server a few weeks ago and I got a few thousand/dozen thousand requests to ssh with root, admin, test, test1, etc... I highly suggest disabling remote root login immediately and setting up a firewall. Use good passwords and good usernames as well

    • @martijnoosterhuis6966
      @martijnoosterhuis6966 Před 2 lety +6

      @@vercolit with SSH, definity consider using key based authentication.

    • @Piupiumacher
      @Piupiumacher Před 2 lety +5

      @@vercolit definetely go for public + privatekey if you have ssh enabled and your system somewhere remotely close to the internet.

    • @Defirence
      @Defirence Před 2 lety +3

      @@vercolit Disabling root login completely would nuke your system to the point it's unusable. If you want to publically test a server use AWS with a pre-configured Ubuntu AMI, you can set the Inbound Traffic in your SecGroup to ONLY come from your home public IP or a static address etc. Takes away the need for ufw etc completely.

  • @jannispfeiffer5457
    @jannispfeiffer5457 Před 2 lety

    amazing wrap-up with the history command :D

  • @phantomKE
    @phantomKE Před 2 lety

    This was really well put together.

  • @AdamDymitruk
    @AdamDymitruk Před 2 lety +4

    I've used only Linux for work, home and play for decades now. Unbeatable for development.

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 Před 2 lety +12

    0:53 Also worth mentioning filesystems, network protocol stacks, and security management, as additional important parts of the kernel.

    • @itsoctotv
      @itsoctotv Před 2 lety +1

      it probably wouldn't be 100 seconds

  • @jlewis2268
    @jlewis2268 Před 4 měsíci

    Extremity helpful, quick and informative! Thank you!

  • @lewerewoof
    @lewerewoof Před rokem

    Taking a college course in Linux right now, having this foundation of basic commands is super useful since this is the most confusing language I've learned so far

  • @kalixzee7505
    @kalixzee7505 Před 2 lety +126

    Ayy, I'm glad to hear you use/recommend Linux. I definitely believe that more people should get into it. I set up and taught my mom to use Elementary OS and she rarely has any problems.

    • @yface8347
      @yface8347 Před 2 lety +15

      if more program/game developers decide to join and make their products compatible and easy to use without being a programmer then more people will use it

    • @matthewstandridge225
      @matthewstandridge225 Před 2 lety +3

      @@yface8347 yup having to use chmod and remember codes is so stupid over a simple gui like windows. Those things and the like need to be way simpler

    • @sirgrem2988
      @sirgrem2988 Před 2 lety +9

      @@matthewstandridge225 Some distros are starting to move towards direction for non-developers or power users, yes.

    • @skeetskeet9403
      @skeetskeet9403 Před 2 lety +23

      @@matthewstandridge225 You don't ever have to do that in the real world, just use a File Manager, like you do in Windows. Literally almost nothing in modern Linux distros requires a basic user to ever touch the command line.

    • @catgirlQueer
      @catgirlQueer Před 2 lety +9

      @@matthewstandridge225 you really don't need to do that as a casual user, trust me

  • @deefdragon
    @deefdragon Před 2 lety +7

    Note regarding sudo, it's substitute user do, not super user do. You can sudo or su(substitute user) into more than just root.

    • @justalawngnome7404
      @justalawngnome7404 Před 2 lety +1

      While it IS true that you can run commands as any other user with “sudo” and not just root, it still stands for “superuser do”-what you’re saying is a false etymology. The “su” command will be familiar to most old-school Unix users, and it means “superuser”.

    • @TagetesAlkesta
      @TagetesAlkesta Před 2 lety +2

      The functionality part is true, but sudo officially stands for “superuser do”. It’s a common false misconception that it means “substitute user do”

  • @lightyagami9186
    @lightyagami9186 Před rokem

    The history command is awesome, never thought of it

  • @NNNedlog
    @NNNedlog Před 2 lety +3

    Thanks alot. I just installed ubuntu as a virtual machine to aid me in learning linux. I really didn't understand commands like grep but with this short video, I now understand how it works. If you can make a full course on fireship, I would happily subscribe. Thanks a lot for your videos Jeff

  • @TheBadFred
    @TheBadFred Před 2 lety +3

    The touch command was created to change the last modified date to the current date on an existing file. If that file doesn't exist it is created and then the time is set.

  • @the-real-random-person
    @the-real-random-person Před rokem +1

    Why are these videos so good 😭😭??
    and BTW `cd ..` is not to go to the root of filesystem but to go to the parent directory

  • @augustin64
    @augustin64 Před 2 lety +1

    Great video as always :)

  • @0xdeadbeer
    @0xdeadbeer Před rokem +5

    Additional note: linux is a kernel, not an OS. I do understand though that people call linux an OS and refer to its distros.. but still wanted to correct it :) great and informative video!

    • @migueljara9399
      @migueljara9399 Před 10 měsíci +1

      Exactly my thoughts, This video actually confused me a little more because I was trying to understand the difference between Linux & GNU/Linux

  • @merthyr1831
    @merthyr1831 Před 2 lety +47

    Nice overview! Nowadays it's not necessary to know much terminal magic going into Linux -- you can get away with never opening a terminal if you want! but knowing some commands is always useful to get the most out of your machine (including you too, windows users!)

    • @zackbecker2117
      @zackbecker2117 Před 2 lety +5

      Its funny, I'm a vim obsessed, terminal user, but when I work in windows, I don't know how to use the windows powershell/command prompt all.
      Tbf I only keep a windows partition for gaming.

    • @ZachAttack6089
      @ZachAttack6089 Před 2 lety +3

      I mostly agree, except that whenever you try to look up how to do something in Ubuntu/Debian/etc., people are more likely to explain how to do it with terminal commands rather than the GUI.

    • @MaryamMaqdisi
      @MaryamMaqdisi Před 2 lety +1

      Agreed, but I have so much fun playing around with the terminal lol

    • @ararune3734
      @ararune3734 Před 2 lety +1

      I installed Linux with no plans to use the terminal unless I absolutely had to, turned out for some things I prefer it, oddly enough some Windows exclusive stuff is even easier to install on Linux, especially when there are side dependencies and the terminal just tells me what I'm missing

    • @TheRanguna
      @TheRanguna Před 2 lety

      "never opening a terminal"
      Blasphemy!

  • @geeshta
    @geeshta Před 2 lety +2

    Thank you for covering Linux in 100 seconds and I'd love more videos about Linux, maybe showcasing a little of the desktop environment(s) so people can see how usable it is.

  • @vishnuthamizharasan
    @vishnuthamizharasan Před 2 lety

    Your content is always fire ❤

  • @Abhinav-Bhat
    @Abhinav-Bhat Před 2 lety +4

    I like how he uses VSCode to show terminal

    • @M9625Rahul
      @M9625Rahul Před 2 lety +1

      Reason is he is using Linux on windows via WSL
      and VS code terminal is cool

  • @vikingthedude
    @vikingthedude Před 9 měsíci +6

    I'd just like to interject for a moment. What you're refering to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.

    • @DubsCheckum
      @DubsCheckum Před 4 měsíci

      is this you Richardo Stallmannu-sama?

  • @t0k4m4k7
    @t0k4m4k7 Před 2 lety

    Great video, i wish found something like this when i was learning the basic commands and couldn't figure out why tf they were called that way

  • @OmarFKuri
    @OmarFKuri Před 2 lety

    Another great 100s video that couldn't care less about the title's goal

  • @maciejkokot8396
    @maciejkokot8396 Před 2 lety +4

    I admire how you include a tutorial on escaping Vim within a ~3m clip about Linux. Presentation of Linux wouldn't be complete without it.

  • @FunctionGermany
    @FunctionGermany Před 2 lety +77

    linux in 100 seconds?? holy heck whats next, wife and children in 100 seconds??

  • @MrPiticoq
    @MrPiticoq Před 2 lety +1

    I like that you used the VScode terminal 😁.

  • @MaryamMaqdisi
    @MaryamMaqdisi Před 2 lety +1

    I love Linux. It makes me really happy. Currently hopping to MX Linux!

  • @henil0604
    @henil0604 Před 2 lety +46

    Linux is one the best and trusted Operating System out there and i love it... Thanks Jeff for making my end of the day better

    • @livingcodex9878
      @livingcodex9878 Před 2 lety +2

      おはようございます

    • @xrafter
      @xrafter Před 2 lety +2

      @@livingcodex9878
      It is night here.

    • @livingcodex9878
      @livingcodex9878 Před 2 lety +2

      @@xrafter Exactly

    • @xrafter
      @xrafter Před 2 lety +1

      @@livingcodex9878
      I don't understand.

    • @livingcodex9878
      @livingcodex9878 Před 2 lety +1

      @@xrafter I'm gonna say おはようございます at any time of the day, even if it's close to 9 PM, you see? I'm doing the same in my mother tongue so yeah

  • @Quique-sz4uj
    @Quique-sz4uj Před 2 lety +8

    I wish i could just move to linux. Its snappier than W11, and as a programmer i would love it. But it has some problems that keep me from changing:
    1. Gaming.
    I game a lot. Sadly, i dont play games from 1994 without anticheat that can be perfectly run with Wine or proton. I play multiplayer shooters like Valorant or Rainbow Six, and league of legends. Games you cant play on linux.
    2. Windows magic ⊞ Win + V
    The windows "magic" clipboard history (the one that you access with Win + V) is a tool that i use A LOT. And there arent any linux versions that are able to achieve the same result. Windows V opens where your writing cursor is, you can navigate it with the arrow keys, holds text, images, etx perfectly visible.
    3. My graphics card is from nvidia.
    Theres nothing more to say about that
    1 and 3 sadly cant be fixed, but if someone finds a good ⊞ Win + V (see, i used Windows V to paste that unicode character, instead of searching it again) replacement it would mean a lot.

    • @tablettablete186
      @tablettablete186 Před 2 lety

      Well the third option isn't that bad tho. I use NVIDIA drivers daily without many problems on Linux.
      Just make sure your distro support DKMS and you are good to go!

    • @Noname-di3yz
      @Noname-di3yz Před 2 lety +3

      Dual boot windows w pop os (pop os has an installation option that will install nvidia drivers for u)

    • @Quique-sz4uj
      @Quique-sz4uj Před 2 lety +1

      Guys you answered the only problem that wasnt really a problem. What about the clipboard

    • @tablettablete186
      @tablettablete186 Před 2 lety +1

      @Quique1222 Good point!
      KDE has a clipboard history (just like Windows).
      GNOME... Well, you have to download an extension or a different program that handles this (they exist, I just don't remember the name)

    • @tablettablete186
      @tablettablete186 Před 2 lety

      Anticipating games with AC... use Windows, yeah :(
      Edit: Valorant! Not even a VM will help you.

  • @yahyeabdirashid9716
    @yahyeabdirashid9716 Před 2 lety

    Brother you unbelievable love your 100 seconds

  • @SWebDev7
    @SWebDev7 Před 3 měsíci

    You are so worth man im french but i love your videos !!!!!!!! So much knowledge in 2minuts incredible pro

  • @isuckatthisgame
    @isuckatthisgame Před rokem +3

    1:39 you don't need to use "cd ~" to get back home, just "cd" is enough i believe.

  • @SolathPrime
    @SolathPrime Před 2 lety +6

    Didn't we have it's lore before
    Even tho I'm still in love with linux

  • @JesseUnderscoreMartin
    @JesseUnderscoreMartin Před 2 lety +1

    Your content is amazing and informative. And your video editing and story telling is top-notch too!

  • @angrybean8604
    @angrybean8604 Před rokem +1

    Try to provide a web note of your these 100 seconds videos. These are really amaizing appreciate the effort. That's all and ya thanks👍

  • @speedyfox9080
    @speedyfox9080 Před 2 lety +4

    Now we wait for BSD in 100s and TempleOs in 77 seconds

  • @simplytimilehin849
    @simplytimilehin849 Před 2 lety +1

    Needed this 🔥

  • @galangaidil9421
    @galangaidil9421 Před 2 lety

    Amazing dudee, you made it easy

  • @a7md3li9
    @a7md3li9 Před 2 lety +3

    It’s amazing how consistent you are with uploading frequency while at the same time maintaining such high quality content

  • @SkyenNovaA
    @SkyenNovaA Před 2 lety +12

    Linux based systems are neat. Took me a bit to learn to use the terminal but well worth as a developer and as someone who values my privacy.
    I do have to run a Windows virtual machine to play some games with, but Linux's Hypervisor (KVM) as well as qemu make it easy to pass my graphics card to it and it runs like native.

    • @mohos_a
      @mohos_a Před 2 lety

      Bruv just use proton/steam. No need for VM

    • @SkyenNovaA
      @SkyenNovaA Před 2 lety

      @@mohos_a doesnt work nearly as well as the vm. proton has way too many issues for me

  • @oddtraveller
    @oddtraveller Před rokem

    Awesome, thanks for making useful videos

  • @MrNodgrass
    @MrNodgrass Před 2 lety

    that's the firs one of your vids which has given me the warm fuzzies.

  • @GarrettBlackmon
    @GarrettBlackmon Před 2 lety +3

    216k people just added "linux" to the skills section of their resume 🤦‍♂️

  • @TheRealMinehead
    @TheRealMinehead Před rokem +3

    Alternate title: Best OS in 100 seconds

  • @mateoruiz1311
    @mateoruiz1311 Před 2 lety

    Laravel in 100 seconds next please! I feel like it’s a technology / community many more people should be aware of

  • @petar4onachev
    @petar4onachev Před rokem

    As I just got my Linux Essentials certificate, I can say this video would have saved me hours of studying!

  • @Fabian-_-
    @Fabian-_- Před 2 lety +3

    You're not wrong but I feel that this doesn't really show Linux. It shows basic terminal usage, but today Linux is so much more. Would love another or extended version which also talks about the general usage with a DM and stuff. Cuz many people think that Linux is just that, a weird hacking thing where you type commands into the command line

  • @johanngambolputty5351
    @johanngambolputty5351 Před 2 lety

    More like Linux in 50 seconds and then the bash shell in another 50 ;)
    Great stuff!

  • @momomaniac1234
    @momomaniac1234 Před 2 lety +1

    i'm a Linux user i love using Linux with bsp window manager it's lightweight and easy to configure and use micro instead of vim and nano as text editor and tilix terminal emulator

  • @Voidstroyer
    @Voidstroyer Před 2 lety +4

    There are some misleading things in this video though.
    1) Linux is not an operating system. Linux is a kernel. GNU/Linux is an operating system because of the GNU part which is separate from the Linux Kernel. Some Linux based operating systems are Debian, Arch and Fedora.
    2) "cd .." doesn't go to the root of the filesystem, it goes one level up. In this video it just so happened to take you to the root of the filesystem because you were just 1 level down (from /root to /). If you want to go the root of the filesystem regardless of where you are, use "cd /" instead.
    3) I know that this is a 100 seconds video so I won't deduct any points from my imaginary scoring system, but apt-get will only work on Debian based distributions. Each flavor of a linux distro has its own package manager such as apt for Debian, pacman for Arch, etc. So when you install a linux-based OS, also check which package manager it comes with so that you don't get confused with why a certain package manager doesn't work for you.

    • @cgarzs
      @cgarzs Před 2 lety

      Alpine Linux ain't GNU 😁

  • @logichog4181
    @logichog4181 Před 2 lety

    nice, I live Linux and hope you do more videos in it. thanks for this one

  • @moharrammoharrami3957
    @moharrammoharrami3957 Před rokem +1

    I'm a linux/MacOS user for almost 5 years, and now here I am. Watching 100 seconds of llinux.

  • @user-dc9mh6hc9k
    @user-dc9mh6hc9k Před 5 měsíci +3

    Linux is not an operating system. It's a kernel that was developed by Linus Torvalds. GNU is the operating system created by Richard stallman that runs on top of the linux kernel hence the name GNU/Linux...

  • @mDevinm
    @mDevinm Před 2 lety +13

    You literally just described my 14 week university course on Linux in 100 seconds. Imagine if colleges presented information like these videos. Great work.

    • @Regexion
      @Regexion Před 2 lety +2

      That must be one shitty university. And there's incorrect information in this video: Linux is not an operating system by itself, it's a kernel. Although we use the term Linux to describe the family of operating systems which use the Linux kernel. "cd .." changes the working directory to the one that's higher in the hierarchy, not always the root directory. ls shows all non-hidden files in the current working directory, not just subdirectories. sudo isn't a part of every distro. The GNU project only provides most of the basic command line tools, not desktop environments, etc.
      Also, one of the most important commands/utilities for any newbie is not even mentioned in the video - man.

    • @mDevinm
      @mDevinm Před 2 lety

      @@Regexion I was being hyperbolic. Obviously there is more information covered - but a good chunk was represented in the video.

    • @Regexion
      @Regexion Před 2 lety

      @@mDevinm The video covers a fair bit, but at the same time it covers nothing because it can't go into any depth due to its length. It's great for people that want to be entertained by random info, but for educational purposes it's terrible. If colleges presented information like this, then students would be even more useless than they already are. People love to leave comments like "I learned more in this video than in college". Maybe if those people actually paid attention during classes, they would learn. Not to mention the fact that they will forget most of what they learned from such videos the next day.

    • @mDevinm
      @mDevinm Před 2 lety

      @@Regexion Dude, it’s 100 seconds. Of course it has to be surface level…

    • @Regexion
      @Regexion Před 2 lety

      @@mDevinm And that's okay. My problem is with your "Imagine if colleges presented information like these videos." comment and the fact that there's incorrect information.

  • @iliyalb
    @iliyalb Před 2 lety

    Best Fireship video so far

  • @jaykayaye5260
    @jaykayaye5260 Před měsícem

    Thank you for the fun and informative video sir

  • @onlydubz558
    @onlydubz558 Před 2 lety +7

    What you're referring to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.

    • @cgarzs
      @cgarzs Před 2 lety

      Eyyyy there it is, I was sure someone would have posted it xD

  • @chickenjoy
    @chickenjoy Před 2 lety +5

    In my first year in college, we used nano commands in terminal and coded C programs without text colors. I didn't understand the whole concept of terminal We just got taught about the certain codes until compiling of hello.c

    • @khazixfangirl6087
      @khazixfangirl6087 Před 2 lety

      What is the purpose of this masochismp

    • @chickenjoy
      @chickenjoy Před 2 lety

      @@khazixfangirl6087 I didn't know either. It was too late when I found out there are many other editors like notepad++ to see my C codes with colors.

  • @stith_pragya
    @stith_pragya Před 10 měsíci

    Thank You So Much Brother for this wonderful video......🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻

  • @classcofficla1367
    @classcofficla1367 Před 2 lety

    That was so cool, Thanks!

  • @Siissioe123
    @Siissioe123 Před 9 měsíci +4

    Sorry, but it's GNU/LINUX. Linus Torvalds made only the Kernel. If you refer to the GNU project you are rigth, you should call it GNU/linux or GNU + Linux, Linux is the Kernel, the rest of the os is GNU. It's like to call your android phone Linux (it uses Linux kernel). SO please give credit to the GNU project.

  • @mohamedachour1141
    @mohamedachour1141 Před 2 lety +6

    Not everyone is given this skill, you are amazing 👏

  • @sf1tzp
    @sf1tzp Před 2 lety

    Running vi from the VSCode terminal, classic! That’s how I edit most of my commit messages

  • @excelwithmark
    @excelwithmark Před 2 lety +1

    This was a great explination and really intresting

  • @chrs-wltrs
    @chrs-wltrs Před 2 lety +5

    If it weren't for Adobe and the spotty game performance, Linux would be my daily driver. I can't wait until that's a reality

    • @d3faltxd
      @d3faltxd Před 2 lety +4

      game performance is more or less same or even better in linux... the problem is anti cheats... also you can dual boot if necessary

    • @chrs-wltrs
      @chrs-wltrs Před 2 lety

      @@d3faltxd hasn't been the case for most of the games that I play, niche indie titles like League of Legends. Gaming on Linux (for now) feels like trying to prop up a cardboard box in a rainstorm

  • @rubiciq_devitron
    @rubiciq_devitron Před 2 lety +3

    Please Assembly in 100 seconds

  • @saurabhk3464
    @saurabhk3464 Před 7 měsíci

    Note that the main function of touch is to change the files date to the current one, but if there is no such file then it'll create a new one

  • @hamu_sando
    @hamu_sando Před rokem +1

    For anyone who doesn't know, Linux is the name of the kernel, Linux distributions are the kernel + a ton of userspace apps that make it compliant with POSIX or later standards.

    • @hamu_sando
      @hamu_sando Před rokem

      Later standards meaning e.g. LSB

  • @scheimong
    @scheimong Před 2 lety +40

    I've been daily-driving Manjaro for about 8 months now, but I still have to dual boot into Windows 10 occasionally. Despite having used Windows for the entirety of my life up to this point, I now find Windows incredibly irritating and difficult to work with. We've all been marinated by Microsoft to be familiar to the proprietary pile of crap that is Windows, and as we all know, familiarity is both a blessing and a curse.

    • @theinquisitor18
      @theinquisitor18 Před 2 lety +3

      How new is your system(supports hardware virtualization), and how much RAM do you have? If you have 16GB+(maybe less because of how lite Linux is) and support for hardware virtualization is enabled, you can run Windows in a virtual machine, install the Redhat Virtio drivers, and boom. Near native performance.

    • @scheimong
      @scheimong Před 2 lety +2

      @@theinquisitor18 I plan on doing that in the future since dual boot is indeed inconvenient. But currently I already have all my files and software set up on Windows so it's simply too much of a hassle to move. Maybe I'll do it when the next pandemic lockdown hits.

    • @theinquisitor18
      @theinquisitor18 Před 2 lety

      @@scheimong you could restore your files and state from a windows snapshot in the virtual machine.

    • @Pedro-dn3sg
      @Pedro-dn3sg Před 2 lety +1

      Couldn't agree more. I gave Mint a try a couple of years ago, now I get annoyed whenever I need to boot windows. There's so much stuff running in the background!

    • @xeon39688
      @xeon39688 Před 2 lety +1

      Opposite for me

  • @SealedSaucer
    @SealedSaucer Před 2 lety +12

    I use arch, btw...

  • @Cray2TheZ
    @Cray2TheZ Před 9 měsíci +1

    Quick tip: cd on its own will bring you back to your home directory, no need to add the ~

  • @nicolevella6701
    @nicolevella6701 Před 2 lety +2

    Love how you pronounced chown and chmod as words but then said the full superuser do instead of saying sudo as a word (the opposite of what people normally do) hahaha. i love this channel for little things like that

    • @lucrativelepton
      @lucrativelepton Před 2 lety

      Omg I didn't even notice

    • @hojjat5000
      @hojjat5000 Před 2 lety

      Exactly. I have always heard "C H Own, C H Mod, and soodoo". This was the opposite.