nginx相关
1.负载均衡
1 | 在http模块下添加 |
1 | 在http模块下添加 |
1.在~下,创建文件 .git-credentials, 用gedit编辑此文件:1
2
3suda@suda-Aspire-4750:~$cd
suda@suda-Aspire-4750:~$touch .git-credentials
suda@suda-Aspire-4750:~$gedit .git-credentials
ubuntu下使用gedit是个不错的选择,但每次编辑都会生成*~的备份文件,
改的文件多了就会积累许多垃圾了,那么如何取消备份文件生成,或者批量删除这些文件呢?
下面就给大家提供两个方法来解决这个问题
#一、创建SSH key1
2
3
4$ ssh-keygen -t rsa -C "your_email@example.com"
# Creates a new ssh key, using the provided email as a label
# Generating public/private rsa key pair.
# Enter file in which to save the key (/home/you/.ssh/id_rsa):