Basically it's about the "ip" command and some net tools. The rest are a sideshow. And almost all things are both available, or even installed. So.. its a rant in disguise.
"stop being old people" ok...
meanwhile, over in BSD.. these tools work fine
(I do however think tmux is a better choice than screen)
As a long time ‘screen’ user, one thing I appreciated was that you could count on it to be installed on almost any machine you ssh into. Is ‘tmux’ one of those things where it’s safe to assume it’ll always be there?
Tmux is rarely ever there by default (only on OpenBSD that I know of), but it's always available. On the other hand, screen isn't available by default on many Linux distros either.
I also am an avid screen user. There are a number of places where I need a serial console and TMUX basically says "we will not support serial connections ever".
screen is way better than the alternatives for what I want. I never got minicom to work as smoothly as screen. It's just so clunky.
In my most charitable assumption, this is just ragebait farming engagement. Nobody would endanger their own safety saying these things in a serious tone. Not in public, anyway.
Maybe they are more modern and with more features and so on, but the default user experience absolutely sucks on tmux and ip, which makes using them useless on servers you don't control, and asking to "oh lemme just drop my config here" is just insane as a default.
A lot of these utilities are still useful in limited environments. OpenWrt routers still use the network based ones, and for most of the others busybox implements them with just a few lines of code. In some cases the simplicity also aids with scripting in the limited environments as well.
22 comments
[ 3.7 ms ] story [ 58.4 ms ] thread"stop being old people" ok...
meanwhile, over in BSD.. these tools work fine
(I do however think tmux is a better choice than screen)
Plus I noticed it is a bit lighter than tmux. But there was one odd instance where I had a minor issue with screen, I forgot what it was.
FWIW, tmux comes with NetBSD too, I suspect maybe it is there by default on FreeBSD too.
screen is way better than the alternatives for what I want. I never got minicom to work as smoothly as screen. It's just so clunky.
nc (netcat) is also similar.
Which is why the older tools don't go away.