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