Still using these obsolete Linux commands? They might be popular from the olden days but perhaps it is time to look for alternatives.
Listed programs:
scp- “potentially deprecated”e/fgrep- replaced withgrepflagsnet-tools, which includesnetstatarprouteiptunnel*nameif
ifconfigiwconfigiptables
Replacement:
-
scp→rsyncorsftp -
egrep-->grep -E -
fgrep-->grep -F -
netstat-->ssarp-->ip nroute-->ip routeiptunnel-->ip tunnelnameif-->ip link
-
ifconfig-->ip -
iwconfig-->iw -
iptables-->nftables
rsync is cool but is nowhere a replacement for scp’s main use case. scp actually uses your SSH client settings file, whereas rsync doesn’t (it does have the opportunity to use a SSH command, which you then have to setup separately).
-
They can take
ifconfigfrom my cold, dead hands. I will not learnipscptoo. What even is anrsync? BS that’s what!ifconfigactually uses a deprecated kernel interface and just can’t do the thingsipcan.
Why did they even get rid of the net-tools stuff? Since everyone is still using them why not just bring them back? I don’t see how they can be a security issue. When I set up a new distro one of the first things I do is install it again.
Even the article says that the reason scp is so popular is that it copies the cp syntax. Why constantly force people to relearn jobs they already know how to do?
Rustscan is supposed to be so much faster than nmap but I still use nmap because I can’t be bothered learning another tool. Just use the same syntax for gods sake.




