1、首先安装JDK yum -y install java-1.7.0-openjdk-devel.x86_64 2、安装jenkins 配置yum源: (1)配置yum源: wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.or ...
分类:
系统相关 时间:
2020-11-24 12:18:21
阅读次数:
10
1、proxy support curl -x 127.0.0.1:8888 https://www.baidu.com/ 2、get -G:使用get请求 -d:指定请求数据 curl https://www.baidu.com curl -G https://www.baidu.com curl ...
分类:
Web程序 时间:
2020-11-23 12:19:38
阅读次数:
14
一Windows 二Linux 英文官方网址 中文官方网址 14.15.1 LTS 1.下载 wget https://nodejs.org/dist/v14.15.1/node-v14.15.1-linux-x64.tar.xz 创建安装目录 sudo mkdir -p /usr/local/pr ...
分类:
其他好文 时间:
2020-11-23 12:17:00
阅读次数:
4
编译安装python3.6的步骤 1.下载python3源码包 wget https://www.python.org/ftp/python/3.6.6/Python-3.6.6.tgz 2.下载python3编译的依赖包 yum install -y gcc patch libffi-devel ...
分类:
编程语言 时间:
2020-11-21 12:44:09
阅读次数:
29
#1、下载安装文件,并使用阿里镜像源 curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh --mirror Aliyun #2、配置加速器 sudo mkdir -p /etc/docker sudo tee /et ...
分类:
其他好文 时间:
2020-11-19 12:44:52
阅读次数:
8
php+php 所需扩展库 交叉编译 安装依赖: libxml2: 1. wget ftp://xmlsoft.org/libxml2/libxml2-2.7.2.tar.gz 2. tar xvf libxml2-2.7.2.tar.gz 3. cd libxml2-2.7.2 4. ./conf ...
分类:
Web程序 时间:
2020-11-17 12:31:59
阅读次数:
21
yum install wget 备份原来的源 sudo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bk 下载阿里源 cd /etc/yum.repos.d sudo wget -nc http:// ...
分类:
其他好文 时间:
2020-11-17 11:53:55
阅读次数:
4
dockerrun-it-p5000:80--namemynginxnginx这么启动是没问题的,因为nginx就是80端口启动的;可以curlhttp://宿主ip:5000访问nginxdockerrun-it-p5000:1234--namemynginxnginx因为1234没有app监听这里curlhttp://宿主ip:5000不能访问nginx这是因为容器内1234端口并没有被监听d
分类:
其他好文 时间:
2020-11-13 12:13:20
阅读次数:
8
cd /downloadwget https://cdn.mysql.com/archives/mysql-utilities/mysql-utilities-1.6.5.tar.gztar xvf mysql-utilities-1.6.5.tar.gzcd mysql-utilities-1.6 ...
分类:
数据库 时间:
2020-11-10 11:09:25
阅读次数:
12
> wget http://pecl.php.net/get/yaf-3.0.8.tgz > sudo tar -zxvf yaf-3.0.8.tgz > cd yaf-3.0.8 > sudo /usr/bin/phpize7.1 > sudo ./configure --with-php-con ...
分类:
系统相关 时间:
2020-11-10 10:50:25
阅读次数:
12