63
Cost-cutting tips? (discuss.tchncs.de)
submitted 2 years ago* (last edited 2 years ago) by nutbutter@discuss.tchncs.de to c/selfhosted@lemmy.world

What are your favourite, or least favourite but necessary, cost-cutting methods?

I feel I am spending too many resources on unnecessary stuff.

Edit: I feel the need to reduce both – the resources, to host multiple things on one system, and cost, to buy/pay for multiple systems. Currently, I have 2 ARM VPSes and 1 old MacBook Air as a home server.

you are viewing a single comment's thread
view the rest of the comments
[-] Anafroj@sh.itjust.works 13 points 2 years ago* (last edited 2 years ago)

Basically, yes. You can configure most cron programs to mail task output to you (it's usually done by setting the MAILTO variable in the crontab, provided sendmail is available on your system).

I use that to do things like:

0 9 11 10 * echo 'lunch with John Doe at 12:20'

It sends me a mail, and I can see the upcoming events with crontab -l. If it's not a recurring event, I then delete the rule.

[-] krash@lemmy.ml 6 points 2 years ago

And to expand further on simplicity, one can avoid using email and send messages over ntfy with just a POST curl call.

I like your setup!

[-] MigratingtoLemmy@lemmy.world 2 points 2 years ago

This is excellent. Thank you

[-] TheHolm@aussie.zone 4 points 2 years ago

Damn, I'm doing *nixes for nearly 30 years. But never went to that level of minimalism. Nice trick.

this post was submitted on 11 Oct 2023
63 points (100.0% liked)

Selfhosted

60093 readers
732 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS