• 0 Posts
  • 18 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle


  • Not sure if this answers your question, on my fresh install of Debian 13 it seems to default to using

    /etc/apt/sources.list

    For example, I had to go in there to enable non-free and it worked fine.

    There is a newer/recommended format of sources files ending in .sources in the same folder. The newer format is supported as of Debian 13 but for whatever reason Debian 13 doesn’t actually default to installing the newer version on fresh installs. I’m a bit confused by that but Debian’s own docs do discuss it.

    https://wiki.debian.org/SourcesList

    On my fresh install the /etc/apt/sources.list.d still exists, it looks like other software still create their own sources .list files in there when adding their own repos. Debian 13 itself does not seem to generate any files there.


  • My suggestion is to install Ubuntu with whatever desktop environment works for her. Since you’re using Ubuntu too, and you’re essentially going to be her tech support, it’ll just be easier all around to stay on the same distro at least for now.

    More importantly, how Windows-centric is she? Some people may prefer Gnome since using it is just a bit less complicated to use without needing to set a bunch of different settings. But if she’s expecting the Windows style start menus and such then maybe she’ll prefer KDE. Or there’s always installing Linux Mint’s Cinnamon on Ubuntu, Cinnamon would be easier than KDE for a ex-Windows user I suspect (https://ubuntucinnamon.org/ also exists apparently).



  • Yes that would work fine, you can pretty much run anything inside a VM. So yeah a properly set up VM with internet access + VPN client + anything else you want to install will work.

    Not too sure what the issue is that you are encountering, you’d need to update your post with a lot more info. My suggestion is to start over and make sure the VM is set up correctly e.g. install the OS in the VM, verify it has normal internet access. Then install the VPN client in the VM, verify VPN is working properly. After that qBittorrent or anything else can be installed inside the VM. (probably best to save snapshots of your VM after each step in case you screw up and need to roll back)




  • 4 seeders

    4 seeds means it’s not actually a dead torrent. Slow uploading sure, but not dead. I’d suggest just leaving it alone, if it’s going at 8% per week it should finish on its own in roughly 13 weeks assuming the speeds don’t change much. That’s going to be a while but once you’ve got it you’ll be seed number 5 as long as you keep seeding it on your end.

    If I can find find the exact releases of as many roms as possible in the collection from other singular sources, can I resurrect this torrent by just copy+overwrite into the unfinished folder?

    Sure that may work in theory. Just keep in mind you’d need to find tons of ROM files that are exact bit-by-bit matches of the files in the torrent - otherwise overwriting mismatched data into your currently downloading torrent would make things slower for you since you’d now have to re-download that data to get back to 8% or whatever.

    EDIT: Looks like you lucked out, congrats seed #5 :)




  • Not automatic (I think) and a bit clunky but the Strawberry music player does have a transcode feature so you could select music files and transcode them a certain way output to another folder. It’s not something I ever do but I did a quick test to a USB drive and it seems to work okay. It’s an option if you opt to use a gui to click through.

    OTOH if you’re happy using the terminal and/or scripting then ffmpeg may be a better bet.

    PS - Strawberry does have a panel where it lists “Devices” and maybe your phone could show up there and the transcoding would work a bit more automatically, wasn’t able to test that here.



  • To be fair Ubuntu is still okay especially starting out, it’s one of the more polished distros with a ton of online documentation when you need to search around and figure out how to do things. And no one says you have to stay with a distro, once you’re comfortable with Linux it’s easy enough to check out other distros.

    That aside a lot of people have been recommending Mint for new users so that’s definitely one you can check out if you want to try branching out now rather than later.

    PS - Nvidia has a less than stellar reputation for their Linux drivers, you may want to consider reading up on that for whichever distro you choose. I have an Nvidia GPU (old non-Quadro class) running on Debian, works fine now but I did have a few false starts getting it going properly at first.





  • My network has reset several times and I’ve narrowed it down to an apparent DDOS attack

    It’s not. You will need to lower your torrent client’s incoming connections limit and/or set lower limits to your incoming/outgoing bandwidth in your torrent client. It is clear your network router is unable to handle too much torrent traffic hitting it at the same time, hence the issues you are experiencing.

    For qB

    Tools / Options / Connection / Global Maximum Number Of Connections

    Tools / Options / Speed / Global Rate Limits

    There’s no specific number to enter there, you just have to experiment a bit and set lower numbers until the problem goes away and your network is stable.

    shutting down the client doesn’t help

    It will, eventually. It does take a bit for other torrent clients to realize you’re no longer online and stop sending you traffic / sharing your IP with other peers.