Grafana
-
How to start a Raspberry Pi in Grafana and disable screensaver
.
sudo nano /home/pi/.config/lxsession/LXDE-pi/autostart Paste this: @xset s 0 0 @xset s noblank @xset s noexpose @xset dpms 0 0 0 @/usr/bin/chromium-browser…
-
Containers listen on default ports despite you don’t publish them
.
This is a very weird phenomenon that I found out the other day. When people make container images they usually EXPOSE…