How to setup ubuntu, docker-compose and home assistant, with a zigbee dongle and portainer
sudo apt update
sudo apt upgrade -y
How to setup ubuntu, docker-compose and home assistant, with a zigbee dongle and portainer
sudo apt update
sudo apt upgrade -y
remove all crap from windows Get-AppXPackage | Remove-AppXPackage
get back windows store Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
remove all tiles and crap on start menu
#Requires -RunAsAdministrator
$START_MENU_LAYOUT = @"
project/
directory and project.git/
directorycd project.git && git init --bare
cd project.git/hooks && touch post-receive
chmod +x post-receive
git remote add production [email protected]:/var/www/project.git