Skip to content

Instantly share code, notes, and snippets.

View PaulCoffee-zh's full-sized avatar

Paul PaulCoffee-zh

  • 杭州
  • 07:23 (UTC +08:00)
View GitHub Profile
@PaulCoffee-zh
PaulCoffee-zh / Instructions.md
Created June 22, 2021 08:37 — forked from pgilad/Instructions.md
Generate SSL Certificate for use with Webpack Dev Server (OSX)

Generate private key

$ openssl genrsa -out private.key 4096

Generate a Certificate Signing Request

openssl req -new -sha256 \
@PaulCoffee-zh
PaulCoffee-zh / AdbCommands
Created January 16, 2019 03:48 — 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