1、安装 Homebrew, $/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh 命令输入后出现报错:curl: (7) Failed to connect ...
分类:
数据库 时间:
2021-04-26 13:47:29
阅读次数:
0
一、mac配置环境 curl https://sh.rustup.rs -sSf | sh curl --proto ‘=https’ --tlsv1.2 -sSf https://sh.rustup.rs | sh 配置rust环境,需要先找到$HOME/.cargo 如果环境变量未配置可查看根目 ...
分类:
其他好文 时间:
2021-04-26 13:23:27
阅读次数:
0
目录 1 Docker核心概述与安装 1 1.1 为什么要用容器 1 1.2 docker是什么 1 1.3 docker设计目标 1 1.4 docker基本组成 1 1.5 容器vs虚拟机 2 1.6 docker应用场景 2 1.7 安装docker 2 2 Docker镜像管理 3 2.1 ...
分类:
其他好文 时间:
2021-04-26 13:18:40
阅读次数:
0
安装CentOS 6.8使用yum命令报错 使用四条命令,就可以正常使用yum了 sed -i "s|enabled=1|enabled=0|g" /etc/yum/pluginconf.d/fastestmirror.conf curl -o /etc/yum.repos.d/CentOS-Bas ...
分类:
其他好文 时间:
2021-04-26 13:13:52
阅读次数:
0
问题描述 安装curl时候: The following packages have unmet dependencies: curl : Depends: libcurl4 (= 7.68.0-1ubuntu2.5) but 7.68.0-1ubuntu4 is to be installed E ...
分类:
系统相关 时间:
2021-04-22 15:55:24
阅读次数:
0
第一步:apt upgrade所有软件包 第二步:下载Nginx apt install nginx 第三步:查看是否安装成功,启动状态 ###命令: nginx -v systemctl status nginx 第四步:本地查看是否有默认页面 ##命令:curl 127.0.0.1 添加开机启动 ...
分类:
系统相关 时间:
2021-04-21 12:21:58
阅读次数:
0
安装Docker 国内方式 国内的网络环境众所周知,所以推荐使用镜像站进行安装 sudo apt-get update && sudo apt-get -y install apt-transport-https ca-certificates curl gnupg-agent software-p ...
分类:
系统相关 时间:
2021-04-20 15:00:00
阅读次数:
0
设置仓库 更新 apt 包索引。 $ sudo apt-get update 安装 apt 依赖包,用于通过HTTPS来获取仓库: $ sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent ...
分类:
系统相关 时间:
2021-04-16 11:59:52
阅读次数:
0
1:首先,打开官网 <http://jmeter.apache.org/download_jmeter.cgi> 2:点击下载最新的安装包,apache-jmeter-5.1.1.tgz, 3:双击解压该压缩包,或者直接使用命令行 tar -zxvf apache-jmeter-5.1.1.tgz ...
分类:
系统相关 时间:
2021-04-15 12:36:01
阅读次数:
0
解决Gitlab的The remote end hung up unexpectedly错误 解决RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large问题 解决办法1: ...
分类:
Web程序 时间:
2021-04-15 12:34:26
阅读次数:
0