Skip to content

Instantly share code, notes, and snippets.

@felipedavi
Created May 31, 2021 17:28
Show Gist options
  • Save felipedavi/9a6c7d2beb838bc9710f8345915b177e to your computer and use it in GitHub Desktop.
Save felipedavi/9a6c7d2beb838bc9710f8345915b177e to your computer and use it in GitHub Desktop.
Keep Linux Time Synchronized without NTP
#!/usr/bin/env bash
# Manter Horário Linux Sincronizado sem NTP
# ------------------------------------------------------------------
sudo date +%s -s @$(curl -s http://pcdsh01.on.br/RelogioServidor.php) > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment