I hereby claim:
- I am 0x317374 on github.
- I am dccxx (https://keybase.io/dccxx) on keybase.
- I have a public key ASDZ2tbwWdrjAxwWHYrOi_kh2SOYgAoJ8wejTYSYkE_GKQo
To claim this, I am signing this object:
| <html> | |
| <head> | |
| <title>WebSocket demo</title> | |
| </head> | |
| <body> | |
| <div> | |
| <form> | |
| <label for="numberfield">Number</label> | |
| <input type="text" id="numberfield" placeholder="12"/><br /> |
| package main | |
| import ( | |
| "crypto/aes" | |
| "crypto/cipher" | |
| "crypto/rand" | |
| "crypto/sha256" | |
| "encoding/base64" | |
| "fmt" | |
| "io" |
I hereby claim:
To claim this, I am signing this object:
Create a openVPN server on Google Cloud Platform to connect to your Google Cloud network using openVPN and/or to route your internet traffic through the VPN (Road Warrior Scenario)
| # run this once, then reload, and then skip this | |
| !apt install rustc | |
| !gdown --id 1PULtTc-2e9z4bswh_SQqL5oy_4JpfV7c | |
| !chmod +x evcxr_jupyter | |
| !./evcxr_jupyter --install | |
| // install dependency | |
| :dep cmd_lib | |
| use cmd_lib::run_cmd as sh; |
| adb help // List all comands | |
| == Adb Server | |
| adb kill-server | |
| adb start-server | |
| == Adb Reboot | |
| adb reboot | |
| adb reboot recovery | |
| adb reboot-bootloader |
adb is the Android CLI tool with which you can interact with your android device, from your PC
You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.
To get the list of your installed applications:
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |