a = {1, 2, 3}
a.add(1)
{1,2,3}
| apiVersion: extensions/v1beta1 | |
| kind: Deployment | |
| metadata: | |
| creationTimestamp: null | |
| name: test | |
| spec: | |
| replicas: 1 | |
| template: | |
| metadata: | |
| creationTimestamp: null |
| //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] |
I hereby claim:
To claim this, I am signing this object:
Monitoring series from datadog:
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]'
Best practice link
puts "abc"
irb(main):001:0> 1.class
=> Fixnumhttps://golangresources.com/ - all resources
https://relistan.com/continue-statement-with-labels-in-go - Use continue in go