I hereby claim:
- I am john20xdoe on github.
- I am arekkushisu (https://keybase.io/arekkushisu) on keybase.
- I have a public key whose fingerprint is 2F88 CF26 9C22 AAB9 5291 8B14 8462 63D0 D793 88B6
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # stop all instances and remove | |
| docker stop $(docker ps -a -q) && docker rm $(docker ps -a -q) | |
| # force remove wih sudo | |
| docker rm -f -v $(sudo docker ps -a -q) | |
| # remove only untagged | |
| docker rmi -f $(docker images | grep "<none>" | awk "{print \$3}") |
| { | |
| // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
| /* | |
| * This attaches the VSCode debugger to the JIRA instance created by a `atlas-debug` command. | |
| * Before attaching the debugger, you need to run `atlas-debug` to spin up a JIRA instance. | |
| * Default port is 5005. | |
| * Reference: https://developer.atlassian.com/server/framework/atlassian-sdk/creating-a-remote-debug-target/ | |
| */ | |
| "version": "0.2.0", | |
| "configurations": [ |
Picking the right architecture = Picking the right battles + Managing trade-offs
| # MAC commands | |
| # Alias commands for enable show.hide all files | |
| alias showFiles='defaults write com.apple.finder AppleShowAllFiles YES; killall Finder /System/Library/CoreServices/Finder.app' | |
| alias hideFiles='defaults write com.apple.finder AppleShowAllFiles NO; killall Finder /System/Library/CoreServices/Finder.app' | |
| # iTerm2 | |
| # Set CLICOLOR if you want Ansi Colors in iTerm2 | |
| export CLICOLOR=1 | |
| # Set colors to match iTerm2 Terminal Colors |
| # based on https://coderwall.com/p/guqrca/remove-all-node_module-folders-recursively | |
| # Run this inside the parent folder containing your node projects. | |
| # -prune lets the command not have to go into the children node_mdules. | |
| find . -name "node_modules" -type d -prune -exec rm -rf '{}' + |
| # Remove all containers | |
| docker stop $(docker ps -a -q) | |
| # Option 1 | |
| docker rm $(docker ps -a -q) | |
| #Option 2 | |
| docker rm -f -v $(sudo docker ps -a -q) | |
| # Remove untagged containers only | |
| docker rmi -f $(docker images | grep "<none>" | awk "{print \$3}") |
sudo docker run --detach \
--hostname gitlab.local \
--publish 10040:80 --publish 10041:443 --publish 10042:22 \| {"lastUpload":"2020-04-21T01:22:44.724Z","extensionVersion":"v3.4.3"} |