• 2 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle


  • You might like Commento which is FOSS. You can self-host it (or fire it onto a free or low cost cloud host), and fun. It’s more like a Lemmy/reddit format (comment up/down votes can be enabled) than masto but maybe you’ll enjoy it.

    Users can comment anonymously or you can enable basic verification steps. Decent moderation for if spam bots find you. Etc.

    ETA I used to host my instance on Heroku’s free tier and it was more than enough for what little traffic was coming to my site.




  • TerkErJerbs@lemm.eetoPrivacy@lemmy.mlVPN on Router Issue
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    7 months ago

    Those IPs eventually end up on block lists as users do dumb things with them. You could definitely benefit from auto cycling through them but it’s still going to be luck of the draw, ultimately. Normally you’ll get a different IP each time you connect, even to the same location/server so if your VPN client has a CLI component, even a basic one, you could write a simple script to tell it to ‘disconnect’ and then ‘connect’ periodically, for instance.

    Depending on which VPN client you’re using on the router, that would be the simplest approach to explore imo.

    ETA you could also explore getting a residential IP from your VPN provider if they offer that. It’s a little more expensive but they don’t end up on block lists as much. Less hassle.


  • I use syncthing for personal and work, and it’s great. Having said that I’ve found it struggles with versioning i.e. editing a document from multiple devices.

    Look into something like Standard Notes for cross platform markdown editing. It’s e2e encrypted, works great, the dev is very responsive. Ymmv but I really like it, have it on every device I own and use it daily.

    I’ve also just used a private git repo for editing docs from multiple devices. Once you get it set up it’s effortless, and most ide’s are extremely fun to use as text editors.


  • TerkErJerbs@lemm.eetoLinux@lemmy.mlSwitching GPU
    link
    fedilink
    arrow-up
    3
    ·
    7 months ago

    OP is it the 7700 non-x 65w tdp version? Asking because I’m thinking about upgrading my CPU from 5600x to the 7700non-x and have the same gpu. I was actually wondering how throwing that integrated graphics into the mix would work so thanks for asking this and looking forward to your findings if you don’t mind posting however you end up solving this.



  • fml I’ve got a debian build on what used to be my daily driver until I somehow managed to completely eff the kernel and headers. This was my first time using LVM and I still don’t know how, but the last time I updated the kernel and headers they installed to not my user-space of choice but to the parent encrypted volume. Not realizing what I had done wrong I then proceeded to autoremove and next reboot… bricked.

    Have tried multiple ways to get it back, nothing profitable yet. At least I can still access the file system and have taken everything off that I wanted. Haven’t gotten around to format/reinstall. Won’t be carelessly working with kernels again that’s for sure.



  • The other comments almost got it right. If you had your torrent client bound to Mullvad and then opened your Tor Browser… your torrent client would be running over the VPN tunnel (Mullvad) while your Tor Browser would be sending all its traffic over your vanilla ISP and through… the Tor network (unless you also bind it to Mullvad). You’d effectively be “split tunnelling” your traffic, which is actually a good use-case for Tor anyhow.

    There’s a lot of debate about whether it’s fine to run a VPN tunnel (OS-wide) before you fire up your Tor Browser… effectively you’d be pushing your Tor traffic through the tunnel to the VPN’s entry/exit nodes before it got to/left the Tor network. Some say it’s a security risk (if you don’t trust the VPN provider, for instance. Which is valid if you’re using some of the scummier providers). You need to do some research and understand the implications of doing that, before just mashing buttons.

    You can also fire up the Tor network system-wide if you’re crafty and then create an encrypted VPN tunnel to go over that, so all of your VPN traffic would be travelling over and through Tor nodes before it reached the entry/exit nodes of your VPN. It can work both ways. There are cases for both options, if you know what you’re doing… which is a huge caveat.

    Overall though, no. Please don’t torrent over Tor. As you say, it’s not necessary and eats bandwidth from an already slow network protocol. A VPN is more than sufficient for that purpose. If you wanna get more secure than that, make sure you’re running an encrypted DNS solution (or resolve your DNS locally if you know how to do that) and profit. Then your ISP can’t see shit. They’ll still probably traffic-shape and throttle you, simply because they can tell it’s going out over an encrypted tunnel of some kind… but they’ll never be able to see what specifically you’re up to.