Fond GPEF je tzv. “venture capital fund”, ktorý investuje do nádejných podnikov, samozrejme s cieľom v budúcnosti túto svoju investíciu čo možno najviac zhodnotiť. Poskytuje možnosť získať potrebný kapitál pre ďalší rast, aj pre slovenské nádejné projekty, v dohodnutej forme
Why is Amavis NOT adding X-Spam tags into your e-mails?
Problem Using amavisd-new you set the $sa_tag_level_deflt switch to “undef” or to “-999”. After Amavis restart (or config reload) this should result into a behavior when each email contains X-Spam tags. But unfortunately there are no X-Spam tags in the
How to manually check if IP is listed in a Block List?
You can use any manual DNS tool, such as “host” or “dig”. You simply check if a DNS entry of type A exist in a respective DNS zone of the BlockList. For example for SpamHaus you check the *.zen.spamhaus.org zone.
Java HotSpot(TM) Client VM warning
The Problem Java installed on an OpenVZ container. When a user executes a Java CLI application, the following warning is displayed as a first line of standard output: Java HotSpot(TM) Client VM warning: Can’t detect initial thread stack location –
PDF with PHP
FPDF FPDF is a PHP class which allows to generate PDF files with pure PHP, that is to say without using the PDFlib library. Resources FPDF Homepage. http://fpdf.org/en/home.php Slovak Tutorial. http://pabi3.com/blog/php-tvorba-pdf-dokumentov-s-diakritikou/