10 Essential Linux Terminal Tools You Should Know

preview_player
Показать описание
Today we discuss ten essential Linux terminal tools everyone should know.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

💼 Services 💼

🌐 Social Media & Contact 🌐

Timestamps:
(0:00) Intro
(0:54) ps
(3:10) kill
(4:15) uname
(5:02) lshw
(6:12) netstat
(7:45) ifconfig
(8:53) service
(10:07) df
(11:41) watch
(14:33) lsof
(17:52) Outro
Рекомендации по теме
Комментарии
Автор

"ifconfig" is basically deprecated and replaced by "ip".
"ss" should be used instead of "netstat" if available as well.
"service" also won't stick around for long as systemd is the defacto standard now.

Other than that, great showcase of those basic tools :)
(+1 for tldr)

VanDonien
Автор

GREP stand for global regular expression parser

valeriodelbue
Автор

Nice one! Maybe for the next video increase the terminal size a bit. 😊

aba-nascu
Автор

"lsb_release -a" is another useful command to determine which OS we are working on.

raytry
Автор

Thank you so much for this content man, very helpful 👍

alec
Автор

keep up the good work man love your content <3

MrHasooooni
Автор

this video explains why grep is called grep:

kwxutube