• 1 Post
  • 451 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle

  • atzanteol@sh.itjust.workstoSelfhosted@lemmy.worldProxmox or Docker?
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    5 days ago

    Proxmox or Docker?

    It’s not mutually exclusive? I have a 3-node proxmox config on which I have 3 VMs running as kubenetes nodes to which I deploy containers. I also have some VMs setup for things which either don’t work well as containers or which I simply don’t want as containers (e.g. a couple Windows VMs for doing Windows things). Also home assistant runs in a VM since it was just easier to do USB passthrough this way.

    I understand that running things in a VM provides better security than running them in a container.

    Not sure what you mean by this - containers are typically easier to secure as they’re minimalist. But I doubt anyone is using VMs because they think they’re more secure.










  • It’s not just this site though is it? I have been seeing a proliferation of curl | shell bullshit for some time now. Lots of sites doing it and people are posting those commands in forums, etc. telling others how easy it is to install that shiny piece of software! “But people should know better” I hear you whine, “They should read scripts before executing them.” But we all know people won’t do that. Especially not the sort of people who are arguing in favor of this practice, and certainly not the newbs these are targeted at.




  • Until then, people who have sacrificed enough of their weekend to the linux gods will be pipe internet text into their root consoles

    “I’ll do what’s easy even if it’s not good” is a terrible approach to, well, anything. I would expect people in this community to look for guidance on what the best way to do things is. Seems I’m wrong.





  • atzanteol@sh.itjust.workstoSelfhosted@lemmy.worldProxmox VE Helper-Scripts
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    2
    ·
    14 days ago

    You can install with package managers and include with it a helper script to setup the service. No big deal.

    But can you spot the difference between http://myservice.com/script.sh and http://myserv1ce.com/script.sh if you use a font that doesn’t make it clear? If you get people used to just copy/pasting/running scripts then there’s a risk they’ll run something entirely different by accident.

    There’s no good reason to install things this way.



  • atzanteol@sh.itjust.workstoSelfhosted@lemmy.worldProxmox VE Helper-Scripts
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    14 days ago

    The URL can point to a different file. People can post maliciously similar URLs and trick you into running something else.

    With a repository you have some semblance of “people have looked at this before”. Packages are signed and it will provide a standard way to uninstall and upgrade in the future.

    There’s literally no good reason to replace it with a shell script on a website.