How to Use the ip Command in Linux: A Beginner’s Guide

  Рет қаралды 14,534

Learn Linux TV

Learn Linux TV

Күн бұрын

Пікірлер: 46
@LevantinLynx
@LevantinLynx 21 күн бұрын
Very valuable bonus tip: if you type “ip -c a” the output is colored and way easier to read, especially in systems with a lot of network interfaces.
@cybernit3
@cybernit3 21 күн бұрын
Thank you looks a lot easier to read.
@HelloHelloXD
@HelloHelloXD 21 күн бұрын
Great tip
@Wampa842
@Wampa842 21 күн бұрын
One of the first things I do on new installations is put alias ip='ip --color=always' in .bashrc. I'll never understand why it isn't on by default.
@Felix-ve9hs
@Felix-ve9hs 21 күн бұрын
I haven’t worked with Linux for so long I forgot about it 😅
@FunctionGermany
@FunctionGermany 20 күн бұрын
​@@Wampa842 it's probably not default because it might break tools that call the ip program and can't handle colored output.
@MrRedhawk16
@MrRedhawk16 21 күн бұрын
My number one linux channel
@Net-Wit
@Net-Wit 15 күн бұрын
I haven't watched your videos in a while but this new setup and camera feels like a breathe of fresh air, good stuff Jay.
@kajraske2002
@kajraske2002 21 күн бұрын
Super neat! I like the straightforward explanation of how ip supercedes other commands, a lot of times it gets confusing seeing the same thing done different ways in different guides. Also the "watch" command is fantastic, watching that video immediately.
@plattrap
@plattrap 20 күн бұрын
Bonus tip is to use “ip -br a” which limits the output to just the ip addresses of each adapter. Extra “-4” limits to just the IPv4 addresses.
@FunctionGermany
@FunctionGermany 20 күн бұрын
-br -4 are awesome flags, thanks a lot. so much less clutter that i don't need 9/10 times.
@sandman4you
@sandman4you 19 күн бұрын
Excellent tip.
@drescherjm
@drescherjm 20 күн бұрын
I need this one. I have used ifconfig for as long as I can remember (my linux usage goes back into the 1990s) however it's not default on the RHEL based systems I now use every day.
@htx80nerd
@htx80nerd 20 күн бұрын
Ya i hate that they took a long standing tool and removed it. Very annoying.
@phyowailin9847
@phyowailin9847 20 күн бұрын
ip command supports colored output with --color option.
@13thravenpurple94
@13thravenpurple94 20 күн бұрын
Amazing video! Thanks for sharing 👍
@juliusmilo5959
@juliusmilo5959 20 күн бұрын
Very nice video...Thank You...
@Nick-zl2yh
@Nick-zl2yh 10 күн бұрын
I would love to see a tutorial on Wireshark. Are you planning on doing that in the near future?
@mathieuberthalay21
@mathieuberthalay21 20 күн бұрын
Thank you for your video 🤩
@esra_erimez
@esra_erimez 21 күн бұрын
Hello wonderful person watching Jay's wonderful video.
@ricochet287
@ricochet287 20 күн бұрын
Hey!
@mephisto2348
@mephisto2348 7 күн бұрын
Interesting choice for the first video in a linux "crash course" playlist... Did I miss the "before you take the crash course" pre-pre-course?
@neutral_positron
@neutral_positron 19 күн бұрын
Nice video. One day linux community will realise your importance.
@gormhatre
@gormhatre 21 күн бұрын
Very useful commands and tips in this video. Do you have any video about more detailed networking.
@Ranblv
@Ranblv 19 күн бұрын
very useful thank you
@sujeeshmnd9988
@sujeeshmnd9988 21 күн бұрын
How ip addresse will restore automatically after bringing down and brought up the interfaces even after deleting that ip?
@FunctionGermany
@FunctionGermany 20 күн бұрын
this happens because the system is configured to use DHCP and not a static address. so when the interface goes up (through the command, restarting the machine, or plugging in ethernet cable) the system will ask on the network for an IP adress and the DHCP server (which is part of your router for most homes) will reply with an IP lease.
@philb1466
@philb1466 20 күн бұрын
​@@FunctionGermany thanks for taking the time to explain this because I was wondering the same thing. So I understand now! 😊 👍
@SULTAN-KHAN007
@SULTAN-KHAN007 15 күн бұрын
thank you
@UnwalledGarden
@UnwalledGarden 20 күн бұрын
If I add IP addresses with the ip command, are the persistent across reboots, or do I have to use nmcli to ensure that?
@CarolSchimpf
@CarolSchimpf 20 күн бұрын
Thanks for sharing such valuable information! A bit off-topic, but I wanted to ask: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). Could you explain how to move them to Binance?
@wagnerjlima
@wagnerjlima 14 күн бұрын
Hi, I really like your channel and follow it here in Brazil. It would be possible to activate the automatic dubbing feature, a service offered by KZbin, and it would make it much easier to follow. And congratulations on the content.
@SB-qm5wg
@SB-qm5wg 21 күн бұрын
I've always stuck with ifconfig and ifup/down
@spiffyh
@spiffyh 20 күн бұрын
Me as well. Probably because I came from a Unix background. I like the color option mentioned in the comments above though. ifconfig gives a little cleaner output though.
@CocolinoFan
@CocolinoFan 18 күн бұрын
Do you age in reverse? Why do you look younger then in your earlier videos?
@michaelrider
@michaelrider 20 күн бұрын
IPA😁
@sandman4you
@sandman4you 19 күн бұрын
Been checking your channel daily, waiting for your Fedora 41 review. So far.... crickets. Your review of Fedora 40 was the best of several Linux KZbin channels, so somewhat disappointing.
@Jemou-yd6pm
@Jemou-yd6pm 20 күн бұрын
Too much advertising.
@davidlacerda4509
@davidlacerda4509 17 күн бұрын
Hit that arrow a couple times and press on!
@AlexDawson2020AD
@AlexDawson2020AD 21 күн бұрын
First!
@Satyam1010-N
@Satyam1010-N 21 күн бұрын
U r using ai voice? Its painful 😖
uname Command Simplified: Quick Way to Check Linux System Details
9:06
5 Mistakes to Avoid as a New Linux User
11:49
Learn Linux TV
Рет қаралды 130 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 29 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 157 МЛН
4 Broken NEC Turbo Express Handhelds - Can I Repair Them? - Extended Cut
1:14:55
Netstat Explained | Everything you need to know
14:39
CertBros
Рет қаралды 22 М.
Starting With Linux: What I Wish I Learned First
23:31
Learn Linux TV
Рет қаралды 490 М.
What's the deal with Flatpak? (Linux Crash Course Series)
15:46
Learn Linux TV
Рет қаралды 51 М.
Why I Can't Use Linux - My Top 3 Reasons
26:05
Tek Syndicate
Рет қаралды 142 М.
Choosing the Right Browser for Linux: Pros & Cons of Popular Options
15:26
Deep Dive: The ip Command in Linux
52:44
Prowse Tech
Рет қаралды 14 М.
Linux Crash Course - Easy Terminal Commands for Inspecting Hardware
19:39
Switching to Linux: A Beginner’s Guide
20:22
ExplainingComputers
Рет қаралды 184 М.
you need to learn tmux RIGHT NOW!!
17:46
NetworkChuck
Рет қаралды 583 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 29 МЛН