phoebus999的博客

导航

 

2022年6月12日

摘要: docker方式安装postgre 拉镜像 docker pull postgres:14.3-alpine 运行容器 docker run --name pg14 -p 15432:5432 -d \ --restart=always \ -v /opt/postgres/data:/var/li 阅读全文
posted @ 2022-06-12 15:56 phoebus999 阅读(55) 评论(0) 推荐(0) 编辑
 

2022年6月8日

摘要: 堡垒机 jumpserver/Authenticator/docker ssl证书 certbot 画图 drawio 数据库 HeidiSQL 桌面搜索 everything 截图工具 Snipaste 密码管理 KeePass 文件同步 FreeFileSync 文件夹工具 MultiComma 阅读全文
posted @ 2022-06-08 22:19 phoebus999 阅读(132) 评论(0) 推荐(0) 编辑
 

2022年6月2日

摘要: clock timezone BeiJing add 08:00:00 dns server 223.5.5.5 ntp-service enable ntp-service unicast-server ntp3.aliyun.com ssh server enable scp server en 阅读全文
posted @ 2022-06-02 14:07 phoebus999 阅读(64) 评论(0) 推荐(0) 编辑
 
摘要: clock timezone BeiJing add 08:00:00 security-zone intra-zone default permit session top-statistics enable # nat address-group 1 address x.x.x.x x.x.x. 阅读全文
posted @ 2022-06-02 13:55 phoebus999 阅读(107) 评论(0) 推荐(0) 编辑
 
摘要: 升级 openssl 一、查看当前安装的版本 # openssl version OpenSSL 1.0.2g 1 Mar 2016 注意:不要卸载旧版本,会出依赖方面的问题! 二、下载 wget https://www.openssl.org/source/openssl-1.1.1g.tar.g 阅读全文
posted @ 2022-06-02 13:46 phoebus999 阅读(3553) 评论(0) 推荐(0) 编辑
 
摘要: 一、查看当前安装的版本 root@worker2723:~# cat /etc/issue Ubuntu 18.04.5 LTS \n \l root@worker2723:~# openssl version OpenSSL 1.1.1 11 Sep 2018 注意:不要卸载旧版本,会出依赖方面的 阅读全文
posted @ 2022-06-02 12:56 phoebus999 阅读(110) 评论(0) 推荐(0) 编辑
 
摘要: #!/bin/bash # # csv2html.sh @ Version 0.19 # date: 2022.05.09 [ -n "$1" ] && CSVFILE=$1 #CSVFILE='/root/test123456.csv' TD_STR='' #this function creat 阅读全文
posted @ 2022-06-02 12:33 phoebus999 阅读(33) 评论(0) 推荐(0) 编辑
 
摘要: 安装 apt install python3-pip pip install bypy 登录 bypy info 根据提示进行操作,获取网盘授权码并输入。 命令 bypy downfile 文件名 bypy downdir 2021-12-18 bypy upload 文件名 网盘目录: apps/ 阅读全文
posted @ 2022-06-02 12:21 phoebus999 阅读(444) 评论(0) 推荐(0) 编辑
 

2022年5月31日

摘要: 报错1:Database load failed even when using backup 处理方法 rm /var/lib/vnstat/bond0 vnstat -u -i bond0 vnstat -u vnstat -d 报错2:Interface "bond0" not found i 阅读全文
posted @ 2022-05-31 17:14 phoebus999 阅读(26) 评论(0) 推荐(0) 编辑
 

2022年5月30日

摘要: 安装 cd /opt/deploy/ && dpkg -i storcli_007.1613.0000.0000_all.deb ln -s /opt/MegaRAID/storcli/storcli64 /usr/sbin/storcli 命令 storcli show #查看阵列卡信息 stor 阅读全文
posted @ 2022-05-30 18:00 phoebus999 阅读(645) 评论(0) 推荐(1) 编辑