Unwind2046

joined 1 year ago
[–] Unwind2046@iusearchlinux.fyi 11 points 1 year ago (7 children)

Wouldn't those games be locked up through steams DRM?

[–] Unwind2046@iusearchlinux.fyi 2 points 1 year ago (1 children)

Genuinely curious, was it a good experience? I have a spare Pi laying around with no purpose, and this might be it!

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.

1
submitted 1 year ago* (last edited 1 year ago) by Unwind2046@iusearchlinux.fyi to c/linux@lemmy.ml
 

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