Update Setup Computer Debian 11
@@ -1,6 +1,14 @@
|
||||
**Prepare Computer**
|
||||
|
||||
- Install a Debian 11 Desktop 64 Bit, username: control with sudo permissions
|
||||
- Install a Debian 11 Desktop 64 Bit, username: control with sudo permissions (add control to group sudo)
|
||||
- disbale sleep modes in /etc/systemd/sleep.conf
|
||||
```
|
||||
[Sleep]
|
||||
AllowSuspend=no
|
||||
AllowHibernation=no
|
||||
AllowSuspendThenHibernate=no
|
||||
AllowHybridSleep=no
|
||||
```
|
||||
- Add various packages:
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user