Don’t they have Constable as well?
DasFaultier
- 2 Posts
- 43 Comments
DasFaultier@sh.itjust.worksto Selfhosted@lemmy.world•I want to build a Mini ITX PC for my home server, where do I start?English3·3 months agoI run a J5040 ITX board for my homelab needs, which has been released a few years ago and has served me well, even through I run it with more RAM than the board specs allow. The natural successors of that are the Atom N100/N105 and the i3 N300/N305 (all 1 Gen newer than J5040) and AFAIK the Atom N150 and i3 N350 (2 Gen newer), all of which are available on ITX boards. Models for the latest chips might be a but rare though, and you might have to go to AliExpress to get one, but for the N100/105/300/305, there’s a wide variety available. Just make sure to get one with enough SATA ports for all your disks, so you can use it for NAS as well.
Disclaimer: I’m quite sure this is enough for your homelab/NAS use-case, but I’m not familiar with Minecraft requirements, and you might need beefier hardware for that. However, the above boards leave enough room in your budget for RAM, NVMe and HDDs, should deliver quite some bang for the little buck you have, and will barely sip energy, making cooling easy.
DasFaultier@sh.itjust.worksto Linux@lemmy.ml•[SOLVED] Is there a way to speed up the initialisation of Bluetooth drivers?7·3 months agoI’m not much of an expert on Bluetooth, but I would expect that you can create an override for the corresponding Systemd service (
bluetoothd
perhaps, or some Logitech daemon) and make it depend on a Target that is reached earlier in the boot process.Sorry that I can’t be more helpful…
DasFaultier@sh.itjust.worksOPto Selfhosted@lemmy.world•[Solved] Looking for ... inventory management, I guess?English1·3 months agoInteresting option, I’m familiar with Git, YAML and
yq
. Thank you!
Uuuuh, thank you for the info, it’s very much appreciated!
They interoperate though, so if you’re happy with using a mix of them, go for it.
Same goes for
nala
, BTW.
DasFaultier@sh.itjust.worksOPto Selfhosted@lemmy.world•[Solved] Looking for ... inventory management, I guess?English1·3 months agoWell, I do have a PaperlessNGX already, so I could use a custom field for SerialNo or something like that, but I just feel like PNGX isn’t really designed for this task.
DasFaultier@sh.itjust.worksOPto Selfhosted@lemmy.world•[Solved] Looking for ... inventory management, I guess?English6·3 months agoNot at all, I like
.md
, and I’m familiar with Git. A spreadsheet is not something that I would throw into Git, but an.md
…
DasFaultier@sh.itjust.worksOPto Selfhosted@lemmy.world•[Solved] Looking for ... inventory management, I guess?English6·3 months agoThanks, that sounds really nice!
DasFaultier@sh.itjust.worksOPto Selfhosted@lemmy.world•[Solved] Looking for ... inventory management, I guess?English8·3 months agoHA, the term I was looking for is even on their website: “Asset Management Software”. My non-native speaker ass didn’t come up with this.
Thank you, I will check those out.
Though it sounds interesting for tinkering, I’m probably not doing down the NoCode route. You make it, you maintain it forever, and I don’t have that kind of time.
DasFaultier@sh.itjust.worksOPto Selfhosted@lemmy.world•[Solved] Looking for ... inventory management, I guess?English5·3 months agoOh yeah, I was planning to deploy Grocy anyway, but I never thought about using it for this. Thank you!
DasFaultier@sh.itjust.worksOPto Selfhosted@lemmy.world•[Solved] Looking for ... inventory management, I guess?English1·3 months agoYep, maybe it really is. I just wanted to see of there’s something nicer out there before settling.
I think I recall seeing Netbox a while ago, and I remember thinking that it would be something I’d like to use at work, but we already have idoit there (which I hate passionately).
DasFaultier@sh.itjust.worksto Selfhosted@lemmy.world•What CI/CD tools are you guys using? I have Forgejo but I need a simple way of running automation.English301·3 months agoThe Forgejo guys have built this themselves, so I’m aiming to use that (I don’t just yet, because I can’t find the time).
Mint on my work PC, because my dear IT colleagues made the effort to provide standardized installations for us that are mostly carefree and can just be used; you can even get them preinstalled on a laptop or VM.
Debian on my work servers, because everyone is using it (we’re a Debian shop mostly) and there’s a standardized self service PXE boot installation for it. Also, Debian is boring, and boring is good. And another thing, Debian is the base image for at least half of the Docker images and alliances (e.g. Proxmox) out there, so common tools. The .deb package format is kinda sane, so it’s easy to provide our own package, and Debian has a huge community, so it’s going nowhere in the near future.
Ubuntu LTS latest on my home servers, because I wanted “Debian but more recent packages”, and it has served me well.
Not yet, but maybe Fedora on my private PC and laptop soon, because I keep hearing good things re hardware support, package recency, gaming and just general suitability for desktop use. There’s still the WAF to overcome, so we’ll see.
DasFaultier@sh.itjust.worksto Open Source@lemmy.ml•The German university KIT provides almost 30 free and open-source privacy-friendly Android apps. Example: A QR Scanner12·3 months agoThanks, that’s very interesting!
I have no reason to expect any different, but I would have a better night sleep if Shoutrrr were still actively maintained. I get that there may be no features to add, and I’m OK with that, but there are >50 unresolved issues that no one is taking care of, and I would assume that every software needs to be tested against new versions of libs, frameworks, OS releases etc., and I’m not OK with a project not doing that.
DasFaultier@sh.itjust.worksto Selfhosted@lemmy.world•Ansible iptables best practices?English1·3 months agoSorry for being unclear, that’s what I meant. Set rules using the Ansible module, make them persistent by notifying a handler that makes a cmd call.
DasFaultier@sh.itjust.worksto Selfhosted@lemmy.world•Ansible iptables best practices?English2·3 months agoYeah,
ansible.builtin.iptables
makes the changes and the task then notifies a handler to invokeiptables-save
.
DasFaultier@sh.itjust.worksto Selfhosted@lemmy.world•Why is my server using all my Swap but I have RAM to spare?English5·3 months ago+1 for
zramswap
, especially if you’re tight on RAM but have a few CPU cycles to spare.
Maybe a stupid question, but is the thing you did fundamentally different from Devuan?