Create Setup Computer Debian 12
17
Setup-Computer-Debian-12.md
Normal file
17
Setup-Computer-Debian-12.md
Normal file
@@ -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:
|
||||
Reference in New Issue
Block a user