Update home assistant operating system from virsh guest console

    📅 August 25 2024

    Update to Home Assistant Operating System is based on the release in Github. It means we may fall in the Error updating Home Assistant Operating System: Can't fetch OTA update from https://github.com/home-assistant/operating-system/releases/download/13.1/haos_ova-13.1.raucb in the place where GitHub is not accessible. This post show a temporary solution. 🔗 Read more...

    Update home assistant supervisor from virsh guest console

    📅 August 24 2024

    homeassistant migrates image registry from Docker Hub to Github container registry. For example, the image link of supervisor changes from home-assistant/amd64-hassio-supervisor:2024.08.0 to ghcr.io/home-assistant/amd64-hassio-supervisor:2024.08.0. It is very difficult to access ghcr.io directly in China. Therefore, it is impossible to directly update supervisor, etc. This post show a temporary solution. 🔗 Read more...

    Set up an application-level proxy via proxychains

    📅 August 23 2024

    This is a short guide to set up a proxy on a Linux system. 🔗 Read more...

    Create an empty Jekyll site step by step

    📅 August 18 2024

    This guide outlines the steps to set up a new Jekyll site on a Linux system. 🔗 Read more...

    Sites worth sharing

    📅 February 13 2020

    Those sites were worth sharing. 🔗 Read more...

    在线证件照制作-最佳实践

    📅 June 20 2024

    证件照最繁琐的是如何抠出最理想的人像图片,比如人物衣服边缘、头发丝等。本实践借助removebg免费版实现了自助制作证件照的最佳实践。 🔗 Read more...

    GPT ports

    📅 April 29 2023

    GPTs and autonomous Agent tools. 🔗 Read more...

    Deply python and install dependencies within Node-RED-addon in Homeassistant

    📅 January 05 2024

    Node RED can be deployed within Home Assistant OS by using the community addon-node-red. Python is not a dependency for the running of node-red, so it was not a built-in in the image. How to add python and install needed dependencies in the addon container. 🔗 Read more...