-
11Powerbutton
I use the following repo:
-
12Additional steps
Cool lookin' Retro Terminal
sudo apt-get install cool-retro-term
Overclock
https://beebom.com/how-overclock-raspberry-pi-4/amp/
Autostart VNC
sudo apt-get install tightvncserver
sudo nano /etc/rc.localAdd the following lines (between "fi" and "exit 0") -> replace "cyberdude" with your username:
# start VNC Server
su - cyberdude -c '/usr/bin/vncserver :1 -geometry 1920x1080 -depth 16'
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.