摘要:
Find and delete files greater than a given size from the Linux command line sudo -u root sh -c 'cd ./snapd/cache/ && find . -size +100M -exec rm -rf { 阅读全文
摘要:
You can also log into MySQL console and run the following command to set max_allowed_packet size for the duration of the session. set global net_buffe 阅读全文