摘要:
resize2fs命令提示: resize2fs 1.44.1 (24-Mar-2018)The filesystem is already XX (4k) blocks long. Nothing to do! 解决: XX:~# parted /dev/vda GNU Parted 3.2 Us 阅读全文
摘要:
FROM ghcr.io/osgeo/gdal:ubuntu-small-latest RUN apt-get update RUN apt-get install pip -y RUN apt-get install git -y RUN pip install --upgrade --no-de 阅读全文