Skip to content

Instantly share code, notes, and snippets.

View stramel's full-sized avatar

Michael Stramel stramel

View GitHub Profile
@stramel
stramel / repoChanges.sh
Last active August 29, 2015 14:21
Provides additions, removals, and total lines for given user of a git repository.
# More information at https://github.com/jakeleboeuf/contributor/issues/8
git log --author="Michael Stramel|mstramel|stramel" --perl-regexp --all --pretty=tformat: --numstat | \
grep -v docs | \
gawk '{ add += $1 ; subs += $2 ; loc += $1 - $2 } END \
{ printf "added lines: %s removed lines : %s total lines: %s\n",add,subs,loc }' -
@stramel
stramel / 192.168.33.10.xip.io-error.log
Created March 4, 2014 20:56
Running `vagrant up` to install php, apache, mysql, composer, and laravel using Vaprobash Vagrantfile.
[Tue Mar 04 20:32:56.275827 2014] [ssl:warn] [pid 10952:tid 140190021068608] AH01909: RSA certificate configured for 192.168.33.10.xip.io:443 does NOT include an ID which matches the server name
[Tue Mar 04 20:32:58.155500 2014] [ssl:warn] [pid 11202:tid 139739659188032] AH01909: RSA certificate configured for 192.168.33.10.xip.io:443 does NOT include an ID which matches the server name
[Tue Mar 04 20:32:58.231900 2014] [ssl:warn] [pid 11203:tid 139739659188032] AH01909: RSA certificate configured for 192.168.33.10.xip.io:443 does NOT include an ID which matches the server name
[Tue Mar 04 20:48:59.062314 2014] [fastcgi:error] [pid 14607:tid 139739552024320] [client 192.168.33.1:59866] FastCGI: comm with server "/usr/lib/cgi-bin/php5-fcgi" aborted: idle timeout (30 sec)
[Tue Mar 04 20:48:59.062945 2014] [fastcgi:error] [pid 14607:tid 139739552024320] [client 192.168.33.1:59866] FastCGI: incomplete headers (0 bytes) received from server "/usr/lib/cgi-bin/php5-fcgi"