sveip / hassio-doc-good-to-know

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hassio

razberry

  • add dtoverlay=pi3-miniuart-bt to config.txt

  • and add the following to configuration.yaml

    # Z-wave
    zwave:
      usb_path: /dev/ttyAMA0
    

X-forwarding to windows

Do:

  1. sudo cp /home/pi/.Xauthority /root/.Xauthority
  2. Enable X-frwarding in Putty (config->connection->ssh->x11
  3. Start Xming on windows
  4. Connect and start gui app

USB drive filesystem

Update Postgres

https://matrixpost.net/upgrade-postgresql-from-version-9-to-10-on-ubuntu/

Satic IP with netplan on ubuntu

# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
  version: 2
  renderer: networkd
  ethernets:
    enp0s3:
     dhcp4: no
     addresses: [192.168.1.222/24]
     gateway4: 192.168.1.1
     nameservers:
       addresses: [8.8.8.8,8.8.4.4]

About

License:MIT License