摘要: 1.切换到 postgres 用户: sudo -i -u postgres 2.进入 PostgreSQL Shell: psql 3.设置 postgres 用户的密码: ALTER USER postgres PASSWORD 'new_password'; 4.退出 PostgreSQL S 阅读全文
posted @ 2024-06-02 19:29 KuangZhuMing2 阅读(2790) 评论(0) 推荐(0)
摘要: ctoughradius快速安装 1.下载二进制安装toughradius cd /usr/local/bin/ wget https://github.com/talkincode/toughradius/releases/download/v8.0.8/toughradius_amd64 mv 阅读全文
posted @ 2024-06-02 19:21 KuangZhuMing2 阅读(554) 评论(1) 推荐(1)