captcha_incorrect

u/captcha_incorrect@lemmy.world
2 posts · 233 comments

Recent posts

Recent comments

Commissioners warned those in attendance against disruptive behavior, including clapping, snapping or rude comments. Lux Claridge and several others clapped in support of speakers opposing the Flint Hills Digital Campus data center. After commissioners issued a final warning, Lux Claridge continued to clap, leading to his arrest.

I wasn't there and I have never been to a city meeting, how bad is it to ask for people to not clap? They did give him a final warning.

No changes to the container image, but I had to fiddle with the config file. There is an option (tokenExpirationHours) to set for how long a token is valid, default is 2 hours. I can only find this in the commented example config, setting it to sometime really high like 50 let my friend upload his audiobooks without problems.

Create a config file and place it somewhere the container can access it. Then add the environment variable FILEBROWSER_CONFIG=/some/path/to/your/config.yaml.

Here is a snippet from my config:

server:
  # ...
auth:
  tokenExpirationHours: 50
  # ...
userDefaults:
  fileLoading:
    maxConcurrentUpload: 100 # The inferface only shows up to 10 so I don't know if setting this value higher does anything
    uploadChunkSizeMb: 10

tokenExpirationHours is the key to set.

I don't think everyone now anything about Linux, most people don't know about computers in general.

This is to me most likely targeted at those (alias Anna) how know someone (alias Bob) how knows about this (or similar). Bob tells Anna to install Linux because Windows 10 EOL, Anna says "no Linux bad because reasons, plz install Windows", or some such.

on *checks pinned posts* · c/linuxmemes · 7 pts · 12d

Debian is great, I love it. But the ease of which I can repair my system when I break it is the main reason to stay. I made an error in my hardware config and I just had to use the previous generation to get back to a working state. After that, I could take my time to fix the issue without the server being down.

This whole everything is in config files is also very appealing, even though there is a lot to learn to get to the same level of knowledge (https://nix.dev/ helps there).

xdotool mentions dotool, never heard of it before.

I haven't used in a few years, since I couldn't get it to work the way I wanted. I just lived without it. I remember there being a hassle with installing it as well.
What makes you dislike it so much?