Private
Public Access
11
1

Create Setup Computer Debian 12

2023-07-19 10:48:21 +02:00
parent 6a4162489f
commit 67fb22a847

@@ -0,0 +1,17 @@
**Prepare Computer**
- Install a Debian 12 Desktop 64 Bit, username: control with sudo permissions (add control to group sudo and to dialout)
- disable sleep modes in /etc/systemd/sleep.conf
```
[Sleep]
AllowSuspend=no
AllowHibernation=no
AllowSuspendThenHibernate=no
AllowHybridSleep=no
```
- set NTP server (if defaults are not working) in /etc/systemd/timesyncd.conf
```
[Time]
NTP=d.psi.ch
```
- Add various packages: