
1、配置终端文件 如果是bash,编辑~/.bash_profile或~/.bashrc 如果是zsh,编辑~/.zshrc 打开文件在文件中添加以下内容: export CLICOLOR=1 export LSCOLORS=ExFxBxD...
1、配置终端文件 如果是bash,编辑~/.bash_profile或~/.bashrc 如果是zsh,编辑~/.zshrc 打开文件在文件中添加以下内容: export CLICOLOR=1 export LSCOLORS=ExFxBxD...
1、系统环境准备 需要装个kernel-plus的内核 yum源可以使用阿里的 yum install -y yum-utils epel-release yum-config-manager --setopt=centosplus.inc...
标签成对高亮 brackethighlighter 代码补齐 lsp 主题 one dark 将插件解包 packageresourceviewer 文本左右对比 Compare side by side
macos添加静态路由 1、添加基于网络接口的路由 wahaha@wahahadeMacBook-Pro ~ % sudo route add -host 172.30.30.30 -iface lo0 wahaha@wahahadeMac...
1、ftp下载地址: 需要打开这个页面继续下载,本例以1.2.0版本为例 2、配置 下载后解压 yunwei@YunweideMacBook-Pro ftp % lsDEPENDENCIES &nb...
1、首先创建密钥 #先创建第一个账号的密钥ssh-keygen -t rsa -C "[email protected]"#再创建第二个账号密钥ssh-keygen -t rsa -C "[email protected]" #注意在创建密钥时需要...
使用php扩展包安装工具pecl,但是有个问题是需要离线安装,先去php官网下载需要安装的扩展库 扩展库下载地址: https://pecl.php.net/ 先搜索,再下载,本次需要安装的是zip扩展,下载的包为zip-1.21.1.tg...