Skip Navigation

Posts
222
Comments
381
Joined
3 yr. ago

  • He will wake up tomorrow, and forget all about the veiled nuke threats he made a day before.

    Tonight both US and Israel will likely hit harder (compared to what we already witnessed before), leaving a long trail of death (of civilians) and destruction of civilian properties and infras.

    Tomorrow the pedo president will claim he sent Iran to stone age, and (again) proclaim victory in this war.

  • Trump cannot be undone by Americans, because they all either actively or passively support and enable him

    The number of people joined the latest "No King" protest march across States draws a very different picture though.

    • Trump will again chicken out.
    • He thought (or made to believe) Regime change in Iran will a walk in the park.
    • Given the situation he is currently in, he just wants to save his face by any mean.
    • Dropping Nuke is biggest threat he can think of.
    • He don’t have the guts to follow it through.
    • He will just extend the deadline, or declare himself a winner and left Middle East to its fate.

  • In most likelihood, yes.

  • World News @lemmy.world

    ‘It started with a tip-off’: how a Guardian investigation exposed child sex trafficking on Facebook and Instagram

    www.theguardian.com /global-development/2026/apr/06/investigation-exposed-child-sex-trafficking-on-facebook-and-instagram-meta
  • With battle tested drone technology? Yes, of course.

  • At this point, it's an ongoing competition between Major Arms Industries vs Insider trading to make most profit of this war, while rest of us facing direct/knock on effect of high oil price :(

  • A true man of culture, I see 🫡

  • Librewolf.

  • Huh!, just Disconnect the drive from power source and it will OFF.

  • Note that I'm running it on a rootless docker instance, and NOT on Podman. So, the following solution might or might not work for you.

     
        
    services:
      degoog:
        image: ghcr.io/fccview/degoog:latest
        volumes:
          - ./.data:/app/data
        user: "0:0"
        ports:
          - "4444:4444"
        restart: unless-stopped
    
      

    Explanation: rootless docker works a bit different from rootful docker. user 1000 (which is you on your server/machine) will be mapped to a different UID (e.g. 32555). This is to ensure that any process in docker container can't have access to folders/files that you have access to, in case it manages to break free of docker containerization.

    When you put user: "0:0" in a rootless docker container, it will assume your UID 1000 (which is you on your server/machine) inside docker container.

    While it solves the file permission issue, but it is NOT a recommended way.

    with user:1000:1000

    with user:0:0

  • Ah! Forget about that part. The docker-compose file you provided on repo works for rootfull docker.

    For rootless docker, it works, but library import is not possible for file permission issue.

    I think I know how to solve it, I will give it a try over weekend, and will let you know.

  • Linux @lemmy.ml

    AppArmor vulnerability fixes available | Ubuntu

    ubuntu.com //blog/apparmor-vulnerability-fixes-available
  • First of all, thanks a ton.

    I have been using SearxNG for more than year, running it as docker container on my Homelab. It's connected to internet via Mullvad VPN.

    Lately, I have see both Google and Bing search engines are either not working or returning complete garbage results.

    My firewall setup doesn't allow any incoming connection to homelab, except from LAN. So, bot accessing my SearxNG instance might not be the issue.

    With degoog installed in the same fashion (docker + VPN), google engine seems to be unblocked for me (so far).

    Not sure why degoog is not getting rate limited like SearxNG on the same system and same VPN. But, at least I'm happy :)

  • Cybersecurity @sh.itjust.works

    New AirSnitch attack bypasses Wi-Fi encryption in homes, offices, and enterprises

    arstechnica.com /security/2026/02/new-airsnitch-attack-breaks-wi-fi-encryption-in-homes-offices-and-enterprises/
  • Tailscale, if you don’t want to make your services available to anyone else than you (and people you want to grant access to).

  • Thumb rule: whichever I feel comfortable with in a given situation, I use.

  • Linux @lemmy.ml

    Ubuntu 26.04 splits firmware package to reduce update sizes

    www.omgubuntu.co.uk /2026/02/ubuntu-26-04-firmware-split
  • Cybersecurity @sh.itjust.works

    State actor targets 155 countries in 'Shadow Campaigns' espionage op

    www.bleepingcomputer.com /news/security/state-actor-targets-155-countries-in-shadow-campaigns-espionage-op/
  • At workplace, use whatever OS and tools allowed by company policy.

    At home, use whatever OS and tools you like.

    At least that is how I’m managing it.

  • Isn't Podman rootless by default, unlike docker?

  • All the countries need to use 'Open sourced' product, IMO.

  • Linux @lemmy.ml

    France Just Created Its Own Open Source Alternative to Microsoft Teams and Zoom

    itsfoss.com /news/france-ditches-microsoft-teams-and-zoom/
  • Cybersecurity @sh.itjust.works

    Pirate archivist group scrapes Spotify's 300TB library, posts free torrents for downloading 86,000,000 tracks — investigation underway as music and metadata hit torrent sites

    www.tomshardware.com /service-providers/streaming/pirate-archivist-group-scrapes-spotifys-300tb-library-posts-free-torrents-for-downloading-investigation-underway-as-music-and-metadata-hit-torrent-sites
  • Privacy @lemmy.ml

    Texas sues TV makers for taking screenshots of what people watch

    www.bleepingcomputer.com /news/security/texas-sues-tv-makers-for-spying-on-users-selling-data-without-consent/
  • Linux @lemmy.ml

    System76 Launches Pop!_OS 24.04 LTS With COSMIC Desktop

    www.phoronix.com /news/System76-Ships-Pop-OS-24.04
  • Linux @lemmy.ml

    iDescriptor Brings iPhone Management to Linux

    linuxiac.com /idescriptor-brings-iphone-management-to-linux/
  • Cybersecurity @sh.itjust.works

    WhatsApp API flaw let researchers scrape 3.5 billion accounts

    www.bleepingcomputer.com /news/security/whatsapp-api-flaw-let-researchers-scrape-35-billion-accounts/
  • Firefox @lemmy.ml

    AI Controversy Forces End of Mozilla’s Japanese SUMO Community

    linuxiac.com /ai-controversy-forces-end-of-mozilla-japanese-sumo-community/
  • Linux @lemmy.ml

    NVIDIA Releases Linux Driver 580.105 With HDMI and Game Crash Fixes

    linuxiac.com /nvidia-releases-linux-driver-580-105-with-hdmi-and-game-crash-fixes/
  • Open Source @lemmy.ml

    Release 1.17.0 · flatpak/flatpak

    github.com /flatpak/flatpak/releases/tag/1.17.0
  • Open Source @lemmy.ml

    International Criminal Court to ditch Microsoft Office for European open source alternative

    www.euractiv.com /news/international-criminal-court-to-ditch-microsoft-office-for-european-open-source-alternative/
  • Linux @lemmy.ml

    Introducing architecture variants: amd64v3 now available in Ubuntu 25.10

    discourse.ubuntu.com /t/introducing-architecture-variants-amd64v3-now-available-in-ubuntu-25-10/71312
  • Linux @lemmy.ml

    Pop!_OS 24.04 LTS & COSMIC Desktop Aim For December Stable Release

    www.phoronix.com /news/Pop-OS-24.04-In-December
  • Selfhosted @lemmy.world

    TrueNAS 25.10 Open-Source NAS Released with NVMe-oF, ZFS Enhancements

    linuxiac.com /truenas-25-10-open-source-nas-released-with-nvme-of-zfs-enhancements/
  • Ubuntu Linux @lemmy.ml

    Rust Bug Broke Ubuntu 25.10 Automatic Update Checks - OMG! Ubuntu

    www.omgubuntu.co.uk /2025/10/ubuntu-25-10-rust-coreutils-date-bug