MLWK - New notifier `Console`
In my first blog post of the "MLWK" series I metioned that I will take the opportunity to keep you updated about the current develpments in kanku from a users perspective.
So, here we go:
In my first blog post of the "MLWK" series I metioned that I will take the opportunity to keep you updated about the current develpments in kanku from a users perspective.
So, here we go:
"My life with kanku
" is intended to become a series of blog posts on the subjects
of developing and using kanku
in my daily business as OBS Backend Developer (mainly perl and python) and DevOps Engineer at SUSE.
ip -br -c=never -j -f inet a show eth0 |jq -Mr '.[0].addr_info[0].local'
# ip:
# -br - brief output
# -c=never - no colors
# -j - output in json format
# -f inet - only include ipv4
# jq:
# -M - monochrome/no colors
# -r - raw output/no quotes
This is my first post in the blog of our redesigned website built with Statocles.