Just gonna point this out since I noticed it a few weeks ago and notice is still there, Hetzner has paused selling new colocation service: https://www.hetzner.com/colocation/ So this is probably a joke site or a scam.
Old laptops in a colo as low cost servers
121–130 of 258 posts
Re: Old laptops in a colo as low cost servers
#122And, if you are lucky, it can compute PI to the fifth decimal, before the thermals kick in. But the battery life is wonderful. /s
Re: Old laptops in a colo as low cost servers
#123Earlier quoted context omitted.
>> ...no remote management interface... > I bet colos will plug a KVM into your hardware and give you remote access to that KVM. From the https://www.colaptop.com landing page: "Free KVM-over-IP access to your laptop - just like having it right next to you."
You really don't know how much it costs, do you? Check https://tinypilotkvm.com/collections/all-products these are the cheapest ones.
You (the person paying to co-locate hardware) don't buy the KVM that the colo facility uses. The colo facility hooks up the KVM that they own to your hardware and configures it so that you can access it. Once you stop paying to colo your hardware, you take your hardware back (or maybe pay them to dispose of it, I guess) and they keep the KVM, because it's theirs.
Re: Old laptops in a colo as low cost servers
#124Earlier quoted context omitted.
> ...no remote management interface... I bet colos will plug a KVM into your hardware and give you remote access to that KVM. I also bet rachelbythebay has at least one article that talks about the topic. > ...can't scale if you suddenly had a surge of traffic. 1) If your public server serves entirely or nearly-entirely static data, you're going to saturate your network before you saturate the CPU resources on that l…
>> ...no remote management interface... > I bet colos will plug a KVM into your hardware and give you remote access to that KVM. From the https://www.colaptop.com landing page: "Free KVM-over-IP access to your laptop - just like having it right next to you."
Yeah. I got bored a couple of hours after I posted that speculation and found several other colo facilities that mentioned that they'd do remote KVM. I'd figured that it was a common thing (a fair chunk of hardware you might want to colo either doesn't have IPMI or doesn't have IPMI that's worth a damn), but wasn't sure.
Re: Old laptops in a colo as low cost servers
#125Earlier quoted context omitted.
>> ...no remote management interface... > I bet colos will plug a KVM into your hardware and give you remote access to that KVM. From the https://www.colaptop.com landing page: "Free KVM-over-IP access to your laptop - just like having it right next to you."
You really don't know how much it costs, do you? Check https://tinypilotkvm.com/collections/all-products these are the cheapest ones.
Re: Old laptops in a colo as low cost servers
#126Earlier quoted context omitted.
Yeah but for $6/mo you can get a tiny linode or digital ocean droplet, and not worry about hardware failing. It's true that a laptop probably has more resources than the smallest VMs, but no remote management interface and can't scale if you suddenly had a surge of traffic.
> ...no remote management interface... I bet colos will plug a KVM into your hardware and give you remote access to that KVM. I also bet rachelbythebay has at least one article that talks about the topic. > ...can't scale if you suddenly had a surge of traffic. 1) If your public server serves entirely or nearly-entirely static data, you're going to saturate your network before you saturate the CPU resources on that l…
Now using CPU limits in k8s with cgroups v1 does hurt performance. But doing that would hurt performance without k8s too.
Re: Old laptops in a colo as low cost servers
#127Earlier quoted context omitted.
> I bet it's also less reliable than Hetzner's servers, and is likely to suddenly die some day I’m a happy Hetzner customer but I have had servers that I rented from them die a couple of times. I rent physical servers from them that have been previously rented to other customers. At some point hard drives fail. However, I have solid backup setup in place (ZFS send and recv to other physical hosts in different physica…
> I rent physical servers from them that have been previously rented to other customers. At some point hard drives fail. The comparison in this case is to Hetzner's VPS offerings, which are probably less powerful than the average "old laptop" but have a significant advantage in terms of hardware reliability. It's still possible for the host running the VPS to have problems which result in a crash or the VM equivalent…
You use so many big words for nothing. All you need are backups. When it dies you restore. Nobody will care.
Re: Old laptops in a colo as low cost servers
#128Old laptops as low cost servers? Absolutely, build a homelab in your own basement, rent a cheap VPS, set up wireguard and viola - instant data center for tens of dollars per month. It's not production grade but you'll learn a ton. But colocation? Strip away the learning component and add production uptime requirements - why would you even consider using crusty old laptops for this? If you have production grade needs,…
I have always dreamed of substituting a really expensive rack of servers with a couple of elderly laptops, with their built in UPS, handy screens, keyboards and trackpads. However, for pet projects, I now have a better way of being cheapskate. Some ecommerce software stacks really need gargantuan amounts of RAM and CPU, which gets expensive on the cloud. However, it is possible with some software to have everything m…
Do you mean a setup like:
client -> cloud(HAProxy+Varnish) -WireGuard-> basement(backend)
Or something else?