I hereby claim:
- I am materemias on github.
- I am materemias (https://keybase.io/materemias) on keybase.
- I have a public key whose fingerprint is 0AB9 220B E723 7943 BAC9 FE64 B490 10DE 4C39 0922
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Command + R during bootcsrutil authenticated-root disable to disable signature validation on the bootable snapshotsioreg -l | grep board-id to get your board ID and write it down.| #!/usr/bin/env python3 | |
| import argparse | |
| from math import ceil, floor | |
| sign = lambda amt: -1 if amt<0 else (1 if amt>0 else 0) | |
| class dobj: |
| #!/usr/bin/env python3 | |
| maint_lookup_table = [ | |
| ( 50000, 0.4, 0), | |
| ( 250000, 0.5, 50), | |
| ( 1000000, 1.0, 1300), | |
| ( 5000000, 2.5, 16300), | |
| (10000000, 5.0, 141300), | |
| (20000000, 10.0, 641300), |
| #~/.config/systemd/user/plasma-restart.service | |
| #systemctl --user enable plasma-restart.service | |
| #systemctl --user start plasma-restart.service | |
| #systemctl --user status plasma-restart.service | |
| #systemctl --user stop plasma-restart.service | |
| #sudo loginctl enable-linger <username> | |
| #systemctl --user daemon-reload | |
| #systemctl --user daemon-reexec | |
| [Unit] | |
| Description=Restart plasmashell after resuming |