I hereby claim:
- I am timmurphy123 on github.
- I am timmurphy (https://keybase.io/timmurphy) on keybase.
- I have a public key whose fingerprint is 8F11 0FFF A81B 9D8C 02D1 636B 6AA7 872E C3DA 0D5B
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| find project/dir/ -type f -iname "*.php" -exec php -d short_open_tag=On the_script.php {} \; |
| find project/dir/ -type f -iname "*.php" -exec php -d short_open_tag=On the_script.php {} \; |
| #!/bin/sh | |
| #set -x | |
| [email protected] | |
| OLDHOME=${HOME} | |
| cd ~/lynis | |
| . /etc/apache2/envvars | |
| ./lynis -c -Q -q --profile /etc/lynis/default.prf |
| #!/bin/bash | |
| ##################################################### | |
| # Name: Bash CheatSheet for Mac OSX | |
| # | |
| # A little overlook of the Bash basics | |
| # | |
| # Usage: | |
| # | |
| # Author: J. Le Coupanec | |
| # Date: 2014/11/04 |
| #!/bin/bash | |
| ##################################################### | |
| # Name: Bash CheatSheet for Mac OSX | |
| # | |
| # A little overlook of the Bash basics | |
| # | |
| # Usage: | |
| # | |
| # Author: J. Le Coupanec | |
| # Date: 2014/11/04 |
| #!/bin/bash | |
| ##################################################### | |
| # Name: Bash CheatSheet for Mac OSX | |
| # | |
| # A little overlook of the Bash basics | |
| # | |
| # Usage: | |
| # | |
| # Author: J. Le Coupanec | |
| # Date: 2014/11/04 |
| #!/bin/bash | |
| # Copied from http://willwarren.com/2014/07/03/roll-dynamic-dns-service-using-amazon-route53/ | |
| # Externalizing the zone ID and CNAME | |
| if [ -z "$1" ] | |
| then | |
| echo "The first argument needs to be the Hosted Zone ID, i.e. BJBK35SKMM9OE" | |
| exit 1 | |
| fi |
| #!/usr/bin/env bash | |
| # | |
| # Get the value of a tag for a running EC2 instance. | |
| # | |
| # This can be useful within bootstrapping scripts ("user-data"). | |
| # | |
| # Note the EC3 instance needs to have an IAM role that lets it read tags. The policy | |
| # JSON for this looks like: | |
| # | |
| # { |