From 96dc7e5db9f29ad7106d922cb5b9b7409c202297 Mon Sep 17 00:00:00 2001 From: raabe Date: Fri, 3 Nov 2023 15:02:21 +0100 Subject: [PATCH] Update Setup Computer Debian 12 --- Setup-Computer-Debian-12.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Setup-Computer-Debian-12.md b/Setup-Computer-Debian-12.md index fc65f27..16fd5c7 100644 --- a/Setup-Computer-Debian-12.md +++ b/Setup-Computer-Debian-12.md @@ -3,6 +3,13 @@ For use with orocos, trying to avoid Orchestra.... - Install a Debian 12 Desktop 64 Bit, username: control with sudo permissions (add control to group sudo and to dialout) +``` +su - +apt install sudo +usermod -a -G sudo,dialout control + +``` + - disable sleep modes in /etc/systemd/sleep.conf ``` [Sleep]