Skip to content

Instantly share code, notes, and snippets.

View wjcarpenter's full-sized avatar

WJCarpenter wjcarpenter

  • Pacific Northwest, USA
View GitHub Profile
@markodvornik
markodvornik / Hack-WD-MCHD.md
Last active June 16, 2024 06:11
How to hack the "WD My Cloud Home Duo" into a decent home media center

WD My Cloud Home Duo Hack

🚩 NOTE: in late 2022 WD introduced a firmware release in which they locked root user access over "serial connection". The methods described in this post are therefore irrelevant and do not work anymore. Feel free to discus other alternatives in the comments below. This was also the final firmware release for this product as it entered EOL in June 2023.

TL;DR

A simple How-To on turnning your WD My Cloud Home in to fully pledged Linux box and install some usefull apps (SSH & SFTP server, Torrent client, ...).

  • Connect to the device with USB serial cable.
@noelhibbard
noelhibbard / Doorbell.env
Last active October 12, 2023 16:49
This gist shows how to pull the local stream from a Wyze camera and then push it to an RTMP server.
# Edit and rename this file and then place it in /etc/wyzecam-to-rtmp
WYZE_EMAIL="joeblow@example.com"
WYZE_PASSWORD="wyzepasshere"
WYZE_CAMERA_NAME="Doorbell"
RTMP_URL="rtmp://127.0.0.1/live/doorbell"
@sullrich
sullrich / bmitune110.sh
Last active May 22, 2024 20:06
tmm1/androidhdmi-for-channels hulu tuner script
#!/bin/bash
#
# bmitune110.sh
# This script is used with https://github.com/tmm1/androidhdmi-for-channels/blob/main/main.go
#
touch /tmp/bmitune110.lock
echo "$1" > /tmp/bmitune110.playing