Skip to content

Instantly share code, notes, and snippets.

@leonardwoo
leonardwoo / AdbCommands
Created December 1, 2023 02:04 — 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
@leonardwoo
leonardwoo / canon-ef-protocol-notes.md
Created August 9, 2019 14:06 — forked from marcan/canon-ef-protocol-notes.md
Canon EF protocol notes

Testing done using a Canon EOS 600D and a Canon EF-S18-55mm f/3.5-5.6 IS II.

Pinout

  1. VBAT
  2. DET (common with P-GND on lens side)
  3. P-GND
  4. VDD
  5. DCL
  6. DLC
@leonardwoo
leonardwoo / nginx.conf
Created July 26, 2017 11:05
NGINX-RTMP push to Twitch and Hitbox
#user nobody;
worker_processes 1;
error_log logs/rtmp_error.log debug;
pid logs/nginx.pid;
events {
worker_connections 1024;
}