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

help-circle
  • No display at all? I suspect something else is at play there…

    On that model during bootup

    F2 = BIOS

    F10 = Boot Menu

    You should be seeing something in the Boot Menu, or at least be able to get into the BIOS?

    Also double-check the USB formatting, I don’t remember if that NUC has UEFI boot support or if it needs to be enabled in the BIOS beforehand. e.g. if your USB is formatted to boot legacy then reformat it to boot in UEFI, or vice versa.

    I actually have a few of those NUC models around but am not sure what it does exactly with no SSD, I think/thought it should still be able to handle USB boot in that situation.








  • Should be fine, just don’t cheap out on the external drive / cable you will be using. And when you’re using something like smartctl you’ll know right away if SMART info is passing through your USB for proper testing.

    I’ve done a lot of these type of scans via USB drives, honestly the more annoying part is that some USB drives do wonky things like go into sleep mode within 1-5 minutes which will disrupt any sort of scanning you had going. So with USB drive scanning I usually implement something to keep the drive alive and awake e.g. a simple infinite loop script to write a file every x seconds, or if you’re on windows you can also use KeepAliveHD.



  • Nowadays I buy digital music (mostly via Bandcamp but there’s also HDTracks, Qobuz, etc.) & play the music that way. Can also stream my own music library if I want via Jellyfin or other applications.

    re: physical CDs, yes I’ve got a ton of those too from before you could buy digital music but have already ripped them. Haven’t had a need to touch the physical discs in years but still keep them in CD binders just in case.

    Also not sure if it matters but for me I’m always living in small apartments/rooms so I absolutely avoid collecting physical items, there’s just no space for that.


  • True, wouldn’t be too different vs just using a VPN. You’re choosing to trust the Tribler tech and the Tribler exit node operator vs choosing to trust the VPN provider. Granted most VPN connections are going to have much better performance vs anything Tribler related.

    There is a nice side effect of running an *arr stack against Tribler, even in 1 hop mode - Your Tribler node is much more easily pulling in new content into the Tribler network for other users to access afterwards without needing an exit node. Ideally it’s just one Tribler node/user needing to pull data through the exit nodes while the rest would just pull it from you and share with other nodes in-network.

    Torrents over I2P work the same way. If the torrent data isn’t found within I2P and you have outproxies configured you could pull torrents from the clearnet & afterwards other I2P users just share amongst the I2P network.


  • 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.


  • Brickfrog@lemmy.dbzer0.comtoSelfhosted@lemmy.worldCustom Domain Email
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    7 months ago

    If you use Namecheap for email domain(s) you may want to consider also splurging for their PremiumDNS to keep your domain(s) off spam blocks at other email providers.

    I help maintain some emails at Gmail/Google Workspace but the domains themselves are at Namecheap. For a while there were complaints that some emails never landed in other people’s inboxes… this led me to talk about the issue with one of the email provider recipients based in the UK & apparently they were null routing anything coming from Namecheap since they felt a lot of spam came from them. But after some experimenting I figured out their system (& probably others) were figuring out they were Namecheap domains via the default FreeDNS they use. On a hunch I switched those domains over to PremiumDNS and after that all our emails were landing in other inboxes correctly. I guess maybe it makes sense, a typical spammer buying a cheap domain at Namecheap isn’t going to splurge for the higher end DNS service for it.

    I’m not saying all email providers treat Namecheap domains as spam but just be warned there definitely ones out there that do.







  • since I don’t believe the qbt executable is signed.

    Yup you are correct, another reason that anti-virus/malware type software will mess with the download or execution of the installer.

    Based on the current info that’s kind of my initial hunch. The installer could crash if the user’s anti-virus/malware messed with it. We also don’t know if there is other software installed on the system doing things like that…

    Otherwise, ruling out other things could be just that Windows itself is possibly borked. The sfc / dism method may fix that. Installers definitely crash when something is wrong with the Windows OS.


  • What version of Windows? Is this a normal install of Windows or did you do anything different/custom?

    Assuming Windows 10/11 try disabling Real-time protection (Virus & Threat Protection / Manage Settings / Real-time protection) at least temporarily during the install.

    Also disable any other anti-virus/malware type software you have.

    With all of that disabled re-download qBittorrent from the normal download sources https://www.qbittorrent.org/download

    When you attempt to run the setup make sure to run it as administrator so it is elevated (do a shift right-click on the setup.exe file & select Run as administrator).

    If the install finally works, before you re-enable Real-time protection you should add the installed qbittorrent.exe in the Windows Defender Exclusions and Controlled folder access (Virus & Threat Protection / Manage Settings / add or remove exclusions) and (Virus & Threat Protection / Manage ransomware protection / Allow an app through Controlled folder access). The installed qbittorrent is probably in C:\Program Files\qBittorrent\qbittorrent.exe or wherever your programs are normally installed.

    If none of that worked then I’d go with the other commenters, run RAM and hard drive diagnostics & make sure that’s all working correctly.

    Or maybe your Windows OS install is broken somehow, I’d run sfc and dism in those cases (a bit outside of scope of this community but you can search around for that).