This is an old revision of the document!
apt-get install sudo
usermod -a -G sudo adam
/etc/ssh/sshd_config
, set PasswordAuthentication to yessudo service ssh restart
sudo apt-get install vim
groupadd -g 1024 exchangers usermod -a -G exchangers adam
apt-get install nfs-common
/etc/fstab
: gusion.lan:/mnt/pool1/exchange /srv/gusion nfs defaults 0 0
sudo mount -a
BEFORE FIRST BOOT
mount the boot partition.
1) make yourself a user
echo "myuser:$(echo 'mypassword' | openssl passwd -6 -stdin)" > userconf
2) enable ssh
touch ssh
yes, that's all. really. blank file.
3) if you want wifi:
make wpa_supplicant.conf
.
if it's wpa3/wpa2 mixed:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=US network={ ssid="Your network name/SSID" psk="Your WPA security key" key_mgmt=WPA-PSK-SHA256 ieee80211w=2 }
if it's just wpa2, remove the ieee80211w=2
line