Finally: my django-based configurator for HTB shaper works

Well.. I’ve done my django based configurator for my HTB shaper (bridge/linux). I will try to translate this post in english; if you can read Ukrainian, try here. *subj* :-) Давно було зрозуміло, що без нормального конфігуратора керувати нормальним шейпером «важкувато», але… все ускладнювала одна … Continue readingFinally: my django-based configurator for HTB shaper works

Extract part of FreeRadius’ log

Today I needed to extract some records from FreeRadius” log — those with Called- or Calling-Station-Id like XXXYYZ[0-2]. Started to type #!/usr/bin/python in new file, but «suddenly» decided to do it with awk. If you don’t know — FreeRadius’s log contains «sections» separated by empty lines. Every … Continue readingExtract part of FreeRadius’ log