Try out the full course for free, then use code LINUX30 to take 30% off if you upgrade fireship.io/courses/linux
@නරක4 ай бұрын
Nope
@kn_halo4 ай бұрын
@@නරකChad response
@adamk.71774 ай бұрын
@@නරක Joke's on you, I'm doing it JK I'm poor, Learn Linux TV KZbin Tutorials instead for me
@LeelaSankharM4 ай бұрын
why not LINUX69 and 69% off???
@Un_Pour_Tous4 ай бұрын
Daemon
@Dsamuell4 ай бұрын
Opening fireship's videos are always like: Come for information Stay for the punchlines
@pijushbarik4 ай бұрын
Or develop an existential crisis as a developer. You never know 😂
@matthieuleon3104 ай бұрын
Ive been watching almost all his vids since I stumbled upon that channel. I not a software engineer, I never code in my life, I understand nothing. But somehow in coming back :p
@richdobbs65954 ай бұрын
In this particular case, I only came for the punchlines. About the only thing I learned from the video was that I didn't know the logos for a lot of distros.
Did you use some tool (maybe AI) to do that? Just curious. Also appreciated!
@arfeloreed4 ай бұрын
appreciate this a lot.
@EllyOguttu4 ай бұрын
100 linux ninjutsu signs
@eastcoastpizza7844 ай бұрын
Thank you, may you live long n prosper
@illuminate44 ай бұрын
nice pfp
@SalemTechsperts4 ай бұрын
The Greatest Thumbnail That's Ever Lived
@EvoFireGaming4 ай бұрын
8 likes and no reply let me fix it
@kevin_likes_python3 ай бұрын
I never expected THE GREATEST TECHNITION THAT EVER LIVED to be here
@Rullino323 ай бұрын
I never expected the greatest technician that's ever lived to comment on a Linux video, but it's great to see KZbinrs you in this comment section.
@RetrOViseurD0ll3 ай бұрын
I never expected THE GREATEST TECHNICIAN THAT EVER LIVED would be here.
@Man-of-Steel6743 ай бұрын
@@Rullino32Can you imagine anyone bold enough to call himself "Greatest Technician to ever live" would use Windows or Mac os.
@sh4d0w7274 ай бұрын
Happy to be on the 4% (BTW)
@timm4994 ай бұрын
Found the Arch user
@thtcaribbeanguy4 ай бұрын
ubuntu server all day baby!!!
@nyxiereal4 ай бұрын
i use arch btw :3
@avoavoavo4 ай бұрын
Im using Neovim
@foreigngodx64 ай бұрын
same, arch user btw
@user-bj6vm2dx2v4 ай бұрын
"if you have few years to spare you can learn Vim and if you have no life at all you could try emacs", damn that got me
@cracc_baby4 ай бұрын
i like vscode
@jonathansung81974 ай бұрын
i use vscode with the vim plugin 😎 (and im an arch user btw)
@szmonszmon4 ай бұрын
@@jonathansung8197 so, why not a neovim? ;-)
@cattokomo4 ай бұрын
and if you have few years but want to end it all, use Neovim
@whekin4 ай бұрын
I like vim so much. I wish all inputs in my operating system/apps/browser, etc would support it
@MohammedAhmed-mr5px4 ай бұрын
Dude. You need to be a Computer Science Lecturer at University. The concepts in this video are well explained and, easy to understand. This is coming from a developer with almost 4 years of experience and a graduate of Computer Science.
@Monogrammaton2 ай бұрын
he would be wasted upon such a trivial job
@kaydog89017 күн бұрын
"Lectures" don't get paid to lecture. They are employed to research, followed by help post-grad research, then their LAST priority is lecturing. Universities make money off students failing. Source:- BSc with a handful of post-grad papers (Security and HCI)
@Monogrammaton16 күн бұрын
@@kaydog890 "Source:" lmao
@ntrgc894 ай бұрын
You totally missed an opportunity for that classic linux joke: $ love love not found $ happiness happiness not found $ kill you must specify whom to kill
@tihan864 ай бұрын
thats about the level of humour i expect from linux users
@aaaaaa-hh8cq4 ай бұрын
@@tihan86lmao
@theboringplanet4 ай бұрын
does not work if you have love-lua installed 😢 i tried forgetting that and it just showed me a blank screen on love...
@autistadolinux53364 ай бұрын
Actually there's a program called love and it is a game engine
@jimnor88174 ай бұрын
haha i love le jokes i can find on le front page of le reddit XDD
@hclyrics4 ай бұрын
This video cured my Linux imposter syndrome. I recognized and understood way more than I thought I would. Another Fireship banger, for sure.
@kamrandoesstuff4 ай бұрын
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.
@hclyrics4 ай бұрын
@@kamrandoesstuff Who let Richard in here??
@lashlarue79244 ай бұрын
@@hclyricsme too, it was good to actually understand everything for a change. Only thing I didn't know about was "stat", which is crazy, but I guess I never needed to use it to set up a VM...
@FirstName-zt2my4 ай бұрын
Did you also feel the need to copy paste your comments multiple times? @@kamrandoesstuff
@RurikLoderr4 ай бұрын
Just started watching it for the same reason... let's see.
@ericc68204 ай бұрын
This channel is awesome man. I’m a 33 year old math teacher who never learned this stuff in school. I’ve always been the person to ask “why” And allot of the coding stuff out there just goes into how to use the coding language without going into how it actually interacts with the hard drive and how it literally works. So this is fantastic.
@Zodiacman164 ай бұрын
for those curious about the "sudo rm -rf /" command: - "rm" removes a file (or directory with a flag) - "-r" is recursive, meaning if you target a folder with rm it will remove everything in its subfolders too - "-f" is force, makes rm work without confirmation - "/" is the target path, which is the root directory of your entire computer - "sudo" gives you elevated permissions, lets you do things you wouldn't normally be allowed to do, like write to system folders so "sudo rm -rf /" will remove the root directory of your computer, recursively delete everything inside it, with elevated privileges and no confirmation prompts. it basically bricks your machine because it removes important system files.
@mz009564 ай бұрын
It just bricks the OS right? So after reinstalling Linux you can use your pc again. (Without your files obviously)
@commander34944 ай бұрын
@@mz00956 yeah, it can't really touch your BIOS so you can still boot from other devices. But / includes every device that was mounted so you better unplug that install USB before you run it!
@Samstercraft774 ай бұрын
@@mz00956 i think in some cases system firmware can be mounted as rw causing your whole computer to get bricked though most distros require the --no-preserve-root as a safeguard to prevent rm rf / from being used accidentally, so running it will usually not actually do anything, but if you do add the flag... expect things to break (don't do it outside a vm)
@SteveStavropoulos4 ай бұрын
Most modern distros will not let you remove the /. To make it work, run it as: sudo rm -Rf /*
@aiexzs4 ай бұрын
@@SteveStavropoulos --no-preserve-root too iirc
@JediKitten9274 ай бұрын
I found this channel in the middle of my first year of java computer science and I didn't understand it one bit, I've now switched to mechanical engineering and still do not understand it one bit, yet I still watch every upload. You're truly a content wizard Mr. Ship.
@krox4774 ай бұрын
Learn physics now
@lucasvella4 ай бұрын
In your 96% figure, I think you grossly underestimated the number of people watching this video on their Android devices.
@paulsorensen84894 ай бұрын
Yes, Linux desktop doubled to 4% in the past 2 years, but mobile is 4x the usage of desktop for web visits. Let's add in the other Linux uses found in daily life: streaming devices. TVs, routers, Iot. voice assistants, vehicles, point of sale/ pin pads, .... Linux is the dominate OS in the consumer space and server space.
@martizong4 ай бұрын
🤓👆
@yeahitsmesofkinwhat3 ай бұрын
@@paulsorensen8489 Free and open source is being used to steal our will to live through capitalism. If that ain't dystopian, I'm not sure what is.
@qinn19963 ай бұрын
@@paulsorensen8489 sure is but I think he was talking about running a Linux OS as your desktop
@Bkkgarden13 ай бұрын
Good for you, now ditch your windows PC, unless you're on a mac.
@m4rt_4 ай бұрын
4:10 Correction, as you can read in the title of the manpage: "touch" simply changes file timestamps. Though this has the side effect of creating an empty file if the path given isn't an existing file, so it often gets used to create new files.
@Lewdiculous4 ай бұрын
MS should have aliased "New-Item" to "touch", it feels intuitive even when it's being used incorrectly. 😅😢
@artyb274 ай бұрын
_Ohhhhhh_ that makes sense! I never thought to question the link between this "touch" and the "touch" in Rails.
@wisteela4 ай бұрын
@@Lewdiculous That a command in Powershell?
@dsvechnikov4 ай бұрын
@@wisteela Yep
@Lewdiculous4 ай бұрын
@@wisteela I think it's aliased by default to "ni"!
@tristanreid57704 ай бұрын
On that chown stuff, when he said the stuff about 7s, it can be kind of cryptic where those numbers come from. The idea is that 7 in binary is 111. Those 3 ones are rwx (read/write/execute), the 1 means that they're all turned on. A 000 would be all turned off, or another example is 6, which in binary is 110, so read & write are turned on, but execute is turned off. Read-only is 4, which in binary is 100, so only the read bit is turned on.
@DebianDog4 ай бұрын
I learned it that way so it is the default in my head... until I get to sticky bits
@FelixDeister932 ай бұрын
I am preparing for the LPIC-1 exam and watch this video over and over. Each time I understand a little more. Keeps all the information in a meaningful context. Great work!
@grim.reaper4 ай бұрын
I am going to alias “sudo” to “daddy”
@SrFodd4 ай бұрын
plsdaddy rm -rf /
@Windeycastle4 ай бұрын
Nooo... 😂
@dislikepineapples4 ай бұрын
or please
@sebasbot014 ай бұрын
@@dislikepineapplesdaddy please
@badr_eddin.py14 ай бұрын
+1😂
@arindampande26864 ай бұрын
6:42 What a transition 🤯
@Rustmilian4 ай бұрын
What a **sponsor blocked**
@SaiSS9613 ай бұрын
Yupp genius 🔥
@TheLaiKash5 күн бұрын
What I truly love from this channel is how it presents condensed knowledge in a clear, short way. Many times I know 99% of what is presented in the video but not as organised and precise as it is. Plus a 1% more knowledge is always what makes a difference :)
@eliovalentinoancivillarroe41684 ай бұрын
I'm 4 years using linux right now, and I didn't knew the existence of stat command. Always you can learn new staff from this channel. Thanks for the nice video!!!
@jgarbo35413 ай бұрын
stat is not Linux; it's Unix. RTFM!
@eliovalentinoancivillarroe41683 ай бұрын
@@jgarbo3541 u're right. Sorry for that. I should have said GNU Linux, cause most of the tools I use every day are part of the GNU. Thanks for the correction!
@CatFace88852 ай бұрын
6+ years as a Linux user. I didn't know about stat either 😅
@m4rt_4 ай бұрын
8:14 Correction. The "usr" directory stands for "UNIX System Resources" or "UNIX Source Repository", it's a common misconception that it means "user". Also, the /bin and /lib directories are meant to be for binaries and libraries required for the system to boot, while the /usr counterparts like /usr/bin and /usr/lib are meant for programs that aren't that necessary that every user on the system should have access too. There is also directories in /usr/local that are usually things that are more manually installed while it still should be accessible to everyone. There is also the ~/.local directory which is meant as the same as /usr/local but for things that should only be accessible to that one user since it's in that users home directory.
@4.0.44 ай бұрын
There is also /opt which software can use to /opt out of the correct file system structure.
@zeckma4 ай бұрын
Most distros have /bin, /lib{,32,64}, and /sbin be symlinks to /usr/*. Plus most often when distros compile software, they set the prefix to /usr, and bindir is either /bin or /sbin, so installed programs get put in /usr/bin or /usr/sbin. The LSB/FHS can be picky where certain apps go, like chroot should be put in /usr/sbin instead of /usr/bin. For the regular user, though, it really doesn't matter. Does help where the binaries actually are if you're in a pinch and don't want to rely on using PATH to launch something. I manually install many things and just put em all in /usr/bin, unless the project is big and has different library versions that make removals difficult -- then I put the package in /opt. Rust is one of them, but also Java.
@rezwhap4 ай бұрын
It’s not a misconception, ‘user’ was the original meaning. The others are very recent backronyms, and frankly quite terrible ones! 😆
@dorithunder4 ай бұрын
Shut up nerd
@JamieBainbridge4 ай бұрын
This entire thing is a massive retcon. The directories actually mean "Hey Dennis we're out of space on this PDP-11 disk, mount another disk somewhere" and anything else is made up rubbish.
@franciscomagalhaes74574 ай бұрын
I think this is your best video yet, and I've followed you for years. Very entertaining and informative. Well done.
@thebtm4 ай бұрын
Been using Linux since 2001. And today it's my daily driver. I was in grade 11 when I was introduced to Linux. Now I'm a DevOps Analyst.
@blehizdao4 ай бұрын
What does an Analyst do in DevOps? Sounds fun
@artificiyal4 ай бұрын
i am in grade 11 without linux
@somerando71914 ай бұрын
I was in 9th, also 2001. Also my daily driver. I'm a SCADA engineer.
@kamrandoesstuff4 ай бұрын
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.
@appa35354 ай бұрын
@@kamrandoesstuffMost linux users do know this, it’s simply a shorthand; no need to be pedantic
@Nossody4 ай бұрын
bro can you not make a 12 minute video that sums up a year of college. thanks
@FireFox640000004 ай бұрын
It's not fireship's fault that your professor is incompetent.
@ichijofestival25764 ай бұрын
So, I take it you went to a for-profit college?
@tass20014 ай бұрын
A year?! I learned to love Slackware in three months when I was in high school. Also, I’m dumb for loving Slackware.
@krishp11044 ай бұрын
everyone replying here is a headarse. No this video does not teach you everything a college OS class does
@mogosa56744 ай бұрын
@@krishp1104 I think they’re being being sarcastic
@xryanv4 ай бұрын
This is like everything I learned in my Linux course last semester in like 10 mins.
@colbyboucher639116 күн бұрын
The greatest issue with colleges is that they need to cater to the slowest people in class.
@donalshijan56154 ай бұрын
This is why fireship is the best online educator / content creator, he taught everything that there is to know about linux and shell commands in just a 12 min video when others are selling month long courses.
@cristianpiano21704 ай бұрын
the month log courses go in depth and this form of quick video info is designed to make you believe you're learning a lot but you're not. very surface level info. I knew 90% of this stuff already an I just barely began my IT/technology studies 2 years ago.
@briani78583 ай бұрын
@@cristianpiano2170 cool story
@cristianpiano21703 ай бұрын
@@briani7858better than your story.
@Monogrammaton2 ай бұрын
truly this is everything, can't think of anything else
@knolljo4 ай бұрын
Learning and using nixos (linux distro) recently just blew my mind. Having an entire system configured in a git trackable file and easily revert to any state in time is just amazing.
@yuugen21994 ай бұрын
Absolutely based and nix pilled Welcome to the club, and good luck learning Nix
@MagikGimp4 ай бұрын
You clearly don't know what's been going on behind the scenes with NixOS.
@aarholodian4 ай бұрын
The project being on the verge of collapse aside, it's just a gimmick, albeit an interesting one. No documentation, abhorrent language, gorillion poorly built packages, many dev issues due to symlink dredge filesystem, and is just pure trash for desktop for anything nontrivial. Interesting for servers though, for what it's worth. Will stick to Gentoo
@gotoastal4 ай бұрын
You can even track your config file in other version control systems! Git isn’t a requirement for Nix :)
@aravindpallippara15774 ай бұрын
@@aarholodian can confirm as an arch user gentoo is the only other wiki I have to frequent. The real reason to use any distro is how well it's wiki is maintained
@JaceComix4 ай бұрын
This was low-key a really good explanation of a lot of stuff that I either didn't know or struggled to figure out on my own.
@azatecas4 ай бұрын
statistically, all fireship viewers have tried linux
@o1-preview4 ай бұрын
nah, I'm sure that with all the AI vids, there has to be some that haven't
@kamrandoesstuff4 ай бұрын
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.
@glub13814 ай бұрын
@@kamrandoesstuff womp womp
@NicolastheThird-h6m4 ай бұрын
@@kamrandoesstuff Richard stallman Botnet ☝🏻
@birb345Ай бұрын
@@kamrandoesstuff then what exactly is linux
@casper644 ай бұрын
7:07 “This is an IQ test” lmao
@pkz4204 ай бұрын
I wish there was a way to know how many people failed the test. I am sure someone will. But they won't be able to connect and tell us for a while.
@dogyX34 ай бұрын
Doesn't this command prevent deleting / without a special flag to ignore such warnings?
@Ba-gb4br4 ай бұрын
@@dogyX3--no-preserve-root
@Svaraijt4 ай бұрын
There's also a randomizer obfuscated version 🎉
@demonwizard21624 ай бұрын
@@Ba-gb4br Will it still rm everything with just / and not /*
@bronkolie4 ай бұрын
Using nano inside the vscode terminal is next-level
@luay_kelani4 ай бұрын
I always dreamt of saying this on this channel and finally: I use Arch Btw.
@streettrialsandstuff4 ай бұрын
Me too btw
@researchandthinkprimarily4 ай бұрын
I use nixos btw
@quaesitrix8814 ай бұрын
@@researchandthinkprimarily NixOS seems really cool ! I'm thinking of switching to give it a try (I use arch btw 😄)
@paulsorensen84894 ай бұрын
me too, no regrets. 20+ years with Linux as my daily driver since Microsoft convinced me with their double page magazine ads bashing (pun intended) Linux. If Linux is so bad why is there WSL?
@peterszilvasi7524 ай бұрын
Arch user here! Btw!
@NotJustBikes4 ай бұрын
Debian forever!!!
@NotJustBikes4 ай бұрын
... though my first distro was Yggdrasil.
@QTwoSix4 ай бұрын
Bikefag kek
@atemoc4 ай бұрын
Debian on my servers, NixOS on my desktop; Two WILDLY different beasts, but I love them both... NixOS is not for the faint of heart, though.
@ChaosTheory6664 ай бұрын
heh, nice distro kiddo. I use Guix btw. Also, neat to see you here.
@medicalwei4 ай бұрын
Wait I didn't expect you here xD
@LaSpookyPR2 ай бұрын
I love how straight to point he talks and doesn’t beat around the bush wish my college teacher was like this
@vannear4 ай бұрын
Everytime I watch a intro/beginner's guide video for linux/bash cmds, there's something new I haven't used before
@Liriq2 ай бұрын
I've been using linux for over a decade l, and only recently learned about sl and cowsay. I was such a n00b 😔🥴
@Deus-xz4 ай бұрын
I am new to Linux ,and my brain feels fried and rewired at the same time after watching this.
@knownaschaz4 ай бұрын
Theres alot in here youll rarely need to use (ie. whoami) Figuring out how to move around the files system and manage files is the only requirement to learn at the beginning (cd=change directory, ls= list files, cp = copy, mkdir= make a new directory, vi/nano = write some files, rm= remove a file, mv= move a file). Then as you find the need to do other things, you can add them to your toolbelt over time.
@traveller23e4 ай бұрын
apropos is also very useful. And never forget man.
@NOBLE21-t9k4 ай бұрын
I felt the same too
@fazailman92424 ай бұрын
If you rarely use linux in the server side, you can take it easy and just use GUI in general, most programmers don't even need to use linux if they have dedicated sysadmin/devops team
@theboringplanet4 ай бұрын
@@traveller23e lol so true, tho i once forgot apropos and was trying to think of apropos
@carcamp54513 ай бұрын
you are awesome. I came to recap my linux skills after a small gap. it was so funny, informative. harsh truth: i learnt more in 10 minutes than 3 month college lecture...
@healthyseal4 ай бұрын
4:21 epstein flight log 💀
@adityaanuragi69164 ай бұрын
I don't use Linux could you pls explain it to me
@healthyseal4 ай бұрын
@@adityaanuragi6916it's a reference to a leaked document featuring numerous names of celebrities having paid a visit to the infamous epstein island
@daphenomenalz41004 ай бұрын
@@adityaanuragi6916 it's not a linux reference 💀
@salman44304 ай бұрын
@@adityaanuragi6916 touch is a terminal command to create a new file. You say touch new-file.ext this will create new-file.ext in the current directory. Joke is Epstein and touching underage kid. If you don't know about it. Welcome to the internet
@crabbyboi91274 ай бұрын
@@adityaanuragi6916 list of people who went to a kiddy diddling island
@azufendusgarendum65834 ай бұрын
3:21 "open up the terminal which is a graphical user interface" 🤣
@Subspace.T.Tripmine4 ай бұрын
I mean, the actual terminal application is graphical, just not the actual interfacing with the underlying operating system.
@agh0x014 ай бұрын
Yeah, it sounds funny, but actually the terminal is a graphical user interface to the shell, providing an experience similar to using a serial terminal or the console, but in a graphical window.
@justahumanwithamask40894 ай бұрын
Missed opportunities to talk about ttys right after
@traveller23e4 ай бұрын
@@agh0x01 Though technically the console is also graphical in a way, just much more limited as it's restricted to outputting characters (albeit in a font of your choice, and these days usually with colour).
@agh0x014 ай бұрын
@@traveller23e on a modern PC using framebuffer console, yes, but on other hardware types, you might really be limited to character mode.
@OdotRIH4KRC5 күн бұрын
Mannnnn we techies thank whoever is behind the fireship turorials. Very informative
@switzerland4 ай бұрын
Casually creates the best linux tutorial ever
@kamrandoesstuff4 ай бұрын
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.
@julianvillaquira41274 ай бұрын
0:02 I think this is false, for your audience the percentage should be higher.
@new_simsons3 ай бұрын
Well you can't go into his yt studio dashboard so no, this is in fact true.
@julianvillaquira41273 ай бұрын
@@new_simsons 4.03% is the percentage of people using Linux. People following a tech channel are more likely to use Linux than the average person.
@georgeomara4 ай бұрын
The first person to explain Linux so well. Thank you Fireship
@adamk.71774 ай бұрын
You can learn vim by opening vim, then using the tutorial. It won't turn your vim setup into NVChad, but you will know how to use vim and neovim. I use Arch btw
@CautiousCrow4 ай бұрын
As a long time GNU/Linux user, I learned a thing or two. Thanks!
@venkateshnambi15764 ай бұрын
Fell again in love with Linux Kernel after watching this video. Simple summary of Linux Kernel . Well done Fireship!
@Nylspider4 ай бұрын
You released this video at the perfect time for me given that I switched to Linux earlier this week lmao
@CM-mo7mv4 ай бұрын
😂 it's like being late for a party wher everyone is heading home already
@neutralasswitz31924 ай бұрын
Which distro are you using?
@FedericoLancerin4 ай бұрын
It's going to be a glorious ride! Enjoy!
@randomcraft23454 ай бұрын
Don't forget that there are stable distroes and unstable where you can set up and modify everything you want, and the last one requires more time and dedication.
@kripi_kripi4 ай бұрын
Me too 😂
@DistroTube4 ай бұрын
5:40 "If you have a few years to spare, you could try Vim. Or if you have no life at all, you could try Emacs..." I feel like I've been violated! :D
@clintquasar4 ай бұрын
doomed
@user-ks1oh2wx6o4 ай бұрын
The patriarch of the emacs church is here
@DutchPyro20114 ай бұрын
I love Vim 😅
@Linkman89124 ай бұрын
You have been violated, dt
@Chinoman104 ай бұрын
Vim's not even that hard, and you can customize it with .vimrc to enable mouse usage and a ton of other nifty tricks.
@antonym004 ай бұрын
Your level of knowledge in regards to everything computerish is insane Mr Fireship
@thahrimdon4 ай бұрын
This was actually ridiculously informative. Wow. Great video fireship. Been getting into Linux and thought I’d know most if not all but there were definitely a few I didn’t know about. Keep doing this!
@kamrandoesstuff4 ай бұрын
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.
@Saturate08064 ай бұрын
5:55 a few comments. 1: Use "#!/usr/bin/env bash" not "#!/bin/bash". 2: if using shebang and invoking the file as a program, you need to set the executable flag "chmod +x ./file". 3: you don't need the shebang if you intent to invoke the file by specifying the shell first eg. "bash ./file" I use arch btw
@MagikGimp4 ай бұрын
*HE'S GOT A VIDEO COURSE!! IF HE'S GETTING IT WRONG, WHAT HOPE IS THERE?????*
@pepejw4 ай бұрын
why use /usr/bin/env?
@atduyar4 ай бұрын
@@pepejw "#!/bin/bash" is not a standard. Bash might be installed in another directory (on %99 of the distro it will be in "bin/bash"). "#!/usr/bin/env bash" will run bash no matter where it is.
@mikabreto4 ай бұрын
If you use shezow you get a real spiffy costume and makeover.
@altimmons4 ай бұрын
Corrects the video with a pendantic minor point. Adds “I use arch btw”. Yea that tracks. You arch users are a breed aren’t you.
@favna4 ай бұрын
As someone who gives a Linux workshop to junior developers at my work this video is basically a godsend and I'm going to adjust my workshop now.
@mosesotieno79644 ай бұрын
Fireship 10 minute video .. the end is near
@Kawka11224 ай бұрын
I want to become a Blockchain developer working on AI for IoT mesh networks to be applied for drones and virtual reality.
@socalminstrel4 ай бұрын
Can't wait for Fireship 45 minute video essays.
@trimonmusic4 ай бұрын
@@Kawka1122 VC wet dream
@alataqtnt50204 ай бұрын
As part of the 4%, I think linux is superior for a lot of stuff, btw I use linux mint.
@PuceMean414 ай бұрын
Mint supremacy
@thedevilkinggaming85754 ай бұрын
I am also in the 4% and I use manjaro Linux
@QTwoSix4 ай бұрын
@@thedevilkinggaming8575 >manjaro Kek
@asdfghjklqzwx4 ай бұрын
@@thedevilkinggaming8575 imagine using a distro that can't remember to update their site's ssl cert
@avarise56074 ай бұрын
@@thedevilkinggaming8575buuu, pitchforks for manjaro
@CyberSZA2 ай бұрын
One of the best resource to have a quick comprehensive review of Linux!
@PhysicsLaboratory-cp7eq4 ай бұрын
6:08 don't forget to chmod +x to the script file to make it executables.
@firstNamelastName-ho6lv4 ай бұрын
Pretty sure you can execute anything with bash without a problem `bash my_script.sh`
@J1m4k0s984 ай бұрын
The "hi mom" echo reminded me of your post about your mom and hit a soft spot. I know she would be proud of her AI robot son. Thank you for the video and I hope you are well.
@alemswazzu4 ай бұрын
Me too. Used to watch every video even though she had no idea what was explained. Sounds like a great mom.
@jareda89434 ай бұрын
I've been studying for my RHCSA for months now and this is a pretty solid condensed version of everything I've learned. A very high level but nonetheless still great and entertaining.
@jackzugna58304 ай бұрын
Fun fact: The GNU project was born in 1983 while the Linux kernel was born in 1991, in fact GNU lacked the kernel and Hurd was created. Hurd was the initial kernel of GNU and unlike Linux it was a microkernel, it still exists but development is at a standstill and there are a couple of older distros that use this kernel.
@ryelor1234 ай бұрын
This. I feel bad for Stallman since Torvalds is kind of a disgusting person. I wish linux was never invented and GNU existed without it.
@smallcube-zn2mm4 ай бұрын
@@ryelor123 Linus Trovalds open sourced his OS so the world can use it for free and now many critical infrastructures run Linux Both Richard Stallman and Linus Trovalds great person and way better than Bill Gates ofc
@brianviktor82124 ай бұрын
@@ryelor123 I bet Torvalds is very sorry that he can't cater to your sensibilities. Or not.
@tom-on4 ай бұрын
2:35 We don't speak about Ring 2
@arsenypogosov72064 ай бұрын
we don't speak about Ring -2
@DFGdanger4 ай бұрын
Yeah, The Ring didn't really need a sequel
@colinstu4 ай бұрын
Ring 2: The Ringening
@bruce-le-smith4 ай бұрын
the ring who shall not be named
@keyboard_toucher23 сағат бұрын
3:28 The shell does not "provide a layer of protection between userspace and the kernel". The shell is just a regular userspace application that provides more or less convenient ways for users to launch applications and navigate the filesystem.
@childrenRhymes994 ай бұрын
watching this from ARCH btw!
@splitway4 ай бұрын
Seeing Jeff printing "hi mom!" in his videos feels very different now
@BrianandKarinaАй бұрын
Hi, does anyone know how to get Office safely on my Linux?
@Melissalove44Ай бұрын
My recommendation is that you don't download it from any site.
@Benjaminpro55Ай бұрын
@@Melissalove44 Exactly, it's better and check if you want at BNH Software, it never fails hahahaha
@Melissalove44Ай бұрын
@@Benjaminpro55 Well I think so
@BrianandKarinaАй бұрын
I will try thanks
@hubbellrowe9012Ай бұрын
Is there a way to do this? If you just want to do simple things, like make a powerpoint, write an excel spreadsheet, or type up a normal word document without anything fancy going on, libreoffice is more than up to the job. It is cluncier, it is true, but it works, and it is free and easy to install. If you need MS office, that is tricky. Maybe you can get it to work with wine, but that is a big if.
@JarheadCrayonEater4 ай бұрын
I'll never forget going to the book store to get the CD with Linux on it the first week it was released.
@RishabhBohra134 ай бұрын
nice video ,also i use arch btw
@caringnickel24034 ай бұрын
2:20 not gonna lie, when I started using mint the hardest part for me was comprehend the file hierarchy, once you understand that it becomes a lot easier to understand how linux works
@santiagoxmoreno4 ай бұрын
AMAZING VIDEO (haven't watched it yet)
@1337bitcoin4 ай бұрын
Same!
@land02644 ай бұрын
Oh really? I use arch btw
@kyrylolvov4 ай бұрын
4:16 Whose flight log??
@jamied6835Ай бұрын
This is the best tutorial on anything I have ever seen.
@JoelMast4 ай бұрын
I was raised on Linux and only use linux. I am part of the (superior) 4%.
@Hazard94 ай бұрын
Are we talking about the superior 4%, right? (I use Arch BTW)
@yashjain_10064 ай бұрын
even if i dont a lot of things mentioned in the vid, now i know what to know about linux. thanks man
@pongopeter82674 ай бұрын
Great video as usual, also I use Arch btw.
@kosuken4 ай бұрын
fellow arch user found
@SimonMaciag-el5xn4 ай бұрын
video looks good on arch btw
@Sequencer374 ай бұрын
Fun fact: on most Linux distros, running "sudo rm -rf /" won't work. You either need to add "--no-preserve-root" or replace "/" with "/*".
@trotskiftw4 ай бұрын
I switched to linux last month from windows. The only issues I had so far was my 2070 not really supporting hardware encode/decode in browsers and discord, so I upgraded to a 7900XTX which fixed that, and that SteamVR sucks in linux forcing me to dual boot windows for when I want to play VR. Loving it so far.
@o1-preview4 ай бұрын
noob, I have no issues using a graphics card or steamvr, git good, the issue isn't the computer, it is what lies between the chair and the monitor (or virtual reality glasses in your case)
@trotskiftw4 ай бұрын
@@o1-preview sure thing bud - nvidia definitely supports va-api and steam vr definitely isn’t missing half its (admittedly some more superfluous than others) features. To say they both work perfectly is just pure BS.
@o1-preview4 ай бұрын
@@trotskiftw git gud noob, you've been on linux for a month
@trotskiftw4 ай бұрын
@@o1-preview I've been using it on servers for over a decade and a half however, and have ran it on desktop many years ago but it wasn't in the position for gaming that it is now so ended up switching back. Unfortunately its weird individuals like yourself with some bizarre OS based superiority complex that help put the majority of people off of switching.
@o1-preview4 ай бұрын
@@trotskiftw I dont care about others switching at all. I don't think linux is better than other operational systems. I have no idea how you can have all that experience and still be a noob at it.. i have none of the issues you claim to have and also no wish to help your noobish self. I'm guessing you are either a troll or not the brightest.. btw, I've seen devs/sysadmins/devops/pentesters/devops with 20 years of experience that were worse than interns.. might be your case
@aatiq74 ай бұрын
Watching on Android (Technically Linux)
@AndreiTache4 ай бұрын
I use Android btw
@EvelynIsDeprecated4 ай бұрын
To be fair, android is based on a very, very, very heavily modified version of the linux kernel.
@Rustmilian4 ай бұрын
@@EvelynIsDeprecated meh, not really. It's just stripped down and has android specific modules & drivers with some optimizations & power management enhancements for mobile ARM devices; the core functionality is mostly untouched. It is the level just above the kernel where the majority of the differences live.
@commander34944 ай бұрын
@@Rustmilian it's also like a 20 year old version (exaggerated, but it is 2 major versions behind, at least on my phone)
@Rustmilian4 ай бұрын
@@commander3494 Android 14 (AOSP) is Linux kernel 5.10 to 6.1, and Android 15 (AOSP Experimental) is 6.1 to 6.6(for now). Major version bumps traditionally only happen with major Android releases and depend on mainline Linux LTS kernels. Granted, Android 11 to 13 broke out of the norm. Google is also planning to ship a major 6.1 kernel upgrade to all its Tensor-powered Pixel phones, regardless of the Android version they are running.
@xdhruvtara2 ай бұрын
watching it on my linux mint...first time user of mint...and I ma loving it
@kumnegerwondimu4 ай бұрын
i happy to be part of 4%
@StarlynsAgency4 ай бұрын
My wife only have swx with me when a new video comes out. Thanks
@o1-preview4 ай бұрын
oh god, check the permissions, rwx-rwx-rwx
@NoiseCommander3DS4 ай бұрын
Woe what a great summary of the daily Linux life. I never used the stat command. But I learned that you ca filter lines inside less by prepending a ^ to a search term
@erlgr4 ай бұрын
Hello from NixOS btw (I'm going insane I should go back to debian)
@narpwa4 ай бұрын
why ??
@agh0x014 ай бұрын
I
@erlgr4 ай бұрын
@@agh0x01 mhm, it's really great but so different from what I'm used to ^^'
@o1-preview4 ай бұрын
try using qubeos and getting bluetooth or any usb device to work lol you have the hack the os to get it to work
@narpwa4 ай бұрын
@@o1-preview well I just pluged a drawing tablet inside of my nixos laptop and everything worked flawlessly (the tactile of the tablet worked, the pen too and eraser/press hardness) WHILE on my windows 10 desktop I have to install drivers
@Serious-senpai4 ай бұрын
you know why I gave up setting up arch linux or any other linux? That's right, Wifi. No matter how many commands I use...it still couldn't find "wlan0" when entering "iwctl" and "device list". 💀💀💀 I gave up
@trkantiteza3 ай бұрын
I wish I would see this video 10 years ago. Awesome job! Random fact: NK linux (RedStar) has its own music notation app
@jackwarren81524 ай бұрын
lemme tell you that no matter what you think your life goal is fireship, you have already accomplished it. people (including me) frickin love you man. your channel is so awesome and is just perfect. you make me laugh and learn at the same time. seriously you are so wonderful, I hope you live the rest of your days in total peace knowing you have accomplished alot in this lifetime!!!
@MrGuest1Ай бұрын
I progressively lost my sanity while watching this
@pablogomez50194 ай бұрын
I love how this video sounds like a complete boring thing of 100 linux facts, but it is a super accelerated linux basics course for newbies! It is also very fun!
@dudeabideth44284 ай бұрын
I bet that the only people who watched this full are who use Linux day to day and know it well .
@axlslak4 ай бұрын
just wanted to point out, and am sorry for being pedantic. about the cat | sort | uniq. its ok to use cat as a learning tool. I get it. But in a memory constrained system, might want to not use cat at all. depending of what you are doing, might want to use awk. But if its a single column, can use uniq first, then sort. and not use cat at all. all of these commands can operate files. or just standard input. that's the point of pipes. but you dont need to occupy extra memory with cat with sort OR uniq can read files just as well. so instead of piping 3 commands, you just use 2. and again, based on the use case, maybe changing order could also save on memory.
@jbird44784 ай бұрын
You _could_ use uniq before sort but, depending on the file, that will give you a different result, because uniq only works on _adjacent_ lines.
@alemswazzu4 ай бұрын
I don't think memory is a major concern in 2024.
@logman505110 күн бұрын
The cool thing about the Linux is that you can use a "man touch" command to print out a useful help that will not indicate the usual use case of the "touch" command till a second paragraph of the description and it will do so in a such convoluted way that no one will understand it.
@9ofe4 ай бұрын
9:44 almost ALMOST got me. lol.
@rapidlemon9064 ай бұрын
I'm confused...
@9ofe4 ай бұрын
@@rapidlemon906 He said not to trust anyone and proceeded to try making you flip a completely normal artwork of a bird.
@OnyDeus4 ай бұрын
@@9ofe you didn't see the face?
@Gigawattt4 ай бұрын
Don’t trust him. He just made you “flip the bird”
@rodoherty14 ай бұрын
I sat there staring at the upside-down bird for nearly a minute!
@et_matrix4 ай бұрын
Fedora gang here?
@dipshuva84504 ай бұрын
Here
@mariocraft954 ай бұрын
Present!
@earthling_parth4 ай бұрын
Love Fedora ❤
@kevofnc4 ай бұрын
Yes, now from 2012
@leo64194 ай бұрын
No😢
@sumofty4 ай бұрын
Damn i been using linux for years and just learned a lot of new things. Finally understand the chmod 777 now
@Lampe20204 ай бұрын
7:45 "that you need to know aboot"?
@TracksWithDax26 күн бұрын
He hit that one hard
@plaintext72884 ай бұрын
I use arch btw
@interstellarsurfer4 ай бұрын
It is true that Arch users will always tell you they use Arch. 👍
@rami-succar73564 ай бұрын
@interstellarsurfer yeah man it gets really annoying i use endeavouros btw
@Death_Note0_04 ай бұрын
@@interstellarsurfer I use Arch BTW
@philrod14 ай бұрын
I use Mint btw
@ya_boj4 ай бұрын
001. Unix 002. Posix 003. Minix 004. Linus Torvalds 005. Linux 006. FOSS 007. GPL-2.0 008. Kernel 009. C language 010. Bootloader GRUB 011. RAM 012. Init system systemd 013. Userspace 014. Memory management 015. Virtual memory 016. Virtual file system 017. Ext4 018. Device Drivers 019. Protection ring 020. System calls 021. glibc 022. Unistd.h 023. GNU 024. Richard Stallman 025. Corelibs 026. Terminal 027. Shell 028. Bash 029. echo 030. argument 031. Stdout 032. Touch 033. man 034. ls 035. cat 036. timestamps 037. stat 038. Flags 039. Combined flags 040. rm 041. Output redirection > 042. < Input redirection 043. Pipes | 044. Sort 045. Uniq 046. Bash Script 047. Vim 048. Emacs 049. Nano 050. Shebang 051. Stdin 052. whoami 053. UID 054. Root 055. su 056. sudo 057. Groups 058. File System 059. Home 060. mk 061. cd 062. pwd 063. /root 064. /boot 065. /etc 066. /var 067. /dev 068. /bin 069. /sbin 070. /usr 071. PATH 072. Environment Variables 073. export 074. .bashrc & .bash_profile 075. PS1 076. Symbolic permissions 077. Read, write, execute 078. Octal notation 079. Principle of least priviledge 080. chmod 081. chown 082. chgrp 083. ps 084. PID 085. htop 086. Daemon 087. Cronjob 088. SIGTERM 089. SIGKILL 090. grep 091. sed 092. gzip 093. tar 094. Distro 095. Package Manager 096. Release Schedule 097. Desktop Environment 098. Slackware 099. Debian 100. Red Hat 101. Arch Feel free to copy and extend this comment with additional information
@samarthnagar29394 ай бұрын
3:45 that's hard
@mtgmonkey96574 ай бұрын
I use NixOS (better than Arch) btw
@_tr114 ай бұрын
use Gentoo 🔫
@foxtrot0004 ай бұрын
I’ve used nix for a bit and it’s pretty cool but I had some problems with it and reloading your config a lot can get annoying. Currently I’m using popos cause I just needed something that works out of the box but when I get my thinkpad I’ll give void a shot!
@mtgmonkey96574 ай бұрын
@@_tr11 NixOS w 💪
@mtgmonkey96574 ай бұрын
@@foxtrot000 that's why I dual boot mint lol
@logiclrdАй бұрын
In crontab, 4 is 4AM. To do something at 4:20 PM, you need to specify the hour as 16.