erik530195

joined 1 year ago
[–] [email protected] 1 points 11 months ago

Ive had good luck with used enterprise hdds. They are loud but have always worked fine. I like buying them all at once from the same seller, but I've mixed and matched as well.

I personally don't think smart errors are the end of the world either. A few of them on something large like 14tb isn't the end of the world. I've had more issues with brand new seagate 8tb than anything I've gotten used.

 

I own a couple domain names through gandi. I do not have the ability to get a static IP from my ISP. My main goal is to get an email server up and running on docker which I can use with mail clients like thunderbird on various devices. (I understand the drawbacks of self hosting email, this is to learn and reduce cost.)

I'm not sure where to start though, do I use something like duckdns first to get my domain name hosted on my server, then do postfix or something? I think once I have a good order of operations I can handle it from there.

This may complicate things, the server in question is a desktop with docker running all my self hosted stuff. The desktop has mullvad on 24/7. Will this vpn interfere with anything I'm trying to do here? If so I will need to figure out a way to split tunnel.

 

https://www.resauctions.com/auctions/24572-two-day-richard-and-mary-lou-taylor-lifetime-collection-absolute-auction?page=2

I want to archive just this auction, mainly the photos but the closing prices would be nice too. So my goal is either a folder of photos, or that and a browsable offline copy.

Simply right clicking and saving works decently enough but surely there is a faster way. There are 16 pages and I'm actually doing 2 separate auctions.

My usual script for a webpage is crawling the whole site and pulling various vendor information instead of just this webpage. My script usually doesn't do that so I'm thinking it's something to do with how the site is structured.

wget -p --convert-links -e robots=off -U mozilla --no-parent https://www.resauctions.com/auctions/24572-two-day-richard-and-mary-lou-taylor-lifetime-collection-absolute-auction?page=2

Any advice would be appreciated.