码迷,mamicode.com
首页 >  
搜索关键字:mirrors    ( 3532个结果
Docker 使用 aliyun 镜像加速
登录阿里云获取加速器地址 https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors 创建配置文件 sudo mkdir -p /etc/docker sudo tee /etc/docker/daemon.json <<-'EOF' { ...
分类:其他好文   时间:2020-07-21 13:48:40    阅读次数:62
解决Zookeeper出现Error: Could not find or load main class org.apache.zookeeper.server.quorum.QuorumPeerMain问题
Error: Could not find or load main class org.apache.zookeeper.server.quorum.QuorumPeerMain 1. 安装maven # 安装wget http://mirrors.hust.edu.cn/apache/maven ...
分类:Web程序   时间:2020-07-21 01:23:54    阅读次数:241
homebrew更新源
brew 安装软件比较方便,国内源下载会比较快,但是有时下载会失败 所有有时需要切换国内与默认的源 切换国内源 # 替换brew.git: $ cd "$(brew --repo)" # 中国科大: $ git remote set-url origin https://mirrors.ustc.e ...
分类:其他好文   时间:2020-07-20 13:24:54    阅读次数:75
k8s部署之yum安装(阿里云源)
安装master节点 安装前的准备工作 关闭防火墙和selinux 配置hosts文件 关闭swap:swapoff -a 第一步:下载阿里云的kubernetes,下载地址请找阿里云的。(如下图)http://mirrors.aliyun.com/ vim /etc/yum.repos.d/kub ...
分类:其他好文   时间:2020-07-19 23:59:42    阅读次数:144
ubuntu更换成清华大学镜像源
先打开文件,把原来的源注释掉 vi /etc/apt/sources.list 然后在尾部加上 # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main ...
分类:系统相关   时间:2020-07-19 23:10:26    阅读次数:119
Git 源码编译安装
在官网下载源码包 https://mirrors.edge.kernel.org/pub/software/scm/git/ 编译安装,此处演示2.27.0版本。 tar xf git-2.27.0.tar.gz cd git-2.27.0 yum install gcc zlib-devel.x8 ...
分类:其他好文   时间:2020-07-18 22:34:06    阅读次数:133
自动化测试(1)selenium+python+chrome 连接测试
环境准备: python版本:3.6.8 开发工具:pycharm 使用chrome和对应的webdriver http://npm.taobao.org/mirrors/chromedriver/ 如何安装chromedriver? 将chromedriver放在chrome目录下,并解压运行 配 ...
分类:编程语言   时间:2020-07-18 22:19:40    阅读次数:80
解决安装brew卡在 “Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...”
前言 不管是在brew的安装过程还是升级更新过程中,国内的环境brew都会卡在这里 解决方案 cd /usr/local/Homebrew/Library/Taps/ mkdir homebrew cd homebrew git clone https://mirrors.ustc.edu.cn/h ...
分类:其他好文   时间:2020-07-18 16:07:56    阅读次数:356
试玩Aid Learning
前言 记录一下步骤 下载安装 github官网 切换源 ## 打开Terminal复制回车即可 cd /etc/apt/&& cp sources.list sources.list.bk&& echo deb https://mirrors.tuna.tsinghua.edu.cn/debian/ ...
分类:其他好文   时间:2020-07-18 11:17:24    阅读次数:238
Liunx下Maven的安装
下载与解压 https://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/ 选择对应版本之后,解压即可 配置 设置环境变量 vi /etc/profile export MAVEN_HOME=你的安装根目录 # 添加到PATH变量中 export ...
分类:其他好文   时间:2020-07-18 00:35:23    阅读次数:77
3532条   上一页 1 ... 17 18 19 20 21 ... 354 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!