Monday, 24 September 2018

Linux from the command line | Linux for sysadmins -- analyzing net traffic with TCPflow

Linux from the command line | Linux for sysadmins -- analyzing net traffic with TCPflow

FTA:
TCPflow is a free, open source, powerful command line based tool for analyzing network traffic on Unix-like systems such as Linux. It captures data received or transferred over TCP connections, and stores it in a file for later analysis, in a useful format that allows for protocol analysis and debugging...
https://www.tecmint.com/tcpflow-analyze-debug-network-traffic-in-linux/

Tuesday, 18 September 2018

Linux from the command line | Linux tips & tricks - powerful document conversion with Pandoc

Linux from the command line | Linux tips & tricks - powerful document conversion with Pandoc

We've all been there. You like application A, but some place you deal with, IE Work, school, etc., only accepts documents in application B's format.

Document conversion to the rescue.
https://opensource.com/article/18/9/intro-pandoc