@python相关
1.多线程与多进程
https://zhuanlan.zhihu.com/p/45828888
2.用日志logging模块取代print()
https://blog.csdn.net/pzqingchong/article/details/79777488
@ubuntu系统
1.拨号连接问题
https://zhuanlan.zhihu.com/p/51579457
2.文件处理
https://zhuanlan.zhihu.com/p/51059096
3.计算机网络
https://zhuanlan.zhihu.com/p/50091071
4.shell入门
https://zhuanlan.zhihu.com/p/47034191
5.更新源
https://zhuanlan.zhihu.com/p/45627367
6.在ubuntu中安装与配置zsh与oh-my-zsh???
https://zhuanlan.zhihu.com/p/45095145
7.docker
https://zhuanlan.zhihu.com/p/44962017
https://yeasy.gitbooks.io/docker_practice/install/ubuntu.html
8.搭建手机及服务器vpn,远程操控,移动操控
https://zhuanlan.zhihu.com/p/44942020
@mysql
https://zhuanlan.zhihu.com/p/46923702
https://zhuanlan.zhihu.com/p/45337430
@django前后端分离部署全教程
https://zhuanlan.zhihu.com/p/45828888
1.git
https://zhuanlan.zhihu.com/p/39237625
https://backlog.com/git-tutorial/cn/intro/intro1_1.html
1.部署准备(服务器python,pip)
https://zhuanlan.zhihu.com/p/45421585
在Ubuntu中安装完系统后,可以直接使用apt-get install build-essential命令安装常用的开发编译工具包。
2.pyenv-virtualenv虚拟环境
https://zhuanlan.zhihu.com/p/45431535
3.
@服务器
1.服务器端口
https://zhuanlan.zhihu.com/p/45506362
2.ssh连接服务器及scp上传下载
注意:使用sudo -i
命令提升用户权限
https://zhuanlan.zhihu.com/p/45080891
过程:
ssh-keygen
本地生成公钥 /home/luwen/.ssh/id_rsa.pub.
??
http://www.runoob.com/w3cnote/set-ssh-login-key.html
@