Add Time and Date category and entry
This commit is contained in:
parent
eaf7a7a4c2
commit
7bf0c1befb
13
README.md
13
README.md
@ -90,6 +90,7 @@ For more terminal shell goodness, please also see this list's sister list [Aweso
|
|||||||
- [Software Update](#software-update)
|
- [Software Update](#software-update)
|
||||||
- [Spotlight](#spotlight)
|
- [Spotlight](#spotlight)
|
||||||
- [System Integrity Protection](#system-integrity-protection)
|
- [System Integrity Protection](#system-integrity-protection)
|
||||||
|
- [Time and Date](#time-and-date)
|
||||||
- [Terminal](#terminal)
|
- [Terminal](#terminal)
|
||||||
- [Alternative Terminals](#alternative-terminals)
|
- [Alternative Terminals](#alternative-terminals)
|
||||||
- [Shells](#shells)
|
- [Shells](#shells)
|
||||||
@ -1322,6 +1323,18 @@ Reboot while holding <kbd>Cmd</kbd> + <kbd>R</kbd>, open the Terminal applicatio
|
|||||||
csrutil enable && reboot
|
csrutil enable && reboot
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Time and Date
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Status
|
||||||
|
sudo systemsetup getusingnetworktime
|
||||||
|
|
||||||
|
# Enable (Default)
|
||||||
|
sudo systemsetup setusingnetworktime on
|
||||||
|
|
||||||
|
# Disable
|
||||||
|
sudo systemsetup setusingnetworktime off
|
||||||
|
```
|
||||||
|
|
||||||
## Terminal
|
## Terminal
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user