1、安装开发工具包 sudo yum -y groupinstall "Development tools" 2、安装依赖包 sudo yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel rea ...
分类:
编程语言 时间:
2020-07-13 20:02:00
阅读次数:
84
什么是docker docker历史 2010 dotCloud PAAS 2013 docker开源 2014.6 Docker1.0 Docker is the world's leading software containerization platform. Docker公司开发,开源,托 ...
分类:
编程语言 时间:
2020-07-13 18:12:31
阅读次数:
64
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 来自于知乎大神: 金牛肖马 ...
分类:
系统相关 时间:
2020-07-13 18:03:24
阅读次数:
83
Install download & make wget http://download.redis.io/releases/redis-2.8.3.tar.gz tar xzf redis-2.8.3.tar.gz cd redis-2.8.3 make make install make PRE ...
分类:
其他好文 时间:
2020-07-13 18:01:27
阅读次数:
63
安装 homebrew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 常用命令 安装软件:brew install 软件名,例:brew insta ...
分类:
系统相关 时间:
2020-07-13 13:51:28
阅读次数:
155
首先进入root命令界面!我是踩了俩个小时的坑了! wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - echo "deb https://download.sublimetext.co ...
分类:
系统相关 时间:
2020-07-13 12:02:17
阅读次数:
125
//从官网下载安装包curl -R -O http://www.lua.org/ftp/lua-5.3.5.tar.gz//解压安装包tar zxf lua-5.3.5.tar.gz//进入文件夹中cd lua-5.3.5//如果安装了readline,直接进行↓(若无安装会报错,解决方法看下方)m ...
分类:
其他好文 时间:
2020-07-13 11:40:36
阅读次数:
71
curl -fsSL https://raw.githubusercontent.com/codinn/core-shell-scripts/master/bashrc_Core_Shell -o ~/.bashrc_Core_Shell && . ~/.bashrc_Core_Shell && g ...
分类:
Web程序 时间:
2020-07-12 17:18:12
阅读次数:
111
一、编译安装nginx 1、下载nginx # wget http://nginx.org/download/nginx-1.16.1.tar.gz 2、安装源码安装依赖软件:pcre-devel zlib-devel gcc gcc-c++ make 检测依赖是否安装 #rpm -q pcre-d ...
分类:
其他好文 时间:
2020-07-12 16:55:15
阅读次数:
71
一、下载jdk安装包 wget https://imcfile.oss-cn-beijing.aliyuncs.com/shizhan/file/liaoshixiong/jdk-8u231-linux-x64.tar.gz` 二、解压安装 tar zxvf jdk-8u231-linux-x64. ...
分类:
系统相关 时间:
2020-07-12 15:06:13
阅读次数:
96