11 2016 档案

摘要:1.安装 tar zxvf rinetd.tar.gz make make install 2.设置 vi /etc/rinetd.conf 0.0.0.0 8080 172.19.94.3 22 ( 自己的8080 映射到 172.19.94.3 的 22 端口) 3.运行 pkill rinet 阅读全文
posted @ 2016-11-15 13:49 嘿.嘿.嘿 阅读(190) 评论(0) 推荐(0) 编辑
摘要:扫描端口 nmap -v -sS -open -iL iplist.txt -no-stylesheet -oX output.xml -p- -P0 -v 详细信息-sS 隐蔽扫描(半开syn)。–open 只显示open的。-iL 从文件中导入需扫描ip。-no-stylesheet 无样式-o 阅读全文
posted @ 2016-11-14 15:58 嘿.嘿.嘿 阅读(305) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/feier7501/article/details/9132819 阅读全文
posted @ 2016-11-11 17:19 嘿.嘿.嘿 阅读(84) 评论(0) 推荐(0) 编辑
摘要:之前记得安装libxslt和libxml yum install libxml* -yyum install libxslt* -y wget http://lxml.de/files/lxml-3.1.2.tgztar xzvf lxml-3.1.2.tgzcd lxml-3.1.2python 阅读全文
posted @ 2016-11-11 16:54 嘿.嘿.嘿 阅读(213) 评论(0) 推荐(0) 编辑
摘要:http://www.aichengxu.com/view/37456 http://blog.csdn.net/tiantiandjava/article/details/17242345 tar zxvf Python-2.7.10.tar.bz2mkdir /usr/local/python2 阅读全文
posted @ 2016-11-11 16:45 嘿.嘿.嘿 阅读(139) 评论(0) 推荐(0) 编辑
摘要:(1)tcp: ip icmp arp rarp 和 tcp、udp、icmp这些选项等都要放到第一个参数的位置,用来过滤数据报的类型 (2)-i eth1 : 只抓经过接口eth1的包 (3)-t : 不显示时间戳 (4)-s 0 : 抓取数据包时默认抓取长度为68字节。加上-S 0 后可以抓到完 阅读全文
posted @ 2016-11-11 16:30 嘿.嘿.嘿 阅读(161) 评论(0) 推荐(0) 编辑
摘要:http://www.2cto.com/database/201503/381955.html 阅读全文
posted @ 2016-11-09 15:52 嘿.嘿.嘿 阅读(96) 评论(0) 推荐(0) 编辑
摘要:http://www.yiibai.com/hbase/hbase_installation.html http://www.linuxidc.com/Linux/2015-03/114669.htm http://www.linuxidc.com/Linux/2015-03/114670.htm 阅读全文
posted @ 2016-11-08 14:41 嘿.嘿.嘿 阅读(89) 评论(0) 推荐(0) 编辑
摘要:http://blog.chinaunix.net/uid-2623904-id-3044156.html http://www.centoscn.com/CentOS/Intermediate/2015/0316/4900.html http://blog.csdn.net/xyw_blog/ar 阅读全文
posted @ 2016-11-08 11:02 嘿.嘿.嘿 阅读(4574) 评论(0) 推荐(0) 编辑
摘要:(转自:https://www.xiaohui.com/dev/server/20070904-revoke-openvpn-client.htm) OpenVPN 服务器与 VPN 客户端之间的身份验证, 主要是通过证书来进行的。有时我们需要禁止某个用户连接 VPN 服务器,则将其证书吊销即可。要 阅读全文
posted @ 2016-11-04 11:25 嘿.嘿.嘿 阅读(359) 评论(0) 推荐(0) 编辑
摘要:总结: 服务端:一、配置网络环境 1.打开端口映射 2.关闭selinux vi /etc/sysconfig/selinux SELINUX=disabled 3.开启服务端路由转发 vi /etc/sysctl.conf net.ipv4.ip_forward = 1 sysctl -p 4.修 阅读全文
posted @ 2016-11-02 15:00 嘿.嘿.嘿 阅读(123) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示