Laut Kanzlerin Angela Merkel und Bundeswirtschaftsminister Philipp Rößler sollen Startups in der IT-Branche ab 2013 künftig mit Investitionszuschüssen aus der Staatskasse rechnen. Auszahlungen sollen ab 2013 schnell und unkompliziert beginnen. Einzige Bedingung ist das Geld bleibt drei Jahren in Unternehmen. Wo ist der Haken?
Pfadnavigation
Deutsche Regierung plant ab 2013 Hilfe für junge IT-Startups
Suche
Neueste Kommentare
- 1 week 3 days agoServer install & config : Debian 12 + Plesk + Apache + nginx + MariaDB + Solr
Tools & Settings >> Security Policy :
Allow only secure FTPS connections
- 1 month 3 weeks agoMariaDB Server Performance Optimieren
/usr/sbin/mariadbd --help --verbose | grep "query.*size"
- 1 month 3 weeks agoMariaDB Server Performance Optimieren
Commandline:
systemctl restart mariadb
- 1 month 3 weeks agoMariaDB Server Performance Optimieren
After my changes in /etc/mysql/db-performance.cnf
- 1 month 3 weeks agoInstall APCu (PHP 8.1, Plesk)
Error:
- 2 weeks agoInstall APCu (PHP 8.1, Plesk)
PHP 8.3 extra packages (+ pecl, apcu)
apt update && apt upgrade
- 1 month 3 weeks agoApache Solr install & activate on Debian 12 (Secure Admin with Basic Auth on Port 8983)
I get this error, when I visit https://solr.example.com:8983 :
- 1 month 4 weeks agoDie Argumentliste ist zu lang (/usr/bin/rm)
Remove all files starting with 2024 in mydir123 and show the number of deleted files:
find mydir123 -name '2024*' -exec rm -vf {} \; | wc -l
- 1 month 4 weeks agoDie Argumentliste ist zu lang (/usr/bin/rm)
find . -name '*' | xargs rm -v
- 2 months 1 week agoDeprecated function: Creation of dynamic property Drupal Tablefield TablefieldFormatter::$ModuleHandler is deprecated
Neuen Kommentar schreiben