Links
In process shell for introspecting a running Python process
In process shell for introspecting a running Python process:
JSONovich - Pretty-print JSON in Firefox
JSON pretty-printer for Firefox: JSONovich :: Add-ons for Firefox
The main issue with non-blocking servers
PostgreSQL top (pg_top): Project Home Page
Quick Tip: CSS 100% Height
Scoping ExtJS CSS
Git undo, reset or revert?
Also useful:
git rm -r --cached *
That will recursively remove every file from the index (files staged for commit).
Why WordPress Asks for Connection Info
Why WordPress Asks for Connection Info
You can also add this to wp-config.php to get rid of the FTP prompt in case you have write permissions but WordPress does not understand it correctly:
define('FS_METHOD', 'direct');