by Kevin Bailey | Sep 13, 2013 | Technical Blog
Have you seen this error? error: src refspec master does not match any. error: failed to push some refs to … It may be annoyingly simple. Some repositories do not have a master branch – Drupal modules for example make you remove the master branch and... by Kevin Bailey | Aug 11, 2013 | Technical Blog
OK, we’re looking at the development and deployment question. This is a big area of interest for me. I’ve actually created a framework for development and deployment of web applications (primarily Drupal) and it is at: https://github.com/SSVC/pullpush/wiki... by Kevin Bailey | May 30, 2013 | Technical Blog
Not sure how wide spread this is… On my HP EliteBook 2540p with Xubuntu installed I can hear a very faint double click in the background which is not related to the volume control. I found the cure ages ago and will put it here for safe-keeping. The command to... by Kevin Bailey | Apr 8, 2013 | Technical Blog
Bash does not have an ‘easy’ way to comment out blocks of code – but this is simple enough. At the beginning of the block you wish to comment out put: : by Kevin Bailey | Apr 8, 2013 | Technical Blog
Bit of a strange one this… Obviously, there are tons of articles around about running commands as root without a password prompt. But I wanted to run a command as another user and also not have a password prompt. So in sudoers I had root ALL=(ALL) ALL %sudo ALL... by Kevin Bailey | Aug 31, 2012 | Technical Blog
Since SLES doesn’t have gpw or pwgen available I enhanced a bash snippet I found to create a pseudo random password. Here it is – enjoy! DATABASE_NAME=`cat /dev/urandom | base64 | tr -d ‘[:punct:]’ | tr -d ‘[:digit:]’ | tr -d...
Recent Comments