Publications and talks
Computer magazine articles
Articles in the Hacker Magazine (in Russian): xakep.ru/author/dmbaturin.
Simpler firewalls with IPset, in Linux Format issue 193, January 2015
Available to subscribers. Walks the reader through configuration of a very underappreciated tool, IPset, which allows using groups of
hosts, networks, and ports in iptables rules.
Conference talks
Text parsing with Python and PLY, in proceedings of LVEE 2014, August 22-24 2014, Minsk, Belarus.
- Abstract: lvee.org/en/abstracts/122
- Slides: on slideshare.
- Example code: github.com/dmbaturin/ply-example
Wanted to show people how to use a YACC with a language other than C.
Elsewhere on the web
- Most of the posts in the VyOS blog.
- An OCaml tutorial on learnxinyminutes.com