Skip Navigation

Posts
9
Comments
118
Joined
1 yr. ago

  • My first ever distro was Xubuntu. (I did install Lubuntu before it, but found it too "ugly" so switched to Xubuntu after about 30 mins.)

    I was still in high school, around 2014-15. My pc was getting old, and I read online that Linux can make your pc run faster. So, I decided to give it a try. I also read online that Xubuntu (and Lubuntu) is among the lightest of distros, so decided to install that. It was worthwhile, to say the least.

    I currently use mostly EndeavourOS and AlmaLinux for my personal machines, depending on the type of the device. I have installed Fedora on my sister's laptop, and Debian Stable on my parents' PC, so I have to maintain those as well. Also, I have a few Pi zero2s for various things, so I use PiOS (or whatever it's called these days) from time to time.

  • Does it work with ISO files? It's not clear from the website.

  • I really like Popsicle. It deserves more love.

  • I just use lsd --tree.

  • I mostly use git from the cli, but when I want to use a frontend, I use lazygit. (I just find it easier to use TUI for some things like only committing some of the changed files, squashing, or fixup commits.)

  • IIRC, earlier there would be a button to upload to imgur whenever you took a screenshot. I guess now you'd need to intentionally enable the feature to see the button.

  • Also, I hate the name of the column. The frequent mention of the name "Who, Me?" just takes me out.

  • It was just a matter of setting the correct user. In most cases, user: 1000:1000 should fix it.

  • Hey, that looks awesome. I'll try it out when I get back from work.

    Edit: This is awesome! It satisfies my requirements and goes beyond. Great app!

  • That's a pretty good idea, actually. I'll try that out. Thanks.

  • Storage, RAM, CPU usage. I prefer not to have such a large piece of software running for no reason. It might seem silly, but I hate using resources for no reason. I'll rather have 5 lightweight apps running instead of a huge one, of which I'll only use a few parts.

  • I'm strictly against Nextcloud or something similar. I prefer to run a bunch of lightweight apps, rather than one big one.

  • I don't care too much about security, since I'll delete everything in a few days after copying them to my gallery. Then, I usually share a link with them to an album on my PhotoPrism instance. So, per share password is fine by me.

  • Yeah, but that's already possible with my current setup using FileShelter. I'd like them to be able to upload as well.

  • This looks pretty promising. Do you know if it's possible to add per-share passwords, so that I don't need everyone to open an account?

    Edit: It's not.

  • Yeah, it's a bit too much I think.

  • Upon further testing, this does actually work. You may set both read_only: true, and cap_drop: all and it will work as long as you have a named volume. I had it mount a database file from the host system for my test config, which is why I was getting the errors. I don't know how to make that work though i.e. when the db is bind mounted from the host system. Setting the mount :rw doesn't seem to fix it.