上一页 1 2 3 4 5 6 7 8 ··· 18 下一页
摘要: 1、安装Pip 安装:pip install supervisoryum 安装:yum install supervisorapt 安装:apt-get install supervisor2、简单管理[root@localhost ~]# echo_supervisord_conf > /etc/ 阅读全文
posted @ 2022-10-09 15:51 風£飛 阅读(50) 评论(0) 推荐(0)
摘要: 1、拓扑图 2、R1配置 R1#sho run Building configuration... Current configuration : 1360 bytes ! upgrade fpd auto version 12.4 service timestamps debug datetime 阅读全文
posted @ 2022-09-01 10:24 風£飛 阅读(1815) 评论(0) 推荐(0)
摘要: 1、安装ssh服务root@Ubuntu:~# apt-get install openssh-server 2、部署phproot@Ubuntu:~# add-apt-repository ppa:ondrej/phproot@Ubuntu:~# apt-get updateroot@Ubuntu 阅读全文
posted @ 2022-07-11 13:47 風£飛 阅读(432) 评论(0) 推荐(0)
摘要: #!/usr/bin/python3.8 # -*- coding:UTF-8 -*- import os, sys sys.path.append(os.path.dirname(os.path.abspath(__file__))) import time, json import reques 阅读全文
posted @ 2022-04-08 13:36 風£飛 阅读(698) 评论(0) 推荐(0)
摘要: # !/usr//bin/python3 # -*- coding:UTF-8 -*- from telnetlib import Telnet import time, os, datetime, json import logging class TelnetClient(): def __in 阅读全文
posted @ 2022-04-07 10:38 風£飛 阅读(301) 评论(0) 推荐(0)
摘要: 脚本(使用python自带的email模块) #!/usr/bin/python3 # -*- coding:utf-8 -*- import smtplib, os from email.mime.text import MIMEText from email.mime.multipart imp 阅读全文
posted @ 2022-03-22 17:40 風£飛 阅读(66) 评论(0) 推荐(0)
摘要: 1、jenkins安装gitlab插件 2、启动gitlab容器 docker run -itd -v /opt/gitlab/etc:/etc/gitlab -v /opt/gitlab/log:/var/log/gitlab -v /opt/gitlab/opt:/var/opt/gitlab 阅读全文
posted @ 2022-03-15 16:23 風£飛 阅读(193) 评论(0) 推荐(0)
摘要: 脚本 #!/usr/bin/python3 # -*- coding: utf-8 -*- # 注意:ldap3库如果要使用tls(安全连接),需要ad服务先安装并配置好证书服务,才能通过tls连接,否则连接测试时会报LDAPSocketOpenError('unable to open socke 阅读全文
posted @ 2022-03-14 17:09 風£飛 阅读(97) 评论(0) 推荐(0)
摘要: /** * 导出 excel */ /* eslint-disable */ let idTmr; const getExplorer = () => { let explorer = window.navigator.userAgent; //ie if (explorer.indexOf("MS 阅读全文
posted @ 2022-03-10 11:40 風£飛 阅读(118) 评论(0) 推荐(0)
摘要: 1、新建Item,输入名称后选择Freestyle project后点击确定 2、配置项目,自定义工作目录 3、配置源码管理和要摘取的分支 4、构建触发器选择github触发 5、构建选择执行windows命令,之后点击保存 #--disable-gpu,跳过语言设置,如不加此选项构建时会卡在语言设 阅读全文
posted @ 2022-03-09 16:46 風£飛 阅读(656) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页