Hi,
ich habe bereits Ubuntu18 als Subsystem auf Win10 installiert, siehe unten .
Suche aber eine Lösung das bei Neustart von Windows 10 und Ubuntu die SSH und IOBroker dienste automatisch zu starten, kann einer helfen ?
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install ssh
sudo nano /etc/ssh/sshd_config
Von no zu yes
PasswordAuthentication yes
ChallengeResponseAuthentication yes
Mit STRG + O und STRG + X speichern/schließen
sudo /etc/init.d/ssh start
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y build-essential libavahi-compat-libdnssd-dev libudev-dev libpam0g-dev nodejs
curl -sL https://raw.githubusercontent.com/ioBroker/ioBroker/stable-installer/installer.sh | bash -
sudo chmod 777 /opt/iobroker
iobroker stop
iobroker start
iobroker restart
iobroker status