Friday, April 07, 2023

Monday, March 20, 2023

LibreOffice freezes on logo

Disable opengl: SAL_DISABLE_OPENCL=1 libreoffice

Monday, February 27, 2023

Linux: Copy all files from subdirectories into one folder

find zfiles/* -type f -mindepth 2 -print0 | xargs -0 cp -t ./sub1