Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-24 00:21:36 +00:00
parent 4e6886aa1f
commit 70f6f2ac08
27 changed files with 174 additions and 69 deletions

View File

@@ -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}}`