mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 18:53:04 +00:00
Update cheatsheets
This commit is contained in:
@@ -18,9 +18,9 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Reverse a TCP port from a specific emulator or device (by device ID / [s]erial number) to localhost:
|
||||
|
||||
`adb -s {{device_ID}} adb reverse tcp:{{remote_port}} tcp:{{local_port}}`
|
||||
`adb -s {{device_ID}} reverse tcp:{{remote_port}} tcp:{{local_port}}`
|
||||
|
||||
- Remove a reverse socket connections from an emulator or device:
|
||||
- Remove a reverse socket connection from an emulator or device:
|
||||
|
||||
`adb reverse --remove tcp:{{remote_port}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user