Merge pull request #6 from Hummer12007/patch-1
Add a command to show the CPU name
This commit is contained in:
commit
db23216ec9
@ -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