Manage access and permissions for your accounts, sites, and products.
- Netguard 3.0 (curl)
| adb devices | |
| @echo "Downloading mtklog" | |
| adb pull /mnt/sdcard/mtklog mtklog | |
| adb pull /mnt/sdcard0/mtklog mtklog | |
| adb pull /mnt/sdcard2/mtklog mtklog | |
| adb pull /storage/sdcard1/mtklog mtklog | |
| @echo "Downloading trace" | |
| adb pull /data/anr mtklog/anr |
Manage access and permissions for your accounts, sites, and products.
SSH Port Forwarding, aka SSH Tunneling.
Local forwarding is used to forward a port from the client machine to the server machine. Basically, the SSH client listens for connections on a configured port, and when it receives a connection, it tunnels the connection to an SSH server. The server connects to a configurated destination port, possibly on a different machine than the SSH server.
ssh -L <local-listening-port>:<remote-destination-host>:<remote-destination-port> <ssh-server>Get a list of your VMs
vim-cmd vmsvc/getallvmsFind the one you’re interested in and check its “power” state
vim-cmd vmsvc/power.getstate [vmid]| Keys | Description |
|---|---|
⌥ |
Startup Manager |
⇧ |
Safe mode |
D |
Apple Diagnostics |
⌥ + D |
Apple Diagnostics over Internet |
⌘ + V |
Verbose mode |
⌘ + S ó ⌘ + R |
Single-user mode |
Enable the package repository for CentOS
sudo vi /etc/yum.repos.d/plex.repo| host paunix.github.com | |
| hostname github.com | |
| identityfile ~/.ssh/id_rsa-paunix | |
| host 172.31.31.254 172.31.35.254 172.31.43.254 | |
| port 2002 | |
| KexAlgorithms +diffie-hellman-group1-sha1 | |
| Ciphers +3des-cbc | |
| HostKeyAlgorithms +ssh-dss | |
| MACs hmac-sha1 |
| # sudo bang bang | |
| function sudo | |
| if test "$argv" = !! | |
| eval command sudo $history[1] | |
| else | |
| command sudo $argv | |
| end | |
| end | |
| # git branch |