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

  Рет қаралды 12,999

Engineer Man

Engineer Man

Жыл бұрын

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:
/ discord
Check out some code on my GitHub:
github.com/realtux
github.com/engineer-man/youtube
Send me a Gab:
gab.com/engineerman
Other Social:
/ engineerman
/ _engineerman
/ engineermanyt
Code icons created by Roundicons Premium - Flaticon
www.flaticon.com/free-icons/code

Пікірлер: 34
@eldaiblol1492
@eldaiblol1492 Жыл бұрын
+ + V/C for copying/pasting in the terminal w/o using mouse. This should definitely be in there!
@EngineerMan
@EngineerMan Жыл бұрын
See, even I can learn something. Doesn't seem to work on xterm though, the primary terminal I use :/
@Kolor-kode
@Kolor-kode Жыл бұрын
@@EngineerMan works fine in the included terminal app on Xubuntu and Terminator
@zorrzoor
@zorrzoor Жыл бұрын
I usually use ”shift + insert” for ”paste” to at least get rid of the mouse for paste functions. I also use it as I have seen and done so many bad ”paste” especially if you copy paste between different tabs, applications. As ”double click” which highlights and copies. 😩🙃
@zorrzoor
@zorrzoor Жыл бұрын
I usually use ”shift + insert” for ”paste” to at least get rid of the mouse for paste functions. I also use it as I have seen and done so many bad ”paste” especially if you copy paste between different tabs, applications. As ”double click” which highlights and copies. 😩🙃
@izrailas
@izrailas Жыл бұрын
Works fine with iterm2 on macOS too. Been using that for years.
@SkullHyphy
@SkullHyphy Жыл бұрын
So far, so good. This is going to be one of the best Linux tutorial playlists.
@EngineerMan
@EngineerMan Жыл бұрын
I'll do my best.
@ThisIsReMarkable
@ThisIsReMarkable Жыл бұрын
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.
@billfarley9015
@billfarley9015 Жыл бұрын
EM had that one on an earlier video. Very useful.
@wauthethird
@wauthethird Жыл бұрын
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.
@BrianClem
@BrianClem Жыл бұрын
Very valuable information. Thank you.
@luky5112
@luky5112 Жыл бұрын
very well summarized 👍
@andre0000000007
@andre0000000007 6 ай бұрын
don't know why 'ls' just isn't 'list' lol... thank you. i've learned quite a bit.
@billfarley9015
@billfarley9015 Жыл бұрын
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.
@gutoguto0873
@gutoguto0873 Жыл бұрын
Thanks 🙏 for the videos
@Dulge
@Dulge Жыл бұрын
cant wait to learn this
@AnteZivkovic
@AnteZivkovic Жыл бұрын
14:50 or you could write "sudo !!" and it will put sudo in front of the last command you typed in.
@slimaneoulad-naoui874
@slimaneoulad-naoui874 Жыл бұрын
Awesome! Mile thanks
@robdavis8556
@robdavis8556 Жыл бұрын
[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 🙃
@tmhchacham
@tmhchacham Жыл бұрын
How about a table of contents in the description?
@bbrendon
@bbrendon Жыл бұрын
what about shift-insert to paste the clipboard? does that work in the linux GUI?
@georgeprout42
@georgeprout42 Жыл бұрын
Ctrl-C in *nix predates the windows shortcuts, but hold shift+Ctrl-C or shift+Ctrl+V work as you'd expect.
@drumpf4all
@drumpf4all Жыл бұрын
What are your thoughts on the recent Atom editor news? Switching? To what? Maybe vim??
@EngineerMan
@EngineerMan Жыл бұрын
My plan is to stick with Atom even after it's discontinued until things that I need start to break, then I'm not sure. I guess vs code, I hear it's what all the cool kids use.
@wolvAUS
@wolvAUS Жыл бұрын
@@EngineerMan Vscode is great text editor.
@MdShamimRahman
@MdShamimRahman Жыл бұрын
You already had a beginner video I think, advance command line will be helpful.
@umairgillani699
@umairgillani699 Жыл бұрын
Please more videos on Linux. Watching your videos I switched from Windows to Linux around 4 years ago!!
@zeocamo
@zeocamo Жыл бұрын
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.
@mechjack
@mechjack Жыл бұрын
Great basic video! Everything is a file.
@EngineerMan
@EngineerMan Жыл бұрын
It is. I considered mentioning this but didn't want to confuse.
@koppadasao
@koppadasao Жыл бұрын
Guake!
@koppadasao
@koppadasao Жыл бұрын
The most useful command in Linux: sudo rm -rf / > /dev/nul
@richardsheppard7297
@richardsheppard7297 Жыл бұрын
In practice, root will always be password protected to prevent things like this. EM didn't use a root password here because he's running in a Docker and has nothing to lose.
Git Good: Common Commands
13:52
Engineer Man
Рет қаралды 20 М.
Engineer Breaks Down Hollywood Programming Scenes
11:02
Engineer Man
Рет қаралды 22 М.
1❤️
00:20
すしらーめん《りく》
Рет қаралды 32 МЛН
[Vowel]물고기는 물에서 살아야 해🐟🤣Fish have to live in the water #funny
00:53
g-squad assembles (skibidi toilet 74)
00:46
DaFuq!?Boom!
Рет қаралды 8 МЛН
Linux processes, init, fork/exec, ps, kill, fg, bg, jobs
13:47
Engineer Man
Рет қаралды 169 М.
18 Commands That Will Change The Way You Use Linux Forever
29:50
Akamai Developer
Рет қаралды 1,2 МЛН
Beginner's Guide To The Linux Terminal
42:27
DistroTube
Рет қаралды 343 М.
Command Line Crash Course For Beginners | Terminal Commands
44:53
Traversy Media
Рет қаралды 146 М.
10 things you can do with Linux that you can't do with Windows
9:05
Linux Directories Explained in 100 Seconds
2:53
Fireship
Рет қаралды 1,4 МЛН
60 Linux Commands you NEED to know (in 10 minutes)
10:50
NetworkChuck
Рет қаралды 1,3 МЛН
8 super heroic Linux commands that you probably aren't using
8:38
Engineer Man
Рет қаралды 725 М.
IPad Pro fix screen
1:01
Tamar DB (mt)
Рет қаралды 12 МЛН
МОЖНО ЛИ заряжать AirPods в чехле 🧐😱🧐 #airpods #applewatch #dyson
0:22
Apple_calls РЕПЛИКА №1 В РФ
Рет қаралды 19 М.
Apple, как вас уделал Тюменский бренд CaseGuru? Конец удивил #caseguru #кейсгуру #наушники
0:54
CaseGuru / Наушники / Пылесосы / Смарт-часы /
Рет қаралды 4,4 МЛН
Карточка Зарядка 📱 ( @ArshSoni )
0:23
EpicShortsRussia
Рет қаралды 197 М.
wyłącznik
0:50
Panele Fotowoltaiczne
Рет қаралды 22 МЛН