[-] Unwind2046@iusearchlinux.fyi 2 points 8 months ago

It's nice to see these builds with key caps that include letters!

Great build! Is it for travel, or a stationary setup?

[-] Unwind2046@iusearchlinux.fyi 0 points 9 months ago

Double Circuit

[-] Unwind2046@iusearchlinux.fyi 12 points 1 year ago

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

[-] Unwind2046@iusearchlinux.fyi 2 points 1 year ago

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

[-] Unwind2046@iusearchlinux.fyi 2 points 1 year ago

I've really been getting into Sony Studio titles lately, and I hope they continue their trend of pushing games to Steam as PC ports!

[-] Unwind2046@iusearchlinux.fyi 4 points 1 year ago

I adore obsidian, but would love to see an open source software that is on the same level. The extensibility and keyboard-shortcut driven nature of Obsidian makes it a dream to use!

[-] Unwind2046@iusearchlinux.fyi 1 points 1 year ago

I'm beyond excited for the PC port of Rift Apart coming in July. I've never considered buying a PS5, with the sole exception of for that game. Grew up playing R&C on PS2, so it's gonna be great to get back in the saddle!

[-] Unwind2046@iusearchlinux.fyi 3 points 1 year ago

Agreed - I swapped from Pocketcasts to AntennaPod and have been very happy with it. The UI is excellent, and it works quite well. There's no sync with a web interface for subscriptions/queue/etc. but it's great as an android-only option. 10/10, would recommend!

As a side-note, I tried Podverse on Android between Pocketcasts and AntennaPod. It just wasn't polished enough for me to fully buy in - even though it has great features and the premise of the app's licensing and features is something I could get behind. For now, AntennaPod is for me!

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

Unwind2046

joined 1 year ago