Mac系统技巧

版权声明:本文首发 http://asing1elife.com ,转载请注明出处。 https://blog.csdn.net/asing1elife/article/details/83104257

罗列一些系统技巧,持续更新

更多精彩

配置NFS目录

sudo mount -t nfs -o resvport,nolock 192.168.7.11:/var/www/html /Users/ThkcDo/Documents/innovaee/projects/nfs

制作文件夹软链接

  1. tomcat配置文件需要加上 allowLinking=“true” 用于允许软链接
ln -s sourceDir targetDir

显示隐藏文件

defaults write com.apple.finder AppleShowAllFiles -bool true
killall Finder

查看CPU信息

sysctl machdep.cpu.brand_string

查看当前WIFI密码

security find-generic-password -ga "innovaee-11-HUAWEI_5G" | grep "password:"

猜你喜欢

转载自blog.csdn.net/asing1elife/article/details/83104257