insignia One technophile's reference library
Home | Recommended | About

Atomic Pi basic Debian setup

I think of the Atomic Pi as a great value, but with an extremely touchy side. Some notes about the system itself:

Some notes about the Debian install:

#Install latest 'light' Debian from bootable USB flash drive
#If you want to install a desktop, wait to install it until after you have completed the initial system install
#Prep for additional installs
apt install update
#Install SSH server
apt install openssh-server
#Install sudo
apt install sudo
#Make user sudoer
usermod -aG sudo USERNAME


©2018 kab | kab@bestul.us | Powered by GitHub Pages