convert
convert -list font 列出所有的字型
convert -pointsize 56 -font 華康魏碑體 -gravity south -stroke blue -strokewidth 4 -annotate +15+15 "濟公活佛慈訓" -stroke none -fill yellow -annotate +15+15 "濟公活佛慈訓" 317678.jpg 濟公活佛慈訓.jpg
firewalld
因為PG無法連線 經查詢後 得知VM上啟動了firewalld 故需要開通port 加入下列firewall-cmd --zone=public --add-port=5437/tcp
在VM上的PG資料庫
/usr/pgsql-15/bin/postgres -D /mnt/bgcdb/pg15 -p 5437
/usr/pgsql-12/bin/postgres -D /mnt/bgcdb/PG12 -p 5433