Skip to content

Instantly share code, notes, and snippets.

@sparkrico
sparkrico / gist:4578ca37cea18021a3d6ff020a17972d
Created June 21, 2017 10:02
android monkey test command
adb shell monkey -p com.xxx.app -v 10 > 666.txt
@sparkrico
sparkrico / multiple_ssh_setting.md
Created May 6, 2017 03:35 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"