by Kevin Bailey | Mar 9, 2017 | Technical Blog
Blimey – this was way harder than it should have been… OK – I just want to be able to quickly encrypt/decrypt passwords – and to be able to encrypt the password using other people’s public GPG keys – should be easy! First –... by Kevin Bailey | Feb 28, 2017 | Technical Blog
Overview Installation Crouton project page is at https://github.com/dnschneid/crouton Download from https://goo.gl/fd3zc Then set up a chroot by opening a terminal, typing shell and then running: $ sudo sh ~/Downloads/crouton -t unity-desktop -r trusty... by Kevin Bailey | Feb 28, 2017 | Technical Blog
Calculate Apache settings To work out a good setting for MaxClients, first find out the average apache process memory use in megabytes. You’ll want to run the following snippet a number of times, and average the results: ps -ef | grep apache2 | grep -v ^$USER | awk... by Kevin Bailey | Feb 1, 2017 | Technical Blog
OK. So I’ve set up a new site on Acquia dev – pulled down the code to a local vhost – and pulled down a DB dump and loaded it into my local DB copy. What should I do now to make things work nicely. Here are some very brief notes: 1. Use the... by Kevin Bailey | Jun 1, 2016 | Technical Blog
OK. The article here covers this pretty well: https://www.digitalocean.com/community/tutorials/how-to-set-up-xhprof-and-xhgui-for-profiling-php-applications-on-ubuntu-14-04 But I found a couple of points could be better. Procedure: Install the prerequisites. Install... by Kevin Bailey | Dec 11, 2015 | Technical Blog
Hmmm…. Not very nice this one. OK – so we switch to using my-huge.cnf or my-large.cnf. On current MySQL – Debian Jessie – this changes a couple of settings. One – it turns on binary logging by setting: log-bin=mysql-bin in the cnf file....
Recent Comments