Recent content by Dopamin3

  1. Dopamin3

    Enforce https:// through .htaccess file?

    Those few examples didn't work. I'm getting closer from this and now my .htaccess is: RewriteEngine On RewriteCond %{HTTPS} off RewriteCond %{REQUEST_URI} ^.$ RewriteRule ^(.*)$ https://mywebsite.com/ [NC,L,R=301] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d...
  2. Dopamin3

    Enforce https:// through .htaccess file?

    I just have basic FTP access to the webhost, and I don't think I have a way to do that. I'd like to just achieve this through modifying the existing .htaccess file.
  3. Dopamin3

    Enforce https:// through .htaccess file?

    I have a website built in React that never had an SSL certificate but now does. The host is using Apache. The current .htaccess file (which works manually on http:// or https:// but doesn't FORCE https://) is: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond...
  4. Dopamin3

    New Windows AI feature records everything you’ve done on your PC

    Finally, you can find again that one Linux distribution that you really liked from a previous incognito session.
  5. Dopamin3

    Suggestion: 2FA required for FS/FT

    I think it would be a good idea that anyone posting in FS/FT must have 2FA enabled. And maybe even have it enabled for a certain length of time? Thoughts?
  6. Dopamin3

    Should I use Windows 7?

    Yes. I would still put Windows (anything) as a poor choice for an at home file server, but if you're set on using it don't expose it to the Internet.
  7. Dopamin3

    Ryzen 5700X3D for $200

    It's actually $205 now on Amazon as well, an extra $5 off (sold & shipped by Amazon.com) but it looks like delivery takes a few weeks. Worth it IMHO. There is a new seller called EDPT LLC selling for $184.90, I would avoid that as it is most likely a scam.
  8. Dopamin3

    Ryzen 5700X3D for $200

    This question can't be answered without more information. How many of your clients direct play (which doesn't really tax the CPU) vs transcode? The files that are being transcoded, what resolution and encoding are they? How many simultaneous streams do you encounter? Does the 3700x get...
  9. Dopamin3

    The system cannot find the path specified

    Create a user where the share is being hosted with full read and write permissions to that directory. Create an SMB share of that directory. On the client connecting to it, map a network drive (e.g. Z:\) and select "Connect using different credentials". The folder to map will be...
  10. Dopamin3

    Ryzen 5700X3D for $200

    Around $120 - $160
  11. Dopamin3

    Should I use Windows 7?

    I provided links to open source projects on Github. So you can actually see what they're doing in the background... These aren't random programs/scripts made by nefarious parties.
  12. Dopamin3

    Should I use Windows 7?

    To what extent are you using consumer Windows as a file server? You obviously aren't doing Active Directory or anything overly advanced or else you would need Windows Server (I know you briefly tried it and said you couldn't figure out permissions?? well that's a basic thing to learn if you're...
  13. Dopamin3

    Cell Phone Data Recovery

    You should be able to remove the eMMC chip and then you'll need something like this. Tagging in Google AI here:
  14. Dopamin3

    How to install OS from USB when USB legacy support is disabled?

    Just curious- what's your use case for disabling USB legacy support in the first place?
  15. Dopamin3

    Should I use Windows 7?

    Why not Linux or FreeBSD? They are so much lighter and have no telemetry/bloat (though this might vary with what Linux distro you choose.)
Back
Top