• 5 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle





  • I would really recommend looking into Usenet. I was in your position a few months ago (starting to look for private trackers), but ended up hearing about Usenet and going that route instead. It has been amazing so far. It has everything I am looking for, I don’t need to worry about a VPN, and I can download as fast as my ISP can go, so I get my content in minutes instead of hours. I also don’t have to worry about my VPN disconnecting for some reason and my ISP sending me a nasty letter. The only downside is, if you want the best, you’ll have to pay for an indexer and a downloader, but it’s not that expensive and is certainly worth it for the benefits over torrents.











  • We are an enterprise manufacturing company. We have lots of hosts on process networks not connected to the internet. Seems like the subscription license won’t be compatible, so we plan to seriously look at Proxmox for those in the coming years as we replace hosts.

    For our datacenter, we decided to move everything to Azure. This decision was in the works before the license change, but the acquisition by Broadcom and their track record certainly played a part in the conversation.

    For our site hosts, we are looking into Azure HCI or possibly Hyper-V, especially since these sites don’t have many VM’s and don’t need features offered by VMware.

    If you’re an Azure expert and are looking for a new job, send me a message. We’re hiring.








  • Terny has the correct answer here OP. While I have never used Docker in an enterprise environment (manufacturing applications aren’t known for supporting any technology from the last decade at least), I have used Docker extensively in my home lab. You don’t want to modify the container itself, but the image it was created from. The data doesn’t reside in the container itself anyway, but typically a volume attached to the container (assuming it stores anything in the first place). Your best bet will be to figure out what image the container was created from, and modify the image. From there, you can update the existing containers to use the new image, or move them elsewhere if you like.

    You mentioned these VM’s are in the cloud. Depending on the hyperscaler, it is likely that you could migrate these to a native container service to save on cost since you wouldn’t have to pay for the overhead of a VM.