yes PHP is a serious language, it is (often) even faster than Python 😀 but this is also very good Python news: Python code now running on GPUs? wow that must give the most massive speed ever! 😀 sharing is […]
ever heard of PSR? (PHP Standard Recommendations are like RFCs) no? Nevermind. some devs make jokes about PHP – but this – only PHP + XDEBUG can do! setup a test-server with test requests and data and start debug session […]
here is a demo video: the possibility to step (!) debug requests, as they appear on the server is a neat feature, xdebug + eclipse are a great team, when the setup is complete. installed GNU Linux Debian 11 […]
setup LAMP GNU-Linux Apache2 MariaDB PHP7.3 su – root; # become root apt update; # update system to latest apt upgrade; # database first apt -y install mariadb-server mariadb-client # set root pwd for database (can be root on dev […]
SORRY FOR THE BLURRYNESS! DON’T HAVE THE ORIGINAL VIDEO ANYMORE! CAN’T REUPLOAD (in theory it should still work like that… but your eyes will hurt) maybe this could help too… yes it’s cumbersome 🙁 someone should upload it to: https://virtualboximages.com/
it’s still possible to use inernal snapshots btw Dear OpenSource and other communities, [+] virt-manager is a neat tool to manage virtual machines without having to go thorugh pains such as: # delete remove vmname (cleanly) # including its storage […]
always say something positive first: then the critique: follow the excellent guide: https://getcomposer.org/download/ mkdir /var/www/html/composer cd /var/www/html/composer php -r “copy(‘https://getcomposer.org/installer’, ‘composer-setup.php’);” php -r “if (hash_file(‘sha384’, ‘composer-setup.php’) === ‘THISWILLHAVECHANGEDBYNOW’) { echo ‘Installer verified’; } else { echo ‘Installer corrupt’; unlink(‘composer-setup.php’); } […]
php8 delivers up to +25% better speed than php7, which is remarkable. follow this excellent guide, and how to upgrade apache2 based webservers from php7 to php8.1, simply replace php8.0 with php8.1 in this excellent guide guide: in short: su […]
is there an ideal IDE for every task? or no IDE at all? Nope. Of course just as programming languages every IDE has their pros and cons. (build for a specific purpose? might serve other purposes also) There is not […]
firewall & pinguin: iptables where do thou go? it is said that when using “ip-sets” iptables and nftables achieve almost same performance (amounts of ips possible to block, without server becoming slow/unresponsive) Redhat and nftables on DDoS “so the only […]
add value. creating a better world by free software + develop some degree of consciousness = adds value for all life on the planet. this is what software development is all about. whatever makes reaching this goal easier/better is welcome. […]
this guide is abit outdated… If you need XDebug + Eclipse look here (allows step-debugging of your php code very very nice 🙂 . (slightly more complicated setup) lighttpd is “just as good” as apache2 – except – it does […]
( ! ) Parse error: syntax error, unexpected ‘::’ (T_PAAMAYIM_NEKUDOTAYIM), expecting ‘&’ or variable (T_VARIABLE) in /some/code.php on line 1321 “T_PAAMAYIM_NEKUDOTAYIM” Its Hebrew for “double colon“. http://stackoverflow.com/questions/592322/php-expects-t-paamayim-nekudotayim Did you know that ZEND (PHP) is a israeli company? onyourlinuxcommandline# php-cgi […]
get in a bash shell: php -m; # list all currently activated and installed extensions [PHP Modules] bcmath bz2 calendar Core ctype curl date dba dom ereg exif fileinfo filter ftp gd gettext hash iconv imap intl json libxml mbstring […]
tested on: Linux debian7 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1+deb7u1 x86_64 GNU/Linux here an example how aptitude can resolve a problem that apt can’t resolve (easily). how to solve the problem: #!/bin/bash # the problem: dpkg: dependency problems prevent configuration of […]
Dokuwiki is nice. Easy to install. File based, so no database import/export hazzle… Backups can be done by backing up the files. Moving can be done by moving the directory…. NOT!? IF YOU GET THE “PAGES NOT FOUND” ERROR, IT’S […]
… on a debian/ubuntu system… sometimes you need to know (when setting up PDT Eclipse and XDebug) where you php binary is. i found mine via: find / -name php|grep cgi /usr/lib/cgi-bin/php /etc/php5/cgi/php.ini
if you want to update / migrate to new version: i would use the live-update over backup-old-version and restore-on-new-version. But test this first on a local php xdebug test-server! (manually ftp / mysql copy all files / databases to your […]
in german please if you have installed webEdition into the root directory (mine is /var/www) the backups should be here: /var/www/webEdition/we_backup/data if you have trouble with the java uploader, you can manually upload your backups into the we_backup/data directory and […]
Feb.2013 this is german please use google translate to get english content. thank you! SO GEIL ENDLICH HAT DAS MAL JEMAND AUFGESCHRIEBEN. ICH EMPFEHLE, DIE SERVER-SEITIGE ENTWICKLUNGSUMGEBUNG AUF EINEM RAID gestützen TEST-WEB-SERVER MIT ZU INSTALLIEREN (wie s.h. hier: http://dwaver.wordpress.com/2012/07/10/setup-a-php-development-environment-with-debian-in-5min-lighttpd-xdebug-php5-eclipse-pdt-vnc/) AM BESTEN […]
PLEASE WATCH IN HD! SOOO BLURRY IN 360p or download with jdownloader 2 beta in 720p or minitube (very cool app) su; # become super user/root aptitude update; # update packet definitions aptitude install lighttpd php5-cgi mysql-server mysql-client phpmyadmin php5-mysql […]
Java is a “great” = well designed, can handle big workloads, scales well, cross-OS support and security should be pretty good as well, language, but in the end of course C and C++ are faster. simplicity: it is quiet simple […]








