Sample /etc/fstab entry for EBS volume
gid= and uid= are not valid for XFS, pass “grpid=” to your fstab entry. /dev/xvdf /media/ebs/data xfs defaults,auto,noatime,noexec,grpid=1000 0 0
gid= and uid= are not valid for XFS, pass “grpid=” to your fstab entry. /dev/xvdf /media/ebs/data xfs defaults,auto,noatime,noexec,grpid=1000 0 0
Say you have some environment variables that you’d love to use as arguments of an executable in your project. 1.…
Facebook plays it really shady with it’s “Like” button on their inner “Pages”. Everywhere on the net their like buttons…
Social Media is killing the TV. Ad dollars from TV are flowing into social media. Social media is still a…
Put this somewhere on your .bash_profile [bash] function addSSHIdentities() { pushd ~/.ssh #add all your keys here ssh-add some_private_key ssh-add…