talkingpumpkin

joined 2 years ago
[–] talkingpumpkin@lemmy.world 15 points 1 day ago

Protests will move to their moms' houses

[–] talkingpumpkin@lemmy.world 3 points 1 week ago (3 children)

Look at restic and/or borg first. Iff you have specific needs that they don't address, then look at other things (including reviewing your requirements: chances are you are doing something wrong in that case).

[–] talkingpumpkin@lemmy.world 2 points 1 week ago* (last edited 1 week ago)

German car makers put their energy into scamming Europeans (with eco-incentives and dieselgate) rather than future-proofing their business, and the result is once again is the European people being f*cked

[–] talkingpumpkin@lemmy.world 2 points 2 weeks ago (3 children)

No. It seems you posted this as a photo

[–] talkingpumpkin@lemmy.world 3 points 2 weeks ago

No, it was to pin everybody's attention on this possible meeting while he refused the Tomahawks.

Honestly, Putin must have some dirt on Trump... I mean, there must be some reason why Putin is the only person getting the white-glove treatement from Trump.

[–] talkingpumpkin@lemmy.world 8 points 2 weeks ago

TBH being poor and a foreigner is far worse in these people's eyes. And god forbid if on top of that you are fleeing a country where war or persecution threaten your existence.

[–] talkingpumpkin@lemmy.world 9 points 2 weeks ago

Surely we can trust Hungary to do the right thing. I'll even go so far as to say they are gonna do the far right thing.

[–] talkingpumpkin@lemmy.world 13 points 2 weeks ago (2 children)

This looks a lot like Anchorage II: a celebration of Putin managing to play Trump for a fool, and the beginning of more months of the same.

[–] talkingpumpkin@lemmy.world 6 points 3 weeks ago* (last edited 2 weeks ago)

Ok, but is it AI assisted?

[–] talkingpumpkin@lemmy.world 3 points 3 weeks ago* (last edited 3 weeks ago)

I mean... TBH even if they were "intelligence" in the same way us humans are, one should expect them to discriminate against pretty much everyone.

[–] talkingpumpkin@lemmy.world 20 points 3 weeks ago (2 children)

Surely this time it's gonna work, right?

19
submitted 1 month ago* (last edited 1 month ago) by talkingpumpkin@lemmy.world to c/europe@feddit.org
 

Delusional.

 

A lot of selfhosted containers instructions contain volume mounts like:

docker run ...
  -v /etc/timezone:/etc/timezone:ro \
  -v /etc/localtime:/etc/localtime:ro \
  ...

but all the times I tried to skip those mounts everything seemed to work perfectly.

Are those mounts only necessary in specific cases?

PS:

Bonus question: other containers instructions say to define the TZ variable. Is that only needed when one wants a container to use a different timezone than the host?

 

Prometheus-alertmanager and graphana (especially graphana!) seem a bit too involved for monitoring my homelab (prometheus itself is fine: it does collect a lot of statistics I don't care about, but it doesn't require configuration so it doesn't bother me).

Do you know of simpler alternatives?

My goals are relatively simple:

  1. get a notification when any systemd service fails
  2. get a notification if there is not much space left on a disk
  3. get a notification if one of the above can't be determined (eg. server down, config error, ...)

Seeing graphs with basic system metrics (eg. cpu/ram usage) would be nice, but it's not super-important.

I am a dev so writing a script that checks for whatever I need is way simpler than learning/writing/testing yaml configuration (in fact, I was about to write a script to send heartbeats to something like Uptime Kuma or Tianji before I thought of asking you for a nicer solution).

view more: next ›