I actually followed your advice yesterday (everything is ok again now) and streamed from my phone. Thanks :)
Autistic tech enthusiast and entrepreneur
Sysadmin, Moderator, Technician, Lizard owner, Minecrafter.
Wanna play Minecraft? check out https://gifted-minecraft.com
I actually followed your advice yesterday (everything is ok again now) and streamed from my phone. Thanks :)
Thanks for letting me know! I’ll check it out.
The used CD option is actually very awesome. Thanks for letting me know. I do have a plex server which I use for Movies and Shows (which are actually all ripped blu rays in the basement) :)
Sounds awesome. I have like 6 small speakers and a tv bar. Not ready to drop them rn since I too want to be able to listen to music taking a shower while my wife listens to something else in the living room. I’m pretty sure people will have figured this out somehow. Time to find some audiophile selfhosted community. :) Besides that, I tend to ask myself why does a service have no viable/selfhosted competition. Most times it is anticompetitive behavior afaik but we’re unable to see it because they’re discreet.
I have barely anything to add to that. Awesome thoughts. Sonos has since fallen out of grace with me as well (same as apple) but I own both brands still since I don’t throw things away if I can help it and exchanging them rn would only hurt me. So I try to make do until the very last moment and then I will switch. I’m stubborn like that.
Speaking of old music: I’m a violinist and mostly listen to bach (mostly performed by hilary hahn). I have visited two of her concerts and plan on buying her album(s) on vinyl once I get wifi on my vinyl player. Other than that its mostly CCR. So old music is my favorite as well.
Thank you very much for elaborating. I’ll see to it that I at least have a fall back library soon. :)
Thanks for answering. I do the same with my blu rays and dvds but I haven’t had local music for years so I will have to look at that.
My problem also is that not apple music is down but sonos, which is not a subscription service but physical hardware that I have bought. The old „kill switch“ problem so to speak.
I‘ll look into finding a solution that makes me able to go around online obligation.
Have a good day. :)
Okay! Thanks for explaining! Thats very helpful.
Yes I am. I now chose to just change it in the config, restarted telegraf and it works now. Thanks :)
Thanks for answering so fast! :)
I’m not deep enough to know if telegraf can do this. It has “plugins” that work okayish. Not a lot to configure. I suppose I could start going into the nitty gritty but I would abolutely love to avoid it. I have like 10+ services running on my server and I can’t go this deep without an IT team and with a job. :)
In this special case, it is uptime I’m after and influxdb throws a table at me that looks like this:
then I use this to get the data into grafana:
from(bucket: "telegraf")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "system")
|> filter(fn: (r) => r["_field"] == "uptime_format")
|> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)
|> yield(name: "last")
And what turns up is this:
Now, having worked with SQL before, there is a way to just show the “2 days, 18:02” bit instead of two values and without manually selecting the host each time in SQL, I just don’t know how to do it in flux.
I hope this makes sense. Have a good one. :)
Another nc user here. I have the recognition app and my photos are tagged. If I need to find them I search for the specific tag. It’s quite neat.
Makes total sense. Good luck figuring it out. :)
In this case I‘m out of ideas. :) but thanks for elaborating. I appreciate it.
Wow! Thanks for elaborating! I‘ll look into this! Looks like a ton of useful advice.
Honestly, I would just take this as an indicator of something fishy going on. Either google crawled your ip and found things it didn’t like or stuff came out of it to google. Either a scripted action (which looks malicious from the outside) or advertising emails. Your logs should at least tell you if there have been any suspicious logins on any of the exposed services.
Might be way off here but have you checked if you actually got hacked and they just didn’t destroy anything?
Can absolutely relate. Just seeing nsfw if you‘re not anticipating it is very weird.
That’s pretty genious. One way to work with trauma is moving the eyes from side to side along to a moving light. It’s basically to force the brain to work through something that used to stall it. So tetris, since it is highly reactive and logical, also needs spatial thinking, should very much force the brain to work instead of stalling.
Iirc, ptsd is something only certain characters get. We should probably focus on finding people who really have no problem watching rough content. I have ptsd so I probably am not the right person for the job.
It’s pretty awesome but I think I still need to improve a lot of stuff.
Sadly, deduplucation doesn’t help me for my docker configs as there are not many files. Deduplication would help for my bulk storage backup but I think iDrive already has something like this in their scheduling program.
I sadly don’t know a lot about router setups but there is an !ubuntuserver@discuss.tchncs.de community you could crosspost to if you want to. :) good luck.