this post was submitted on 30 Aug 2023
128 points (98.5% liked)

No Stupid Questions

34449 readers
1240 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 1 year ago
MODERATORS
 

Or is that more of a stereotype, and there are some (maybe more?) out there using some form of graphical interfaces/web dashboards/etc.?

It's struck me as interesting how when you look up info about managing servers that they primarily go through command-line interfaces/terminals/etc. It's made me wonder how much of that's preference and how much of it's an absence of graphical interfaces.

you are viewing a single comment's thread
view the rest of the comments
[–] BURN@lemmy.world 26 points 10 months ago (1 children)

GUIs are very limiting. You’re only able to do what the designer wants you to be able to. By using the terminal it’s much simpler to do more complicated tasks (once you’ve gotten past the learning curve).

Also since so many servers are headless (no display outputs) they’ll be remotely logged into, meaning there’s only a terminal to interface with the machine.

[–] ALostInquirer@lemm.ee 2 points 10 months ago (1 children)

This can be true. Part of the reason I ask is that as more data is visual in nature, it seems like it might make it more difficult to manage strictly via CLI, especially since metadata is likely to be lacking in description and even with a descriptive filename and details, it's a picture/video for a reason.

I'm sure there are existing arrangements to handle that though, like web GUIs for any visual media review as needed.

[–] Nibodhika@lemmy.world 6 points 10 months ago (1 children)

Can you give me an example? Sure graphs are quick to spot spikes and such, but outside a webui like you mentioned servers also usually have warning triggers, you know what's better than staring at a graph looking for a spike? Getting paged once a spike happens with information on possible causes and the state of the server. That's very difficult to setup using GUIs, but almost trivial to do if your okay with CLIs.

[–] ALostInquirer@lemm.ee 1 points 10 months ago (2 children)

It's more on the hobbyist end of things, but as an example I was thinking like if you had a server you're using to back up or store photos on, trying to parse it strictly via CLI doesn't seem like it'd be terribly useful.

You'd also want to view the images directly, I'd think, but I'm guessing in that situation you'd just use whatever web UI the software you're using might provide.

[–] Nibodhika@lemmy.world 2 points 10 months ago (1 children)

I have a server I use among other things to backup my photos, I don't understand what you mean by "parse", but I administer my photos through my file explorer as if they were on my computer, because I configured the server to expose a samba share on the folder that I have the pictures.

[–] ALostInquirer@lemm.ee 1 points 10 months ago (1 children)

You got the gist enough despite the term I used & answered what I was wondering about (as did the other person replying), so I appreciate it! Parse was just another way of trying to say see the file in full, filename, additional metadata, & content. With visual media I'd think you'd have to do like you (& they) said, configure it to be opened via something else for a comprehensive review.

I tend to work with visual media more, so for me a CLI feels like more of a backwards approach to navigation & data management.

[–] Nibodhika@lemmy.world 2 points 10 months ago

Yeah, makes sense, however to setup good structure for being able to do that you'll need CLI, e.g. if you want programs that administer photos and allow you to create albums and set tags, I personally don't need that level of organisation, but if this is your main use you might want to invest the time to setup something like Lychee or piwigo, which are easily setup through docker (which if you're into self hosting you should learn).

[–] Philolurker@lemmy.world 1 points 10 months ago

Viewing the images directly sounds to me like a different context. Browsing the images is more akin to end user activity, i.e. using the server for its intended purpose. Managing the server is more like making sure it's running, that there is enough space allocated, security holes are plugged, software is up-to-date, etc. Administrative tasks. When wearing the admin hat, there wouldn't usually be much of a need to actually look at the photos - you'd be more concerned with file names and metadata, not contents. In that context, the GUI becomes less important. And if you ever do need to see them, you can always fire up the GUI software for that occasional situation.