This is the configuration I found works (after installing everything that's needed) to get remote debugging in Netbeans for a site running on an Ubuntu server with Apache2.
(/etc/php5/apache2/conf.d/20-xdebug.ini
zend_extension=/usr/lib/php5/20100525/xdebug.so
xdebug.max_nesting_level=2000
xdebug.remote_enable=On
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_connect_back = 1
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_name = cachegrind.out.%t.%p
You also need to set up a path mapping in Netbeans like this: https://blogs.oracle.com/netbeansphp/entry/path_mapping_in_php_debugger
Restart apache...
Wednesday, 5 June 2013
Thursday, 26 May 2011
FTSE Friday 27th May 2011
Falling trend on the daily. Market has rallied since Wednesday and is heading towards the upper trend line around 5960. If it meets the upper line today short, stop at 6020, T1@5900, T2@5860, T3@5790
Note. At the beginning of Feb there was an identical down trend. The market rallied all the way up to 6100. so might be smart to get out early if the trade breaks the upper trend.
Note. At the beginning of Feb there was an identical down trend. The market rallied all the way up to 6100. so might be smart to get out early if the trade breaks the upper trend.
Tuesday, 8 February 2011
Wednesday, 2 February 2011
Encrypt tar files during the tar - Ubuntu Forums
[ubuntu] Encrypt tar files during the tar - Ubuntu Forums: "encrypt:
tar -c directory | openssl des3 -salt > encrypted.tarfile
decrypt:
cat encrypted.tarfile | openssl des3 -d -salt |tar -xv"
tar -c directory | openssl des3 -salt > encrypted.tarfile
decrypt:
cat encrypted.tarfile | openssl des3 -d -salt |tar -xv"
Java stack tutorial
http://www.mkyong.com/spring/maven-spring-hibernate-mysql-example/
Useful getting started guide to Java, Maven, Spring and Hibernate
Useful getting started guide to Java, Maven, Spring and Hibernate
Tuesday, 25 January 2011
Subscribe to:
Posts (Atom)