What is the Command Line? (Linux Zero to Hero 2022)

preview_player
Показать описание
Beginner friendly first look at the Linux command line. We'll cover some fundamentals about what it is, how it works, man pages, basic commands, directory navigation, file manipulation, and more.

Hope you enjoyed the video!

Join my Discord server and come say hi:

Check out some code on my GitHub:

Send me a Gab:

Other Social:

Code icons created by Roundicons Premium - Flaticon
Рекомендации по теме
Комментарии
Автор

<Shift> + <CTRL> + V/C for copying/pasting in the terminal w/o using mouse. This should definitely be in there!

eldaiblol
Автор

So far, so good. This is going to be one of the best Linux tutorial playlists.

SkullHyphy
Автор

This was pretty useful. I'm a self-taught linux user, so there were a couple things in here I didn't know! Awesome vid.

wauthethird
Автор

Very valuable information. Thank you.

BrianClem
Автор

To repeat the last command, one can type "!!"
So in the event one forgets sudo on say, "apt update", (which l frequently do) one can type "sudo !!" and it will work without the fingers leaving home row.

ThisIsReMarkable
Автор

If you're downloading something on the terminal and it asks you Y/n you don't have to type y just hit enter. Basic but easier.

billfarley
Автор

don't know why 'ls' just isn't 'list' lol... thank you. i've learned quite a bit.

andre
Автор

14:50 or you could write "sudo !!" and it will put sudo in front of the last command you typed in.

AnteZivkovic
Автор

what about shift-insert to paste the clipboard? does that work in the linux GUI?

bbrendon
Автор

How about a table of contents in the description?

tmhchacham
Автор

You already had a beginner video I think, advance command line will be helpful.

MdShamimRahman
Автор

[ALT] + . Copies the last argument from a previous command. E.g. cp myfile really-long-path then cd [ALT] . Will copy in the really-long-path. Changed the way I use Linux 🙃

robdavis
Автор

What are your thoughts on the recent Atom editor news? Switching? To what? Maybe vim??

drumpfall
Автор

Please more videos on Linux. Watching your videos I switched from Windows to Linux around 4 years ago!!

umairgillani
Автор

Great basic video! Everything is a file.

mechjack
Автор

this was great, but for 1 thing, it is not good to show people that is starting out sudo -s because then they do that always and get problems, it would be a lot better to so normal sudo as a prefix, so they learn to use the system first, you don't need to know about su/sudo -s or other ways to switch user.

zeocamo
Автор

The most useful command in Linux: sudo rm -rf / > /dev/nul

koppadasao