I hereby claim:
- I am owulveryck on github.
- I am owulveryck (https://keybase.io/owulveryck) on keybase.
- I have a public key whose fingerprint is D156 4498 8384 6F9B 95E0 8A5C F1A9 CEA2 D3B9 B439
To claim this, I am signing this object:
| avconv -i http://myip/videostream.asf -c:v libx264 -b 400k -b:a 16k -strict experimental -f mp4 -movflags frag_keyframe+empty_moov - | gof3r put -b mybucket -k output.mp4 |
| Turn on developer mode (hold down Esc + F3, restart, hit Control+D). | |
| Open a terminal (Ctrl+Alt+T, type ‘shell’, hit enter). | |
| sudo nano /etc/resolv.conf; add “nameserver 10.4.4.1” (replacing “10.4.4.1” with the right IP) at the top | |
| sudo stop shill | |
| sudo shill --device-black-list=tun0 | |
| sudo openvpn ~/Downloads/client.ovpn | |
| Enter username, password, OTP. | |
| Leave this tab in the background. | |
| When you’re done with the VPN, switch back to this tab and hit Ctrl+C. |
| for i in $(seq 1 600000) | |
| do | |
| echo SERVER$((RANDOM%800+100)),$RANDOM,$RANDOM,$RANDOM >> sample.csv | |
| done |
I hereby claim:
To claim this, I am signing this object:
| !------------------------------------------------------------------------------- | |
| ! Xft settings | |
| !------------------------------------------------------------------------------- | |
| Xft.dpi: 96 | |
| Xft.antialias: true | |
| Xft.rgba: rgb | |
| Xft.hinting: true | |
| Xft.hintstyle: hintslight |
| package main | |
| //go:generate gopherjs build main.go -o js/app.js -m | |
| // +build ignore | |
| import ( | |
| "github.com/gopherjs/gopherjs/js" | |
| "log" | |
| ) |
| { | |
| "magic": "nassh-prefs", | |
| "version": 1, | |
| "nassh": { | |
| "profile-ids": [ | |
| { | |
| "id": "1e99", | |
| "json": { | |
| "description": "Terminal", | |
| "username": "chronos", |
| package main | |
| import ( | |
| "fmt" | |
| "os" | |
| "os/exec" | |
| "syscall" | |
| ) | |
| func main() { |
| package main | |
| import ( | |
| "bufio" | |
| "fmt" | |
| "github.com/aws/aws-sdk-go/aws" | |
| "github.com/aws/aws-sdk-go/aws/session" | |
| "github.com/aws/aws-sdk-go/service/rekognition" | |
| "github.com/blackjack/webcam" | |
| "os" |
| package main | |
| import ( | |
| "encoding/json" | |
| "github.com/aws/aws-sdk-go/aws" | |
| "github.com/aws/aws-sdk-go/aws/session" | |
| "github.com/aws/aws-sdk-go/service/dynamodb" | |
| "github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute" | |
| "github.com/kelseyhightower/envconfig" | |
| "log" |