Don’t mind if I do! 🍴
- 0 Posts
- 4 Comments
thefartographer@lemm.eeto Selfhosted@lemmy.world•What OS should I use for self-hosting that doesn't require extensive terminal knowledge?English4·3 months agoJust from the handful of OSs I’ve tried, I’d suggest Ubuntu desktop again.
As for docker, I’d say to get docker and docker compose setup. Once you’re running in docker compose, adding machines is often as simple as editing some markup in a text editor.
But my final suggestion is to crawl before you walk before you run. Start slow in the terminal. Instead of using your file explorer, navigate directories using the terminal and then open the directory you need into the file explorer using the terminal.
Want a new file? Use
touch
. Want a new directory? Usemkdir
. Eventually, it’ll become annoying to open a file from your explorer when you could just open it from the terminal. Then, you’ll get annoyed with text editors and want to reduce your context switches by using vim.Also,
--help
is your best friend when trying to figure out commands. You got this! Feel free to send me a message if you wanna chat and have any questions when you’re ready to start dipping your toes. I’m far from an expert, but I’ve made some progress of my own and eventually we might learn a thing or two together.
thefartographer@lemm.eeto Linux@lemmy.ml•Why disable ssh login with root on a server if I only log in with keys, not password?772·3 months ago- Swiss cheese slices: make them holes too tight.
- When you run everything as root, if you fuck your shit, your shit’s fucked.
“Best practices” tend to come from other people’s whoopsies. But it’s always good to question things, too.
I just reported a question, not because of the content of the question but because the buttons were formatted strangely and clocking on them caused the question to refresh. It was about cassettes vs CDs.
Other than that, this is pretty fucking legit. What a simple, fun, useful tool! And I mean simple as in “easy to explain,” not “easy to make.”
Thank you for sharing!!!
ETA: I just got served either the same question twice (with a different question between each time), or found duplicate questions. If the same question twice, I’d be concerned about individuals skewing results. If a duplicate question is being submitted, it might be helpful (albeit slower) to run word matches against strings and then check the IP address of the submitter (if you record that) on anything with over 90% match and then let that user know they’ve already submitted this question.