Skip to content

Instantly share code, notes, and snippets.

@cerealskill
Created January 11, 2019 13:04
Show Gist options
  • Select an option

  • Save cerealskill/88b2a89d27be6d20dea15742c85c623a to your computer and use it in GitHub Desktop.

Select an option

Save cerealskill/88b2a89d27be6d20dea15742c85c623a to your computer and use it in GitHub Desktop.
Zona Horaria Chile (Santiago) CentOS 7x
#!/bin/bash
cp /etc/localtime /root/old.timezone
rm -fr /etc/localtime
ln -s /usr/share/zoneinfo/America/Santiago /etc/localtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment