03-04-2020
This commit is contained in:
40
docs/macos/Divers/Hackintosh.md
Normal file
40
docs/macos/Divers/Hackintosh.md
Normal 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 "
|
||||
```
|
||||
|
||||
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user