Thursday, February 16, 2023

Stop QGIS from generating the .aux.xml files when opening GeoTiff files

  1. Start QGIS
  2. Go to "Settings" > "Options"
  3. In Options window, find "System", then "Environment"
  4. Add environment variable "GDAL_PAM_ENABLED" with value equals "NO"
  5. Restart QGIS

Sync multiple git repo at once

Use the following command in Linux will do the job:  ls -d RepoNames* | xargs -I{} git -C {} pull