phoebus999的博客

导航

 

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 阅读(85) 评论(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 阅读(142) 评论(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 阅读(3759) 评论(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 阅读(128) 评论(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 阅读(47) 评论(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 阅读(474) 评论(0) 推荐(0)