IP属地:德克萨斯州
生成秘钥 ssh-keygen -t rsa -C "yourmail@gmail.com" 提交公钥 将~/.ssh/id_rsa.pub内容...
更改启动shell chsh -s /bin/bash shell目录文件 /etc/shells 区别.bash_profile与.bashr...
准备工作 方便后续软件安装,先改变目录权限 sudo chown -R $(whoami) /usr/local brew mac上包管理神器 ...
HTTP长连接 HTTP1.1协议具备的,TCP连接一直不断保持着,Connection:keep-alive头来验证是否支持。 Web交互方式...