-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup Raspberry Pi 4 Ubuntu Server #80
Comments
Out of stock everywhere ... |
https://www.raspberrypi.com/software/ Waiting ... (going to do some house work while this runs in the background ...) |
2am ... gonna leave this and get some sleep. really need to dwyl/sleep#53 ... 🛌 |
$ sudo apt-get install openssh-server |
Working. Now back to the fun part! #79 |
Be patient ... the default is |
Connect the Ubuntu Server to Wifi: $ ls /sys/class/net
eth0 lo wlan0 Make a note of the interfaces. |
Step 2: Edit the Netplan configuration file with the wifi interface detail
Add the network details to the file including the password in $ sudo netplan generate
$ sudo netplan apply |
Appears to have worked. and SSH works out-of-the-box on Server edition: ssh ubuntu@192.168.1.197
$ whoami
ubuntu |
Running "desktopify" so I have a basic UI to view |
OK. it was definitely a mistake to "desktopify" the server to full Ubuntu ... Lesson learned. Just run it as a server and do the GUI stuff from my main (Mac) computer. Or perhaps consider using Lubuntu next time: https://en.wikipedia.org/wiki/Lubuntu |
Scratch that "Lubuntu" doesn't appear to support Raspberry Pi (ARM) ... 🙄 |
Ordered a Raspberry Pi 4 8GB last year when they were still available ... (right now they are sold-out everywhere ...)
But didn't set it up as way too many things to do. ⏳
Now I have a good excuse to set it up to run
Gogs
on it. #79ssh
into the Pi from MacThe text was updated successfully, but these errors were encountered: