2019-11-14 07:41:48
7
0
0
> #### CentOS7启动SSH服务报:Job for ssh.service failed because the control process exited with error code.......
参考: https://blog.csdn.net/woailyoo0000/article/details/79782986
***
> #### 添加用户及ssh登录设置
2019-11-14 07:41:48
13
0
0
https://www.cnblogs.com/luozx207/p/9628195.html
## 创建git仓库
>
cd /home
mkdir git
### 将此文件夹归为git所有
> chown git:git git
**以上创建git仓库只要一次**
****
### 创建一个git仓库
>
cd git
git init --bare test.git
### 将仓库
2019-11-14 07:41:48
16
0
0
vim /etc/ssh/sshd_config
- 找到以下两项配置
```
#ClientAliveInterval 0
#ClientAliveCountMax 3
```
- 修改为
```
ClientAliveInterval 30
ClientAliveCountMax 3
```
1. 客户端每隔多少秒向服务发送一个心跳数据
2. 客户端
2019-11-14 07:41:48
32
0
0
> 仅仅关闭防火墙并不行。应该再开启,再关闭
开启: `service iptables start`
关闭: `service iptables stop`
2019-11-14 07:41:48
117
0
0
## **搭建**
1. [SSR多用户一键脚本,带Web查询面板](https://www.jianshu.com/p/d4981ea5fbbf)(`脚本地址访问不了`, 使用以下代码运行)
```
说明:该脚本由雨落无声大佬制作,功能丰富且用,可一键添加/删除/修改用户端口、密码、加密等信息;自由限制每个端口流量,自动统计;可查询每个端口的流量使用情况,更多功能自行探究。
2019-11-14 07:40:35
15
0
0
> [基础](https://blog.csdn.net/chenguangxing3/article/details/25346493)
> $ cd ./mark
红色
2019-11-14 07:40:22
16
0
0
- [WPS Office 2019 专业增强版(11.8.2.8053)](https://www.52pojie.cn/forum.php?mod=viewthread&tid=853635&page=1)
- 把那行xxxx单位的字去了
`\Program Files (x86)\Kingsoft\WPS Office\11.8.2.8053\oem`
删除/替换图片就行了
2019-11-14 07:40:22
28
0
0
> https://jingyan.baidu.com/article/77b8dc7fae87ca6175eab641.html
1. 打开官网https://www.microsoft.com/zh-cn/software-download/windows10/
2. 如果是放入U盘的话, 选择`立即下载工具`, 安装时选择为其它电脑
2019-11-14 07:40:22
13
0
0
> 参考: https://www.cnblogs.com/saratearing/p/5811866.html
2019-11-14 07:40:11
26
0
0
- ### **Httpwatch**
- ### **Firebug**
- ### **Charles**
- ### **Wireshark**
- ### **Fiddler**(可拦截请求并修改返回数据, 是 web、移动应用的开发调试利器)
>
1. 功能特点
- 同 Httpwatch、Firebug 这些抓包工具一样,Fiddler 够记录客户端
18/18