一、在linux服务器上搭建私有Git服务程序:make编译方式远程仓库实际上和本地仓库没啥不同,纯粹为了7x24小时开机并交换大家的修改。GitHub就是一个免费托管开源代码的远程仓库。但是对于某些视源代码如生命的商业公司来说,既不想公开源代码,又舍不得给GitHub交保护费,那就只能自己搭建一台Git服务器作为私有仓库使用。1、环境准备:Linux主机:centos7.6-1810Git版本:
分类:
其他好文 时间:
2020-11-27 11:23:21
阅读次数:
7
##源码安装Python3 ###一、安装Python3需要的依赖包 [root@localhost ~]# yum install -y gcc make wget openssl openssl-devel readline readline-devel zlib* libffi-devel 注 ...
分类:
编程语言 时间:
2020-11-26 14:09:24
阅读次数:
5
#二进制安装k8s ##网络设置和初始化 ##cfssl证书设置 vi cfssl.sh chmod 777 cfssl.sh #!/bin/bash wget https://pkg.cfssl.org/R1.2/cfssl_linux-amd64 wget https://pkg.cfssl.o ...
分类:
其他好文 时间:
2020-11-25 12:03:39
阅读次数:
5
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
一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
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
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