Browsing the archives for the Linux category.

Ubuntu: Hardware Clock = Local Time

Linux, Ubuntu

Baru nginstall server Ubuntu 9.04 64-bit, sempet bingung kok jam server jadi lebih maju 7 jam lebih awal. Ternyata default Ubuntu nganggep “hardware clock” sebagai UTC (Universal Time, Coordinated) atau lebih dikenal dengan GMT. Otomatislah Ubuntu nambahin +7 jam UTC tersebut.

Buat yang hardware clocknya memang di-set local time, tinggal merubah file /etc/default./rcS

# Set UTC=yes if your system clock is set to UTC (GMT)
UTC=no

Semoga membantu.

Ref: https://help.ubuntu.com/community/UbuntuTime

No Comments

How to turn off, restart, and shutdown Linux

Linux

Kadang lupa gimana cara matiin komputer dengan sopan dengan Linux. :)

How to turn off, restart, and shutdown Linux.

2 Comments