Private
Public Access
11
1

Update Setup Computer Debian 12

2023-11-03 15:02:21 +01:00
parent ebf1445e36
commit 96dc7e5db9

@@ -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]