window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-SZT5S2F4W5', { 'anonymize_ip':true });

About Daniel

This author has not yet filled in any details.
So far Daniel has created 54 blog entries.
25 01, 2013

Parallels Plesk Panel 11 Non-chrooted Cronjobs

By |2016-10-29T13:52:45+02:00January 25th, 2013|Parallels Plesk Panel|1 Comment

Plesk 11 dosn’t allow you to execute cronjobs outside your chrooted shell so e.g. if you want to call a php file over the Plesk Panel cron management you get in trouble becouse the binary dosn’t exists within the chrooted enviroment. If you trust your customers enough to allow execution of scripts in a non-chrooted environment, you could enable it by the follwoing shell command: For Plesk Panel 10: Console command to enable: /usr/local/psa/admin/bin/server_pref -u -crontab-secure-shell "/bin/sh" Console command [...]

23 08, 2012

Confixx: Postfix Spam Mails automatisch in einen Ordner verschieben

By |2013-11-14T13:58:19+02:00August 23rd, 2012|Allgemein, Confixx, Debian, Linux|Comments Off on Confixx: Postfix Spam Mails automatisch in einen Ordner verschieben

Bei Confixx gibt es derzeit leider keine integrierte Möglichkeit Spam E-Mails in einen dafür vorgesehenen Ordner abzulegen, daher hier eine kleine Anleitung wie Ihr dies in wenigen Schritten selbst bewerkstelligen könnt. System: Debian 6.0 mit Confixx 3.x und Postfix + Procmail File: /etc/procmailrc sucht hier nach: # Mails with a score of 15 or higher are almost certainly spam (with 0.05% # false positives according to rules/STATISTICS.txt). Let's put them in a # different mbox. (This one is optional.) :0: [...]

18 02, 2012

Easy Image Rotator v1.0.5 has been released

By |2016-10-22T11:39:41+02:00February 18th, 2012|Allgemein, Joomla, Joomla 1.6, Joomla 1.7, Joomla 2.5|Comments Off on Easy Image Rotator v1.0.5 has been released

Easy Image Rotator v1.0.5 has been released for Joomla 2.5 see below the release notes Release notes v1.0.5: *new* Support of Joomla 2.5.0 *new* Support of Joomla Update Services *bug* fixed fallback image rotation issue *bug* fixed small css issues with joomla templates You can get the latest version there Downloads

25 01, 2012

Star Wars Uncut: Director’s Cut

By |2016-10-22T11:39:41+02:00January 25th, 2012|Allgemein|Comments Off on Star Wars Uncut: Director’s Cut

Hello out there one of my colleague found a nice star wars movie on vimeo  "Star Wars Uncut: Director's Cut"  take a look at that movie it is fantastic.

22 12, 2011

Easy Image Rotator v1.0.3 has been released

By |2016-10-22T11:39:41+02:00December 22nd, 2011|Allgemein, Joomla, Joomla 1.6, Joomla 1.7, Joomla 2.5|Comments Off on Easy Image Rotator v1.0.3 has been released

Easy Image Rotator v1.0.3 has been released for Joomla 1.6 see below the release notes Release notes v1.0.3: *new* german translations has been added *bug* fixed fallback if no menu item can be mapped You can get the latest version there Downloads

11 12, 2011

Joomla Extension Support Forum

By |2016-10-22T11:39:41+02:00December 11th, 2011|Allgemein|Comments Off on Joomla Extension Support Forum

Hi everyone, I've decided to open category within a joomla board to give you a better Support for the Joomla Extensions. You find the forum(s) under:http://joomla-help.de/extensions/

17 08, 2011

Convert Windows Server 2003 vmware .vmdk to Hyper-V .vhd

By |2016-10-22T11:39:41+02:00August 17th, 2011|Virtualization|Comments Off on Convert Windows Server 2003 vmware .vmdk to Hyper-V .vhd

I've tried the last night to move my VMWare Machines to Hyper-V get in trouble with my Windows Server 2003 *bahhh* The main problem was Hyper-V does not recognice SCSI Disks as Bootable, so my Macine was installed on a SCSI Disk. So if you convert your .vmdk into .vhd container you'll get a blue screen error while boot the system. After some searching i've found a solutin for this problem, the issue is you dosn't have a ide driver [...]

17 05, 2011

Easy Image Rotator v1.0.1 has been released

By |2016-10-22T11:39:41+02:00May 17th, 2011|Joomla, Joomla 1.6|Comments Off on Easy Image Rotator v1.0.1 has been released

Easy Image Rotator v1.0.1 is a major bugfix release for Joomla 1.6 see below the release notes Release notes v1.0.1: *new* Joomla 1.6 permissions managment support for component *new* Help page for component *bug* several module and component translations have been fixed *bug* whitespaces in the module text layer has been fixed *bug* installation issues has been fixed You can get the latest version there Downloads

9 04, 2010

Debian suPHP & Confixx

By |2016-10-22T11:39:41+02:00April 9th, 2010|Debian, Linux|3 Comments

Im nachfolgendem HOWTO wird die Installation / Migration (von mod_php) von suPHP auf einem Debian Linux System mit bereits installiertem Confixx beschrieben. Bitte beachten Sie vor der Installation: suPHP wird von Confixx erst ab Version 3.2 unterstützt. Installiern von suPHP auf dem Debian System: apt-get install libapache2-mod-suphp suphp-common Konfiguration von suPHP: Jetzt muss die Datei /etc/suphp/suphp.conf angepasst werden. Einstellung logfile Wert /var/log/apache2/suphp.log Beschreibung - Einstellung allow_file_group_writeable allow_file_others_writeable allow_directory_group_writeable allow_directory_others_writeable Wert true Beschreibung - Einstellung errors_to_browser Wert false Beschreibung Wert: [...]

Go to Top