Ubuntu ADMIN - jordy33/turbogears_tutorial GitHub Wiki
Check Space
du -ah / | sort -r -h | head -n 10
Disable login with MQTT
Edit conf:
vim /etc/mosquitto/conf.d/default.conf
Insert the following
allow_anonymous false
password_file /etc/mosquitto/passwd
listener 1883
listener 8000
protocol websockets
log_dest none
Remove password
Open terminal window and type:
sudo visudo
In the bottom of the file, type the follow:
username ALL=(ALL) NOPASSWD: ALL