Thinking about evaluating Sublime Text.
Category Archives: TODO
AngularJS and CURL and pcntl_fork, oh my!
Reading about angularjs. And the curl library. And pcntl_fork.
Eclipse and XDebug NIGHTMARE
Welcome to my nightmare.
To see listeners:
# netstat -anp | grep LISTEN | less
# nmap localhost
To use IPv4 instead of IPv6 in Eclipse, edit:
/home/jj5/.eclipse/org.eclipse.platform_3.8_155965261/configuration/config.ini
And add:
# https://lists.debian.org/debian-java/2010/03/msg00073.html java.net.preferIPv4Stack=true
More to come…
MySQL Engines: MyISAM vs. InnoDB
On my TODO list: MySQL Engines: MyISAM vs. InnoDB.
What’s new in Ubuntu Server 12.04 LTS
Been meaning to get around to reading this white paper from Canonical: What’s new in Ubuntu Server 12.04 LTS.
Microsoft UX patterns
Reading about UX patterns from Microsoft. Particularly Branding your Windows Store apps.
FreedomBox talks
Lot’s to watch! FreedomBox talks.
Openfire
Planning to check out Openfire.
PHP filter_input_array
On my TODO list is reading about the PHP filter_input_array.
Single Sign On: integrating Postfix/Kerberos/LDAP
Some reading to do concerning integrating Postfix/Kerberos with LDAP:
http://www.postfix.org/LDAP_README.html
http://www.boobah.info/howto/postfix-ldap.html
http://web.mit.edu/kerberos/krb5-devel/doc/admin/conf_ldap.html