Skip to content

Instantly share code, notes, and snippets.

# Mount the EFS NFS volume
sudo mount -t nfs4 -o nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2 fs-b5f1571c.efs.us-west-2.amazonaws.com:/ efs
# Add Apache to ec2-user group if not already
sudo useradd -G apache ec2-user
sudo usermod -a -G apache ec2-user
# Set permissions on the new volume
sudo chmod 2775 /efs
sudo find /efs -type d -exec sudo chmod 2775 {} \;
@redesigned
redesigned / index.html
Created April 11, 2018 02:12
Underwater Text
<div class="bubbles"><div class="test" contenteditable>
Living Lakes
<p class="smaller">– with – <p/>
<p class="small">Editable Text</p>
<p class="ex-small">You can simply click here and type anything you like...</p>
</div></div>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<defs>