Added a command to show the CPU name
This commit is contained in:
parent
376ca0001c
commit
54d4a27be4
@ -341,6 +341,11 @@ networksetup -listallhardwareports
|
|||||||
system_profiler SPDisplaysDataType | grep Resolution
|
system_profiler SPDisplaysDataType | grep Resolution
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Show CPU Brand String
|
||||||
|
```bash
|
||||||
|
sysctl -n machdep.cpu.brand_string
|
||||||
|
```
|
||||||
|
|
||||||
### Power Management
|
### Power Management
|
||||||
|
|
||||||
#### Prevent System Sleep
|
#### Prevent System Sleep
|
||||||
|
Loading…
Reference in New Issue
Block a user