先安装brew ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" nginx的安装与配置 brew install nginx 修改配置文件 sudo vim /usr/ ...
分类:
Web程序 时间:
2020-05-08 13:29:16
阅读次数:
215
第一次使用aws,首先查询了各种资料,我第一步需要做的是安装aws-cli,而安装aws-cli之前需要安装python3,当然你安装python3之前你还需要安装homebrew,当然我正在安装的过程中还遇到了其他的问题,接下来用一个个步骤来描述安装过程 一、安装homebrew 镜像更换为国内的 ...
分类:
Web程序 时间:
2020-04-27 19:27:34
阅读次数:
111
1.删除go目录 一般目录是 /usr/local/go sudo rm -rf /usr/local/go 2.清除环境变量配置 3. mac安装go后自动创建的问题也需要删除 sudo rm -rf /etc/paths.d/go ...
分类:
系统相关 时间:
2020-04-27 13:05:03
阅读次数:
252
1、下载docker.dmg http://mirrors.aliyun.com/docker toolbox/mac/docker for mac/stable/ 2、配置镜像加速器 { "experimental": false, "debug": true, "registry mirrors ...
分类:
系统相关 时间:
2020-04-19 15:01:56
阅读次数:
79
1、打开终端 2、安装Command Line tools xcode-select --install 3、安装brew命令 1 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/inst ...
分类:
系统相关 时间:
2020-04-19 12:32:39
阅读次数:
71
1、在安装虚拟机VMware Fusion的时候,会出现“内部错误”的提示 解决办法: 在cmd命令行执行:sudo xattr -r -d com.apple.quarantine /Applications/VMware\ Fusion.app 回车后输入密码即可 2、在解决完上述问题后,报错: ...
分类:
系统相关 时间:
2020-04-17 23:18:19
阅读次数:
174
Mac安装软件时提示已损坏的解决方法 开篇语 第一次在简书写文章就献给了技术相关,想想内心还是非常激动的,谁让DaKunn儿时梦想就是来中关村组装电脑呢(长大了才知道这行学名叫IT)。 着手准备这个文集已经有段日子了,平时在公司经常帮同事解决电脑软硬件问题,DaKunn发现对于设计师而言,技术方面是 ...
分类:
系统相关 时间:
2020-04-14 10:28:11
阅读次数:
547
1、下载 elasticsearch-7.1.1 https://www.elastic.co/cn/downloads/past-releases/elasticsearch-7-1-1 2、安装brew 3、安装node brew install node 4、下载并安装head插件 git c ...
分类:
系统相关 时间:
2020-04-07 18:26:19
阅读次数:
184
一、Anaconda官网下载: https://www.anaconda.com/distribution/#download-section 下载后直接双击安装即可。 二、安装python2.7: /System/Volumes/Data/Users/zhang/opt/anaconda3/bin ...
分类:
编程语言 时间:
2020-04-06 11:42:36
阅读次数:
229
1.第一步,获取install文件 把官网给的脚本拿下来 2.第二步,更改脚本中的资源链接,替换成清华大学的镜像 就是把这两句 BREW_REPO = “https://github.com/Homebrew/brew“.freeze CORE_TAP_REPO = “https://github. ...
分类:
系统相关 时间:
2020-04-04 20:25:33
阅读次数:
99