首先你要有自己的代理端口 ss v二ray 之类。 git上下载 proxychains git clone https://github.com/rofl0r/proxychains-ng 编译安装 yum install gcc cd proxychains-ng ./configure --p ...
分类:
其他好文 时间:
2020-06-11 16:33:16
阅读次数:
56
kubernetes集群环境搭建(2) 一、kubernetes集群环境搭建 1.1.1 decker环境安装 decker环境安装 #在hdss-201 hdss-21 hdss-22 执行以下命令 wget -O /etc/yum.repos.d/docker-ce.repo https://d ...
分类:
Web程序 时间:
2020-06-11 09:13:51
阅读次数:
61
执行 yum install gcc-c++ ./configure 成功会看到 ...
分类:
其他好文 时间:
2020-06-10 22:58:18
阅读次数:
80
安装MySQL:(RPM包安装) 系统环境: Linux version 2.6.32-642.el6.x86_64 mysql Ver 14.14 Distrib 5.6.40 mha-manager-0.56,mha-node-0.56 在CentOS6的yum源中没有mysql,在mysql的... ...
分类:
其他好文 时间:
2020-06-10 21:22:01
阅读次数:
104
服务端安装git yum install git git - -version 查看git版本 git config —global user.name “myname" git config —global user.email “myemail@qq.com" ssh-keygen生成公钥 宝塔 ...
分类:
Web程序 时间:
2020-06-10 19:36:30
阅读次数:
182
nginx安装 //安装编译工具及库文件 yum -y install make zlib zlib-devel gcc-c++ libtool openssl openssl-devel //安装 PCRE 让 Nginx 支持 Rewrite 功能 wget http://downloads.s ...
分类:
其他好文 时间:
2020-06-10 19:25:09
阅读次数:
68
今天在使用 yum 命令进行包的下载时候,Linux 提示 没有可用的软件包~ 如下: [root@localhost share]# yum -y install wordpress 已加载插件:fastestmirror, product-id, search-disabled-repos, s ...
分类:
其他好文 时间:
2020-06-10 19:05:17
阅读次数:
649
关于LAMP LAMP搭建 安装php和Apache 先装php,因为安装php有apache的依赖包 yum install php 启动Apache service httpd start 启动成功,但有一个警告:无法确定主机的FQDN 解决方法:修改Apache的配置文件(/etc/httpd ...
分类:
系统相关 时间:
2020-06-10 18:54:54
阅读次数:
86
下载tomcat yum install java -y cd /opt/ wget http://mirror.bit.edu.cn/apache/tomcat/tomcat-8/v8.5.23/bin/apache-tomcat-8.5.23.zip unzip apache-tomcat-8. ...
分类:
其他好文 时间:
2020-06-10 13:24:48
阅读次数:
64
先做些准备工作: 不同版本的centos系统可能不一致,需要自己注意 1 .CentOS取消打开文件数限制 在/etc/security/limits.conf、/etc/security/limits.d/90-nproc.conf这2个文件的末尾加入一下内容: [root@hadoop102 s ...
分类:
其他好文 时间:
2020-06-10 13:21:22
阅读次数:
191