Using logger on Linux
The logger command provides an easy way to add log files to /var/log/syslog -- from the command line, from scripts or from other files. In today's post, we'll take a look at how it works.How easy is easy? This easy. Just type logger <message> on the command line and your message will be added to the end of the /var/log/syslog file.$ logger comment to be added to log $ tail -1 /vvar/log/syslog May 21 18:02:16 butterfly shs: comment to be added to log Command output You can also add the output from commands by enclosing the commands in backticks.$ logger `who` $ tail -1 /var/log/syslog May 21 18:02:43 butterfly shs: shs pts/0 2018-05-21 15:57 (192.168.0.15) Content from a file The contents of text files can be added by using the -f option. Put the name of the file to be added to the log following the -f option as shown below.To read this article in full, please click here

Many of the groups working on edge computing are associated with telco networking. But edge computing is definitely not limited to telco networks.

Operators are moving aggressively to tighten their use of OpenStack and Kubernetes to bolster cloud deployments.
The small cell platform supports interface splits between the central unit and the remote radio head, which means operators can use it for fronthaul.
The startup’s technology aims to make digital assistants and bots sound more human.
Microsoft earlier this month said it has seen a 10x increase in Kubernetes usage on Azure.