Avatar

Cyclohexane

cyclohexane@lemmy.ml
Joined
57 posts • 98 comments

West Asia - Communist - international politics - anti-imperialism - software development - Math, science, chemistry, history, sociology, and a lot more.

Direct message

I preferred the Internet that isn’t driven by non-genuine posts by profit driven influencers. I am glad that those people don’t like mastodon so they don’t ruin another platform.

permalink
report
parent
reply

It’s not the best platform for the profit driven, and I much prefer it that way.

permalink
report
parent
reply

Oh no, now nostr is ruined

permalink
report
parent
reply

And you’d still have federation issues, so doesn’t solve OP’s problem.

permalink
report
parent
reply

Actually being able to self host and federate, and without any dependence on the main instance.

And ability to federate with other open and federated services, like how mastodon can federate with so many others like lemmy and pixelfed.

permalink
report
parent
reply

Depends on the distribution, many package managers can filter by license. So you can find anything that doesn’t have an open source license.

permalink
report
parent
reply

So what happens, does it just not boot? Any error messages?

permalink
report
parent
reply

Just come ask here when you have trouble, and we’ll try to help.

When troubleshooting, the biggest thing is searching the web honestly. But some more things to help you out: look for logs. Linux has loads of logs and sometimes can tell you how to fix the problem.

Logs may not be immediately apparent. Some programs have their own log files that you can look into. Sometimes, if you run the program from the terminal, it’ll print out logs there. Otherwise, you read look through journalctl, although this has logs for everything so might be harder to search.

Another useful tip, particularly for system tools and terminal tools, is manual pages. Just run man ls and replace ls with any command, you’ll get the documentation on how to use that tool.

permalink
report
parent
reply

There are many ways to do this, but the next up from users is using groups!

For each file or data directory, create a group that owns it. This group should have the service’s user as member. Then create a user for running the backups, and add it to all these groups.

The benefit of this is you don’t have to use root, and you have an association of directory to group that you can always change. You can for example grant a user access to a data directory by just adding it to its group.

permalink
report
parent
reply