Check them into Git, but be cautious about credentials that might live in the env files that you don’t want to expose if you end up making the repo publicly available.
- 0 Posts
- 78 Comments
RegalPotoo@lemmy.worldto homeassistant@lemmy.world•What temperature sensors do you use?English2·5 months agoSweet, thanks!
RegalPotoo@lemmy.worldto homeassistant@lemmy.world•What temperature sensors do you use?English3·5 months agoDo you have a link? I’ve been using the square Aqara ones for years but they are way more expensive than that
RegalPotoo@lemmy.worldto Asklemmy@lemmy.ml•What is one video game cheat code that will you will always remember?English11·5 months agohowdoyouturnthison
init crashed because it couldn’t load a shared library, but init isn’t allowed to be killed so the kernel panicked
RegalPotoo@lemmy.worldto Selfhosted@lemmy.world•Any Kiwis here? Hardware advice?English121·6 months agoTake a look for yourself:
https://www.pbtech.co.nz/ https://www.trademe.co.nz/a/
He says, forgetting what community he is in.
Bring your existing gear, remembering that we use 240v here. Getting used server bits is pretty difficult and expensive because we don’t have anywhere near the density of data centers selling off old stuff. Enterprise switches in particular seem to be hard to get, I’ve previously had to buy on eBay and pay absurd shipping
RegalPotoo@lemmy.worldto Linux@lemmy.ml•What do y’all use to monitor many linux servers?English2·6 months ago- https://github.com/prometheus/node_exporter?tab=readme-ov-file#textfile-collector - which makes node exporter watch a specific directory for files that contain metrics, then re-export them back to the central Prometheus server
- Some systems have their own metrics endpoints - instead of getting Prometheus to scrape these directly I set up a Cron job to curl these into files for node exporter - this means I don’t need extra config in Prometheus to find the endpoints, and don’t need to mess with firewall rules
- Other systems don’t directly expose metrics in a format Prometheus can use - in this case I will write/find a script that can do the conversation, then either set it up to write the metrics file directly and run it on a Cron, or run it as a service and another Cron job to do the scrape
RegalPotoo@lemmy.worldto Linux@lemmy.ml•What do y’all use to monitor many linux servers?English10·6 months ago- Base ansible role installs Prometheus node exporter, configured with the text file collector
- VM automations push DNS records so that the Prometheus dns-sd automatically discovers them
- Ansible roles for add Cron jobs that generate metrics for specific systems and dump them for the text file collector
- Grafana for dashboards
- Karma as a UI in front of Prometheus alert manager
RegalPotoo@lemmy.worldto Open Source@lemmy.ml•Which FOSS projects have enough funding that we should donate elsewhere?English108·6 months agoJellyfin has explicitly asked that people find other places to donate to: https://opencollective.com/jellyfin/updates/were-good-seriously
- Back up your data now
- Reseat the cables for the drive
- Run a self test on the drive -
smartctl -t long
- if it doesn’t pass, then the drive is trash. If it does, then it might limp along a bit longer before catastrophically failing
RegalPotoo@lemmy.worldtodatahoarder@lemmy.ml•What do you feel is your ideal amount of storage for a phone?English3·9 months agoI’ve used 85GB of the 128GB of my current phone after using it for 2 years and never deleting anything. I suppose if I took a lot more video I might burn through it quicker.
Yup, this - batteries are consumables. They have a service life of ~2-5 years depending on load. If the manual doesn’t tell you how to replace them then it’s basically ewaste already
Depends on what you need:
- As cheap as possible, but actually want a VM: OCI free tier will be way bigger than you will probably need
- Happy paying money but still want to learn about Linux things: I’ve had good experiences with Scaleway
- I just want something I can set up and not think about: don’t use a VPS. Architect your site as a pure-static site, stick it in an S3 bucket. You’ll probably be within the free tier unless you do absolutely bonkers traffic, and once it’s running you can leave it alone for literal years without worrying about patches or upgrades
RegalPotoo@lemmy.worldto Linux@lemmy.ml•Our family mail server quit working today. Maybe it's a bit long in the tooth...English1091·10 months agoGood thing there hasn’t been any remotely exploitable security bugs in any of the mail system components in the 6 years since Debian 7 went EoL
RegalPotoo@lemmy.worldto Asklemmy@lemmy.ml•Recommend a podcast where the hosts first language isn't EnglishEnglish2·10 months agoYeah, I understand - fwiw, RNZ is the national (government backed) broadcaster, and has an explicit mandate to elevate the perspectives of iwi. Black Sheep specifically has done a few episodes about the musket wars and land confiscation that really don’t pull punches.
Another that might fit your brief: https://www.abc.net.au/listen/programs/stuff-the-british-stole - from the ABC, and for the most part does a really good job of setting up the story with some historical context, then letting the people actually effected tell the rest
RegalPotoo@lemmy.worldto Asklemmy@lemmy.ml•Recommend a podcast where the hosts first language isn't EnglishEnglish8·10 months agoIf you are interested in different culture more than different language background, https://www.rnz.co.nz/programmes/black-sheep might be interesting
Looks like it’s an x86_64 kernel though? So this is a VM - it’s not running as a paravirtualised system, it’s having to emulate everything from the CPU up?
RegalPotoo@lemmy.worldto Linux@lemmy.ml•Remember Cutefish? Pretty sure it's deadEnglish601·11 months agoIf a project is hosted on sourceforge then its a pretty good sign that the developer hasn’t progressed their craft since about 2005, which is a pretty big red flag for anything
I learnt a ton about Linux by fucking up my boot config and being too stubborn to just nuke and pave
The license change literally just prevents you from stripping their branding if you have more than 50 users a month - this is more permissive than the MPL that Firefox is licensed under