Raspberry Advanced 🥧
SSH
Below are a number of limitations or things to be aware of when using SSH with your Raspberry Pi.
- Unable to use
pip install
or pip3 install
Solution: Instead use apt-get
- Unable to launch a
Tkinter
or any GUI
Solution: To have a GUI open remotely, you first need to set the $DISPLAY variable using the following command: export DISPLAY=:0.0
Upon running the program again, it will launch.
Cron Jobs
https://linuxize.com/post/scheduling-cron-jobs-with-crontab/
Change Boot Splash Screens
Resize Root Partition
See this guide, if you need to allocate more memory to the root partition.
Home | Raspberry Pi Introduction | Setup eduroam on RPi 3