Ubuntu 14.04 is at the door
If you are convinced, like me and many others, that Linux is the operating system of choice, don’t forget to have a look at the new version of Ubuntu 14.04 (Trusty Thar) and the first tuning tips
If you are convinced, like me and many others, that Linux is the operating system of choice, don’t forget to have a look at the new version of Ubuntu 14.04 (Trusty Thar) and the first tuning tips
Say you are a public institution and you face a really dangerous cyber attack. Your usual ISP has run out of ideas to fight back and the Swiss federal Analysis and Reporting center MELANI can not give you the ressources it would take to solve your case. Fret not! A new public private partnership has […]
There is a very nice Python module to parse Cisco configurations.
As I wrote in my previous article, Cisco ASR have a strange way of indexing its cbQos* tables, so I had to rewrite a parser following the MIB more closely. It is available as part of a bigger software part, originally written by Shane Scott, namely a QoS Zenpack for Zenoss. I adapted Shane’s work to […]
Python 2.7 and later have format(), but in Python 2.6 and lower, if you want to format big numbers with thousands separators, you are on your own. This code seem to work nicely and is tolerant.