Either or both will likely work just fine depending on how broken the screen is. The virusy windows would be easiest (sometimes macbooks are harder to get everything working due to drivers, windows ones typically just work). But the virus will be removed when you install proxmox. I currently have 3 laptops in various degrees of old and broken being used as a proxmox cluster.
- 0 Posts
- 9 Comments
Do you have any old hardware lying around? Old gaming pc, or an old laptop? Doesn’t matter if it has a broken screen or keyboard or trackpad or can’t upgrade to win11. Maybe ask around if someone you knows has something similar.
I’d start with that. Then save the money for an upgrade to the old hardware like adding some extra RAM and a big refurbed hdds.
Done this with massive log files. Used perl and regex. That’s basically what the language was built for.
But with CSVs? I’d throw them in a db with an index.
yaroto98@lemmy.orgto Linux@lemmy.world•Any Opensource/ Libre/ Creative Commons Licensed, Detailed Guide to Switch to Linux From Windows 10?English4·16 days agoNot sure if this is what you’re looking for, but KDE put out a guide for Win10 exiles:
Cool, did you install freshrss as a docker container, or as a package? I’ve also had issues with it not setting up crons and running them properly before too. Running the docker container helps, usually.
Depends, take a look at the rest of your settings in the Archiving page.
You might have set “Never delete Unread Articles”.
Also, that purge job is on a cron. I’m not sure how often it’ll run. Could be once a week or even month. Thousands of rss articles and links are only a few megabytes big. But you can push the “purge now” button at the bottom of the archiving page to check your settings.
What’s the problem exactly?
yaroto98@lemmy.orgto Selfhosted@lemmy.world•Do you actually audit open source projects you download?English2·1 month agoHaving gone through the approval process at a large company to add an open source project to it’s whitelist, it was surprisingly easy. They mostly wanted to know numbers. How long has it been around, when was the last update, number of downloads, what does it do, etc. They mostly just wanted to make sure it was still being maintained.
In their eyes, they also don’t audit closed source software. There might also have been an antivirus scan run against the code, but that seemed more like a checkbox than something that would actually help.
Yes you can cluster devices. I have a NAS in addition to the my laptop proxmox cluster. It lets me use the NAS as storage, so the VMs/lxc’s virtual disks are actually on the NAS. This allows me to make the VM/LXCs Highly Available. So if one laptop crashes it’ll automatically spin up the things running on that laptop on a different one. This can also be done with ceph, but I already had the NAS, so ceph seemed redundant.