LalSalaamComrade

Yup, that’s me, President of the agAdbefdsds…what, where am I?

  • 48 Posts
  • 519 Comments
Joined 1 year ago
cake
Cake day: October 3rd, 2023

help-circle




  • You have to download docker first, then enable virtualization support from the BIOS. Also don’t forget to add the required “groups” to your current user. Then run the docker command (privilege escalation would be necessary, so use with sudo or doas):

    $ docker run -it -e LEMMY_DOMAIN='lemmydomain.com' -p "8080:8080" ghcr.io/rystaf/mlmym:latest
    

    But this is a web application, not a native client. Why do you want this? There’s probably someone out there running mlmym for your instance.







  • LalSalaamComrade@lemmy.mltoMemes@lemmy.mlOS Installation
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    1
    ·
    6 days ago

    After you get decently experienced with Linux, you’re tempted to move to a “difficult-to-setup” distro for fun and more flexibility. Nothing wrong with normie distros, but these advanced distros are really good - you can strip down “bloat”, pick your own init system, your own login daemon as well as your own job scheduler.




  • I think that this can be deployed locally. But the structure of the project, as well as the documentation is horrible. I am not even sure what’s going on with the weird skeleton:

    $ tree -L 2
    .
    ├── LICENSE
    ├── old-packages
    │   ├── questions
    │   ├── results
    │   └── score
    ├── packages
    │   ├── questions
    │   ├── results
    │   └── score
    ├── README.md
    └── web
        ├── contentlayer.config.ts
        ├── docker-compose.yaml
        ├── next.config.js
        ├── package.json
        ├── pnpm-lock.yaml
        ├── postcss.config.js
        ├── posts
        ├── public
        ├── README.md
        ├── src
        ├── tailwind.config.js
        └── tsconfig.json
    




  • There’s newm, which looks really cool, but unfortunately, it is not being maintained any more - I think future version of GNOME will be going in that direction soon, if you’re interested in that style of hybrid single workspace, scrollable window/desktop management. Then there’s also labwc, herbsluftwm, qtile, etc. If you don’t mind X11, you’ll have lots of options to choose from. Personally, I’ve moved to XFCE4 because it is very light-weight, and I’m waiting for version 4.20, which will move to Wayland completely, and make use of wlroots.