You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo adduser jacob
sudo usermod -a -G sudo jacob
sudo usermod -a -G gpio jacob
sudo su - jacob
mkdir ~/.ssh
curl "https://github.com/jsayles.keys" -s -o ~/.ssh/authorized_keys
Run the pitools install script
git clone https://github.com/jsayles/pitools.git
cd pitools
sudo ./install.sh
Other Userful Commands
Set Timezone
sudo timedatectl set-timezone America/Vancouver
Disable Wifi Power Save
sudo iw dev wlan0 get power_save
sudo iw dev wlan0 set power_save off