Skip to content

Trump Mobile launches $47 service and a gold phone

Technology
129 103 369
  • VMware’s rivals ramp efforts to create alternative stacks

    Technology technology
    7
    1
    60 Stimmen
    7 Beiträge
    7 Aufrufe
    B
    I do the same in Proxmox VMs, in my homelab, which is... fine. I was talking more about native support, manageable via an API or something. Say I need to increase the number of nodes in my cluster. I spin up a new VM using the template I have, adjust the network configuration, update the packages, add it to the cluster. Oh, maybe I should also do an update on all of them while I'm there, because now the new machine runs a different docker version. I have some Ansible and bash scripts that automates most of this. It works for my homelab. At work however, I have a handful of clusters, with dozens of nodes. The method above can become tedious fast and it's prone to human errors. We use external Kubernetes as a service platforms (think DOKS, EKS, etc), who have Terraform providers available. So I open my Terraform config and increase the number of nodes in one of my pre-production clusters from 9 to 11. I also change the version from 1.32 to 1.33. I then push my changes to a new merge request, my Gitlab CI spins up, who calls Atlantis to run a terraform plan, I check the results and ask it to apply. It takes 2 minutes. I would love to see this work with Proxmox.
  • A Forensic Examination of GIS Arta

    Technology technology
    1
    1
    6 Stimmen
    1 Beiträge
    5 Aufrufe
    Niemand hat geantwortet
  • Ads on YouTube

    Technology technology
    47
    30 Stimmen
    47 Beiträge
    124 Aufrufe
    K
    this is like a soulless manager or some ai bot trying to figure why the human brain hates terrible interruptions
  • 670 Stimmen
    122 Beiträge
    51 Aufrufe
    T
    It's something Americans say.
  • 202 Stimmen
    15 Beiträge
    60 Aufrufe
    A
    If you are taking business advice from ChatGPT that includes purchasing a ChatGPT subscription or can’t be bothered to look up how it works beforehand then your business is probably going to fail.
  • You probably don't remember these but I have a question

    Technology technology
    52
    2
    96 Stimmen
    52 Beiträge
    178 Aufrufe
    lordwiggle@lemmy.worldL
    Priorities man, priorities
  • 1 Stimmen
    8 Beiträge
    36 Aufrufe
    L
    I think the principle could be applied to scan outside of the machine. It is making requests to 127.0.0.1:{port} - effectively using your computer as a "server" in a sort of reverse-SSRF attack. There's no reason it can't make requests to 10.10.10.1:{port} as well. Of course you'd need to guess the netmask of the network address range first, but this isn't that hard. In fact, if you consider that at least as far as the desktop site goes, most people will be browsing the web behind a standard consumer router left on defaults where it will be the first device in the DHCP range (e.g. 192.168.0.1 or 10.10.10.1), which tends to have a web UI on the LAN interface (port 8080, 80 or 443), then you'd only realistically need to scan a few addresses to determine the network address range. If you want to keep noise even lower, using just 192.168.0.1:80 and 192.168.1.1:80 I'd wager would cover 99% of consumer routers. From there you could assume that it's a /24 netmask and scan IPs to your heart's content. You could do top 10 most common ports type scans and go in-depth on anything you get a result on. I haven't tested this, but I don't see why it wouldn't work, when I was testing 13ft.io - a self-hosted 12ft.io paywall remover, an SSRF flaw like this absolutely let you perform any network request to any LAN address in range.
  • Discord alternatives?

    Technology technology
    4
    0 Stimmen
    4 Beiträge
    22 Aufrufe
    R
    XMPP is a standard and doesn't have mandated UIs. If you want a voice chat, then Mumble. It's very narrow, just for games.