Last active
August 22, 2023 09:38
-
-
Save ghostflare76/25a8432beb20a5149cd0de5551e065dd to your computer and use it in GitHub Desktop.
서버간 1:1 시간 동기화
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo date --set "$(ssh 계정@127.0.0.1 'date -u')"` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment