• 0 Posts
  • 28 Comments
Joined 2 years ago
cake
Cake day: July 19th, 2023

help-circle












    1. look for disassembly videos of your specific washer/model number. You might even find videos with the same symptoms.

    2. Taake it apart and take lots of pictures of everything as you take it apart so you can put it back together.

    3. Look for signs of a damaged part.

    4. Use Google image search or identify product markings/part numbers/model numbers and see if you can buy the part. 3.5) Post pictures asking to identify the part if all else fails.

    5. Assume and plan that if you take it apart, you might need to buy a replacement washer. Plan accordingly.


  • Based on the comments and feedback there’s a few main points:

    • Do not use an AI to create the pages. If you did, rewrite it all in your own words.
    • obviously the pages you’re writing have an impact on you which is why you’re going through the effort to write it. However, you should re-read the Manual of Style linked in the rejected comments. It needs to not sound like you’re telling a friend about it/promoting it.
    • more citations that are a 3rd party showing the relevance or importance both in that community and ideally outside that community.
    • they’re not going to put more effort editorializing or fixing your work if they don’t think you’ve done the above.

  • I’ll be honest that I haven’t watched his videos so maybe it ends up stable. TrueNAS basically says in their docs you can end up with weird issues.

    If you host it in proxmox directly there’s less overhead, as in it’s not going bare metal > proxmox > TrueNAS > application. You might run into issues but honestly try it and keep a configuration backup if it fails. Pcie passthrough instead of devices for the HBA card and any external graphics cards works the most stable but you won’t be able to “share” those resources.

    I personally like docker for most everything I can with a few things hosted within proxmox. I originally started with portainer which gave me a web GUI for docker but honestly docker-compose files are a better approach. So proxmox > debian > docker Proxmox > trueNAS and proxmox > other VMs. This has its own challenges like passing storage from the NAS to jellyfin but works for me.

    As for components, I’m stable on an old office desktop computer potato (albeit it does hit some limits with file transfers and transcoding multiple streams). I wouldn’t necessarily recommend going out and buying an equivalent but if you want to mess around, don’t be afraid of not enough resources in a test config.




  • Know that doing this is not advised and your computer will now be directly accessible to the Internet. As long as you’re fine with the potential for vulnerabilities and that risk or just don’t care:

    You need to setup port forwarding on the local router for the computer you want to connect to and check the docs for origin_web_ui to include “wan” (Internet). Docs also describe encryption configurations. https://docs.lizardbyte.dev/projects/sunshine/latest/md_docs_2configuration.html#port

    Know that your network router (like 192.168.1.1) keeps everything on your network from receiving any connections that weren’t already requested by a computer or phone on your network. Port forwarding opens a hole into your network and that computer now has to protect itself so keep it updated, especially sunshine, and I’d recommend not turning off ufw but just adding some rules to allow the sunshine traffic.