Lua 5.1 for Delphi 2010
This is a Lua 5.1 Wrapper for Delphi 2009 and Delphi 2010 which automatically creates OOP callback functions.
› Continue reading
WordPress Plugin – QR Code Tag v1.0
QR Code Tag
Use QR Codes (Google API or QR Code Lib) anywhere in your WordPress blog, as a Widget, Shortcode, Tooltip or with a PHP function.
› Continue reading
Favourite Android applications
Here are some of my favorite free essential Android applications
› Continue reading
Hint: Blank Typo3 installation screen
If you experience a blank installation screen while trying to setup Typo3, take a look at your mysql database time out setting in your php.ini file:
mysql.connect_timeout = 60
If this exceeds your max_execution_time setting, you’ll get a blank typo3 installation screen. Set it to a low vale, e.g. 5.
How to create an ESXi v4 Whitebox ISO with Windows Tools
This is a short tutorial on how to build a custom ESXi v4.0 Whitebox ISO with Windows Tools (and an Ubuntu-VMImage for VMWare Player) by integrating a new driver (RTL8169 network card) into the Community Driver Pack and integrating this pack into the ISO, too.
› Continue reading
Ext: tt_news – no translation for name of months
Typo3-Extension: tt_news – non translated month names
If you stumble across this problem, maybe you haven’t installed the right locale on your linux computer. Open a new shell and type
locale -a
This prints out all available locales. Refer to your OS manual on how to install additional locales.
Try this php script for testing locales (taken from php manual setlocale)
<?php
/* Set locale to Dutch */
setlocale(LC_ALL, 'nl_NL');
/* Output: vrijdag 22 december 1978 */
echo strftime("%A %e %B %Y", mktime(0, 0, 0, 12, 22, 1978));
/* try different possible locale names for german as of PHP 4.3.0 */
$loc_de = setlocale(LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge');
echo "Preferred locale for german on this system is '$loc_de'";
?> check_apachestatus_auto.pl v1.2 released
A Nagios plugin that parses the status page of an apache or lighttpd server, the plugin returns the response time, the amount of idle, busy, open (apache only) and total slots. The perfdata returns the status of all slots including Requests/sec, Bytes/Request and Bytes/sec. Optionally you can specify how much slots should be available. Use http(s) and basic user authentication with non standard server-status urls. This is an enhanced version of an enhanced version of Lieven De Bodt’s check_apachestatus.pl.
Detailed info at http://www.spreendigital.de/blog/nagios/?#check_apachestatus_auto
Whats new
v1.1 Works with lighttpd server-status as well, added accesses perfdata (Lighttpd v1.4.19 tested)
v1.2 Updated perf data to be PNP compliant, added proxy option
Download
check_apachestatus_auto.tgz v1.2
check_apachestatus_auto.php.tgz (PNP template)
Ext: indexed_search – Disable indexing of meta tags
Typo3-Extension: Indexed Search Engine – how to disable the indexing of meta tags (description, etc.)
Just put this line into your template setup code
config.index_metatags =
That’s all. Do not use
config.index_metatags = 0
because this does not work (indexing still occurs).
nagios_mdaemon_check.exe v1.0 released
A Nagios NRPE plugin that checks the active connections to and from a MDaemon server,
the plugin checks and returns the SMTP, POP, IMAP, WorldClient and Webadmin connections.
WorldClient and Webadmin connection detection is limited because of the stateless
connections to the server.
Download
nagios_mdaemon_check.zip v1.0
Detailed info at http://www.spreendigital.de/blog/nagios/?#nagios_mdaemon_check
Create an ESXi Whitebox ISO with Windows Tools
This is a short tutorial on how to build a custom ESXi v3.5 Whitebox ISO with Windows Tools (and an Ubuntu-VMImage for VMWare Player) by integrating a new driver (RTL8169 network card) into the Community Driver Pack and integrating this pack into the ISO, too.
› Continue reading
About
Recent Posts
- Lua 5.1 for Delphi 2010
- WordPress Plugin – QR Code Tag v1.0
- Favourite Android applications
- Hint: Blank Typo3 installation screen
- How to create an ESXi v4 Whitebox ISO with Windows Tools
- Ext: tt_news – no translation for name of months
- check_apachestatus_auto.pl v1.2 released
- Ext: indexed_search – Disable indexing of meta tags
- nagios_mdaemon_check.exe v1.0 released
- Create an ESXi Whitebox ISO with Windows Tools
Search
Categories
Tags
Archives
Blogroll
Delphi Feeds
- February Photo of the Month
- ProDelphi profiler will not run anymore
- Using LDAP for User Authentication
- Updated SimpleStorage demos and added IDocument
- Delphi's NIL value and the Assigned RTL Function
- The ABA problem
- I found TButton!!!
- What is new in SimpleStorage
- Releasing queue memory without the MREW lock
- Random Thoughts on the Passing Scene #143
I'm an avid programmer working on a variety of platforms in a variety of languages with a wide technical interest.
