diff --git a/TuringPi/compute-modules.md b/TuringPi/compute-modules.md index 3d06c5f..6faf9e1 100644 --- a/TuringPi/compute-modules.md +++ b/TuringPi/compute-modules.md @@ -59,7 +59,10 @@ echo "pleb ALL=(ALL:ALL) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/pleb ``` ``` +sudo hostnamectl set-hostname + sudo dpkg-reconfigure locales + sudo timedatectl set-timezone Europe/Paris ```