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

help-circle





  • janAkali@lemmy.onetoMemes@sopuli.xyzFirefox is King
    link
    fedilink
    English
    arrow-up
    28
    ·
    edit-2
    5 months ago

    I don’t believe it’s only chrome’s problem. I’ve noticed that firefox tends to lock all available memory to himself and whenever I need it, bastard just reallocates it into swap, making whole system laggy and slow.

    So… I’ve got my foxy friend into a Ram jail for being too hungry:
    systemd-run --scope -p MemoryMax=1G --user firefox

    God, I love linux!











  • janAkali@lemmy.onetomemes@lemmy.worldFreedom!
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    8 months ago

    My dog is direct opposite:

    • he likes to chase indoor cats, have no interest or rather feared of outdoor ones (for a good reason)

    • cue to go out is usually me putting on shoes, but if he sees a leash - he will refuse to cooperate and start pretending that he doesn’t want to walk until I snap it to the collar.

    Probably because I often walk with him without leash, but only right behind our house, there are almost no people walking there, except for other dog owners.





  • They require an extra fee to share connection via Wi-Fi.

    Essentially, they can detect that your phone sends two types of ttl packets (your own and recipient device’s).

    When they detect it, they cut 99% of your connection speed and redirect you to page with “Enable wifi sharing for 1$/day or continue at 60 kb/s”. (airplane mode toggle removes the speed cut-off).

    I use a very simple solution:

    echo 63 > /proc/sys/net/ipv4/ip_default_ttl
    

    This line is executed at boot by djs magisk plugin. When the default ttl is 63, it’ll match the ttl value of all Linux and Android recipient devices.

    But I still haven’t defeated the Windows detection: for a start, Windows ttl is 127, but even if I change it on the recipient PC, my carrier could see windows-related packets and still blocks me out. I even tried the vpn, but that’s still not enough.