this post was submitted on 23 Aug 2023
7 points (100.0% liked)

Linux 101 stuff. Questions are encouraged, noobs are welcome!

1026 readers
1 users here now

Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.

founded 1 year ago
MODERATORS
 

How can I set up a desktop on my DietPi machine that's always up, then remotely access it on my main Windows machine? I'm very Linux illiterate and everything I touch breaks, so I'd like to slowly learn with a desktop in a way that kinda makes sense

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

First, install the OS. Then, install SSH and configure it. Watch a tutorial for it, it's not the simplest thing in the world. If you need not only terminal but also graphical access, then install and configure a VNC or RDP client, the tutorial is probably going to cover this though.

If you just want to learn linux though, it makes more sense to install it on a virtual machine in your windows system, or even on a separate partition.

[โ€“] [email protected] 1 points 1 year ago

I've been using SSH, but I need visuals for some things. Thank you, I'll look into it