PHP-FPM Error Log
Where is this located? By default this is nowhere to be found. Open /etc/php5/fpm/pool.d/www.conf and…
Generating AWS Access Key ID and AWS Secret Access Key
Open the AWS Console Click on your username in the top right and select My…
Resolving Cherry-Pick Git Conflicts with Incoming Changes
It’s as easy as pie: git cherry-pick --strategy=recursive -X theirs {hash}
Retrieving Your Encryption Passphrase – Ubuntu 16.04
Retrieving your encryption passphrase, assuming you chose to encrypt your home folder can be done…
Switch to the www-data user in terminal (using bash)
su -s /bin/bash www-data
Mac Terminal – Calculating SHA-256 in OSX
By default, doing a shasum in mac terminal gives you the shasum using algorithm 1.…
Add sudo user on Ubuntu
As root, add a user and fill in the prompts, or leave blank: adduser alice…
Stretch Child Div Height to Fit Parent 100%
CSS3 is amazing – and thanks to this, we can achieve 100% child height on…