No Stupid Questions
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!
view the rest of the comments
I'm probably "technical enough" to do that, but I've heard that from that point on I'm managing my own infosec- is that the case?
Yes, but It's pretty hands off since 99% of security stuff is managed for you by the Lemmy software, including rate limiting. Just make sure you use a secure password and if you want put the instance behind cloudflare which is super easy to do.
Is it as easy as "create instance" or does it involve setting up a server and other cloud based software?
it is not that easy.. you do need to understand the basics of the underlying systems (server/network/storage), and then be able to keep them up to date and running. and then there are the costs associated with it.. i think with a stripped down lemmy you could get it runnin for maybe 10$/month.
That's not too far off the mark, It cost me about $20 AU so probably $15 US. I could get cheaper if I wanted to host further from home (I'm happy with a AU host for my New Zealand instance)
If you don't care about the technical stuff, have money to spend, and just want an instance you have complete over: services like this will take care of the difficult parts for you. All you need to do is point a domain at one of their servers. There are probably others as well; the point is, there are people you can pay to do all the hard parts for you, at the cost of some control and customisability.
Doing Lemmy hosting yourself, if you don't already have a server already, involves the following:
If you know your way around Linux, setup should take 30 minutes, give or take some time for purchases and registration to come through. If you've never used Linux, I expect setup time to be one or two days, depending on how quick you pick up on it, filled with frustrated Googling about how to edit a text file through the command line and how to exit
vim
.You'll probably also want to set up a calendar reminder to check on your server every once in a while, just in case. Probably best to check for new/upcoming Lemmy releases every other week or so, and you'll probably want to keep an eye on the disk space being eaten up by Lemmy over time as well. If you're using a server OS, make sure to enable automatic updates to save yourself the effort of having to keep an eye out for security vulnerabilities; something like Debian's
unattended-upgrades
should be sufficient for 99% of all software, especially if you schedule a weekly reboot.If you have some Linux administration knowledge (i.e. you're a programmer), the brief steps are as follows: