From d967a5f44b399ef9a445e0a45f3a0e31b4bcfa1e Mon Sep 17 00:00:00 2001 From: Fabio Date: Tue, 26 Aug 2025 22:56:37 +0800 Subject: [PATCH] Aggiorna README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2bf2d82..2a6a929 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ EndSection ## 05 xfce4 -#### 05 Auto-login xfce4 +#### 5A Auto-login xfce4 sudo nano /etc/lightdm/lightdm.conf nella sezione @@ -147,11 +147,11 @@ inserire autologin-user=orangepi -#### Disabilitare start di xfce4 al boot +#### 5B Disabilitare start di xfce4 al boot sudo systemctl disable lightdm.service -#### Start xfce4 manuale +#### 5C Start xfce4 manuale sudo systemctl start lightdm.service