Skip to content

Instantly share code, notes, and snippets.

View seanparker39's full-sized avatar

Sean Parker seanparker39

View GitHub Profile
@seanparker39
seanparker39 / fix.txt
Created July 25, 2016 02:44
Mysql error install at ubuntu 16
sudo dpkg -P mysql-server mysql-server-5.1
sudo apt-get autoremove
sudo apt-get clean
dpkg -l | grep -i mysql
sudo rm -rvf /var/lib/mysql
sudo apt-get install mysql-server
@seanparker39
seanparker39 / monitoring
Created July 28, 2016 11:10
Monitoring Lampp in ubuntu
htop
The htop is an interactive process viewer for Linux on command-line mode.
$ sudo apt-get install htop
Read more: http://hisham.hm/htop/
iotop
@seanparker39
seanparker39 / README.md
Created September 7, 2016 16:10 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


Index:

@seanparker39
seanparker39 / aws-certification.md
Created September 7, 2016 16:31 — forked from miglen/aws-certification.md
AWS Certification guide and notes on how to prepare for the aws associate certification architect, sysops and developer exams

AWS Certification notes

Those are my personal notes on AWS Solution Architect certification preparation. Hope you find them usefull.

To pass AWS certification, you should have:

  • Sound knowledge about most of the AWS services ( EC2, VPC, RDS, Cloudfront, S3, Route53 etc,)
  • Hands on experience with AWS services.
  • Good knowledge of disaster recovery, security and High availability architectures.

If you do not have prior hands-on experience and knowledge or you have little knowledge about AWS services, it is better to take an online course. If you already have experience in architecting solutions on AWS it is not necessary to take an online course.