Terms Every Linux User Needs To Know

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 247

  • @BrodieRobertson
    @BrodieRobertson  Год назад +58

    Good to see that the timestamps are working, I updated my timestamp extraction script after Kdenlive shifted around the file format so it's good to see that nothing changed on RUclips's end

    • @CodeAsm
      @CodeAsm Год назад +4

      Oww cool, can I find that script somewhere?

    • @BrodieRobertson
      @BrodieRobertson  Год назад +7

      @@CodeAsm I need to push the updated version to my GitHub at some point

    • @Linuxdirk
      @Linuxdirk Год назад

      You can get the timestamps in copy&paste-able format by clicking ... one of the buttons (cannot check right now because not at home). You just need to set and name marker where you want to have the timestamps at.

    • @meqativ
      @meqativ Год назад +2

      ​@@Linuxdirki think he's talking about pushing it in the description automatically

    • @dreamcat4
      @dreamcat4 Год назад

      i appreciate the timestamps brodie, too bad when yt-dlp downloads the video (as a video file container), that those timestamps are not then auto-converted into the 'video chapters' or 'index marks'. however that is probably some limitation(s) of youtube or yt-dlp / dash system i would assume right? eh so nevermind then.
      in terms of the description section. may i suggest if you just keep the donations and affiliate links section at the very top (above indexes list). because then to move your other stuff like 'social media links' to be anywhere *after* the indexed timestamps. would improve the usability to keep the indexes overall a bit nearer to the top. and more handy.

  • @LaughingOrange
    @LaughingOrange Год назад +80

    I don't think I learned anything, but it's always good to brush up on the things you already know.

    • @luiz8755
      @luiz8755 Год назад +9

      Yeah it's always good to see how someone else explain complex or simple stuff. We may not learn the content itself but new ways to transfer knowledge.

  • @heretolevitateme
    @heretolevitateme Год назад +22

    This is a nice beginner guide. It might be about 200% more helpful for new people if it included the terms as text on the screen when you said them. I know that's a ton of more work, but might be worth considering.

  • @boringsloth
    @boringsloth Год назад +69

    Great video! While I haven't learned anything I didn't already know, I would've loved this when I was starting out with linux. You explained things very well which I've had troubles finding on my own.

  • @gwgux
    @gwgux Год назад +10

    Very well covered! Professor Brodie is in the house!
    Maybe do a video series? Your own spin on how to introduce somebody to Linux and get them to where they can install it, use a package manager, and understand a bit about how it all works together?

  • @DelticEngine
    @DelticEngine Год назад +25

    Thanks for posting a really informative video, Brodie. Although I've been using Linux for quite a while now, it's always good to have a bit of revision. Sometimes definitions change slightly over the course of time, other times one's own understanding isn't quite there. Content like this really helps clarify things so, at the very least, everyone is on the same page with the same understanding and definitions.

  • @iodreamify
    @iodreamify Год назад +14

    Great idea for a video. I know your audience is intermediate or even advanced but i really hope Linux will someday reach a state when all this knowledge isn't absolutely needed for the average computer user to maintain their system.

  • @katrinabryce
    @katrinabryce Год назад +7

    When people do screenshots of “linux” they are usually showing you the desktop environment. You can also run most of those on other Unix and Unix-like operating systems like FreeBSD, and you likely won’t notice any difference, at least until you do system admin tasks. FreeBSD is a bit like MacOS, and Android, where you update the base system and the packages separately, whereas on Linux, the package manager generally does everything.
    BSD Init is very different to SystemD, and I find it a lot easier to work with, And in FreeBSD, we have variants instead of distro. Generally the base image is different, but the ports/package collection is the same.

    • @victornecromancer
      @victornecromancer Год назад

      My NAS is running FreeBSD right now. Never tried it as a desktop OS

    • @fury999_
      @fury999_ Год назад

      It's not linux. It's the GNU operating system with linux (kernel) as one of the components

    • @generallyunimportant
      @generallyunimportant Год назад

      @@fury999_ good one.

    • @szaszm_
      @szaszm_ Год назад

      @@fury999_ except when it's not, like musl + busybox. Despite the best efforts of the FSF, GNU in itself is not a full operating system, even with Hurd. It has nice POSIX tools and system libs, but it lacks a large part of userspace, like anything having to do with GUI.
      Why can't we just accept that Linux is used to refer to OS distros using the Linux kernel, in addition to referring to just the kernel?

    • @fury999_
      @fury999_ Год назад +1

      @@szaszm_ But why Linux. We should rather use GNU as the general term to refer the operating system because GNU Project is associated with the freedom of computer users. By calling the system GNU, we can spread awareness about computing freedom. On the other hand Linux Foundation is an organization who does not care about free software, they don't use GNU/Linux themselves, their prime purpose is to server the corporations.

  • @dandiaz19934
    @dandiaz19934 Год назад +4

    Dude, thank you. I'm really glad that these videos exist, bc my knowledge of Linux is spotty, so this really helps me fill in the gaps in my knowledge. Especially for terms that I hear a lot.

  • @CoolIizard
    @CoolIizard 11 месяцев назад

    What a great overview! I’m linking this to one of my friends who wants to learn about Linux but has always been way too intimidated to try - this is one of the best intros to the terminology I’ve come across, and it’s way better than every attempt I’ve ever made to explain this stuff myself. Thank you for making this!!!

  • @0x7f2c
    @0x7f2c Год назад +79

    where is POSIX

    • @GSBarlev
      @GSBarlev Год назад +20

      I used Linux for 15 years without knowing more about POSIX than "it's non-Windows."

    • @porterleete
      @porterleete Год назад +1

      In a video he made in 2020.

    • @flarebear5346
      @flarebear5346 Год назад +6

      Bro only people making stuff that has to be portable on linux, mac os and bsd need to know what Posix is

    • @BrodieRobertson
      @BrodieRobertson  Год назад +32

      POSIX doesn't matter to most distros let alone a new Linux user

    • @casperes0912
      @casperes0912 Год назад +1

      In Sweden

  • @yoyonel1808
    @yoyonel1808 Год назад +2

    Very good introduction to Linux Kernel/OS, very nice ! 🙂
    Maybe one interesting thing in linux not present (i think) in your video is the paradigm used by Linux kernel that represent all hardwares (keyboard, screen, mouse, printers, etc ...) as files, IO streams. It's pretty important i think ^^

  • @gimpyo3354
    @gimpyo3354 Год назад

    Thank you. I've been meaning to ask for this exact video for a while. I've been picking things up gradually, but it's difficult as a noob without knowing how and where the system components fit together. It's been like being dropped into a random location in skyrim for the first time and not having a map. Sure i'll figure it out eventually, but having a map makes things sooooooo much less painful. Please continue putting out occasional vids for noobs.

  • @citywitt3202
    @citywitt3202 Год назад

    Truly massive props for not being an elitist, the thing that always got me about the Arch community and one RUclipsr in particular was this whole thing of “oh, thing you don’t understand and just asked me? Go read the manual.”

  • @OcteractSG
    @OcteractSG Год назад +1

    More generally, the word "shell" is used to refer to anything that faces the user. For example, many of the graphical applications on Windows were developed by the shell team. In the Linux world, however, "shell" is used almost exclusively to refer to a program that handles CLI commands (e.g., bash, zsh, ksh, fsh).

  • @mqtic
    @mqtic 11 месяцев назад

    I'm in university (CS) right now and I've been considering switching to Linux, I have already switched to open-source alternatives like LibreOffice and Gimp (just these two for now). This video that you made has made me a lot more confident about learning about operating systems and everything about them more in depth, so thank you a lot 🙏.

  • @DashieTM
    @DashieTM Год назад +5

    Honestly, perfect for people who want to delve deeper into the penguin rabbithole.
    Well done :)

  • @dandiaz19934
    @dandiaz19934 Год назад +2

    Another question: Can you make a part 2 that includes the word "dependency"?

  • @forrealfrfr
    @forrealfrfr Год назад +5

    Awesome video, cleared up a lot of stuff. What window manager are you using?

    • @misterdetective8987
      @misterdetective8987 Год назад +5

      hyprland

    • @senoraraton
      @senoraraton Год назад +4

      He uses Hyprland.

    • @napsterblook1
      @napsterblook1 Год назад

      though he usually uses awesomewm and i got a bit confused since his waybar looks a bit like the awesome bar

    • @GSBarlev
      @GSBarlev Год назад

      I'm surprised hyprland doesn't announce itself in neofetch (the screenshot say "wlroots wm" which, tbf, hyprland is...)

    • @flarebear5346
      @flarebear5346 Год назад +1

      ​@@GSBarlevtbf I think that is up to neofetch to detect

  • @iQKyyR3K
    @iQKyyR3K Год назад +4

    Good video, maybe getting into systemd and services could've been useful but this is a good resource when I need to get people started with Linux Lingo

  • @dandiaz19934
    @dandiaz19934 Год назад +1

    Can you please cover what the heck Wayland is? People make a big deal out of it replacing (something) in terms of graphics, but I don't quite understand.

  • @sirzorg5728
    @sirzorg5728 Год назад

    I wish I had this two years ago. Teaching myself all this stuff took a hell of a lot longer than 17 minutes. Just reading everything off the Arch Wiki wasn't really what I needed, because this is a scaffolding of stuff to later fill in with the wiki.
    Thank you for making this resource for future linux users.

  • @Mugnmastr
    @Mugnmastr Год назад +1

    Thanks very much for making this video Brodie! Its always nice to have a refresher on vocabulary like the terms you described from time to time.

  • @robert112uk
    @robert112uk 6 месяцев назад +1

    Thoroughly enjoyed your video. Can you represent these concepts in a pictorial manner, like the machine being the bottom layer and the kernel above it etc eg? Linux is a bit complicated.

  • @lnee
    @lnee Год назад +2

    The display manager does not manage the lock screen it only manages the login screen the window manager of the lock screen or in the case of X11, Xorg does.

  • @junkyardwolf4668
    @junkyardwolf4668 Год назад +3

    As a reletive Linux newb (

  • @TheyCallMeHacked
    @TheyCallMeHacked Год назад

    When I read the title, I legit assumed you would talk about terminals. Still a good video to explain the basics

  • @MechMK1
    @MechMK1 Год назад

    Linux is one of those things you learn by doing. Either you do the sensible thing and just learn with a VM, or you do it like me, accidentally install it over Windows, then break your Bootloader. While stressful, it also taught me a lot.

  • @bjornroesbeke
    @bjornroesbeke Год назад +3

    I've begun using (GNU/)Linux OSes in 2006 but don't claim to be very experienced with Linux. The DE/WM part was interesting.
    Perhaps one could delve more into the differences between Wayland and X11? It's not really a program that the user runs, but as a (previously) Windows user, the switch between them made my VNC server become disfunctional.

    • @GSBarlev
      @GSBarlev Год назад

      That's funny-the way I discovered this channel was when searching for an explainer on Wayland vs. X (and also for an explainer on XWayland).

    • @hopelessdecoy
      @hopelessdecoy Год назад

      I too have issues with Wayland, I want to use it but it just seems very unstable and stuff just stops working.

    • @bjornroesbeke
      @bjornroesbeke Год назад +1

      @@hopelessdecoy I don't know if i can complain about Wayland, i stopped using the VNC server and my system has been running just fine, except for a couple of hiccups (it's gnome after all).

    • @hopelessdecoy
      @hopelessdecoy Год назад

      @@bjornroesbeke my gnome screenshot wasn't working and KDEs screenshot said I needed kwin (I'm on plasma). Then when I log out it hangs forever logging back in.
      Otherwise it seems snappier than x11 and I really want to use it.
      Might be because I have an Nvidia card? Not sure

  • @davey820051
    @davey820051 Год назад

    This covers a lot of what I spent my first few months in the Linux world learning, and I would recommend it to anyone just getting started. Bonus: I've been looking for the most efficient way to pipe all my personal data to the the Great Leader's RGB

  • @danielberglv259
    @danielberglv259 Год назад

    I have never really understood the Gnu vs Busybox argument. As far as I know, busybox is just a single binary that packs a multitude of binaries, including many of the standard Gnu ones. For example 'busybox ls' is just 'ls' packaged within Busybox? But that can hardly make it it's own thing. Busybox seams to be more like an executable archive of sorts like Toybox, but do they use custom written sources for all commands? I always thought they just wrapped existing commands within their own binary.

  • @setoman1
    @setoman1 Год назад

    Wow! You never mentioned Wayland. Incredible self-restraint!

  • @rigierish3807
    @rigierish3807 Год назад

    Now that I know about all of those things, this video is only a revision but I can clearly see it being very useful for the past me when I switched to Linux for the first time, because I had to learn it the hard way and progressively.
    So for newcomers, your video is awesome and it shows the freedom and customization we have in Linux in an easy format.

  • @DasIllu
    @DasIllu Год назад +1

    While this video isn't really news for your target audience, i appreciate having condensed information i can relay in video form to people wetting their feet linux waters (whilst beeing too lazy to read the wikipedia entries...)

  • @williamyf
    @williamyf Год назад +1

    Starting with windows vista, and progresively over the years, Windows has moved away from making your normal user account an administrator account. Nowadays, with Windows 11, one must go out of his/her way to make the user account the admin account at the same time.
    Perpetuating miths goes both ways. Just like some people perpetuate the mith that "Linux App installation == compile code", other people perpetuate the mith that "Windows normal user== admin user".
    PS: Writing this on a mac. Used BSD in 1995, and Linux in 1996, long before it was cool

    • @jescis0
      @jescis0 Год назад

      Not to forget that after some time(about Windows Me or something) CMD is not technically DOS, but is an emulation of DOS or DOS-like command line program! I really don't like how many people don't understand the difference between Apple ][ DOS 3.3~ AND MS-DOS 1.0-6.22! they tend to lump it all together, even though they are from different companies and sources! 🤦🤦🤬🤬

  • @MamRadVlaky
    @MamRadVlaky Год назад +2

    I like how you said "pop_os" and automatic subtitles showed "poo"

  • @GridlocSSB
    @GridlocSSB Год назад +1

    Honestly, I’d love to see a video explaining what the deal is of why it was (and still is) called a “Display Manager” instead of something more akin to what it actually does; i.e. “Login Manager”

    • @BrodieRobertson
      @BrodieRobertson  Год назад +3

      I actually made that video and forgot about it when recording

    • @1pcfred
      @1pcfred Год назад

      A Display Manager also allows you to choose from any Window Manager or Desktop Environment you may have installed on your system at the start of your X session. So they can do that. I'm not sure how they know you have them installed though. Distros might set it up? There's probably a config file somewhere. I don't use DMs so I don't know much about them. DMs are pretty useless. I console login and then just startx.

  • @zeckma
    @zeckma Год назад +2

    2:05 Yes I am insane, thank you Brodie

  • @mechwarrior83
    @mechwarrior83 Год назад +2

    Great video, I wish I came across something like this when I was a noob. This video would really benefit from some graphics though.

  • @siuuep7456
    @siuuep7456 Год назад +1

    Thanks for the good video!
    Most of them I already know but some things where good to know as how the gnu/linux part was "invented".
    I am working with trainees in our company and created a similar internal training where I explain basics of linux and the logic of the filesystem.
    I think if you understand how the filesystem works on linux, everything makes more sense and you become the kind of "troubleshoot master" you might need to be in the first steps entering the linux community. If you know how the find configs, packages, logs, maybe running socks or pid files and service units, devices etc. you basically understand the idea of "everything in linux is a file" and can compare it with the windows "solution" - "Registry" which is kinda DB (storing simple key / value pairs), and the filesystem "structure" on Windows.

  • @chuckmuckamuck8001
    @chuckmuckamuck8001 Год назад

    Hmmm, I always thought/used "flavor" and "spin" as synonyms. You learn something new every day.

  • @KM-sv4dh
    @KM-sv4dh Год назад

    Thank you Broodie for the video, I did not learn much since I have been using Linux for a couple of years now, but I would definitely learn I had just started using Linux.
    Maybe starting from lower level then going ip higher (firmware, bootloader, kernel, init, display manager....) would be great, but I don't think I would enjoy such a great intro using DE vs WM then.

  • @AK-vx4dy
    @AK-vx4dy Год назад

    Make a series !!!
    I somewhat missed Linux in my young years i quickly grasped things needed to my work but i never have daily driver so window managers etc i see are important but no one explains excatly what is is and some times names are confusing like a display manager

  • @qweriop
    @qweriop Год назад

    You could also cover: flatpak, containerized programs, X11/Xorg and wayland, daemons, xdg desktop portals, .config/.local/.cache.
    Perhaps for another video for intermediate linux users.

  • @MnemonicCarrier
    @MnemonicCarrier Год назад +5

    Every journey begins with the first step 😉

  • @SuperTort0ise
    @SuperTort0ise Год назад +2

    1:57 (stallman will remember that)

  • @Linuxdirk
    @Linuxdirk Год назад

    Very well done explanations! 👍

  • @pyrokamileon
    @pyrokamileon Год назад

    that was a pretty great video that covered so many or the basics 👍🏽

  • @in_sound_mind
    @in_sound_mind Год назад

    Great video! I'm somewhat planning to migrate my wife from Windows to Linux and this video might just be a boon for explaining some basic terminology of Linux. Thank you!

  • @esra_erimez
    @esra_erimez Год назад +1

    Would you consider doing a video about Redux OS?

  • @leelasuelane6544
    @leelasuelane6544 Год назад

    Ive been with linux for over 13 years, this video would have been such a help at the start of this journey, very good and quick basics.

  • @shanent5793
    @shanent5793 Год назад +1

    So who's in charge when then Linux colonel switches to user mode? Also it's been 30 years shouldn't he have a couple stars by now?

  • @digitalasylum369
    @digitalasylum369 Год назад

    Thanks! We need more like this!

  • @smithrockford-dv1nb
    @smithrockford-dv1nb Год назад

    Wait, did you ever explain what a GUI is? You used that term, but never explained it (if i recall correctly)

  • @BitsOfTruth
    @BitsOfTruth 7 месяцев назад

    I remember the prompt $p$g in DOS. Or something like that. So..... At point is a prompt called a cursor?

  • @GSBarlev
    @GSBarlev Год назад +1

    That Fibonacci Hyprland(?) flex at 5:00...

  • @theesquag
    @theesquag Год назад

    This is wonderful, wish I had something like this when I was getting started a few years back

  • @billeterk
    @billeterk Год назад

    Nice. Not sure where I’d start for this! FHS might have been worth mentioning

  • @Jeffsa12
    @Jeffsa12 Год назад

    I refer to a tty interface as the console or virtual console, as opposed or to differentiate it from a terminal, which IIRC, is a graphical wrapper for the console.

    • @TheUAoB
      @TheUAoB Год назад +1

      The Kernel provides TTY interfaces which are exposed as "/dev/tty*". The default TTY is configured in the kernel, is usually tty0, but can be something else such as ttyS0 (serial terminal), this is where kernel (dmesg) messages appear.
      The fbcon driver which provides a virtual text mode on bitmapped video hardware this is used by the VT subsystem, traditionally however a VGA text mode was used.
      The Linux Virtual Terminal (VT) maps to tty(n) devices to the alt-function keys. Only tty0 is configured on boot. The init system usually puts getty programs on tty0-6, this allows a user to login, but any program reading and writing to stdio could be used, such as a shell.
      Graphical Terminal Emulators also connect to the kernel tty devices, in this case, the pseudo-ttys, they typically attach the users default shell to that pseudo-tty rather than a getty.

  • @sodiboo
    @sodiboo Год назад +1

    2:38 What's with only like, half of these being suffixed with "Linux"? I know that they're all inconsistently referred to as [Distro] and [Distro] Linux in general non-linux-niche media all the time, but what's the point in a list like this, and more importantly why isn't it consistent? I'd also like to point out that "Ubuntu Linux" sounds cursed to me, because i don't think i've ever heard it called as such. It's mainstream enough to drop the Linux suffix. And less so fedora.

    • @hopelessdecoy
      @hopelessdecoy Год назад

      You'd be surprised how many people outside the tech realm don't even know what Linux is let alone Ubuntu or Fedora. They don't market on TV or radio and celebrities don't use it. Why would anyone know it at all?

  • @Ariethefloof
    @Ariethefloof Год назад +8

    thank so much

  • @jescis0
    @jescis0 Год назад

    Im no noob, but there's a lot of people who are! And I've been on irc where many people try to help everybody, but then you get gatekeeper/elitist who makes snarky/insulting comments, which are usually reprimanded with the saying "everyone's a noob at some point!" So thank you for this video! 😀😀

    • @1pcfred
      @1pcfred Год назад +1

      Snarky insulting comments are an attempt to motivate the plebes. The hope is they get sick of hearing it and just put in the work to learn themselves. We do have their best interests at heart. The sad fact is you do have to study a lot. On the bright side most information is obtainable. Then if they ever do have an interesting question they'll be better received.

    • @jescis0
      @jescis0 Год назад

      @@1pcfred true! There's no such thing as a dumb question, just dumb people… 😁😁🤓🤓😂😂 seriously, if you exhausted every other resource, then your question might be something to ask another human being! 😁😁 not everyone is smart or a know-it-all for everything! Otherwise everyone could be a football player, mechanic and an assembly programmer! Everyone has a talent for something! 😉😉

    • @1pcfred
      @1pcfred Год назад

      @@jescis0 whenever I've exhausted every avenue with something no one can answer those questions anyways. Because I have asked them. If I can't find the answer then it is really obscure. So I don't even bother asking anymore.

    • @jescis0
      @jescis0 Год назад

      @@1pcfred I guess, It all is relative… it's even circumstantial… 🤔🤔

  • @LowPolyPixel
    @LowPolyPixel Год назад

    Thank you this was very helpful.

  • @dreamcat4
    @dreamcat4 Год назад

    what i found interesting is that this explains linux world. but there is whole other world of unix or so-called posix compatibility. with some more older concepts being then closer to the k&r original unix. for example you covered the init, but not the process manager, daemons, and procs (process space /proc folder, versus kernel space). which is like a whole lower layer of concepts and understanding. ontop of which the user land programs are operating.
    so (for example) a shell is a userland executable, a proc. and so is a terminal program, (or a terminal emulator). so those distinctions were left a bit 'not explained' as clearly as to why / how they are specifically different from each other. and (for example) a prompt is not it's own thing. it is rather instead a feature of a shell executable. (alongside several other major features of a shell executable). so those sorts of distinctions. whereby the relative hierachies of the operating environment gets to be a bit better defined.
    i suppose also (briefly) it's good to explain how fundamentally x-org api is a c callbacks system. of function pointers thru a runtime library (which is like mac os frameworks etc.). wheras traditional cmdline unix instead uses 'pipes' or 'streams' of bytes / blocks / text. being passed inbetween each other. but then you are going to be loosing quite a lot of people in explaining those more fundamental programming layers. but it's a different communications mechanism. the gui versus the cli. (would be the main fundamental takeaway).

    • @1pcfred
      @1pcfred Год назад +1

      When R of K&R was alive he'd give talks at my local LUG. So Dennis was down with Linux. Just FYI

  • @Eyuphuro
    @Eyuphuro Год назад

    I wouldn't say Linux Operating System because that doesn't exist on its own, but a Linux-based Operating System which is an Operating System which uses Linux as its kernel (Android, Debian, Fedora, Arch Linux, etc). Linux is (one of the many) components which make up a whole Operating System. Linux itself can't even boot the device. Nice video ❤

  • @bradolson8242
    @bradolson8242 Год назад

    Excellent description.

  • @guss77
    @guss77 Год назад

    The desktop environment is called Plasma - KDE is the name of the organisation

    • @spl420
      @spl420 Год назад +2

      Only since 5, everything before was actually just KDE, therefore it's legitimate historical name.

  • @_antoniocouto
    @_antoniocouto Год назад +1

    Nice video. Please make the 20 minutes video about DMs

    • @BrodieRobertson
      @BrodieRobertson  Год назад

      I realised that I already made one and forgot about it lol

  • @gorrumKnight
    @gorrumKnight Год назад +1

    Saving this to link newbies to, absolutely invaluable reference so I don't have to explain it repeatedly. 😂

  • @ygiagam
    @ygiagam Год назад

    Thank you, Thank you, Thank you. This is very useful. Keep up the great work.

  • @JessicaFEREM
    @JessicaFEREM Год назад +1

    I love "noobie camping" videos that are good.

  • @kc9scott
    @kc9scott Год назад +2

    “Blob” is an acronym, which stands for Binary Large OBject.

  • @MatthewWilliamsX
    @MatthewWilliamsX Год назад +1

    Oh no. If I was to pretend to be a new user you would have lost me at "kernel". I've known technically savvy windows users who still have no idea about what makes an operating system. Certainly they'd have less understanding of the many layers within.
    UPDATE : I watched the rest of the video. I judged too soon. Read further for lols.
    With most new users - a PC is just a tool. To simplify my conversation with them it boils down to "what make PC good", "why this better". As long as you can convince them that all the buttons they need to learn will be worth it, the interest will grow into learning.
    I no longer start exploring from the core. I find much more success when explaining from the highest level of computing that the user understands.
    Addendum : Remember, most people are filled with other knowledge, like the detailed history West European furniture, the names/addresses/birthdays of their favourite sports-ball team, or the refined nuances of nail-polish etiquette.

  • @jasper265
    @jasper265 9 месяцев назад

    Great and very comprehensive video. It was interesting to get a complete overview of all the terms I learned piecemeal over time.
    Also [lee-nus] who made Linux and [lie-nus] at LTT (but I believe neither cares that much)

  • @gor.
    @gor. Год назад +2

    i wish i saw this video 1.5 years ago

  • @RichardBetel
    @RichardBetel Год назад

    1:54 I have to disagree. No-one was calling it GNU/Linux *UNTIL* RMS had that hissyfit that GNU wasn't getting its due respect and that everyone should start saying "GNU/Linux". My general impression was that people responded with "yeah, I guess he's right..." but then didn't say the GNU part out loud anyhow.
    Here in Toronto, they built a sports arena in the 80s that was named "SkyDome". For years, everyone said "The skydome" because it made more sense to everyone, but the marketing department for SkyDome's owners freaked out and harassed and lectured and so-on, until people got tired of it and caved. That's exactly what RMS did. I think he was less successful than SkyDome, but I do feel he largely won that fight.

  • @afelias
    @afelias Год назад

    Spins are unique to Fedora-like distros? Why did they call them Fedora Tips then?

  • @spl420
    @spl420 Год назад

    9:15 I feel personally attacked.

  • @woodygilson3465
    @woodygilson3465 Год назад

    A nice primer for beginners. 👍👍

  • @lightprogrammer
    @lightprogrammer Год назад

    good video for recap general knowledge

  • @generallyunimportant
    @generallyunimportant Год назад

    i know this is a bit off-topic but i don't think ubuntu is the best linux dev environment out there. sure, it comes pre-installed with a lot of cool stuff like a browser and a DE
    but using APT is such a pain and pacman is so much easier ;-;

    • @generallyunimportant
      @generallyunimportant Год назад

      says the guy who dualboots windows and linux so he can do degeneracy on the web+some (mostly rust atm) development on linux and use windows to play skyrim, smh my head.

  • @MasterGeekMX
    @MasterGeekMX Год назад

    I want the video about why display managers are called like that, Pretty please?

    • @BrodieRobertson
      @BrodieRobertson  Год назад

      I already made it and forgot about it lol

    • @MasterGeekMX
      @MasterGeekMX Год назад

      @@BrodieRobertson me too haha. Hailings from Mexico BTW.

  • @LtSich
    @LtSich Год назад

    thx a lot for all those new users, or those who want to try Linux.
    All those informations are very usefull for people who want to join FOSS.

  • @mattwilliams1844
    @mattwilliams1844 Год назад

    Key Take Aways => "Centralized Wizard"

  • @timothyt.82
    @timothyt.82 Год назад

    I am upset Flavor and Spin are distro specific.

  • @EasonTek
    @EasonTek Год назад

    great video!! good explainations on everything, but now we have to see if people actually understand, especially the people who literally bully me for using microG android and firefox😭

  • @elzabethtatcher9570
    @elzabethtatcher9570 Год назад

    Great crash course for somebody who would have to work on Linux tomorrow.

  • @flow1194
    @flow1194 Год назад +1

    i'm completely new to all things linux and i watch your stuff specifically bc i don't understand anything

  • @darekols
    @darekols Год назад +1

    Thank you.

  • @NikoNemo
    @NikoNemo Год назад +1

    Finally, something useful here :D just joking, Well done!!!

  • @hugoedelarosa
    @hugoedelarosa Год назад

    Package managers are still crazy to me.

  • @heroclix0rz
    @heroclix0rz Год назад

    New linux user:
    *looks at the length of this video*
    "Nvm"

  • @BiserAngelov1
    @BiserAngelov1 5 месяцев назад

    I enjoyed the video nevertheless!
    A devoted GNU/Linux user since 2007

  • @bloodstainedchasm
    @bloodstainedchasm Год назад

    preach brother !

  • @RichardBronosky
    @RichardBronosky Год назад +1

    This is a great video i wish i had 3 years ago. I've been a sysadmin for 2 decades and only started using a GUI in 2021. It took me months to learn what you covered here in minutes.
    ☮️❤️🌈

  • @alpacamale2909
    @alpacamale2909 Год назад

    When will the linux kernel support wifi 6 ax101? I have no wifi.

    • @eDoc2020
      @eDoc2020 Год назад

      It should already work. Are you running an older version?

    • @alpacamale2909
      @alpacamale2909 Год назад

      @@eDoc2020 zorin os 16.3. I don't even think the latest debian iso has a kernel that support this card. Also the latest stable linux kernel doesn't support it either.

    • @eDoc2020
      @eDoc2020 Год назад

      @@alpacamale2909 The AX101 _should_ work but there are known bugs. I read one report that it works properly with Linux 6.4 (which was released in June). Ubuntu has a mainline kernel PPA which would give you such a version. There's also a "iwlwifi-ax101-dkms" package you can install using makedeb which should definitely fix it for you.

  • @cheako91155
    @cheako91155 Год назад

    Not going to say what the account is called root?

  • @reconstructedrichard208
    @reconstructedrichard208 Год назад

    awesome video

  • @Rohinthas
    @Rohinthas Год назад

    Could have really used this about a year ago!

  • @Ozymandias1
    @Ozymandias1 Год назад

    Hi, my name is Leenus Tourvalds and I pronounce Linux as Leenux. 😃

    • @BrodieRobertson
      @BrodieRobertson  Год назад +1

      In far more recent interviews he's said he doesn't care