Skip to content

Instantly share code, notes, and snippets.

View maateen's full-sized avatar
:octocat:
Alive & Breathing!

Maksudur Rahman Maateen maateen

:octocat:
Alive & Breathing!
View GitHub Profile
Destination Target
172.31.0.0/16 local
10.0.0.0/16 tgw-12345
Destination Target
10.0.0.0/16 local
172.31.0.0/16 tgw-12345
Destination Target
172.31.0.0/16 local
10.0.0.0/16 pcx-1a2b3c4d
Destination Target
10.0.0.0/16 local
172.31.0.0/16 pcx-1a2b3c4d
Destination Target
10.0.0.0/16 local
Destination Target
0.0.0.0/0 igw-1234567890
Options Description
–no-scripts Disables the execution of the scripts defined in the root package.
–no-interaction Do not ask any interactive question.
–no-autoloader Skips autoloader generation.
–no-dev Excludes suggestions from require-dev packages.
–prefer-dist Install packages from dist when available.
@maateen
maateen / git-lg.sh
Created March 28, 2018 04:47 — forked from angstwad/git-lg.sh
Better Git Log (git lg)
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
@maateen
maateen / docker-cleanup-resources.md
Created January 24, 2018 04:54 — forked from bastman/docker-cleanup-resources.md
docker cleanup guide: containers, images, volumes, networks

Docker - How to cleanup (unused) resources

Once in a while, you may need to cleanup resources (containers, volumes, images, networks) ...

delete volumes

// see: https://github.com/chadoe/docker-cleanup-volumes

$ docker volume rm $(docker volume ls -qf dangling=true)

$ docker volume ls -qf dangling=true | xargs -r docker volume rm

@maateen
maateen / iterm2-solarized.md
Created November 15, 2017 04:31 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Meslo powerline font + [Powerlevel9k] - (macOS)

Default

Default

Powerlevel9k

Powerlevel9k