This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tech:rpi:start [2018/12/10 17:50] 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 | ||
Line 18: | Line 22: | ||
==== Details ... ==== | ==== Details ... ==== | ||
* Wallpaper location: ''/usr/share/images/bunsen/wallpapers/default'' | * Wallpaper location: ''/usr/share/images/bunsen/wallpapers/default'' | ||
- | * Disable conky: ? | + | * Disable conky: ''apt remove --purge conky conky-all'' |
+ | ==== Packages ==== | ||
+ | * ''apt install xscreensaver'' | ||
+ | * ''apt install git'' | ||
====== Notes ====== | ====== Notes ====== |