Advanced Search
Search Results
52 total results found
Tapo C720 Floodlight Review - Also known as Tapo TC55
About The Tapo C720 (The Tapo TC55 is the exact same thing) is a combination floodlight and Tapo security camera. It is designed for mounting to an electrical box or replacing an existing floodlight. Connection requires connecting bare wires and it does not p...
Tesla Fleet Setup
Instructions for setting up the Tesla Fleet integration in Home Assistant. This is an advanced setup process (for now). Sign in with your Tesla Account credentials and create a new app. Give it a unique name to ensure no one else has used the same name: ...
The Most Dangerous Game
The Most Dangerous Game By Richard Connell Originally posted in Collier’s on January 19, 1924 Also available in paperback OFF there to the right—somewhere—is a large island,” said Whitney. “It’s rather a mystery——” “What island is it?” Rainsford asked. ...
Nextcloud
Nextcloud is installed as an Add-On in Home Assistant. The Data dir is linked to a TerraMaster NAS folder named nextcloud using Samba/SMB. Running OCC Commands: Not yet setup Configure debugging: https://developers.home-assistant.io/docs/operating-system/d...
Jellyseer
Installed on server: Media PC, port 5055 using Docker URL: http://192.168.100.100:5055, http://jaggedjax.chickenkiller.com:5055/ Jellyseer install docs: https://docs.jellyseerr.dev/getting-started/docker?docker-methods=docker-cli Location: /opt/jellyseerr ...
Jellyfin
Logs: /var/log/jellyfin Plugin dir: /var/lib/jellyfin/plugins/ Other/Config dir: /etc/jellyfin/
Tdarr
Automatic video transcoding to H.265 - A more modern and space efficient format Tdarr server Running as a Home Assistant addon: https://home.freakycowbot.com/hassio/addon/db21ed7f_tdarr/info UI: http://homeassistant.local:8265 Tdarr nodes Home Assista...
Mounting Network shares with fstab
Auto Mounting a Network SMB or CIFS Drive As always, backup your working fstab first:sudo cp /etc/fstab /etc/fstab.bak The following is a way to automatically mount a network share without the risk of it blocking you computer from booting. This is useful for...
RustDesk
Installed on server: Media PC as a service. Ports forwarded in router per RustDesk install directions. ID Server: jaggedjax.chickenkiller.com Public Key: fKM0a7UF+m6HZkxNuqVbkaaPzGKY8RAGjjVUmwsGoPc= Client Setup You can access your install scripts for ...
ControlD
Hosted on: Unifi Cloud Gateway Ultra IP: 192.168.1.1 The ControlD application is installed on this router to manage DNS. Install SSH into router Docs: https://help.ui.com/hc/en-us/articles/204909374-Connecting-to-UniFi-with-Debug-Tools-SSH Run ...
Server Investigations
Low Disk Space Running out of disk space can cause all sorts of havoc. Get list of directories & files that are taking up the most space. This checks from the current dir, but replace the * with a specific dir to check it specifically. du -hsx * | sort -rh ...
Percona Tools
Percona Tools can help perform schema updates on a busy DB without needing to take it offline. You will need enough performance overhead to perform the migration and keep up with normal traffic at the same time. WARNING: Altering a busy DB table with lots of ...