User Tools

Site Tools


tech:rpi:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tech:rpi:start [2018/12/10 16:46]
rk4n3
tech:rpi:start [2018/12/10 18:14] (current)
rk4n3
Line 1: Line 1:
 <typo fs:​xx-large;​ fw: bold;>​Raspberry Pi</​typo>​ <typo fs:​xx-large;​ fw: bold;>​Raspberry Pi</​typo>​
-====== RaspEX ​Ubuntu on RPi 3 Model B+ ====== +====== RaspEX ====== 
- +===== Installation ===== 
 +  * Write image onto MicroSD 
 +  * Boot, take note of MAC addresses and add to LAN DHCP/DNS accordingly 
 +  * Run the ''​resize_rootfs.sh''​ script as ''​root''​ (its in ''/​root''​) 
 +  * Change hostname (in both ''/​etc/​hostname''​ and ''/​etc/​hosts''​) and reboot 
 +===== 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) ==== 
 +  * Create desired login(s)<​code>​groupadd -g 1xx0 yourgroup 
 +useradd -u 1xx0 -g 1xx0 -d /​home/​yourlogin -s /bin/bash -c "Your Name" -m yourlogin</​code>​ 
 +  * 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>​ 
 +  * Add login to ''/​etc/​sudoers''​ 
 +  * Delete default user: ''​deluser raspex ; rm -rf /​home/​raspex''​ 
 +==== Disable Auto-Login ==== 
 +Edit ''/​etc/​slim.conf''​ and change the ''​auto_login''​ value to ''​no''​ \\ 
 +==== Details ... ==== 
 +  * 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 ======
tech/rpi/start.1544482007.txt.gz · Last modified: 2018/12/10 16:46 by rk4n3