• 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle
  • That’s pretty cool, thanks for sharing! Been a while since I tried it out but last I looked Tribler’s own automation features were quite lacking so something like this helps a lot.

    I was not able to download anything with more than 1 hops in between - ie it does hide your real IP address, but only uses one relay in between.

    Hmm I don’t think there’s any relays at all in that configuration, unless you’re counting the exit node itself?

    https://github.com/Tribler/tribler/issues/3067#issuecomment-325367047

    One thing to keep in mind is that to download torrents from outside Tribler’s own network you would need to download through an exit node… not sure on the exact stats but last I tested exit nodes were only like 5-10% of the Tribler user base. For a while I tried volunteering my own VPN connection as an exit node for Tribler just to see how it went but the Tribler client kept locking up/crashing after a few days so the experiment did not go well… hopefully works better nowadays.


  • So to make it clear: people are allowed to make new piracy centric communities with the express rule to not post direct links to primarily providing copyright infringing material?

    Nope, it’s more than that. Lemmy.world admins don’t want you to link to any websites that link to anything that might contain direct links or references to direct links. Strangely that means that linking to Google or Reddit would fail that test so links to those sites should be removed by lemmy.world admins too.

    Per admin’s own post they removed !piracy@lemmy.dbzer0.com

    This community, however, contains a pinned Megathread post by a community moderator, which, through a few levels of a pastebin-like site, provides an aggregated overview of various sources of content. Some of these sources are entirely legal content, but it intentionally includes various other references, such as the website referred to from the CrackWatch community, which are primarily intended for copyright infringement.

    The megathread post that admins are referring to contains links to a different website that contains links - that website is not on Lemmy at all. Lemmy.world admins took this removal action because the community contains a link to another site that may contain links lemmy.world admins don’t like.





  • Just to be sure, did you download some strange version of the .iso from some non-official source? Or did you modify your Windows install in some way?

    And you’re definitely selecting to install Windows 10 Pro, not something else?

    I assumed you downloaded the generic .iso direct from Microsoft at https://www.microsoft.com/en-us/software-download/windows10 like most people do. (you can use the browser trick to get the page to give you .iso download options e.g. in Chrome I just hit F12, set the dimensions to something mobile looking, hit F5 to refresh the page, then go ahead & download the .iso)

    The generic .iso is indeed a multi with the download option named “Windows 10 (multi-edition ISO)”, that itself doesn’t affect any of the steps above.

    Then just use Rufus or similar to create a bootable USB with it.




  • Hmm on the last few installs I’ve done (both Win 10 and 11) I just lead the installation to believe I’ll be doing a corporate/domain install & it always lets me create a normal user/password after that. Not necessary to unplug any ethernet/internet or anything of the sort.

    It’s always worked for me both at work and at home.

    Just to be sure, I spun up a virtual machine to install Windows 10 22H2, here are the steps I went through:

    1. Boot into the Windows 10 installer, jump into the installer & run through all the initial install steps until we get to the OOBE (Windows 10 out-of-box-experience post installer)
    2. Select your Region, click Yes
    3. Select your Keyboard Layout, click Yes
    4. Skip Second Keyboard Layout (unless you want one)
    5. Let it keep going, it might restart (mine did)
    6. At the Account screen select Set Up For An Organization then click Next
    7. At the “Sign In With Microsoft” screen select “Domain join instead”
    8. At the “What name do you want to use?” screen enter your new Windows user account name and click Next
    9. At the Password screen enter a password for your Windows user account and click Next
    10. Re-enter your password and click Next
    11. Set up a security question/answer - Or do like I do & fake them all e.g. select a security question then enter random gibberish alphanumeric text - and click Next
    12. (do the same for all 3 security questions)
    13. Select your Privacy settings then click Accept
    14. Accept or skip any customizations you want (I usually Skip)
    15. For Cortana you can click “Not Now” or “Accept” up to you

    Done! You now installed Windows 10 Pro without a Microsoft Account.


  • and opened port 587 in my router

    Agreed with the other comment, you definitely don’t need or want to do that on your end. Note that your self hosted instance is trying to establish an outgoing connection with a random port to port 587 at wherever your hosted email is e.g. yourdockeripaddress:randomport --> mydomain.com.au:587

    I don’t have Bitwarden self hosted so can’t offer much advice on a solution but…

    I’ve also tried to connect with my gmail but no luck. When I try to verify my email I just get “An unhandled server error has occurred”

    This makes me think there’s something off with your environment, or the Bitwarden instance itself. Is there a way for you to verify that you can actually use those SMTP servers outside of Bitwarden? This sounds silly but in the past I’ve done a test installation of an email client with ability to connect to 3rd party SMTP servers e.g. Thunderbird just to verify my own internet connection can actually initiate an SMTP connection to an external server. You want to at least rule out that the hosted email server isn’t blocking you and/or have some over-active firewall on your end blocking things.

    This is all in the absence of more verbose logging (not sure if Docker or Bitwarden can give you that, something worth checking).


  • However, the server doesn’t have the best power consumption, so I’d like to use WoL to remotely turn it on.

    When you say remotely you mean over the internet, right? Or did you mean remotely within the same LAN e.g. from your living room or wherever.

    By default WOL doesn’t work over the internet AFAIK. The wikipedia page mentions it a bit https://en.wikipedia.org/wiki/Wake-on-LAN#Subnet_directed_broadcasts

    Like others said you may be able to get that going with a VPN or anything VPN-like that allows broadcasts between connected systems. Or if your motherboard supports IPMI / IMM you should be able to connect to the system & perform power functions that way.

    In my case my motherboard doesn’t have those sort of management functions so in the end I settled on logging into my router remotely & initiated WOL through there. That could be another option for you if your network router is capable of sending WOL packets to the LAN.

    However, the server doesn’t have the best power consumption, so I’d like to use WoL to remotely turn it on.