Raspberry configuration

AJA • March 29, 2020

raspberry

Raspbian is a free operating system based on Debian, optimised for the Raspberry Pi hardware.

Panel

Desktop preferences

Remove unnecesary "Recommended software"

Shutdown script with geekworm x735 power

#Download run script
wget https://raw.githubusercontent.com/geekworm-com/x730-script/master/x730.sh

#Setting file attributes
sudo chmod +x x730.sh

#Install the script
sudo bash x730.sh

#Setting up the command to turn off X730 from software
printf "%s\\n" "alias x730off='sudo x730shutdown.sh'" >> ~/.bashrc

#Reboot the Raspberry Pi
sudo reboot

#Powering off the Raspberry Pi from software
x730off