Deadlock, and really enjoying it!
Deadlock, and really enjoying it!
I looked at it a few months back and it didn’t have the history side of things, just the setup and realtime stats which I’d already got through the CLI. Thanks tho!
Thanks. I think I looked at doing that when setting it up, and it was more expensive in terms of API calls. With a cloud vendor you have to be careful of that, so I opted for the SIZE command.
Rclone. Not because it’s a complicated tool, but because I would like a history of my file transfers and a few graphs to show we what speeds, files sizes and whether the transfer succeeded. At the moment in order to confirm my home backups have succeeded, I have to run a separate size comparisons between my different datastores.
7 Days To Die. It may have taken them 10 years, but the game is pretty solid now. This release has a huge number of quality of life changes, fixes and is extremely performant compared to many previous alphas. Great fun with friends.
I honestly don’t know what would happen, but I wouldn’t try it. Hard disks are sensitive things.
You may have seen this already, but on the GloriousEggroll Github it mentions not having V-sync set to “Auto”
https://github.com/GloriousEggroll/proton-ge-custom?tab=readme-ov-file#notes
Is this only with Warframe? Do you use X11? If so, could it be defaulting to a lower Hz second monitor or something? I suffered with this for years until I swapped to Wayland. Just a thought.
The HBA can definitely handle hot swapping, but I’m pretty sure you need a backplane for it to work. If I remember correctly, it needs the capacitors on the backplane’s PCB to allow for the power drain. I’m not sure those cables alone will do.
I have this HBA in my homelab server and was surprised to find it has two SAS controller in it. I can’t remember exactly what I had to do to flash it, but I needed to flash both controllers using an EFI prompt so they became one controller. It took an afternoon of research, but I eventually flashed both of them to IT mode and it worked as expected. I’m pretty sure this thread helped me at the time:
Good luck!
This caught me. I had to restore my instance from backup yesterday after loading the app and it not working. I use the fdroid version and it won’t be updated for a while…
Remember, always backup you data, kids.
Just a quick FYI, Kubernetes is not just LXC. It can run just about any container type you throw at it. It seems like a superb platform :)
Yeah, I use Proxmox at home and however much I love the product, it’s not really enterprise ready. There are too many missing features and 3rd party integrations that come as standard with vSphere. Our future is probably in microservices. The cost saving benefits of auto scaling, while also being vendor agnostic are very attractive.
We are. Where I am, the money men are (rightly) scared and we’re looking at our options. I’m currently assessing Kubernetes as an alternative. The benefits to containerization are too great to ignore, but if we go that route, the workload to migrate our services is definitely going to sting for the next few months. Thanks Broadcom…
If by locally you mean all on the same PC, then absolutely. Anything can be a server. Look into running docker on your PC, and then running a Navidrome container on that. There is a bit of a learning curve, but it’s nothing a YouTube video couldn’t teach you (pay attention to anything about persistent storage). Once you have it running, connect to it with 127.0.0.1:4533 (localhost) using a browser, scan your media, and then connect your clients to it with 127.0.0.1 too. Good luck :)
I have this and use it everyday. I use Beets to give the files metadata (using Musicbrainz and the Discogs plugin as a fallback). I then host Navidrome as a music server and connect it to Last.fm. Once you have all that in place, find a client that does Radio or Instant mixes and it works like a charm. The two clients I use the most for this are SonixD on PC, and Symfonium on Android. If you’re feeling adventurous, then host a VPN at home and connect into your Navidrome server using your phone client, and you have mixes on the go! :)
Great article. I didn’t know you could pair devices to specific routers in Zigbee2MQTT.
I’ve been using a Zidoo Z9X for streaming local media. Not cheap, but very powerful and has a huge amount of features. It’ll play just about anything you throw at it, all locally.
https://www.zidoo.tv/Product/index/model/Z9X/target/VEMg6VRC2%2B9KKmVViAFMcQ%3D%3D.html
Yep. When I first set up my instance, I couldn’t believe how slow it was. I set up redis using the Nextcloud documentation and its like butter now.
I used this recently to help a friend with some tech stuff. The docker images were simple to bring up and within minutes we were connected. It freaked him out how easily I could get on and control his PC. I was impressed by the whole experience.