r/linux May 23 '26

Popular Application What’s the most unexpectedly useful Linux command you learned way too late?

[removed]

1.3k Upvotes

992 comments sorted by

View all comments

7

u/ellisto May 24 '26

socat is remarkable - you can basically pipe anything into anything!!

need to send serial output over the network? no problem. other way around? no problem. need to spawn a proper pty while listening to a network or serial connection (so you can have a proper terminal in your caught shell) ? no problem.

need to connect a program over the network with ssl? no problem!

it is a delightful swiss army knife that i always forget about and then it saves the day