1.下载yum源 wget http://dev.mysql.com/get/mysql57 community release el6 8.noarch.rpm 下载完成后,如下图所示: 2.安装yum包 2.1 查看此包要安装的文件 rpm qpl mysql80 community relea ...
分类:
数据库 时间:
2020-04-07 12:24:11
阅读次数:
81
# 下载源代码安装包 ? wget https://openresty.org/download/openresty-1.15.8.1.tar.gz ? tar -zxf openresty-VERSION.tar.gz ? cd openresty-VERSION/ ? ./configure - ...
分类:
其他好文 时间:
2020-04-06 10:08:58
阅读次数:
74
第一步:下载安装包 1、可以在linux终端上用wget下载: wget http://download.redis.io/releases/redis-5.0.7.tar.gz 2、也可以在window中下载好安装包然后通过远程文件管理工具拷贝到linux中的/usr/local/目录中 访问ht ...
分类:
其他好文 时间:
2020-04-06 09:47:35
阅读次数:
82
1. 所需软件下载链接(建议直接复制链接到迅雷下载更快): ①hadoop-2.7.6.tar.gz: wget http://mirrors.tuna.tsinghua.edu.cn/apache/hadoop/common/hadoop-2.7.6/hadoop-2.7.6.tar.gz ②zo ...
分类:
其他好文 时间:
2020-04-05 13:34:35
阅读次数:
75
安装zsh sudo apt install zsh 查看shells名单 cat /etc/shells 最后一个里面有zsh 修改shell为zsh .就是shell名单中的 sudo chsh -s /bin/zsh 注销 通过Oh-my-zsh配置zsh wget https://githu ...
分类:
其他好文 时间:
2020-04-05 11:24:22
阅读次数:
415
下载并检测依赖 wget XXX tar zxvf XXX ./configure 安装依赖库 sudo apt get install openssl libssl dev sudo apt get install libpcre3 libpcre3 dev sudo apt get instal ...
分类:
系统相关 时间:
2020-04-05 09:34:54
阅读次数:
93
1、安装elang yum install gcc glibc-devel make ncurses-devel openssl-devel autoconf yum install unixODBC unixODBC-devel wget http://erlang.org/download/ot ...
分类:
其他好文 时间:
2020-04-04 18:47:03
阅读次数:
62
https://www.cnblogs.com/lsdb/p/7171779.html curl和wget基础功能有诸多重叠,如下载等。 非要说区别的话,curl由于可自定义各种请求参数所以在模拟web请求方面更擅长;wget由于支持ftp和Recursive所以在下载文件方面更擅长。类比的话cur ...
分类:
Web程序 时间:
2020-04-04 18:46:33
阅读次数:
78
# centos7SSHDv1.0 FROM centos:7 RUN yum install -y lftp wget RUN mv /etc/yum.repos.d/*.repo /tmp \ && echo -e "[ftp]\nname=ftpbase\nbaseurl=ftp://172. ...
分类:
其他好文 时间:
2020-04-04 16:14:41
阅读次数:
95
一、安装解压 cd / mkdir node cd nginx wget https://nodejs.org/dist/v12.16.1/node v12.16.1 linux x64.tar.xz //https://npm.taobao.org/mirrors/node/v12.16.1/no ...
分类:
Web程序 时间:
2020-04-04 13:07:01
阅读次数:
87