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

help-circle





  • bizdelnick@lemmy.mltoLinux@lemmy.mlThe Terminal Question
    link
    fedilink
    arrow-up
    17
    arrow-down
    6
    ·
    13 days ago

    Are you serious? It’s just a window where text is printed. Use what your DE provides. Now I’m mostly on LXQt, so I use QTerminal. With tiling WMs I prefer urxvt because I don’t need builtin window splitting ans tabs. I can’t imagine what other features may I need.






  • You will need many iterations of trial and error. No way.

    You can speed up testing your playbook by using Molecule or something similar. Don’t touch your working VMs until you get a service (role) set up correctly in your test environment. If you need to set up multiple services in a single VM, you can automate their deployment sequentially, of course.

    P. S. I don’t like Ansible and won’t recommend it because it is full of bugs and non-obvious behavior. However I didn’t investigate alternatives and can’t suggest a better one.







  • Just checked one more time that emails from my server are accepted by Gmail. What am I doing wrong?

    the list of the daemons running in docker-mailserver

    Awful. Who heeds both rspamd and spamassassin simultaneously? fetchmail and getmail6? More than a half of these components are not required to get a working mail server. But I agree that setting up the another half is rather complicated. So I’m planning to give a try to mox when I’ll need to set up a new mail server.