-
https://golangresources.com/ - all resources
-
https://relistan.com/continue-statement-with-labels-in-go - Use continue in go
- ERROR: must be member of role "test"
Best practice link
puts "abc"
irb(main):001:0> 1.class
=> Fixnum-
aws-cli cheatsheet @so0k link
-
find all instances on specific regions
aws ec2 describe-instances --region us-east-1 \
--query 'Reservations[].Instances[].[InstanceId,InstanceType,State.Name,PublicIpAddress,Placement.AvailabilityZone]'
Monitoring series from datadog:
I hereby claim:
- I am tuannvm on github.
- I am tuannvm (https://keybase.io/tuannvm) on keybase.
- I have a public key ASAFktknf9szUf6ULrUjJu1Kw0ZFyddWdflICbesVM3Fpgo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Install Macports. | |
| //Install aircrack-ng: | |
| sudo port install aircrack-ng | |
| //Install the latest Xcode, with the Command Line Tools. | |
| //Create the following symlink: | |
| sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/sbin/airport | |
| //Figure out which channel you need to sniff: | |
| sudo airport -s | |
| sudo airport en1 sniff [CHANNEL] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: extensions/v1beta1 | |
| kind: Deployment | |
| metadata: | |
| creationTimestamp: null | |
| name: test | |
| spec: | |
| replicas: 1 | |
| template: | |
| metadata: | |
| creationTimestamp: null |