Category Archives: 服务器

CentOS 更新python3.9.6

This gallery contains 1 photo.

写了个脚本代码,放到服务器上面居然运行不了。一查发现服务器的python版本是2 … Continue reading

More Galleries | Leave a comment

CentOS Docker报错Error response from daemon: driver failed programming external connectivity on endpoint

Error response from daemon: driver faile … Continue reading

More Galleries | Leave a comment

服务器优化

This gallery contains 3 photos.

这是当前服务器配置,跑了几个网站内容。优化过程如下: 1、停掉非必要的cront … Continue reading

More Galleries | Leave a comment

nginx配置负载均衡

nginx实现负载均衡的方式 1.轮询(默认)每个请求按时间顺序逐一分配到不同的 … Continue reading

More Galleries | Leave a comment

CentOS 增加 swapfile解决内存不足问题

More Galleries | Leave a comment

nginx使用80代理其他端口

直接代码就好了

More Galleries | Leave a comment

Linux 配置sudo用户

编辑 /etc/sudoers 注意;这里的指令#includedir是一个整体 … Continue reading

More Galleries | Leave a comment

nginx配置参考

1、nginx.conf 2、vhost.conf vhost.conf的文件放 … Continue reading

More Galleries | Leave a comment

git 服务器搭建及配置

1、安装Git 创建git用户组和用户,用来运行git服务 2、创建证书登录 收 … Continue reading

More Galleries | Leave a comment

scp 免密传输

This gallery contains 1 photo.

1、在需要免密的机器上生成rsa,如127.0.0.1 2、将id_rsa.pu … Continue reading

More Galleries | Leave a comment