LilyPond → WordPress: update your sheets easy
Sorry, but this post is not available in English yet
Sorry, but this post is not available in English yet
Gmail дає змогу чіпляти до листа різні мітки, які з точки зору протоколів витягування пошти (POP3 та IMAP4) є скриньками. В принципі, інтерфейс Gmail також їх показує як скриньки з листами. Іноді у різних рецептах (згодувати spamassassin’у теку «Спам» із гуглопошти, наприклад) окремим пунктом програми … Continue readingGmail, IMAP та «мітки» кирилицею
Щойно дописав підтримку IPv6 для свого конфігуратора (Django/Python) шейпера (HTB/Linux). «Воно жахливе, але працює чудово»™ .)
Є Asterisk, через який дзвонить купа клієнтів. Є задача — отримати від сервера Informix (не питайте, бо не знаю) кількість секунд, які певний клієнт може наговорити, дзвонячи на певний номер телефону. Тобто, для спрощення, на сервер іде запит [номерА, номерБ], сервер віддає число (>=0). При цьому … Continue readingGnuplot — малюємо час на отримання результату від Informix’а
Уявимо себе адміністратором сервера, що перебуває під атакою–відплатою за EX.ua (одразу зауважу, що я не є таким адміністратором, у мене просто гарна уява). У першу чергу, нам було би цікаво, що саме летить на нас, що саме «валить» наш сайт «із ніг». Щоб довідатися, є … Continue readingtcpdump: відсіювання HTTP GET
I have rebrandered my snmp traffic grapher (see here) — now it is SPy Bulk Grapher, or SPyBG, hip-hop!-) — and created a repository at github: SPyBG. This happened (i had not thought of this before, at all) because i started to feel like i … Continue readingGraphing SNMP counters with Python
Having used IRRToolSet in elder Ubuntu releases (elder compilers, libraries etc), i finally decided to compile it under 9.10 (yes, previously made RtConfig works under 9.10 too, «but anyway»). But something goes wrong, with several files — illegal conversion and «bad» syntax and the like. So, … Continue readingMaking RtConfig (IRRToolSet) in Ubuntu
I’ve decided to make it available after some nice people asked for this. Now i have no time and, let’s say, health to make it better, so please don’t complain :-) I guess it maybe would be better to make it available somewhere at code.google.com — … Continue readingDjango-based HTB shaper configurator
Hash-tables based shaper can act as an effective firewall; just take a look. Now our shaper configurator generates, let’s say, this script for a client’s connection (excerpt): # # Contract I-1082, # connection 606 (0x25e). # # input: /sbin/tc class add dev clients0 classid 1:25e … Continue readingShaper as an effective firewall
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
Regarding the problem with shaping vlan-tagged traffic on linux bridge — it was my fault :-) I asked community@lists.altlinux.org, and Sergey Vlasov answered me with some info and hint — thanks a lot!-) As Sergey told, «a packet is being passed to bridge module before 8021q can … Continue readingHTB/8021q: That was my fault
Update: there are no any problem with vlans in classifiers, that was my fault. Have been playing with shapers and run into such a problem: u32 classifier does not work (?) for tagged traffic on «non-tagged» linux bridge. In more details: Test bed: Let’s take … Continue readingProblem with shaping vlan-tagged traffic on linux bridge