deleted by creator
deleted by creator
If your main goal is a monero node/mining, start with AMD 3000 series processors, 3700x is a good place to start, and build a used system. If it’s just a node, any SoC will work with enough storage. A few months of a VPS could cost the same as buying your own hardware, that and you own the hardware and data instead of some corporation.
Everything runs in a docker container, so you will probably want to wrap your head around that first thing. Most people start with portainer or dockge for easy docker management and learning with a gui, although learning everything through the command line has its merits as well.
I would get a raspberry pi or an old NUC and just dive right into figuring out how to run the monero node. I believe the monero project maintains docker images. The monero communities are super helpful and nice, and so are the self hosted communities, if you hit a snag or don’t understand something.
If you use WireGuard for local access, I don’t think you need to open any port on your firewall, unless you are sharing your plex with other people that do not have access via WireGuard. But I know just enough to get me in trouble, so I’m sure I’ll be corrected on this.
For Ada cards or newer. Wonder if because it’s open source if it will be adapted to work with older cards?
Reliability of connection to the drives, especially during unscheduled power cycles. USB is known for random drops, or not picking the drive up before all your other services have started, and can cause the need for extra troubleshooting. Can run fine… or it could not. This is in reference to storage drives, not OS drives.
Trunas with Tailscale/headscale/NetBird as far as software and security. As far as hardware, you want storage that is not attached via usb. Either an off the shelf nas solution or a diy nas would work. There are a few YouTubers that touched on this, hardware haven and raidowl I think.
“Just go buy a politician, like Muffy and I did”
It’s not better, yet. It’s not owned by anyone, except the server owner, you can block any instance you want, join any instance you want and still access the same data. It will be better once it is the knowledge repository that Reddit became before all the “line must go up” entered into it. It’s mainly memes and news, but there are a ton of growing communities that are accruing a wealth of information every day, so I don’t think it will take much longer for it to be better.
It would be worth it if I had an actual decent printer. As it stands now, I feel like I just wasted money because all I can print small, pla objects, after days of trial and error and adjusting settings. Saving up for a prusa, hopefully will make it worth it.
It’s a remix. They used to be called b-side songs. 19-2000 by gorillas is a good example. I guess with the loss of physical media and everyone streaming, it’s just easier and probably nets more streams by just releasing b-sides a few weeks after the initial release?
Considering it has a pentium, and I have core 2 duos that won’t open some websites, you might run into some issues as well. Can’t fix that, the cpu just doesn’t physically have the instruction set. But other than that, have fun and don’t expect performance greater than a raspberry pi.
I’m on my fourth replay of black flag, and I wouldn’t change a damn thing about it. I couldn’t even get past the boating walkthrough in Odyssey, and I don’t even remember the abstergo parts of syndicate or origins, so I couldn’t tell you about the “new” ones.
The newer Omada routers are pretty good, and their software is getting better. Personally I use Opnsense on a Chinese fanless router from eBay. Paid for an n100, got an i3-1113 with dual channel memory does everything I need no issue, and it has helped me learn ALOT. However if I had the $200 just laying around today, I would stick with Omada just for simplicity.
Jeff Geerling did a video on them, got me super interested and thinking on how to implement and use with family.
Install MacOS X: get a bopping song from Röyksopp
Ok, what people are able to throw together in code is amazing. I struggle writing a bash script to schedule to turn off my computer.
Proxmox is based on kvm/qemu, and is very resource conservative. There is virtually no impact on performance due to the hypervisor, even on older processors. Scheduling on the cpu and hypervisor makes running multiple VMs at the same time trivial as well. RAM and I/O bandwidth are the two things that can affect performance. Running out of RAM due to too many VMs will grind you to a halt, but so would running too many applications or containers on bare metal. Running everything off of one spinning sata disk will make it impossible, but again, same downfall on bare metal.
Those minimal impacts to performance are a minor nuisance compared to the ability to run experiments and learn on sandboxed VMs. Now that TrueNAS has better virtualization support, it has caught my eye as a better homelab solution, but I will always have a proxmox server running somewhere in my stack just due to the versatility it gives me.
It can be tough through words to understand intent sometimes, and I to write sarcastic and dry, so no problem.
Flatpak is helpful, it’s how I ran several programs before my work forced me to windows, it does have its place in the toolbox.
I did this a few years ago with a stack of pi 4s connected to a four port PoE switch. One was an openWRT router, one was a plex server connected to some spinning discs via usb, and I had another you could plug an hdmi cable into and use to view the media. I eventually found out I could host the whole thing on a single pi, but it was still a fun project. Could probably do it all on a pi 5 with an nvme hat no problem. Might look into that when I get the spare tinkering money.