dennnnnis

导航

2017年8月30日 #

paramiko__摘抄

摘要: # -*- coding:utf-8 -*-# Author: Dennis Huang__Author__ = "Dennis"import paramiko# ssh = parammiko.SSHClient()# ssh.set_missing_host_key_policy(paramik 阅读全文

posted @ 2017-08-30 22:22 dennnnnis 阅读(104) 评论(0) 推荐(0) 编辑

2017年8月24日 #

实现简单的ssh功能

摘要: 客户端代码: 阅读全文

posted @ 2017-08-24 14:55 dennnnnis 阅读(236) 评论(0) 推荐(0) 编辑

2017年5月23日 #

开源运维工具体系

摘要: Linux运维人员必会开源运维工具体系 转自http://oldboy.blog.51cto.com/2561410/775056 操作系统:Centos,Ubuntu,Redhat,suse,Freebsd 网站服务:nginx,apache,lighttpd,php,tomcat,resin数据 阅读全文

posted @ 2017-05-23 17:30 dennnnnis 阅读(165) 评论(0) 推荐(0) 编辑

2017年5月19日 #

vsftp在iptables中的配置

摘要: 在 /etc/vsftpd/vsftpd.conf 文件末添加以下几行 pasv_enable=YESpasv_min_port=20000pasv_max_port=20010 在 iptables 中开放20,21,20000:20010端口即可 阅读全文

posted @ 2017-05-19 10:31 dennnnnis 阅读(93) 评论(0) 推荐(0) 编辑

NFS 配置文件及在iptables中的配置

摘要: yum 安装nfs即可 ( yum install nfs-utils ) cat /etc/exports /data/nfsdata 10.10.10.194(rw,no_root_squash) /data/nfsdata 10.10.10.193(rw,no_root_squash) 在 / 阅读全文

posted @ 2017-05-19 10:24 dennnnnis 阅读(185) 评论(0) 推荐(0) 编辑

限时猜年龄

摘要: ### Readme:# Guess age.You have 10 second to guess.# Blog Addr:# http://www.cnblogs.com/dennnnnis/# http://www.xd.com/games/play?app=sxd&server=s2334# 阅读全文

posted @ 2017-05-19 10:01 dennnnnis 阅读(80) 评论(0) 推荐(0) 编辑