Skip to content

Instantly share code, notes, and snippets.

View runforrestrun's full-sized avatar

Forrest Gump runforrestrun

  • Bubba Gump Shrimp Co.
  • Alabama
View GitHub Profile
@runforrestrun
runforrestrun / iterm2-solarized.md
Created January 4, 2020 09:44 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k

@runforrestrun
runforrestrun / aws-certification.md
Created April 6, 2018 09:34 — 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.

Cursor movement

  • h - move left
  • j - move down
  • k - move up
  • l - move right
  • w - jump by start of words (punctuation considered words) W - jump by words (spaces separate words)
  • e - jump to end of words (punctuation considered words)
  • E - jump to end of words (no punctuation)
  • b - jump backward by words (punctuation considered words) B - jump backward by words (no punctuation)
@runforrestrun
runforrestrun / .bash_profile
Created December 22, 2016 12:35 — forked from JeffreyWay/.bash_profile
Prettier git logs
alias gl="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
@runforrestrun
runforrestrun / Vaprobash 404 error
Created October 10, 2014 10:02
Strange Vaprobash error on clean checkout and vagrant up (no edits).
MacPro:~ forrestgump$ vagrant up
Bringing machine 'Vaprobash' up with 'virtualbox' provider...
==> Vaprobash: Importing base box 'ubuntu/trusty64'...
==> Vaprobash: Matching MAC address for NAT networking...
==> Vaprobash: Checking if box 'ubuntu/trusty64' is up to date...
==> Vaprobash: Setting the name of the VM: Devbox
==> Vaprobash: Clearing any previously set forwarded ports...
==> Vaprobash: Fixed port collision for 22 => 2222. Now on port 2200.
==> Vaprobash: Clearing any previously set network interfaces...
==> Vaprobash: Preparing network interfaces based on configuration...