this post was submitted on 08 Jun 2023
94 points (100.0% liked)
Free and Open Source Software
17955 readers
2 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
SSH, and then docker compose. Are you familiar with linux CLI? Also, if you're interested in putting files on a server, you can always mount the folders locally with sshfs. SSH is basically enough to make linux preferable to windows for anyone who likes to tinker or do anything remotely. And it's not going away either. The SSH knowledge I gained a decade ago is still completely relevant.
I am! Well, sort of. I never really learned how to write scripts to automate anything, so I have severely limited myself. I do know a lot of common commands and how look stuff up in man pages. I am comfortable just not competent with linux CLI.
I guess I have my work cut out for me. I will probably reinstall the OS, something more lightweight. Since I am making a server I would like it to be headless. It is an older machine, HP Elitedesk G1, so it is small and gets loud when it does anything.
Thank you!