1. 安装python3.5可能使用的依赖 yum install openssl-devel bzip2-devel expat-devel gdbm-devel readline-devel sqlite-devel 2. wget https://www.python.org/ftp/pyth ...
分类:
编程语言 时间:
2020-06-01 15:35:23
阅读次数:
87
Fastdfs搭建参考:https://www.cnblogs.com/minseo/p/10210428.html 把fastdfs从5.0.5版本升级为5.0.11 环境查看 升级前版本 下载软件 wget https://codeload.github.com/happyfish100/lib ...
分类:
其他好文 时间:
2020-06-01 11:49:11
阅读次数:
112
1、下载、安装 phylip软件 官网: http://evolution.genetics.washington.edu/phylip.html wget http://evolution.gs.washington.edu/phylip/download/phylip-3.697.tar.gzt ...
分类:
其他好文 时间:
2020-05-31 23:20:26
阅读次数:
292
在CentOS中默认安装有MariaDB,这个是MySQL的分支,但为了需要,还是要在系统中安装MySQL,而且安装完成之后可以直接覆盖掉MariaDB。 1 下载并安装MySQL官方的 Yum Repository wget -i -c http://dev.mysql.com/get/mysql ...
分类:
数据库 时间:
2020-05-31 14:33:47
阅读次数:
71
一、Gitlab 安装 1. 环境准备 本教程主要以 CentOS 7为主,其他系统请查看官方文档对比。 1. 安装和打开 http 和 ssh 的权限 sudo yum install -y curl policycoreutils-python openssh-server sudo syste ...
分类:
其他好文 时间:
2020-05-31 13:01:10
阅读次数:
68
代理截断工具有burpsuite、fiddler都是比较知名的,功能强大,此类工具有一个特性,就是必须设置代理服务器和端口才可以,burpsuite需要手工设置,fiddler是自动设置8080端口,自动设置比较方便,但是如果8080端口用了,会存在问题也要手工配置代理信息,现在很多移动端的app和web网站都对代理做了判断,通过获取客户端的HTTP_X_FORWARDED_FOR信息可以晓得是否
分类:
其他好文 时间:
2020-05-31 09:35:22
阅读次数:
108
php获取客户端IP,国家,省份,地区,ISP等信息,首先获取获取客户端的公网ip,开始本地搭建的环境,本地访问获取到的是127.0.0.1,然后用138的接口可以实现curl模拟客户端访问http://city.ip138.com/ip2city.asp可看到真实客户端的ip。<?phpheader(‘Content-Type:text/html;Charset=utf-8‘);</
分类:
Web程序 时间:
2020-05-31 09:30:23
阅读次数:
186
https://www.cnblogs.com/niudaben/p/12503650.html 使用Git pull文件时,出现"error: RPC failed; curl 18 transfer closed with outstanding read data remaining" err ...
分类:
Web程序 时间:
2020-05-31 01:02:44
阅读次数:
126
Apache+SVN部署 #1.安装依赖包 yum -y install expat-devel pcre pcre-devel openssl-devel cd /server/tools/ #安装apr-1.7.0 wget https://mirrors.aliyun.com/apache/a ...
分类:
Web程序 时间:
2020-05-30 20:12:51
阅读次数:
72
虚拟机使用net连接模式1Download and unzip the latest Elasticsearch distribution 2Run bin/elasticsearch on Unix or bin\elasticsearch.bat on Windows 3Run curl -X ...
分类:
其他好文 时间:
2020-05-30 15:46:01
阅读次数:
109