Englisch
Explanation of X clipboards and the behavior of Klipper:
http://mosehansen.dk/blog/2009/10/11/the-difficult-art-of-explaning
Thomas McGuire explains some key technologies of KDE and how they relate to each other:
http://thomasmcguire.wordpress.com/2009/10/03/akonadi-nepomuk-and-strigi...
Practical Howto (for the most simple case):
http://www.gra2.com/article.php/merge-branch-trunk-in-subversion
Some background:
http://wiki.pentaho.com/pages/viewpage.action?pageId=13173361
On Debian:
apt-get install php5-xdebug kcachegrind
Having the xdebug module around will already provide better debugging output in case of fatal errors and uncaught exceptions. The output can still be tweaked though:
In /etc/php5/conf.d/xdebug.ini, below the zend_extension line, add the following:
xdebug.var_display_max_children = 512
xdebug.var_display_max_data = 2048
xdebug.var_display_max_depth = 10
For profiling, add:
xdebug.profiler_enable = 1
xdebug.profiler_output_dir = /my/desired/outputdir
The program "foremost" allows you to recover deleted files from vfat filesystems under Linux.
The search is based on file headers, footers and data structures so it works only on some known types.
For example:
apt-get install foremost
foremost vfatimagefile -ooutput
Detailed description of the start of an HTTPS connection: http://www.moserware.com/2009/06/first-few-milliseconds-of-https.html
(via Kris Köhntopp)