• 2 Posts
  • 139 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle


  • TDCN@feddit.dktoLinux@lemmy.mlUuh grub?
    link
    fedilink
    arrow-up
    3
    ·
    2 months ago

    I had an old laptop do this some years ago and it was because the graphics card was broken. I had dual graphic card and found a way to disable the broken one in bios (dedicated one, could continue on intel graphics) but the computer was too old to reliably use much longer and it died even more a few months later.




  • I had the same initial feeling about it when i got handed the mouse randomly one day. I was like uhg I don’t really want to relearn how to mouse, but I’ll give it a go because why not. I was struggling a bit at first, but I was surprised at how easy i caught on to it. Within and hour I didn’t think much about how to use it anymore and within a week I didnt eaven reach for my normal mouse next to it anymore because it was just more comfortable to use the ball mouse. My girlfriend was the same when she borrowed or one day to play some Sims from the couch. It’s especially good for that because you don’t need any surface for it to work. It works anywhere. She just started using it with no training and now keeps asking for borrowing it. I can only recommend it. The Logitech is the best options tho. I’m not sure about the quality of other brands.












  • My best advice is to NOT think of it as addons. If you want grafana or node red for example, just install them in seperate in a container not considering anything else about HA. Then just use them normally. You can still use the integrations for grafana and node red. Integrations work perfectly fine on HA in a Docker container.

    Remember, very important: INTEGRATIONS ARE NOT ADDONS they are two very different things.



  • TDCN@feddit.dktoSelfhosted@lemmy.worldWhat advice can you give to a beginner?
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    4 months ago

    Hmm I should maybe have added that I only ever touched docker cli tools and have never used a front end of any kind. I do know that they exists, but I like having my fingers in the mechanical room so to speak so it gave me a quite steep learning curve writing my own docker compose files from scratch and learning the syntax, environment variables and volumes working manually. I still to this day only use cli version of Docker because its the only thing I ever learned.


  • TDCN@feddit.dktoSelfhosted@lemmy.worldWhat advice can you give to a beginner?
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    1
    ·
    edit-2
    4 months ago

    Came here to write exactly this. It’s a steep learning curve but well worthwhile. Although I’d specify and say: learn docker compose.

    Edit: what I ment was learn docker cli tools (command line tools) and use Docker compose that way. It gives you a much better understanding of how Docker actually works behind the scene while still keeping it high level