会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
heqiuyong
Anything is possible
博客园
首页
新随笔
联系
管理
订阅
随笔- 94 文章- 0 评论- 36 阅读-
122万
08 2019 档案
Centos7 搭建pptp服务器
摘要:1.检查是否支持pptp 返回ok即表示支持 modprobe ppp-compress-18 && echo ok 2.安装ppp yum install -y ppp 3.安装pptpd 首先要安装epel源,由于官方源已经移除pptpd包,需要安装第三方源epel yum install -y
阅读全文
posted @
2019-08-31 09:22
heqiuyong
阅读(20351)
评论(4)
推荐(2)
编辑
Python实现批量执行华为交换机脚本
摘要:1 #!/usr/bin/python3 2 # -*- coding:utf-8 -*- 3 import paramiko 4 import time 5 6 ssh = paramiko.SSHClient() 7 key = paramiko.AutoAddPolicy() 8 ssh.set_missing_host_key_policy(key) 9 10 11 def execute
阅读全文
posted @
2019-08-24 19:17
heqiuyong
阅读(4863)
评论(0)
推荐(1)
编辑
CentOS7 硬盘检测
摘要:一、测试硬盘健康状态 安装相关工具:yum -y install smartmontools SMART是一种磁盘自我分析检测技术,早在90年代末就基本得到了普及每一块硬盘(包括IDE、SCSI),在运行的时候都会将自身的若干参数记录下来,这些参数包括型号、容量、温度、密度、扇区、寻道时间、传输、误
阅读全文
posted @
2019-08-16 20:12
heqiuyong
阅读(7343)
评论(0)
推荐(0)
编辑
华为交换机SOCK CPU占用率高处理方法
摘要:问题截图: 解决方法: cpu-defend policy cpu auto-defend enable auto-defend attack-packet sample 5 auto-defend alarm enable auto-defend action deny
阅读全文
posted @
2019-08-12 10:47
heqiuyong
阅读(1250)
评论(0)
推荐(0)
编辑
公告
昵称:
heqiuyong
园龄:
7年
粉丝:
54
关注:
5
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
更多链接
随笔分类
docker(2)
Elasticsearch(5)
Intellij IDEA(3)
JAVA(10)
linux(44)
MongoDB(6)
MySQL(6)
Python(10)
Redis(2)
RS(4)
Tomcat(1)
工具安装(2)
随笔档案
2021年3月(1)
2021年2月(2)
2020年10月(2)
2020年5月(1)
2020年4月(1)
2020年3月(1)
2020年2月(1)
2019年10月(4)
2019年9月(3)
2019年8月(4)
2019年7月(16)
2019年6月(6)
2019年3月(10)
2019年2月(8)
2019年1月(6)
2018年10月(8)
2018年8月(2)
2018年7月(8)
2018年6月(4)
2018年5月(1)
2018年4月(1)
2018年3月(2)
2018年2月(2)
更多
阅读排行榜
1. Centos7开放及查看端口(576927)
2. Centos7安装Redis(202472)
3. CentOS7修改SSH端口(58320)
4. Elasticsearch 数据查询(37709)
5. Python起源与发展(25441)
评论排行榜
1. Centos7安装Redis(22)
2. Centos7 搭建pptp服务器(4)
3. Centos7开放及查看端口(4)
4. Centos7安装Elasticsearch(3)
5. Centos7安装FastDFS(2)
推荐排行榜
1. Centos7安装Redis(74)
2. Centos7开放及查看端口(52)
3. Centos7 搭建pptp服务器(2)
4. CentOS7 监控网络流量(2)
5. CentOS7修改SSH端口(2)
最新评论
1. Re:Centos7安装Redis
collect2: error: ld returned 1 exit status make[1]: *** [redis-server] Error 1 make[1]: Leaving dire...
--Leo_John
2. Re:Centos7开放及查看端口
感谢楼主
--Jacky10086
3. Re:Centos7安装Redis
对我有用
--lizhenlzlz
4. Re:Centos7开放及查看端口
确实有用
--gisempire
5. Re:Centos7安装FastDFS
感谢up,我的可以了
--莫寒冬
点击右上角即可分享