Install tool: https://github.com/gh2o/rvi_capture
Get UDID: https://get.udid.io/
package main | |
import ( | |
"testing" | |
) | |
func matchIPv4Subnet(addr, cidrAddr, prefix uint32) bool { | |
var mask uint32 | |
if prefix >= 32 { | |
mask = 0xffffffff |
Install tool: https://github.com/gh2o/rvi_capture
Get UDID: https://get.udid.io/
apktool d ./TestApp.apk
<certificates src="user" />
<network-security-config>
<base-config>
<trust-anchors>
# Create new screen with name test_1, run ping and detach
screen -dmS test_1 -t TAB-0 bash -c 'ping mail.ru; exec sh'
# Create new tab in existing screen and run htop app
screen -S test_1 -X screen -t TAB-1 bash -c 'htop ; bash'
# Create new tab in existing screen and run uptime app
screen -S test_1 -X screen -t TAB-2 bash -c 'watch uptime ; bash'
prefix + :
, then type in capture-pane -S -3000 + Return
. (Replace -3000 with however many lines you'd like to save, or with - for all lines.) This copies those lines into a buffer.prefix + :
again, and type in save-buffer /home/{user}/filename.txt + return
.(By default Prefix is Ctrl+B.)
a.start <= b.end AND a.end >= b.start |