• 0 Posts
  • 59 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle


  • Thanks for sharing.

    With “Beginners Guide to Linux” in the title, I don’t think the video is suitable for anyone who hasn’t already tried Linux.

    There’s not even a mention of what a “distro” is, and if I had never used Linux before and watched this video, I’d run away as fast as I could. It’s way too complex, and mentions way too many things that I’ve probably never heard of before.

    That being said, I don’t know who his demographic is. I’m always glad to see some effort into helping people discover Linux, but I fear this might have the opposite effect.


  • I have Frigate running with a reverse proxy, a coral, etc. I just use the internal Intel GPU on my CPU and it works with a 1080p and a not-quite-4k stream (4MP maybe?). It’s no sweat for the hardware.

    GPU is only used to detect motion, and you can even configure a lower resolution sub-stream from your cameras to reduce that load, but I don’t think you’ll need to.

    Once motion is detected, Frigate fires up the coral to determine what is there. A car, dog, person, etc.

    I have everything get recorded with no processing to a single WD Purple, the biggest I could afford. It holds months of video before rewriting over old stuff.

    I have Amcrest cameras which are rebranded Dahua I think. I’m relatively happy with them, but I’ve always dreamed of owning Axis cameras, though they are a bit pricey. My cameras are on a VLAN that can’t access the internet.

    Hope that helps.


  • I have 2 computers with KDE which I’ve been using for the past 6 months or so. I recently read about how to switch to Wayland (log out, find the option, log back in). Both of my computers were using X11, not sure why. Maybe I chose that during installation.

    I switched both to Wayland and I’m going to do my best to stick to it. One of my computers has an older Nvidia card but luckily I don’t seem to have any problems.

    Purely anecdotal, but maybe a large part of the 27% using X11 don’t even know the difference.









  • That question is a little bit out of the scope of a forum like this. A question like that would better be answered by the nginx documentation. Sometimes the project documentation might have a blurb about nginx configuration specific for that project. For example, Immich.

    For the most part, you only have to reference the nginx documentation. I’ve never looked at the Immich config above until now, and my Immich server works great.

    I’ve had a reverse proxy for years, but the config files are very foreign to me because I use Nginx-Proxy-Manager. NPM makes nginx usable for dummies like me, at the expense of gaining a deeper understanding of how it works. I’m ok with that, but you might feel differently.