上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 90 下一页
  2022年4月25日
摘要: 阅读全文
posted @ 2022-04-25 15:20 momingliu11 阅读(42) 评论(0) 推荐(0) 编辑
  2022年4月22日
摘要: 1.编译安装nginx,需要安装第三方模块ngx_http_proxy_connect_module #安装依赖 yum -y install patch unzip gcc gcc-c++ autoconf automake zlib zlib-devel libtool cd /data1/so 阅读全文
posted @ 2022-04-22 16:30 momingliu11 阅读(4535) 评论(0) 推荐(1) 编辑
  2022年3月9日
摘要: import json,urllib.request,urllib.parse,http.cookiejar url_base = 'https://spam.forti.com/api/v1' url_admin = 'AdminLogin' data = {'name' : 'admin', ' 阅读全文
posted @ 2022-03-09 17:25 momingliu11 阅读(454) 评论(0) 推荐(0) 编辑
  2022年2月25日
摘要: 配置本地离线yum仓库 https://www.cnblogs.com/asheng2016/p/local-yum.html yum下载离线包和依赖 https://blog.csdn.net/w851685279/article/details/122791279 1.#将wget、vim安装包 阅读全文
posted @ 2022-02-25 14:02 momingliu11 阅读(202) 评论(0) 推荐(0) 编辑
  2022年2月23日
摘要: Exchange2019安装前准备: 1.安装.net4.82.安装vcredist3.安装UcmaRuntime4.安装rewrite_amd64_zh-CN 5.准备DAG IP,设置心跳网卡网段 安装功能组件:5.Install-WindowsFeature Server-Media-Foun 阅读全文
posted @ 2022-02-23 15:16 momingliu11 阅读(651) 评论(0) 推荐(0) 编辑
  2022年2月21日
摘要: 添加任务计划,每30分钟自动执行 /data1/scripts/chk_sds.sh mkdir /data1/scripts echo -e "if [ \`ps -C sdsc --no-header |wc -l\` -eq 0 ]; then\n nohup /usr/local//sdsc 阅读全文
posted @ 2022-02-21 11:09 momingliu11 阅读(162) 评论(0) 推荐(0) 编辑
  2022年2月11日
摘要: systemctl 服务所在位置: ls /usr/lib/systemd/system service服务位置: ls /etc/init.d/ 阅读全文
posted @ 2022-02-11 11:56 momingliu11 阅读(1113) 评论(0) 推荐(0) 编辑
  2022年1月24日
摘要: Windows下名为certnew.cer证书转换为linux下的pem证书:在Windows服务器上打开certnew.cer证书,然后导出为.p7b类型,生成一个cerdaochu.pfx文件 将certnew.cer和cerdaochu.pfx 都上传到linux服务器 openssl x50 阅读全文
posted @ 2022-01-24 15:57 momingliu11 阅读(5595) 评论(0) 推荐(0) 编辑
  2022年1月21日
摘要: https://src.fedoraproject.org/repo/pkgs/haproxy/ #下载haproxy包 yum install make gcc gcc-c++ openssl openssl-devel readline-devel pcre-devel systemd-deve 阅读全文
posted @ 2022-01-21 10:02 momingliu11 阅读(604) 评论(0) 推荐(0) 编辑
  2022年1月20日
摘要: 1.网卡上联到trunk端口 2.编辑网卡配置文件,cat /etc/sysconfig/network-scripts/ifcfg-eth0,内容如下: # Generated by VMWare customization engine. DEVICE=eth0 ONBOOT=yes 2.cp  阅读全文
posted @ 2022-01-20 13:43 momingliu11 阅读(854) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 90 下一页