This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tech:rpi:start [2018/12/10 18:02] rk4n3 |
tech:rpi:start [2018/12/10 18:14] (current) rk4n3 |
||
---|---|---|---|
Line 7: | Line 7: | ||
* Change hostname (in both ''/etc/hostname'' and ''/etc/hosts'') and reboot | * Change hostname (in both ''/etc/hostname'' and ''/etc/hosts'') and reboot | ||
===== Initialization Tips & Tricks ===== | ===== Initialization Tips & Tricks ===== | ||
+ | ==== Date/Time ==== | ||
+ | * Set timezone: ''dpkg-reconfigure tzdata'' | ||
+ | * Calibrate date/time: ''ntpdate us.pool.ntp.org'' | ||
+ | * Edit ''/etc/ntp.conf'' and start NTPD with ''/etc/init.d/ntp start'' | ||
==== Migrate user(s) ==== | ==== Migrate user(s) ==== | ||
* Create desired login(s)<code>groupadd -g 1xx0 yourgroup | * Create desired login(s)<code>groupadd -g 1xx0 yourgroup |