会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Cookun
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
25
下一页
2017年11月17日
mysql 连接失败问题汇集
摘要: 参考: https://www.v2ex.com/t/297730
阅读全文
posted @ 2017-11-17 09:29 破冰Lab-Cookun
阅读(338)
评论(0)
推荐(0)
2017年11月16日
centos 安装squid http代理
摘要: yum -y install squid service squid start service iptables stop
阅读全文
posted @ 2017-11-16 15:34 破冰Lab-Cookun
阅读(153)
评论(0)
推荐(0)
2017年10月19日
centos 7 安装配置mod_security
摘要: 1、旧版本安装过程: http://blog.secaserver.com/2011/10/install-mod_security-apache2-easiest/ http://www.cnblogs.com/shengulong/p/6210234.html 不能使用最新的crs,否则会报错,
阅读全文
posted @ 2017-10-19 17:13 破冰Lab-Cookun
阅读(1276)
评论(0)
推荐(0)
centos 7 编译mod_security
摘要: yum install gcc-c++ flex bison yajl yajl-devel curl-devel curl GeoIP-devel doxygen zlib-devel libtool bison libxml2 libxml2-devel pcre pcre-devel git -y cd /opt/ git clone https://github.com/SpiderLa...
阅读全文
posted @ 2017-10-19 15:54 破冰Lab-Cookun
阅读(571)
评论(0)
推荐(0)
mysql [MariaDB] 开启外联
摘要: 1、查看mysql服务端口是否为外部端口,如果监听的是本地端口修改mariadb配置文件 将bind-address改为 0.0.0.0 全局监听 2、mysql外部连接默认为关闭状态,开启 3、mysql root无密码时,修改密码
阅读全文
posted @ 2017-10-19 10:11 破冰Lab-Cookun
阅读(994)
评论(0)
推荐(0)
2017年10月12日
python 使用urllib2下载文件
摘要: #! usr/bin/python #coding=utf-8 import urllib2 fp = open('test', 'wb') req = urllib2.urlopen('http://192.168.230.138/index.zip') for line in req: if not line: break fp.write(line) f...
阅读全文
posted @ 2017-10-12 14:51 破冰Lab-Cookun
阅读(1378)
评论(0)
推荐(0)
2017年10月9日
nessus plugins 离线更新
摘要: 1、打开 https://plugins.nessus.org/v2/offline.php 2、申请Activation Code http://www.tenable.com/products/nessus-home 3、下载安装nuessus https://www.tenable.com/p
阅读全文
posted @ 2017-10-09 21:42 破冰Lab-Cookun
阅读(2301)
评论(0)
推荐(0)
2017年10月3日
centos 安装使用smb
摘要: http://blog.csdn.net/edu_enth/article/details/52964295
阅读全文
posted @ 2017-10-03 15:18 破冰Lab-Cookun
阅读(274)
评论(0)
推荐(0)
2017年9月6日
masscan banners 不显示
摘要: https://github.com/robertdavidgraham/masscan/issues/221
阅读全文
posted @ 2017-09-06 16:43 破冰Lab-Cookun
阅读(448)
评论(0)
推荐(0)
2017年8月18日
sunos 修改shell为bash
摘要: root:x:0:0:Super-User:/:/sbin/sh 改为 root:x:0:0:Super-User:/:/usr/bin/bash 修改/增加 .profile 文件,在¥HOME路径下 export PS1='[\u@sun \w]\$ '
阅读全文
posted @ 2017-08-18 16:37 破冰Lab-Cookun
阅读(294)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
25
下一页
公告