Skip Navigation

Posts
1
Comments
739
Joined
3 yr. ago

He/Him, Bi Furry Boi

  • Sounds like poor design on the manufacturers part if a $20 microprocessor and radio can break into a car.

  • There is barely any overhead with a Linux VM, a Debian minimal install only uses about 30MB of RAM! As an end user i find performance to be very similar with either setup.

  • Zen fork is great.

  • I run debian on everything, so I set up unattended-upgrades for security updates and basically forget about it. Docker updates are also automatic with Komodo, just make sure databases are pinned to a major version.

    For monitoring my services I use Uptime Kuma, and get an alert if a service goes down so I can fix it.

    Been pretty solid for years now. Things get rebooted every month or two when I do a Proxmox upgrade and reboot the host.

  • I can't imagine the bitrate was high enough to make much difference in quality.. But I don't know what the technical details were.

  • It's still great either way, there's a lot of work into making it easier to use and less hassle.

  • Display Port ftw

  • It really is, most people could probably be using Display Port anyways, unless trying to hook up to a TV I suppose.

  • Not the newer version of it, they're stuck on the older one.

  • In the case of these ones you just remove the LXC/VM it created.

  • Yeah that is bizarre, maybe malware or a malicious browser addon?

  • Install Debian as a server with no GUI, install docker on it and start playing around.

    You can use Komodo or Portainer if you want a webUI to manage containers easily.

    If you put any important data on it, set up backups first, follow the 3-2-1 rule by having at least 2 backups in place.

    The problem with stuff like yunohost is when it breaks you have no idea how to fix it, because it hides everything in the background.

  • At least you can just snap a bigger battery into it, vs those crappy ones from Dyson or Samsung and whoever with the tiny little battery packs you can't upgrade.

  • For local access you can use 127.0.0.1:80:80 and it won't put a hole in your firewall.

    Or if your database is access by another docker container, just put them on the same docker network and access via container name, and you don't need any port mapping at all.

  • This only happens if you essentially tell docker "I want this app to listen on 0.0.0.0:80"

    If you don't do that, then it doesn't punch a hole through UFW either.

  • How though? A database in Docker generally doesn't need any exposed ports, which means no ports open in UFW either.

  • Linux lets you do whatever you want and that's a side effect of it, there's nothing preventing an app from messing with things it shouldn't.

  • No it's popular because it allows people/companies to run things without needing to deal with updates and dependencies manually

  • The only thing I really have to make sure of is that the deployment environment has node and the angular CLI installed

    That's why Docker is popular. Making sure every single system running your app has the correct versions of node and angular installed is a royal pain in the butt.