Not sure if this is the right place to ask the question, but there doesn’t seem to be an “askgeeks” or something.
make them enter powersaving states
Submitted 1 year ago by onlinepersona@programming.dev to programming@programming.dev
Not sure if this is the right place to ask the question, but there doesn’t seem to be an “askgeeks” or something.
make them enter powersaving states
How do you do that on a VPS?
the hoster will take care usually as low energy costs is a primary goal for them.
do some folding?
Or some BOINCing.
I boinc in an LXC container with a cron job to run during the period in the day on weekdays when the electricity is pretty much all renewables (and I’m not watching Jellyfin). The intention is to turn sunlight into tiny forward progress towards curing cancer.
Specifically, the Community Grid projects Mapping Cancer Markers and Smash Childhood Cancer.
username checks out.
I tried finding instructions for running headless on a server, but everything seems to be for desktop users with a GUI. And the code is proprietary for some reason?
If you rent a VPS that might get you kicked, so check your terms first.
If your electricity costs you nothing
thats in general the culprit with own server.
but in my place electricity itself costs not much, half of the cost is only taxes and other expenses around the energy.
therefore 200 kwh more or less in a year(that would be 25 watts) is not that much.
I forget about them until my boss asks me why we are spending so much on cloud services.
Put your Git host’s runners on them and you now have free-ish CI minutes!
It’s… compiling ?
Turn them off, or repurpose them into Minecraft servers for friends. I’m using more resources running a modded server I don’t play on than I am for actual productive work these days though.
I’m assuming you’re talking about some individual VPC that you’re paying for and not using. If you don’t do anything with it in a week then just shut it down after downloading a disk image.
It’s a sporadically active server for friends and family. They access it maybe a few times a day and it’s the cheapest VPS I could find. So shutting down is not an option atm.
That’s a good question!
I have one running an adblocking DNS resolver.
For my business I have one that’s only used as a proxy (dumb IP whitelisting by API provider), another running headless Chrome (scraper for services without API), and another as a VPN. I always feel so wasteful but the majority of these can’t be combined into one server for reasons beyond my control.
For everything else, I containerize. I feel that that is much more energy efficient though I could be wrong.
Tor relay
Flynn_Mandrake@lemmy.dbzer0.com 1 year ago
Make all of them run a bogosort on a list of 10-100 items. Whichever one finishes last gets shot. Repeat until you no longer have idle servers
onlinepersona@programming.dev 1 year ago
I too like my
n x n!
algorithms 8)