Learn about the mtr command and how to use it for testing networks in Linux.
Baeldung Author
Arjuna Sky Kok
Here's what I've written (so far):
The socat Command in Linux
Filed under Networking
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.
Track Child Processes Using strace
Filed under Processes
A quick and practical guide to tracking child processes with strace.
Compress Files Using Data from stdin
Filed under File Compression
We do not have to have something in a file to be able to compress it. We look at how to use the major compression tools with input from stdin, allowing us to compress the output of processes that are producing data.
How to Redirect Command Output in Docker
Filed under Files
Learn various ways to redirect command output in Docker.
How to Check if a File Type Exists in a Directory
Filed under File Searching, Files
In this tutorial, we’ll discuss a variety of ways to check the file types in a directory.