03-04-2020

This commit is contained in:
2020-04-03 08:23:52 +02:00
parent 40622b4d98
commit 4e729b80c6
6 changed files with 286 additions and 78 deletions

View File

@@ -0,0 +1,40 @@
# Hackintosh
[Darkwake - Powernap - Power Management - Sleep & wake (Catalina)](https://www.insanelymac.com/forum/topic/342002-darkwake-on-macos-catalina-boot-args-darkwake8-darkwake10-are-obsolete/)
#### Darkwake:
Par défaut Catalina 10.5.1: `Darkwake = 3`
#### Power Management:
Réglages courants:
```bash
pmset -g
```
Réglages recommandés:
```bash
sudo pmset -a hibernatemode 0
sudo pmset -a proximitywake 0
sudo pmset -a powernap 0
```
Voir ce qui empêche la mise en veille:
```bash
pmset -g assertions
```
Historique:
```bash
pmset -g log|grep -e " Sleep " -e " Wake "
```

View File

@@ -30,6 +30,12 @@ Changer le port ssh (22 par défaut) sur macOS:
#### SeKey
https://github.com/sekey/sekey
**12.6.1 HTTPS vs SSH**
If you think you have SSH set up correctly and yet you are still challenged for credentials, consider this: for the repo in question, have you possibly set up GitHub, probably called origin, as an HTTPS remote, instead of SSH?