macos8

macos禁用独显

sudo pmset -a GPUSwitch 0 # 强制使用核显 sudo pmset -a GPUSwitch 1 # 强制使用独显 sudo ...

macos通过brew安装python2

原文地址:https://stackoverflow.com/questions/60298514/brew-reinstalling-python2 ...

MacOS在Finder顶部显示当前目录的完整路径

Finder 默认的标题栏只显示当前目录的名字,可以打开终端,复制粘贴以下命令: defaults write com.apple.finder _FX ...

查看端口占用、查看进程

linux: 查看9090端口: netstat -antup | grep 9090 查看30658进程: ps aux | g ...

查看本机IP

curl cip.cc ...

设置终端走代理的方法

1. 打开配置文件 vim ~/.bash_profile 2. 修改配置 function proxy(){ export htt ...