lckdscl [they/them]

I self-identify as an nblob, a non-binary little object.

  • 1 Post
  • 45 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle









  • Okay I think I might know what you mean? I just tried doing that and got it to work. We can compare what we did. Here’s mine.

    I created a shared folder called “Shared”

    then I create a group called “All” and mount the “Shared” folder to /shared

    I went to a user and add them to group “All”

    Examining that user’s files

    I can navigate into that shared folder and access everything (I have stuff in there already).










  • On my personal computer, zoxide, fzf, fzf tab completion allow me to jump around anywhere quite easily, I still use exa/cd for the most part. Look into this if you need more visualization. I still use a GUI file browser from time to time.

    Oh my server though, I still use the default shell, so yes I just memorize where things are. But a trick is to allow for a large history file, and I use the command history search (Ctrl-R) because I tend to run the same things constantly. My setup helps too, I run things in docker, and have a data and a config directory, things go into each accordingly, and I bind mount those directories instead of using volumes.

    If you edit config files a lot, in vim or nvim, :bro old will give you a list of files you recently edited and you can jump to them by inputting a number.