Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-17 00:19:47 +00:00
parent b18a761896
commit aa594e72af
88 changed files with 444 additions and 114 deletions

13
tldr/adb-start-server Normal file
View File

@@ -0,0 +1,13 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# adb start-server
> Start the Android Debug Bridge (adb) server to allow adb connections from devices or emulators.
> More information: <https://manned.org/adb#head14>.
- Start the adb server if it is not running:
`adb start-server`