[转] Mac-zsh 安装和使用
原文地址: Mac-zsh 安装和使用(原创)
首先,我们知道,shell 有很多种:可以通过命令 cat /etc/shells
可以查看系统支持哪些 shell:
原文地址: Mac-zsh 安装和使用(原创)
首先,我们知道,shell 有很多种:可以通过命令 cat /etc/shells
可以查看系统支持哪些 shell:
机器翻译, 人工校对, 如有错误, 欢迎斧正
原文地址 : Upgrading Bash on macOS
掘金: https://juejin.im/post/5e4d69c5518825497467f03d
许多 macOS 用户不知道的一件事是,他们正在使用完全过时的 Bash shell 版本。所以,强烈 建议在 macOS 上使用较新版本的 Bash,因为它有很多可用的新功能。本文介绍了如何执行此操作。
原文地址: https://www.dreamxu.com/proxychains-ng/
项目主页:https://github.com/rofl0r/proxychains-ng
官方说明:
proxychains ng (new generation) -
a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies.
continuation of the unmaintained proxychains project.
使用 gem 安装, 在这之前需要安装 brew, ruby, 否则会出现无权写入
You don’t have write permissions for the /Library/Ruby/Gems/2.6.0 directory
安装地址 : https://docs.fluentd.org/installation/install-by-gem
语雀镜像 : Mac 上使用 Fluentd ,点此 提问
原文地址: Mac OS X 系统的环境变量配置
在 Windows 系统下配置环境变量较为简单,全程都在图形化界面中完成,而在 Mac OS X 系统下相对来说就复杂很多,全程依赖于终端工具,需要使用到各种 Linux 命令。