home.social

#su — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #su, aggregated by home.social.

  1. europesays.com/es/544566/ La novia de Omar Montes abandona su casa al enterarse de que el cantante va a tener un hijo con otra mujer: «Sabía la infidelidad, pero…» #abandona #Entertainment #Entretenimiento #ES #España #montes #novia #omar #Spain #su

  2. NASA Satellite Data Shows Uneven Subsidence Rates Across Mexico City

    📰 Original title: Mexico City Is Sinking. A Powerful NASA Satellite Just Revealed How Fast

    🤖 IA: It's clickbait ⚠️
    👥 Usuarios: It's clickbait ⚠️

    View full AI summary: killbait.com/en/nasa-satellite

    #science #su...

  3. NASA Satellite Data Shows Uneven Subsidence Rates Across Mexico City

    📰 Original title: Mexico City Is Sinking. A Powerful NASA Satellite Just Revealed How Fast

    🤖 IA: It's clickbait ⚠️
    👥 Usuarios: It's clickbait ⚠️

    View full AI summary: killbait.com/en/nasa-satellite

    #science #su...

  4. NASA Satellite Data Shows Uneven Subsidence Rates Across Mexico City

    📰 Original title: Mexico City Is Sinking. A Powerful NASA Satellite Just Revealed How Fast

    🤖 IA: It's clickbait ⚠️
    👥 Usuarios: It's clickbait ⚠️

    View full AI summary: killbait.com/en/nasa-satellite

    #science #su...

  5. Cenovus Energy Stock On Fire: Up 16% With 7-Day Winning Streak

    Cenovus Energy (CVE) – a developer and producer of bitumen, heavy oil, and petroleum products – hit a…
    #Energy #buycve #cenovusenergystock #cnq #CVE #cvestock #cvestreak #CVX #IMO #sellcve #Su- #XOM
    europesays.com/2969231/

  6. I made this account last year, but finally making an intro ^_^ Hi, everyone! AshiWolf or Ashi here 8D I post art and amvs of things I love-hope to make a Youtube channel where I post longer vids ^_^ My carrd: ashiwolfs-smorgasbord.carrd.co/

    #introduction #toh #su #atla #lok #yoi #kog #disney #studioghibli #antiai #spiderverse #animation #anime #cowboybebop #kpdh #utena #dreamworks #homestuck #borzois

  7. Sfântul Teofan Zăvorâtul: Să fii gata a te arăta pământ bun și vei fi semănat neîncetat! Dar cum să mă arăt pământ bun? Poți să faci asta prin luarea aminte la cuvântul lui Dumnezeu, prin cugetarea la el, prin dragostea față de el și fiind totdeauna gata a săvârși ceea ce afli din el 👉 c.aparatorul.md/322ra 👈 #Cuvânt #CuvântulLuiDumnezeu #Dumnezeu #pamantroditor #Rânduială #rădăcini #rodire #sămănător #semanat #SfântulTeofanZăvorâtul #staresufletească #su...
    c.aparatorul.md/322ra

  8. While #NixOS should not be affected by #CopyFail as it uses recent kernels, here are additional fixes you can apply:

    Disabling setuid does not mitigate it, but reduces the attack surfaces overall significantly.

    Instead of #sudo, #su, #pkexec and other #setuid binaries you can use #run0 or a dedicated root account.

    I have disabled setuid for a bunch of binaries I don't need, they still work when ran as root, with run0 or #sudo-rs.

    ```nix
    boot.blacklistedKernelModules = [
    "algif_aead"
    ];

    security.sudo.enable = false;

    security.wrappers = {
    su.enable = false;
    pkexec.enable = false;

    # example setuid binary
    chsh = {
    source = "${pkgs.shadow}/bin/chsh";
    setuid = lib.mkForce false;
    owner = "root";
    group = "root";
    };
    };
    ```

  9. While #NixOS should not be affected by #CopyFail as it uses recent kernels, here are additional fixes you can apply:

    Disabling setuid does not mitigate it, but reduces the attack surfaces overall significantly.

    Instead of #sudo, #su, #pkexec and other #setuid binaries you can use #run0 or a dedicated root account.

    I have disabled setuid for a bunch of binaries I don't need, they still work when ran as root, with run0 or #sudo-rs.

    ```nix
    boot.blacklistedKernelModules = [
    "algif_aead"
    ];

    security.sudo.enable = false;

    security.wrappers = {
    su.enable = false;
    pkexec.enable = false;

    # example setuid binary
    chsh = {
    source = "${pkgs.shadow}/bin/chsh";
    setuid = lib.mkForce false;
    owner = "root";
    group = "root";
    };
    };
    ```

  10. While #NixOS should not be affected by #CopyFail as it uses recent kernels, here are additional fixes you can apply:

    Disabling setuid does not mitigate it, but reduces the attack surfaces overall significantly.

    Instead of #sudo, #su, #pkexec and other #setuid binaries you can use #run0 or a dedicated root account.

    I have disabled setuid for a bunch of binaries I don't need, they still work when ran as root, with run0 or #sudo-rs.

    ```nix
    boot.blacklistedKernelModules = [
    "algif_aead"
    ];

    security.sudo.enable = false;

    security.wrappers = {
    su.enable = false;
    pkexec.enable = false;

    # example setuid binary
    chsh = {
    source = "${pkgs.shadow}/bin/chsh";
    setuid = lib.mkForce false;
    owner = "root";
    group = "root";
    };
    };
    ```

  11. While #NixOS should not be affected by #CopyFail as it uses recent kernels, here are additional fixes you can apply:

    Disabling setuid does not mitigate it, but reduces the attack surfaces overall significantly.

    Instead of #sudo, #su, #pkexec and other #setuid binaries you can use #run0 or a dedicated root account.

    I have disabled setuid for a bunch of binaries I don't need, they still work when ran as root, with run0 or #sudo-rs.

    ```nix
    boot.blacklistedKernelModules = [
    "algif_aead"
    ];

    security.sudo.enable = false;

    security.wrappers = {
    su.enable = false;
    pkexec.enable = false;

    # example setuid binary
    chsh = {
    source = "${pkgs.shadow}/bin/chsh";
    setuid = lib.mkForce false;
    owner = "root";
    group = "root";
    };
    };
    ```

  12. While #NixOS should not be affected by #CopyFail as it uses recent kernels, here are additional fixes you can apply:

    Disabling setuid does not mitigate it, but reduces the attack surfaces overall significantly.

    Instead of #sudo, #su, #pkexec and other #setuid binaries you can use #run0 or a dedicated root account.

    I have disabled setuid for a bunch of binaries I don't need, they still work when ran as root, with run0 or #sudo-rs.

    ```nix
    boot.blacklistedKernelModules = [
    "algif_aead"
    ];

    security.sudo.enable = false;

    security.wrappers = {
    su.enable = false;
    pkexec.enable = false;

    # example setuid binary
    chsh = {
    source = "${pkgs.shadow}/bin/chsh";
    setuid = lib.mkForce false;
    owner = "root";
    group = "root";
    };
    };
    ```

  13. Good morning u 🦊😳🤪 glorious basterds in ur fighting machines🧑‍✈️🤖🪖

Time rise & shine and give the orcs a real bad day
    💪🏽🇺🇦🛡️ 

"Never in the field of human conflict was so much owed by so many to so few (Furry mutts 😉)" -Churchill 🇬🇧

    -27 ✈️🇺🇦

    Carthago Dalenda Est!

  14. Good morning u #NAFO #AFU #KspZSU 🦊😳🤪 glorious basterds in ur fighting machines🧑‍✈️🤖🪖

Time rise & shine and give the orcs a real bad day #SlavaUkraine
    💪🏽🇺🇦🛡️ 

"Never in the field of human conflict was so much owed by so many to so few (Furry mutts 😉)" -Churchill 🇬🇧

    #SU-27 ✈️🇺🇦

    Carthago Dalenda Est!

  15. Good morning u #NAFO #AFU #KspZSU 🦊😳🤪 glorious basterds in ur fighting machines🧑‍✈️🤖🪖

Time rise & shine and give the orcs a real bad day #SlavaUkraine
    💪🏽🇺🇦🛡️ 

"Never in the field of human conflict was so much owed by so many to so few (Furry mutts 😉)" -Churchill 🇬🇧

    #SU-27 ✈️🇺🇦

    Carthago Dalenda Est!

  16. Good morning u #NAFO #AFU #KspZSU 🦊😳🤪 glorious basterds in ur fighting machines🧑‍✈️🤖🪖

Time rise & shine and give the orcs a real bad day #SlavaUkraine
    💪🏽🇺🇦🛡️ 

"Never in the field of human conflict was so much owed by so many to so few (Furry mutts 😉)" -Churchill 🇬🇧

    #SU-27 ✈️🇺🇦

    Carthago Dalenda Est!

  17. Good morning u #NAFO #AFU #KspZSU 🦊😳🤪 glorious basterds in ur fighting machines🧑‍✈️🤖🪖

Time rise & shine and give the orcs a real bad day #SlavaUkraine
    💪🏽🇺🇦🛡️ 

"Never in the field of human conflict was so much owed by so many to so few (Furry mutts 😉)" -Churchill 🇬🇧

    #SU-27 ✈️🇺🇦

    Carthago Dalenda Est!

  18. europesays.com/es/512167/ Coyote vs. Acme lanza su tráiler oficial, con el archienemigo del Correcaminos plantando cara a la negligente compañía #acme #Cine #coyote #Entertainment #Entretenimiento #ES #España #Film #lanza #Movies #Spain #su #vs

  19. Mossos desarticulan colaboración entre clanes gitanos y mafia albanesa en cultivo de marihuana

    📰 Título original: Macrooperativo de Mossos para descabezar la alianza entre clanes de etnia gitana y la mafia albanesa de la marihuana en Lleida

    🤖 IA: No es clickbait ✅
    👥 Usuarios: No es clickbait ✅

    Ver resumen IA completo: killbait.com/es/mossos-desarti

    ...

    #su
  20. Mossos desarticulan colaboración entre clanes gitanos y mafia albanesa en cultivo de marihuana

    📰 Título original: Macrooperativo de Mossos para descabezar la alianza entre clanes de etnia gitana y la mafia albanesa de la marihuana en Lleida

    🤖 IA: No es clickbait ✅
    👥 Usuarios: No es clickbait ✅

    Ver resumen IA completo: killbait.com/es/mossos-desarti

    #su...

    #su