上一页 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 風£飛 阅读(35) 评论(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 風£飛 阅读(1720) 评论(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 風£飛 阅读(392) 评论(0) 推荐(0)
摘要: 1、安装root@Ubuntu:~# apt-get install dante-server 2、配置文件root@Ubuntu:~# vim /etc/danted.conf #logoutput: stderr #logoutput: syslog logoutput: /tmp/sockd. 阅读全文
posted @ 2022-06-28 14:07 風£飛 阅读(300) 评论(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 風£飛 阅读(615) 评论(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 風£飛 阅读(295) 评论(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 風£飛 阅读(53) 评论(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 風£飛 阅读(186) 评论(0) 推荐(0)
摘要: 脚本 #!/usr/bin/python3 # -*- coding: utf-8 -*- # 注意:ldap3库如果要使用tls(安全连接),需要ad服务先安装并配置好证书服务,才能通过tls连接,否则连接测试时会报LDAPSocketOpenError('unable to open socke 阅读全文
posted @ 2022-03-14 17:09 風£飛 阅读(52) 评论(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 風£飛 阅读(112) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页