Tips, tricks and manuals
Je bent niet ingelogd.
download the image Ubuntu for Raspberry Pi 4
https://ubuntu.com/download/raspberry-p … rm64+raspi
copy the image to the SD card with Raspberry Pi Imager
put in the SD card and power on your Raspberry Pi 4
user = ubuntu
pass = ubuntu
change your password
sudo apt update
sudo apt upgrade
sudo apt dist-upgrade
systemctl reboot -i
git clone https://github.com/wimpysworld/desktopify.git
cd ./desktopify
sudo ./desktopify --de ubuntu-mate
wait a while
sudo reboot
login
open terminal
sudo nano /boot/firmware/usercfg.txt
add this:
disable_overscan=1
ctrl-x
y (yes save) and reboot
sudo apt-get install libgles2-mesa libgles2-mesa-dev xorg-dev
sudo apt install apache2
check if its up and running
sudo systemctl status apache2
ctrl-c to end
sudo ufw allow 'Apache Full'
sudo ufw enable
check
sudo ufw status
check
yup your site is there!
You're good to go!
Offline