Skip to content

Instantly share code, notes, and snippets.

View jartf's full-sized avatar
💫
learning

Jarema jartf

💫
learning
View GitHub Profile
@jartf
jartf / keybase.md
Created August 25, 2025 12:18
Keybase verification

Keybase proof

I hereby claim:

  • I am jartf on github.
  • I am jarem (https://keybase.io/jarem) on keybase.
  • I have a public key ASAh3Ll3jQQ1A6Pv6do6-G1p5AqMndaNU38pNItxuHBB5wo

To claim this, I am signing this object:

@jartf
jartf / AdbCommands
Created April 20, 2020 02:30 — 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