removing display
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
22
status.md
22
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.
|
||||
|
||||
Reference in New Issue
Block a user