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:22] 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 12: | Line 16: | ||
* Add login(s) to groups (use ''id -a raspex'' to identify list of groups needed for admin login)<code>usermod -a -G list,of,group,names yourlogin | * Add login(s) to groups (use ''id -a raspex'' to identify list of groups needed for admin login)<code>usermod -a -G list,of,group,names yourlogin | ||
</code> | </code> | ||
+ | * Add login to ''/etc/sudoers'' | ||
+ | * Delete default user: ''deluser raspex ; rm -rf /home/raspex'' | ||
==== Disable Auto-Login ==== | ==== Disable Auto-Login ==== | ||
Edit ''/etc/slim.conf'' and change the ''auto_login'' value to ''no'' \\ | Edit ''/etc/slim.conf'' and change the ''auto_login'' value to ''no'' \\ | ||
==== Details ... ==== | ==== Details ... ==== | ||
* Wallpaper location: ''/usr/share/images/bunsen/wallpapers/default'' | * Wallpaper location: ''/usr/share/images/bunsen/wallpapers/default'' | ||
+ | * Disable conky: ''apt remove --purge conky conky-all'' | ||
+ | ==== Packages ==== | ||
+ | * ''apt install xscreensaver'' | ||
+ | * ''apt install git'' | ||
====== Notes ====== | ====== Notes ====== |