From 67fb22a8473c1b83424723de1cb25c9de1664d8a Mon Sep 17 00:00:00 2001 From: raabe Date: Wed, 19 Jul 2023 10:48:21 +0200 Subject: [PATCH] Create Setup Computer Debian 12 --- Setup-Computer-Debian-12.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Setup-Computer-Debian-12.md diff --git a/Setup-Computer-Debian-12.md b/Setup-Computer-Debian-12.md new file mode 100644 index 0000000..e2b611c --- /dev/null +++ b/Setup-Computer-Debian-12.md @@ -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: \ No newline at end of file