Unwind2046

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

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

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

Double Circuit

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

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

If you don't mind me asking, what is your naming scheme?

[–] Unwind2046@iusearchlinux.fyi 3 points 2 years 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 2 years 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 2 points 2 years ago (1 children)

Thanks for the response! Not quite what I was expecting, haha - let me rephrase my question:

What is the GitHub icon configured to indicate?

[–] Unwind2046@iusearchlinux.fyi 3 points 2 years ago (3 children)

Looks good! One of my favorite themes, for sure!

What's the GitHub icon in the top right of your bar?

[–] Unwind2046@iusearchlinux.fyi 1 points 2 years ago

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.

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

I just started using sway as well! Care to share any tips, tricks, or your favorite config snippets?

[–] Unwind2046@iusearchlinux.fyi 5 points 2 years ago

Best tldr so far, thank you!

[–] Unwind2046@iusearchlinux.fyi 2 points 2 years ago

Lol read this comment first then understood the last sentence after a short stroll. Take my up vote!

9
submitted 2 years ago* (last edited 2 years 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

view more: next ›