Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DI
Posts
5
Comments
65
Joined
3 mo. ago

Permanently Deleted

  • ltsc iot is on my gaming pc that I spin up once biweekly. Got the os from massgrave and most of the games from fitgirl.

    If it’s a competition of getting work done, Linux is clearly superior. Windows has always just gotten in my way when I’m trying to do something with the OS.

    There’s no denying though that you gotta use the right tool for the job. I ain’t forkin my time over to get Linux to work with triple-A pirated games and all that VM and wine shit. I’m just going to install ltsc and forget about it. Just as how I’m not wasting my time on Windows to install software packages, libraries, or whatever the fuck Subsystem is.

  • Couldn't end up getting this to work for Discord (everything else works). Turns out, my IPv4 traffic leaving through wlp3s0 has a MTU of 1460. And I measured a MTU of 1407 for traffic going through the AirVPN tun (implying 53 bytes of overhead, or 25 bytes of OpenVPN overhead). I ended up just saying the VPN overhead was 40 bytes. Here's my napkin math:

     text
        
    1460 <- ISP MTU
    - 28 cost of IP/UDP <- ISP MSS
    - 40 cost of OpenVPN <- AirVPN MTU
    1392
    - 28 cost of IP/UDP <- AirVPN MSS
    1364
    - 40 cost of 2nd OpenVPN <- Home VPN MTU
    1339
    - 40 cost of IP/TCP
    1299 <- Home VPN MSS
    
      

    For Home and AirVPN I set those in the configs (tun-mtu and mssfix), then mirrored it on the client.

  • These are small potatoes to the real problems.

    I worked at Dollar Tree a year ago and got a letter saying my SSN and birthday was breached by Lockton. This is the second time this has happened and it’s ridiculous they’re still holding on to my data even though I never consented.

    If simply functioning in society is going to require me to buy lifetime identity threat protection then I don’t know how privacy isn’t a luxury.

  • networking @sh.itjust.works
    dirtycrow @programming.dev

    Getting a double-VPN setup to work with MTU differences?

    Background: I have a cellular ISP and therefore cannot configure the CGNAT. After burning through some dumb ideas (free reverse proxy, docker) I realized I could just use my paid VPN.

    My setup is as follows: on the VPN server create a tunnel to AirVPN and start the openvpn daemon. This creates tun0 and tun1 with their own 10.x.x.x/24 subnets. The home network has 192.168.12.0/24.

    It's possible to troubleshoot the MTU with ping -M do -s xxxx y.y.y.y to the VPN public address and test TCP/UDP sockets with nc -l -u -p 1194 .

    I'm not sure if the MTU is variable across servers, but for the server I am on now ping -M do -s 1432 x.x.x.x is the biggest I can get a response from. 1432+20+8=1460 bytes.

    Regardless, connecting to the home VPN through the AirVPN link still causes breakage. Discord seems to be what isn't working, mostly. Everything else has 200 ms latency as expected and not everything pings correctly. Rarely it will tell me the MTU has to be adjusted, sometimes te

  • Publisher matters. Some random website advertising a disk cleaning utility could be malware while a Fitgirl repack most definitely isn’t. Installing something from an official Ubuntu software repository is also pretty safe, while something from a 3rd party repository or community development library could be malware. I also generally trust PDFs from Anna’s Archive and Libgen or Internet Archive, because of the reputation loss to them if it were. You can minimize your risk to a tolerable level this way.

  • Linux @lemmy.ml
    dirtycrow @programming.dev

    Dell Inspiron Mini 10v Nickelodeon Slime Edition

    Found this cute little guy. Battery bms seems to either be dead or cell voltage too low. Has anyone in the Linux community revived a BMS before or recharged from zero?

    datahoarder @lemmy.ml
    dirtycrow @programming.dev

    First steps on data hoarding?

    I'm thinking of backing all of my family's digital assets up. It includes less than 4 TB of information. Most are redundant video files that are in old encodings or not encoded at all and there are a lot of duplicate images and old documents. I'm gonna clean this stuff up with a bash script and some good old manual review, but first I need to do some pre-planning.

    • What's the cheapest and most flexible NAS I can make from eBay or local? What kind of processors and what motherboard features?
    • What separate guides should I follow to source the drives? What RAID?
    • What backup style should I follow? How many cold copies? How do I even handle the event of a fire?

    I intend to do some of this research on my own since no one answer is fully representative but am appreciative of any leads.

    196 @lemmy.blahaj.zone
    dirtycrow @programming.dev

    New favorite base

    Memes @lemmy.ml
    dirtycrow @programming.dev

    Send help!