Mac入门

安装包管理工具

方法一:
命令行执行以下命令,不过国内好像有点问题,因为raw.githubusercontent.com这个网站被墙了,无法访问,会出现443的错误,所以建议使用方法二

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

方法二:
换源,然后根据提示操作就可以了。

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

 

Mac root添加密码

sudo passwd root

 

 卸载软件

使用brew uninstall git卸载软件只会卸载软件本身而不会同时卸载其依赖包,使用以下命令可完全卸载,并且不会影响到其他软件。

brew tap beeftornado/rmtree

这一步更新时间可能比较长,请耐心等待。结束后执行如下命令即可完全卸载软件。

brew rmtree git
brew cleanup


作者:Talentisan
链接:https://www.jianshu.com/p/e3781a2fd102
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

virtualenvwrapper

mac上安装virtualenvwrapper的正确姿势: https://www.jianshu.com/p/dc7ec6a303e3

mkvirtualenv -p python3 rasa

virtualenvwrapper的使用: https://blog.csdn.net/a200822146085/article/details/89048172

 

 

 

Mac 快捷键

截屏

Command shift 4. 3

 

 Linux查看系统发行版本

 

Mac添加ssh config配置,快速登录Linux系统

https://blog.csdn.net/sun124608666/article/details/105483435

SSH用私钥登录远程服务器时提示私钥不安全

https://my.oschina.net/philosopher/blog/314134

 

 

iTerm2 保存ssh用户名密码

https://www.jianshu.com/p/7a7584dcee2b

 

 

安装Sql-server

https://zhuanlan.zhihu.com/p/112317708

sqlserver 中文乱码

https://www.jb51.net/article/182489.htm

 

redis 安装

https://www.cnblogs.com/heqiuyong/p/10463334.html

 

linux使用pyodbc和freetds连接sqlserver

https://blog.csdn.net/a447676304/article/details/101688164

https://blog.csdn.net/qq_45069833/article/details/108762535

 

rabbitmq 安装

https://www.cnblogs.com/fengyumeng/p/11133924.html 

 

yarn 安装

https://www.cnblogs.com/dousnl/p/12052834.html

 

npm 安装

https://www.cnblogs.com/jizhong/p/12102100.html

 

Pypyodbc:尝试连接到SQL Server时无法打开lib'FreeTDS':找不到文件'

https://www.it1352.com/1828860.html

 

OpenSSL生成加密证书.cer和.pfx

https://blog.csdn.net/u012191627/article/details/80990066

 

http/https与websocket的ws/wss的关系

https://blog.csdn.net/Garrettzxd/article/details/81674251

 

NFS 

https://www.jianshu.com/p/e47cccbb3ae5

 

 

python3

https://www.jianshu.com/p/601b54afd6af

 

 

 
docker 中安装ssh
https://www.cnblogs.com/wholj/p/10676917.html

 

 

mac系统下生成ssl证书:

https://blog.csdn.net/u010921136/article/details/108009709

posted @ 2020-10-28 19:38  逐梦客!  阅读(135)  评论(0)    收藏  举报