With a bash script, I tried to process a file that contains one e-mailaddress per line. I wanted to create a new file with an SQL command per e-mailaddress, something like The issue was the encoding of the input data file. The command dos2unix replaces… mehr »
Gängige Buchhaltungssoftware für kleine Unternehmen ist typischerweise Windows-Desktop-basiert und durchweg schlecht an verteilten Standorten per VPN nutzbar. Alle mir bekannten Lösungen sind sehr teuer, weniger wegen laufender Updates, sondern hauptsäc… mehr »
I got this error when hovering over a newly created Maven project using the Maven archetype vaadin-archetype-application. There was no possibility to make the program run. All buttons were greyed out. The solution was to install the plugin "Java EE… mehr »
In my case, it helped to manually delete all contents of the typo3temp folder to get rid of this misleading error message. mehr »
Although I set the memory_limit in PuPHPet to "1024", no scripts could be executed in the resulting VM showing the error above. Even changing the value manually in /etc/php5/apache2/php.ini did not work. This is because… mehr »