Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)UN
Unwind2046 @iusearchlinux.fyi
Posts 1
Comments 22
Why do we need tiling window managers when we have tmux?
  • Quite the interesting read, thanks for sharing!

    Is there any good alternative to tmux's ability to create sessions and attach/detach from them? It gets installed on all my servers strictly for this ability.

  • What's your opinion on Snap/Flatpak, and why?
  • I'm by no means a power user or expert. However, my anecdotal, non-critical usage of both formats is just fine! Both install, update, and function as I'd expect. I know there is quirks and political drama in some cases, but as a simple end user... They're both ok!

  • When and why did you start using Linux?
  • I had a coworker mention his RetroPie setup. I followed suit and built one, but quickly realized that the system under the hood was pretty cool!

    A few months later, I built a PC on a budget. In avoidance of purchasing a Windows key, I threw Pop!_OS on it instead based on the RetroPie experience. Greatest decision I could have made!

    Edit: this was about 3 years ago

  • Question - Anonymous Samba Share Permissons

    Hello - i've got an anonymous Samba share setup on an Ubuntu 20.04 installation as follows: ``` [global] map to guest = Bad User log file = /var/log/samba/%m log level = 1 server role = standalone server

    [ubuntu-media-share] path = /srv/samba/ubuntu-media-share read only = no guest ok = yes guest only = yes ```

    On a remote Debian 12 server, I have the share mounted in /etc/fstab as follows: //10.0.0.5/ubuntu-media-share /media/ums cifs guest 0 0

    However, I can only access this file share on the remote server as root. What am I missing to make this server accessible as any other user? In particular, I have users in the media group that need to read/write that directory.

    Any help is greatly appreciated. Thank you!

    Edit: codeblock formatting

    2