Compress every file to a seperate zipfile

open folder in Terminal and type: for i in *; do zip -r „${i%}.zip“ „$i“; done https://unix.stackexchange.com/questions/68489/command-to-zip-multiple-directories-into-individual-zip-files

Thunderbird won’t connect to Caldav or TbSync can’t connect to Server

# Open Thunderbird: Tools > Options, select the Advanced panel, select the General tab, and click Config Editor… # after open Config Editor… (about:config) # search for „network.cookie.same-site.enabled“ # change: network.cookie.same-site.enabled = true to -> false; # Restart Thunderbird and retry connect to server