Search for: xdebug

updated how to setup basic LAMP stack GNU Linux Debian 13 (Apache2 php7.3 MariaDB) (how to install xdebug – step debugging php requests in eclipse pdt on debian 10 buster (LAMP web development stack)) – how to enable mariadb mysql log file creation logging (also restarts) – how to Error occurred: (1034, “Index for table ‘proc’ is corrupt; try to repair it”)
05 May 2020

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 […]

26 Oct 2013

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/

PHP Composer how to install and how to usage
28 Oct 2023

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’); } […]

16 Jul 2015

  ( ! ) 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 […]

25 Jun 2015

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 […]

linux -> debian -> upgrade problems – who the f*** is python-numpy ?
01 Jun 2015

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 […]

09 Apr 2014

… 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

26 Feb 2013

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 […]

10 Jul 2012

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 […]

why is java a great language
11 Apr 2011

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 […]