Skip to content

Instantly share code, notes, and snippets.

View blongho's full-sized avatar
💭
I may be slow to respond.

Bernard Longho blongho

💭
I may be slow to respond.
View GitHub Profile
@blongho
blongho / AdbCommands
Created October 15, 2019 09:30 — forked from Pulimet/AdbCommands
Adb useful commands list
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
== Shell
@blongho
blongho / config
Created December 17, 2020 13:38 — forked from pksunkara/config
Sample of git config file (Example .gitconfig) (Place them in $XDG_CONFIG_HOME/git)
[user]
name = Pavan Kumar Sunkara
email = pavan.sss1991@gmail.com
username = pksunkara
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
pager = delta
[sendemail]
smtpencryption = tls