Skip to content

Instantly share code, notes, and snippets.

@arcostasi
Created June 30, 2016 17:20
Show Gist options
  • Save arcostasi/e01c8c24a23efd761740b9c8cd5d6c13 to your computer and use it in GitHub Desktop.
Save arcostasi/e01c8c24a23efd761740b9c8cd5d6c13 to your computer and use it in GitHub Desktop.
Alterando Timezone do Linux e ajustando a hora automaticamente
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