the odd bit blog
  • Menu ▾
    • /
    • /about
    • /posts
    • /tags
    • /archive
    • /feed
    • →Github
    • →Mastodon
    • →Twitter
  • /
  • /about
  • /posts
  • /tags
  • /archive
  • /feed
    •  ▾
      • →Github
      • →Mastodon
      • →Twitter

Using Docker macvlan networks

2018-03-12 ::
#networking  #docker 
read more →

Listening for connections on all ports/any port

2018-02-27 ::
#networking 
read more →

Grouping aggregation queries in Gnocchi 4.0.x

2018-02-26 ::
#openstack  #gnocchi  #metrics 
read more →

Listing iptables rules with line numbers

2018-02-08 ::
#shell  #iptables 

state == 0 && /^-A/ {state=1; chain=$2; counter=1; printf "\n"} state == 1 && $2 != chain {chain=$2; counter=1; printf "\n"} !/^-A/ {state=0} state == 1 {printf "[%03d] %s\n", counter++, $0} state == 0 {print}

read more →

Pelican and theme update

2018-01-26 ::
#administrivia 
read more →
← Newer posts Older posts →
Lars Kellogg-Stedman :: Theme made by panr