Still using these obsolete Linux commands? They might be popular from the olden days but perhaps it is time to look for alternatives.
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*nameififconfigiwconfigiptablesReplacement:
scp→rsyncorsftpegrep-->grep -Efgrep-->grep -Fnetstat-->ssarp-->ip nroute-->ip routeiptunnel-->ip tunnelnameif-->ip linkifconfig-->ipiwconfig-->iwiptables-->nftablesrsync 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.