Here's what I've written (so far):

Baeldung on Linux

  • All
  • Files (3)
  • Scripting (2)
  • Processes (2)
  • Networking (2)
  • Filesystems (1)
  • File Searching (1)
  • File Compression (1)

The socat Command in Linux

The socat command can be used to relay input and output from one location to another. It can allow us to bridge between our terminal and a remote process, or to tunnel through our private networks. We look at how to use this command with a few use cases.

Read More →