Skip to content

Instantly share code, notes, and snippets.

View iamdanre's full-sized avatar

danré iamdanre

View GitHub Profile
@iamdanre
iamdanre / AdbCommands
Created July 12, 2022 02:13 — 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
defaults read > defaults.pre.txt
# *make a change in Settings*
defaults read > defaults.post.txt
diff defaults.pre.txt defaults.post.txt
qemu-img convert -f qcow2 -O vmdk -o subformat=streamOptimized source_qcow_image_path destination_path_to_vmdk
@iamdanre
iamdanre / settings.json
Created July 11, 2021 13:42
posh_settings.json
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
},