Skip to content

Instantly share code, notes, and snippets.

@ryjones
ryjones / headunit.md
Last active April 17, 2024 17:03
Honda info

How to do things with a 2018 Honda CR-V headunit.

This is written out of my frustration with a lot of wrong info on YouTube and the like.

Model:

  • MY16ADA

Rooted using root-honda.

Android Version:

@sebsto
sebsto / gist:6af5bf3acaf25c00dd938c3bbe722cc1
Last active May 17, 2024 12:40
Start VNCServer on Mac1 EC2 Instance
# YouTube (english) : https://www.youtube.com/watch?v=FtU2_bBfSgM
# YouTube (french) : https://www.youtube.com/watch?v=VjnaVBnERDU
#
# On your laptop, connect to the Mac instance with SSH (similar to Linux instances)
#
ssh -i <your private key.pem> ec2-user@<your public ip address>
#
# On the Mac