пятница, 25 марта 2011 г.

ССЫЛКИ НА СКАЧИВАНИЕ ПОЛЬСКИХ ФИЛЬМОВ:

http://peb.pl/
http://ewarez.pl/ewarez/
http://www.sdcv.pl/
http://all-4u.pl/
http://ewarez.eu/
http://dvdfanatic.pl/
http://megatorrent.pl/
http://e-torrent.pl/
http://www.warezisko.net/
http://all-4u.pl/
http://bitnova.info/
http://torrentbay.pl/
http://www.warezdark.com/
http://bitstrefa.net/torrenty/
http://torrentcity.pl/
http://karagarga.net/
http://other.pl/
http://tnttorrent.info/
http://darmowefilmy.eu/
http://torrenty.org/
http://forum.wiaderko.com
http://ssaki.org/
http://dvdfanatic.org
http://wilzone-x.pl/Forum-Polskie-Filmy-i-Seriale
http://nedds.pl/forum/220-filmy-polskie/page__s__f5ecd4e8ee71803c0fd533c33fe55313
http://precyl.pl/filmy-po-polsku/

ПОЛЬСКИЕ ФИЛЬМЫ ОНЛАЙН:
http://podawarka-filmowa.blogspot.com/2009/07/filmy-polskie.html
http://www.seans24.pl/index.php
http://www.qfilmy.pl/
http://www.playtube.pl/index.php
http://nafilmy.pl/polskie

четверг, 24 марта 2011 г.

Free ONLINE TV

http://americafree.tv/

пятница, 18 марта 2011 г.

Open SSL Static

http://www.bowmansolutions.com/mingw-openldap/

+
Поэтому очень советую чтобы для openssl использоваете ./config no-shared zlib enable-rfc3779 . в смысле лучше static link между mod_ssl


http://www.codealias.info/technotes/des_encryption_using_openssl_a_simple_example

All WORK =))))

http://stackoverflow.com/questions/3943412/can-i-link-msvcrt-statically-with-mingw

http://www.metalshell.com/source_code/108/OpenSSL_Server_Example.html

четверг, 17 марта 2011 г.

http://krez0n.org.ua/

вторник, 15 марта 2011 г.

LDAP + PHP + C++(Qt)

http://pdf.sp-atelier.ru/ldap/

http://api.kde.org/4.5-api/kdepimlibs-apidocs/kldap/html/annotated.html
kldap

http://www.userbooster.de/en/download/openldap-for-windows.aspx

https://laas.mine.nu/uclibc/openldap-2.1.30/libraries/libldap_r/

понедельник, 14 марта 2011 г.

QT Modal Dialog

For using Modal Dialogs in QT u must
1) setWindowModality(Qt::WindowModal);
2) exec();
3) Only exec() instead show()

суббота, 12 марта 2011 г.

Changing default storage engine in MySQL

It took me a while to find the answer to this, so I thought I'd share it to avoid anybody else wasting time with this. I needed to change the default storage engine so Django would use innoDB rather than MyISAM. Otherwise, it seemed to take the default.

You first need to locate the MySQL config file named my.cnf. On CentOS 5.2 it is located at /etc/my.cnf but this will probably vary across platforms.

Then in that file find the [mysqld] and add add the following line below it as shown below.

[mysqld]
default-storage-engine = innodb

Finally, make sure you restart MySQL.

service mysqld restart

It's pretty easy wen you know how, and you'll now had transactional tables by default.

Alterantivaley though, you could use a much better database.

пятница, 11 марта 2011 г.

MySQL charsets

Для перенастройках самого MySQД-сервера на UTF-8 следует внести изменения в MY.CNF (желательно в каталоге /etc для *nix) или MY.INI:

character-sets-dir=/путь_к_папке_с_чарсетами # если запросит...
default-character-set=utf8

Выглядеть это должно так:

[mysql]
default-character-set=utf8


[mysqld]
default-character-set=utf8

... после чего перезагрузить MySQL-сервер

вторник, 1 марта 2011 г.

Kerio

How to enable SSH
in Kerio apliance
ALT F2
Login:root
Password:adminPW
for test ... start-ssh

automatic run...
vi /etc/default/ssh
edit RUN_SSHD=no
to RUN_SSHD=yes
save
reboot
link