Two people communicating one-to-one and starting a new account to solely dedicate to maintaining a pretty public open source project doesn’t sound too fishy, tbh, if everything else checks out. (Catfriend1 confirms the handover, etc.)
- 1 post
- 34 comments
- hayalci@fstab.shto
Selfhosted@lemmy.world•Acquired HPE DL380 G9 - Questions about what is done for self hosting on them these daysEnglish
1 yearInstead of a bare metal hypervisor, you can install Kubernetes on it, k3s works on a single node. Lots of use across the industry.
- hayalci@fstab.shto
Programmer Humor@programming.dev•muskrat's data eng expert's hard drive overheats while processing 60k rowsEnglish
1 yearNo, not really. Programming requires understanding of the underlying hardware, at least to a certain extent. Otherwise performance issues will look like dark magic and optimizing anything would be impossible.
Where do you start debugging if something goes wrong with the software and your information level is this low/ do you look at network stats? CPU utilization, paging/swapping? Is the hard disk bandwidth the bottleneck? Without at least some passable understanding of a computer architecture people like this just throw up their hands, or throw whatever tricks they know at the wall and see what sticks.
- hayalci@fstab.shto
Selfhosted@lemmy.world•ArchiveBox/good-karma-kit: A Docker Compose bundle to run on servers with spare CPU, RAM, disk, and bandwidth to help the world. Includes Tor, ArchiveWarrior, BOINC, and more...English
1 yearYeah exit nodes can be lots of effort(probably, never ran one) but relay nodes do get issues. Some banks do outright block any nodes that run tor, regardless of the exit node or relay node status.
You would need to create a new torrent whenever new files are added or edited. Not very practical for continuous use.
- hayalci@fstab.shto
Selfhosted@lemmy.world•Do I need a second domain to run my own authoritative dns server?English
2 yearsYeah porkbun is good.
To see how the glue records work, you can run
dig +trace example.comThis answer goes into detail how it works behind the scenes.
https://superuser.com/questions/715632/how-does-dig-trace-actually-work
- hayalci@fstab.shto
Selfhosted@lemmy.world•Do I need a second domain to run my own authoritative dns server?English
2 yearsRFC 2606 is your friend ;-)
Their own doc, sure why not.
Any other context where there’s a giant with the same name. No, please at least write it out expanded once.
Two wrongs don’t make a right. I was scratching my head for a few seconds looking at the thumbnail and the title. And even the post body didn’t clarify things. 🤷🏻
- hayalci@fstab.shto
Selfhosted@lemmy.world•Do I need a second domain to run my own authoritative dns server?English
2 yearsI use porkbun.com for my domains, which is excellent, and also has glue record support.
https://kb.porkbun.com/article/112-how-to-host-your-own-nameservers-with-glue-records
- hayalci@fstab.shto
Selfhosted@lemmy.world•Do I need a second domain to run my own authoritative dns server?English
2 yearsThe thing you want is “glue records” the upper level server would serve ns1.example.com (this is an approved domain for example use, better to use example.com than making your own example up) as the authoritative name server. Then provide the glue record which says “ns1.example.com is at IP address X”.
It should ask for IP addresses as well as hostname. Otherwise they only assumed people will “host” their domain in another hosted, as opposed to self-hosting.
In that case (and in any other case) change your registrar to someone else who supports glue records.
- 2 years
Check out this previous comment
- hayalci@fstab.shto
Selfhosted@lemmy.world•I want to get started with *arr apps - here are all the things I don't understand about (reverse-/)proxies and networking in order to get it set up.English
2 yearsLots of people contributed really good answers, so I don’t have anything valuable to add to their answers. But I wanted to point out for your detailed question, you include what you have done, what is your understanding and what are your shortcomings clearly. As opposed to a lot of posts with vague, detail-challenged narratives, that’s a top notch post.
And the community delivered by giving good answers, so go community!
Also, you didn’t just ghost after the initial post and interacted.with the people who graciously donated their time, so another bonus point there, as well.
Yeah, that’s the key point. They weren’t trawling all the servers, they probably had a wiretap order for one specific server. As a legal business, you can’t just say no to police because you don’t like mitm.
I have been using porkbun.com as a domain registrar.
For email hosting, self-hosting is a lot of effort. If you just want the damned thing to work. I’ve heard good things about Fastmail, and personally I’m using migadu.com. it’s $19/year for micro.
Use any imap client, or if you want to keep using what you’re using Gmail and Outlook and Apple mail apps w all support your new personal account over imap as well
- hayalci@fstab.shto
Selfhosted@lemmy.world•Worth trying using a 15 years old notebook for self hosting?English
2 yearsWhat kind of limitation did you run into? Lack of packages or speed?
- hayalci@fstab.shto
Selfhosted@lemmy.world•Worth trying using a 15 years old notebook for self hosting?English
2 years6GB is more than enough for many desktop environments. Plus, a server wouldn’t have any anyway. not booting the Ubuntu installer seems like a bug, or other non-resource problem. if you try with a newer installer, or some other distro, that computer can host many things.
- hayalci@fstab.shto
Selfhosted@lemmy.world•What is the most efficient method to set up a home server?English
3 yearsLots of relevant comments in this post https://aussie.zone/post/4286731
- 3 years
ZFS has a “copies=N” setting, but documentation and discussion I can find say there’s no guarantee that the copies will end up on different devices (vdevs in ZFS parlance)


Sounds like you want something like Syncthing instead. There are ios clients for it as well, Mobius gets recommended frequently.