2023-02-06 16:11:51 +01:00
|
|
|
Screenresolution
|
|
|
|
xrandr --rate 120
|
|
|
|
|
2023-02-01 17:15:13 +01:00
|
|
|
Start VM without sudo
|
2023-02-11 11:07:07 +01:00
|
|
|
virsh --connect qemu:///system start win10
|
2023-02-01 17:15:13 +01:00
|
|
|
|
2023-01-22 18:47:25 +01:00
|
|
|
Disable Suspend
|
|
|
|
https://wiki.archlinux.org/title/Power_management#Disabling_suspend
|
|
|
|
|
2023-02-08 16:14:43 +01:00
|
|
|
Git Crendential Helper Store (to store credentials)
|
2023-01-22 18:53:49 +01:00
|
|
|
git config credential.helper store
|
|
|
|
|
2023-01-23 11:33:24 +01:00
|
|
|
NEOMUTT
|
|
|
|
Delete Emails with d + $ to sync
|
2023-01-22 18:47:25 +01:00
|
|
|
|
2023-01-23 19:50:29 +01:00
|
|
|
DISABLE Suspend and Hibernation
|
|
|
|
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
|
2023-02-11 17:22:33 +01:00
|
|
|
|
2023-01-23 19:50:29 +01:00
|
|
|
REBOOT & CHECK Status
|
|
|
|
sudo systemctl status sleep.target suspend.target hibernate.target hybrid-sleep.target
|
|
|
|
|
|
|
|
|