How to check temperature from bash console

Just install apt install lm-sensors and then sensors and done. You can now monitor it in a window with for example watch -n 1 sensors and it will refresh each second. Depending on system, output can be different but all supported temps and devices will be mapped and showed. Example from RPI 4 Example from … Read more

Network Configuration using netplan

I came back after 2 years – literally 2 years, look! And some things changed… This time I’m facing new ways of network configuration but it’s simpler now! With netplan you have a nice file with good documentation and example config files that probably have what you need after changing some IPs. In my case … Read more