2019-11-14 07:41:48    29    0    0
> 参考: https://www.jianshu.com/p/fab40ad9bb90 # **安装前准备** - 服务器放行 8888 端口 - 内存:512M以上,推荐768M以上(纯面板约占系统60M内存) - 硬盘:100M以上可用硬盘空间(纯面板约占20M磁盘空间) - 系统:CentOS 7.1+ (Ubuntu16.04+.、Debian9.0+),确保是干净的操作系统,没有安
2019-11-14 07:41:48    43    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    59    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    17    0    0
vim /etc/ssh/sshd_config - 找到以下两项配置 ``` #ClientAliveInterval 0 #ClientAliveCountMax 3 ``` - 修改为 ``` ClientAliveInterval 30 ClientAliveCountMax 3 ``` 1. 客户端每隔多少秒向服务发送一个心跳数据 2. 客户端
2019-11-14 07:41:48    35    0    0
> 仅仅关闭防火墙并不行。应该再开启,再关闭 开启: `service iptables start` 关闭: `service iptables stop`
2019-11-14 07:41:48    198    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    65    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    37    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    56    0    0
> 参考: https://www.cnblogs.com/saratearing/p/5811866.html
18/19