November 11, 2024Enabling OverlayFS for Raspbianshellsudo raspi-config nonint enable_overlayfsrebootTo disable it:shellsudo raspi-config nonint disable_overlayfsrebootTags: #Raspbian
October 27, 2024How to use LibreOffice to convert in PDF all the .doc files in a folderbashmkdir pdfout soffice --headless --convert-to pdf --outdir ./pdfout *.docIt also works with .docx, .ppt, .pptx etcTags: #LibreOffice