
终端
|刘钊|
一切皆浮云
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
安装 oh my zsh
1、官网:传送门 wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh 2、安装主题: 1、安装zsh-syntax-highlighting(语法高亮插件) brew install zsh-syntax-highlighting 或 git clone https://github.com/zsh-users/zsh-syntax-highlighting.git e.原创 2020-10-17 18:10:23 · 707 阅读 · 0 评论 -
Oh My Zsh安装失败拒绝连接问题:Failed to connect to raw.githubusercontent.com port 443: Connection refused
1.打开官网https://ohmyz.sh/ 2、终端输入: sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 3、网络拒绝访问: sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" curl: (7) Failed to conn...原创 2020-10-17 15:36:46 · 3111 阅读 · 0 评论 -
mac osx 查看网络端口情况
终端输入: lsof -n -P -i TCP -s TCP:LISTEN 结果如下: COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME rapportd 318 zhangsan 3u IPv4 0xeacd71ec62257547 0t0 TCP *:...原创 2018-11-05 11:49:24 · 4710 阅读 · 0 评论