• 111 Posts
  • 894 Comments
Joined 1 year ago
cake
Cake day: July 25th, 2023

help-circle




  • Podman provides stronger isolation than nixos-containers because the latter only supports rootful containers. Losing access to nixos modules is a disadvantage, altough most services I’d use podman containers for don’t have any modules anyway.

    E.g. I’ve used nixos container as a stop gap to use a major beta, because I didn’t manage to adapt the nixos package accordingly.











  • There are issue trackers on Cosmic’s github repos, and they welcome any bug reports.

    1. The “Application” menu isn’t a list, but all apps are available to scroll through in the library home.

    2. Suspend works, maybe search for an existing bug report (likely for cosmic-comp).

    3. Might be a bug in cosmic panel. The .desktop file has the correct icon in it, as well in the launcher.

    4. If you use a app image manager (or install a theme with more app icons), they should work flawlessly. Cosmic follows the freedesktop standard for .deskop file, so if you put them at ~/.local/share/applications, they show up like any other installed app. I guess an appimage manager is in scope for cosmic.

    5. A bug worth reporting to the comsic-comp issue tracker.

    6. PWA’s do have an icon in the app launcher.

    7. How does it break? For me, date and time each take up two lines, but they are shown correctly imo. Or you want both to be shown in one line each, which could work for larger sizes of the panel?


  • I remember taking my first selfhosting/Linux steps a year or so after the launch of Let’s Encrypt with a Pi 3. At the time, most tutorials didn’t set up https at all, and if they did, they were self signed certificates (resulting in browser warnings).

    Self-signed certificates are annoying and creating them was a series of copy pasting long, weird commands, usually using long exspiration dates (manual renewing sucks).

    Not long after, guides started recommending certbot. Nowadays reverse proxys like caddy set up TLS automatically.

    At least that’s how I remember it, given my complete lack of knowledge about Linux at the time.