Have you tried the Raspberry Pi Image Generator?
Have you tried the Raspberry Pi Image Generator?
Someone who doesn’t use the distro is saying a tool ‘is a must’ when I do use the distro and have never needed it. You do you, but the point of my original comment was that it’s a valid distro for Europeans wanting a non-US option. Doesn’t mean you need to like it or use, but others might.
So you find Gnome & KDE ugly? I’ve never needed to use Yast for any system configuration. Having BTFRS with snapshots as default makes it a great distro.
SUSE/OpenSUSE seems like a much more European option
Shorthand is hard to learn from and hard to troubleshoot in complicated scripts.
From the Windows side (assuming you’re using Windows to connect, considering it’s RDP and not VNC), you can open PowerShell and test to see if the Raspberry Pi is even listening for RDP connections with:
Test-NetConnection x.x.x.x -port 3389
Replace x.x.x.x with the IP address of the Raspberry Pi. If it shows successful, then the Raspberry Pi is listening for RDP connections.
Do you know what RDP package you installed, and what operating system you’re running (Bookworm, Bullseye, etc)? I don’t have a raspberry pi with a desktop to test on, but if you’re using xrdp you could try:
sudo systemctl status xrdp
Does this give any input? If not, then you’ll need to know what package you installed to get RDP, assuming one is still installed even. If it does give you a message it might be a hint as to why it’s not working.
If you get output from the above command you can also try:
sudo journalctl -b | grep -C 2 xrdp
There are much better ways of searching journalctl but I’m a noob too. The -b returns only errors from the last boot time, the -C returns that many lines before and after a match is found.
deleted by creator
For me it’s that Tumblweed at least uses BTRFS by default, so rolling back to a previous snapshot is a breeze if needed.
I tipped him well
I can’t tell if that’s supposed to be sarcasm, but if not you were encouraging his bad behaviour.
Sounds like you need to familiarise yourself with PowerShell and Group Policy.
Vbox will create a bridge with my wifi card (I’m a laptop user with no option for a wired nic in the host).
I’ve never been able to get kvm to do that and haven’t found any working instructions online that a simpleton like me can follow
So what is your suggestion for a viable alternative that auditors will also accept?
I don’t have a better answer for OP, but telling them to switch distros is also not answering their question at all.
I would highly recommend against installing a pirated version of Windows like BearOfATime suggests (at least via the second link he provided) - it could cause trouble for both you and your school.
There’s a docker image already that makes it easy to deploy and use, no compiling required.
Have you checked out Stirling-PDF?
This is why I prefer using Distrobox on my personal computer. No package for Signal-Desktop? No problem, run it through a Debian container using Distrobox.
Love their ‘terms of service’ and complete lack of privacy policy (at least for me, the link is not showing any policy). Whoever pays for this nonsense gets what they deserve.
I finally bought Tears of the Kingdom a few weeks ago, still working my way through it. I love just wandering around finding secrets, shrines and Koroks, although I just made it to the Wind Temple. I expect to spend a lot of time just in this game!
This isn’t the Raspberry Pi Imager - it’s a tool to build custom images. From the GitHub: A tool to generate highly customised software images for Raspberry Pi devices.