Admiral Patrick
I’m surprisingly level-headed for being a walking knot of anxiety.
Ask me anything.
Special skills include: Knowing all the “na na na nah nah nah na” parts of the Three’s Company theme.
I also develop Tesseract UI for Lemmy/Sublinks
Avatar by @SatyrSack@feddit.org
- 0 Posts
- 1 Comment
Joined 3 years ago
Cake day: June 6th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.


The thing about these deprecated tools is that the replacements either suck, are too convoluted, don’t give you the same info, or are overly verbose/obtuse.
ifconfiggave you the most relevant information for the network interfaces almost like a dashboard: IP, MAC address, link status, TX/RX packet counts and errors, etc. You can get that withipbut you’ve got to add a bunch of arguments, make multiple calls with different arguments, and it’s still not quite whatifconfigwas.Similarly,
iwconfiggave you that same “dashboard” like information for your wireless adapters. I useiwto configure butiwconfigwas my go-to for viewing useful information about it. Don’t get me started on how much I hateiw’s syntax and verbosity.They can pry
scpout of my cold dead hands.At least
nftablesis syntax-compatible.