Rexxer

Some tips for me and other

Uncategorized

VoIP codecs traffic rate

Codec Bitrate, Kbps Nominal Ethernet Bandwidth, Kbps ~Traffic, Mb/hour G.711 64 87,2 39,24 G.729 8 31,2 14,04 G.723.1 6,4 21,9 9,86 GSM 13,2 28,7 12,92 iLBC 15,2 30,83 13,87 G.723.1 5,3 20,8 9,36 G.726 32 55,2 24,84 G.726 24 47,2 21,24 G.728 16 31,5 14,18

Openssl + generate a certificate

Example: openssl req -x509 -newkey rsa:2048 -keyout cert.key -out cert.pem -days 999 -nodes -config c:\Apache24\conf\openssl.cnf -nodes – to not ask for passprase

CMD + replace string in many files in subdirectories

Tool: link CMD-file: for /r %%a in (.) do pushd “%%a” & cd & nhrplc.exe %* & popd COMMAND: run.cmd -spt:”c:\Python25\Lib\site-packages\trac\conf\trac” -t:”C:\in\trac” conf\trac.ini

Precompiled modules for Python

http://www.lfd.uci.edu/~gohlke/pythonlibs/

Apache + wildcard certificate

Got it from here. In this short article I will show you how to setup something really interseting and useful: configuring a virtualhost with the Apache webserver that accepts wildcard(*) domain names. This is a really nice features which can be useful in many cases. Say you have a website and want to access sites […]

Squid + Java applets + Client Bank

Very useful feature for chain: Client Bank + Squid + NTLM authorization. Для обеспечения работы Java-апплетов с Сервером «iBank» через прокси-сервер Squid необходимо соблюдение следующих правил: 1. Не должна использоваться аутентификация клиентов – Squid не должен запрашивать у пользователя его имя и пароль. Соответственно не следует использовать директиву acl <acl_name> proxy_auth REQUIRED в файле настроек […]

Next posts