Created
June 30, 2016 17:20
-
-
Save arcostasi/e01c8c24a23efd761740b9c8cd5d6c13 to your computer and use it in GitHub Desktop.
Alterando Timezone do Linux e ajustando a hora automaticamente
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
Adicionar essa linha no .bash_profile | |
export TZ=America/Sao_Paulo | |
# Sincronizar a data e hora com o servidor ntp | |
> ntpdate -u -b bonehed.lcs.mit.edu | |
# ntpdate -u -b <servidor> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment