Skip to content

Instantly share code, notes, and snippets.

View MrBam's full-sized avatar

Богдан Паньковский MrBam

View GitHub Profile

Screen Quick Reference

Basic

Description Command
Start a new session with session name screen -S <session_name>
List running sessions / screens screen -ls
Attach to a running session screen -x
Attach to a running session with name screen -r
@MrBam
MrBam / AdbCommands
Created December 5, 2019 13:02 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader