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

help-circle


  • asap@lemmy.worldtoLinux@lemmy.mlImmutable Distro Opinions
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    15 days ago

    Go back and look at all the good faith replies to you, and notice that you haven’t replied in kind. You seem like you have a strong and incorrect agenda to push, without being willing to take on any new information which people are providing to you.

    You only harm yourself by being fixed in your mindset. There is a very strong correlation between success and people who are able to take on information and grow.


  • asap@lemmy.worldtoLinux@lemmy.mlImmutable Distro Opinions
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    16 days ago

    For distrobox, you can export your CLI tools, then use them anywhere in your system:

    distrobox-export --bin /usr/bin/some_app --export-path ~/.local/bin
    

    Alternatively you could distrobox enter from the Jetbrains terminal.

    I would generally use brew for installing system-wide CLI tools, and use a devcontainer if I want to have a specific dev environment for a project.






  • asap@lemmy.worldtoLinux@lemmy.mlImmutable Distro Opinions
    link
    fedilink
    English
    arrow-up
    3
    ·
    17 days ago

    I use Jetbrains, devcontainers, and distrobox on Bluefin-DX and it has been flawless out of the box. There’s a single command to install the Jetbrains toolbox, which let’s you then manage all their apps.

    Couldn’t recommend it enough, made my development lifecycle so easy.



  • asap@lemmy.worldtoSelfhosted@lemmy.worldService monitoring
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    18 days ago

    It’s just what I use, as I’m specifically looking for something which only notifies when things aren’t able to report due to failure. Free for 20 checks which is more than enough for me.

    If I were hosting it myself I wouldn’t know if my own notification system had failed (since it wouldn’t be able to report due to failure.)




  • asap@lemmy.worldtoLinux@lemmy.mlimmich v1.124.0 released
    link
    fedilink
    English
    arrow-up
    11
    ·
    22 days ago

    I would consider docker very easy to use and well worth exploring. The benefit of Docker is that it runs exactly the same on any system, no matter what the underlying OS is.

    Here’s how difficult it was to set up Immich:

    1. Download a docker-compose.yml file, which describes the options for the Immich server.
    2. Run docker-compose up -d

    That’s it. Immich is now installed and running.