From 5b006b2cea63221db9cb4df8c1971488102c2d06 Mon Sep 17 00:00:00 2001 From: Rakshit Kumar Singh Date: Wed, 25 Mar 2026 12:07:40 +0530 Subject: [PATCH] removing display --- status.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/status.md b/status.md index 1067eb3..cb1efb9 100644 --- a/status.md +++ b/status.md @@ -1,4 +1,24 @@ 1. No suspension +```bash sudo systemctl mask suspend.target sleep.target hibernate.target hybrid-sleep.target -sudo reboot +``` + +- After this a system restart is required. + +2. Disable display + +```bash +sudo systemctl set-default multi-user.target +``` + +- After this a system restart is required. + +3. Connecting to pmos by wire ssh + +```bash +ssh user@172.16.42.1 +``` + +- After this we need to make sure that wifi ssh also works. +- Restarting and managing credential permissions fixes most issues.