From 7bf0c1befba716c67534dac23d4adf1d3b2d81a6 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Wed, 30 Dec 2015 22:52:08 +0100 Subject: [PATCH] Add Time and Date category and entry --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 34e6a35..79c3333 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ For more terminal shell goodness, please also see this list's sister list [Aweso - [Software Update](#software-update) - [Spotlight](#spotlight) - [System Integrity Protection](#system-integrity-protection) + - [Time and Date](#time-and-date) - [Terminal](#terminal) - [Alternative Terminals](#alternative-terminals) - [Shells](#shells) @@ -1322,6 +1323,18 @@ Reboot while holding Cmd + R, open the Terminal applicatio csrutil enable && reboot ``` +### Time and Date + +```bash +# Status +sudo systemsetup getusingnetworktime + +# Enable (Default) +sudo systemsetup setusingnetworktime on + +# Disable +sudo systemsetup setusingnetworktime off +``` ## Terminal