I think more important than which distro to choose is you setting up remote access for yourself. Tailscale and maybe rust desk or something would be a good idea. Or if you want to go further a vpn connection to a KVM device, some of them support being able to wire into the power button so you have full control. I would also have their account info in your password manager. Then you don’t need them to remember anything because you can do it when needed.
- 0 Posts
- 24 Comments
monkeyman512@lemmy.worldto
Linux@lemmy.ml•How do I check if a Brother printer is compatible with Linux Mint?English
29·16 days agoI just googled that model number and “Linux support”. The first result was the Brother website for driver downloads, which does include packages for linux.
This video has a similar discussion about the C++ programming language vs other programming languages that are theoretically better. https://youtu.be/I7fEsbksKRE?is=T53DqwVNM3ps97JY
The summary: An imperfect solution today is nearly always used over the perfect solution that will arrive at some unknown time in the future. Also momentum is a thing.
monkeyman512@lemmy.worldto
Selfhosted@lemmy.world•Where to get third party UPS batteries?English
1·1 month agoI have been happy with https://batterysharks.com/ . Just keep in mind batteries are heavy so shipping costs are high.
monkeyman512@lemmy.worldto
Linux@lemmy.ml•Moving to Linux, need help about homelab distroEnglish
61·2 months agoI agree with having the server run Proxmox like others have said. Check out these YouTube channels for helpful information/guides:
LearnLinuxTV
LawrenceSystems
CraftComputing
monkeyman512@lemmy.worldto
Linux@lemmy.ml•The zero-days are numbered | The Mozilla Blog - Firefox 150 includes fixes for 271 vulnerabilities identified during this initial evaluation [of Mythos Preview]English
3·2 months agoMakes sense. Trained on software engineers working that pattern for decades.
I just started playing with Dockhand and it looks like it has a built in update schedule mechanism. It’s fills a comparable role as Portainer, so maybe check that out.
monkeyman512@lemmy.worldto
Selfhosted@lemmy.world•Cross-Platform Desktop Wars: Electron vs Tauri: How do you explain the tradeoffs to users (without sounding defensive)?English
3·3 months agoI would make an FAQ. I think for getting tone it is important to know what things are hard facts, what things are more subjective preferences, and what’s things are “we had to make a choice between options with no clear ‘best’ option”.
monkeyman512@lemmy.worldto
Selfhosted@lemmy.world•Installing **self-hostable** services on a cloud server isn't self-hosting ???English
161·5 months agoI would be inclined to think that if you are just renting a machine or VM and all the configuration/maintenance is your problem it would be close enough. But I am not a mod and don’t want to be.
monkeyman512@lemmy.worldto
Selfhosted@lemmy.world•In what way am I the product when using CloudFlare's free tier?English
24·6 months agoI am no expert, so grains of salt and such. But my assumption is that it’s a marketing expense. They get a lot of people familiar with cloud flare services and some of them later need a professional level solution. So people use what they are already familiar with. This is the same reason why tech companies provide hardware/software to schools for cheap/free.
monkeyman512@lemmy.worldto
science@lemmy.world•He made beer that’s also a vaccine. Now controversy is brewingEnglish
7·6 months agoI wonder if there is potential value in yeast for mass production and delivery of vaccines? I could see a small drink of anti-viral like you can get probiotic drinks today. The beer seems a gimmick, but maybe the yeast could have value.
monkeyman512@lemmy.worldto
Selfhosted@lemmy.world•moved from truenas core to scale a month or two ago, and it's been a struggle. anyone else having issues running a truenas scale VM under proxmox?English
2·6 months agoIt will be controlled by Truenas not Proxmox. Truenas can add swap space to each drive automatically: https://www.ixsystems.com/documentation/truenas/11.3-U2.2/storage.html
But you probably already have existing drives so that doesn’t help. This might though: https://wiki.debian.org/Swap
But be aware that Truenas is design to be an appliance and doesn’t really want you tinkering under the hood. So you may have to manually add the SWAP after each boot of TN.
I would guess the best long term fix would be moving services out of the TN VM and into a different VM.
monkeyman512@lemmy.worldto
Selfhosted@lemmy.world•moved from truenas core to scale a month or two ago, and it's been a struggle. anyone else having issues running a truenas scale VM under proxmox?English
3·6 months agoI have TN Scale VM hosted in Proxmox. The only “issue” I have is the webgui gets pushed to SWAP if not used for more than a week. So when I connect it it literally takes a couple minutes while is gets shuffled back into RAM. Once it’s “warmed up” it’s fine. But my Scale VM is doing these things: manage ZFS pools, control NFS/Samba shares, replicate pool snapshots to off-site backup server. It intentionally have it do nothing else. All other services are in different VMs or LXC containers in Proxmox.
Does your Scale install have any SWAP space setup? That should prevent out of memory issues. Potential performance issues would be better than crashing.
If you can setup the raid card to just pass drives through to the OS, then it’s fine. Also used SAS drives are usually cheaper because there are less people trying to buy them. These guys have a good reputation, so I would trust buying used from them: https://serverpartdeals.com/
Just setup your ZFS pool with redundancy so if a drive fails you aren’t hosed.
monkeyman512@lemmy.worldto
Selfhosted@lemmy.world•New Community Rule: "No low-effort posts. This is subjective and will largely be determined by the community member reports."English
161·7 months agoI can understand the potential problems of trying to define “low-effort post”. In contrast can guidelines be given for a “quality post”. If no guidance on either end is given it may discourage some people from posting anything. Maybe people can contribute what they see as indications of a “quality post”.
monkeyman512@lemmy.worldto
Selfhosted@lemmy.world•Framework stops selling separate DDR5 RAM modules to fight scalpersEnglish
0·7 months agoI don’t see how it would push manufacturers to do that. I can see how it would make consumers more open to soldered RAM if RAM is so expensive there is no way you are going to upgrade it later. But, I would be interested to get your thoughts as I miss stuff that feels obvious I’m hindsight all the time.
monkeyman512@lemmy.worldto
science@lemmy.world•MIT Neuroscientist Proposes Brain Waves are the Hidden Engine Behind Thought and ConsciousnessEnglish
2·7 months agoUpdated my comment with link.
monkeyman512@lemmy.worldto
science@lemmy.world•MIT Neuroscientist Proposes Brain Waves are the Hidden Engine Behind Thought and ConsciousnessEnglish
2·7 months agoUpdated my comment with link.
monkeyman512@lemmy.worldto
science@lemmy.world•MIT Neuroscientist Proposes Brain Waves are the Hidden Engine Behind Thought and ConsciousnessEnglish
2·7 months agoThanks. Updated my comment.
The suggestion I have heard is to have the remote machine connect to the machine on a schedule and pull the backups onto itself. Then your local machine doesn’t have direct access to the backups, making it harder to compromise the backups if hacked. But this also assumes the backup machine is locked down and isolated so it is lower risk than the local machine.