Category Uncategorized

EC2 ELB Godaddy Cert

Adding Godaddy Cert to EC2 ELB Setup AWS Command Line Interface Setup instructions are found here: Define your files and run these commands: # define these crtdomain=”example.com” crtchain=”gd_bundle.crt” echo “converting to pem format” openssl rsa -in ${crtdomain}.key -out aws-${crtdomain}.key…

logstash filters for ssh attempts

Description Logstash filters for ssh brute for, sudo auth failures, or failed login attempts Filters grok { type => “syslog” patterns_dir => [“/opt/logstash/patterns”] pattern => [ “%{SYSLOGLINE}” ] } grep { type => “syslog” drop => false match => […

git copy remote branch

git copy remote branch Copy remote master branch to remote QA branch in git git push origin –delete QA git push origin master:QA Copy remote master branch to remote production branch in git git push origin –delete production git push…

USBANK SCAM

I’d just like to say that USBANK IS A SCAM That’s right, USBANK SCAM They charge six dollars for statements older than eighteen months!  They save an incredible amount of money by not having to mail me statements and now…