

OnlyOffice local editors is probably the best drop in replacement for Microsoft office’s basic suite I have found. I’m a professional Linux user stuck in a company that depends on Microsoft products.
Doesn’t cover email, but is very good for everything else.
Can also edit PDF files, sort of. Doesn’t always format well on conversion from PDF to editable, but still workable in some cases




Docker compose files (and docker execs) use the following format
volumes: - <host_storage_path>:<vm_mount_path>If the docker-compose has a
${VAR_NAME}:/data, then it will replace it directly with the variable defined in the .env file in the same directory with the formatVAR_NAME=/path/on/hostAnd would mount the host’s
/path/on/hostto/data