Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the link in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post. )
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
It's a gamble.
When you lose, you can simply return it.
When you win, you get a hard drive that works for really cheap.
I purchased one in 2020 that I still haven't replaced, although I'm buying the replacement now as it has begun it's slow certain death.
Maybe there is a way I can test the drive upon arrival, would you have some tools to recommend ? Preferably available on Linux ?
SMART tools
sudo apt-get install smartmontools
sudo smartctl -a /dev/sdX where sdX is your drive in question (sdA, sdB, etc).
| grep Power_On_Hours
| grep Power_Cycle_Count
This just tells you how much that drive was used in the past, It's not a perfect to test but it's what I do 🤷♂️
Comment save ! Thank you :)
Also run a health test on it. It's less important for SSDs IMO, but it's great for HDDs to check if there's any obvious issues.