摘要: 1.安装yum源 yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm 2.查看postgis所有版本 yum list 阅读全文
posted @ 2025-01-15 15:32 program_keep 阅读(121) 评论(0) 推荐(0)
摘要: 系统时间与远程时间服务器同步 ntpdate time.windows.com 手动修改系统时间 date -s "2025-02-10 16:55:30" 同步系统时间到硬件时钟 hwclock --systohc 查看时区 timedatectl 列出所有时区(支持模糊匹配) timedatec 阅读全文
posted @ 2025-01-15 15:03 program_keep 阅读(20) 评论(0) 推荐(0)