Adding Mockery to Symfony 2.3

http://blog.code4hire.com/2013/07/adding-mockery-to-symfony-2-dot-3/

Building a Menu in Symfony With Events and Ordering

http://blog.code4hire.com/2013/06/building-a-menu-in-symfony-with-events-and-ordering/

Fixed font issue with Midnight Commander in Terminal

If you have weird /interrupted/ lines around columns, you should set font for “Non-ASCII” chars as a Menlo, ie: 12pt Menlo Regular

How to set auto increment jumps by more than the number of rows inserted?

http://dev.mysql.com/doc/refman/5.6/en/replication-options-master.html#sysvar_auto_increment_increment auto_increment_increment and auto_increment_offset are intended for use with master-to-master replication, and can be used to control the operation of AUTO_INCREMENT columns.

Use dig to Perform Manual DNS Queries

https://library.linode.com/linux-tools/common-commands/dig dig @ns1.linode.com example.com

OAuth2 with Symfony2

http://blog.tankist.de/blog/2013/07/16/oauth2-explained-part-1-principles-and-terminology/ https://github.com/knpuniversity/oauth https://github.com/bshaffer/oauth2-demo-php https://github.com/bshaffer/oauth2-server-php-docs

Transform Ubuntu to look like Mac

http://www.noobslab.com/2014/04/macbuntu-1404-pack-is-released.html

Slow shutdown due to modemmanager

sudo apt-get autoremove modemmanager sudo rm /etc/init/modemmanager.conf

MySQL: “Access denied for user ‘debian-sys-maint’@’localhost’”

http://mirzmaster.wordpress.com/2009/01/16/mysql-access-denied-for-user-debian-sys-maintlocalhost/

How to safely change MySQL innodb variable ‘innodb_log_file_size’?

http://dba.stackexchange.com/questions/1261/how-to-safely-change-mysql-innodb-variable-innodb-log-file-size innodb_log_file_size = 25% * innodb_buffer_pool_size, np: [mysqld] innodb_log_file_size = 64M