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

help-circle








  • atzanteol@sh.itjust.workstoLinux@lemmy.mlLinux security
    link
    fedilink
    English
    arrow-up
    11
    ·
    2 days ago

    So how can I as a new user make sure to have the most secure machine as possible?

    That’s not what you want. You want a reasonable level of confidence that your system is secure.

    The process is similar to Windows - keep it up-to-date, use good passwords, don’t run things as root (admin), and don’t install things that are questionable.

    The package manager under linux is where you should start, and that varys by distro some. But generally speaking things installed from there are “safe” and will be updated by the package manager when you do updates.











  • atzanteol@sh.itjust.workstoSelfhosted@lemmy.worldProxmox or Docker?
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    6 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.