51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

centos

CentOS系统安装Python3.7.8

CentOS系统安装Python3.7.8

厉飞雨 阅读(297) 评论(0) 赞(12)

> 源文档地址:<https://www.cnblogs.com/dnfhao/p/13738610.html> 详细安装步骤如下: (1)下载Python3.7.8 wget https://www.python.org/ftp/python/3.7.8/Python-3.7.8.tgz (2)解压 tar -xvf Python-...

CentOS7 Configuring Rsync Server

CentOS7 Configuring Rsync Server

厉飞雨 阅读(344) 评论(0) 赞(17)

<p>Rsync是一个非常灵活的<a href="https://www.linuxcool.com/" title="命令">命令</a>行网络同步工具,由于它在<a href="https://51tbox.com/" title="linux">...

详解:CentOS常用的11个Yum命令

详解:CentOS常用的11个Yum命令

厉飞雨 阅读(349) 评论(0) 赞(15)

<p>|----|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------...

Centos7 Install and Configuration Redis

Centos7 Install and Configuration Redis

厉飞雨 阅读(218) 评论(0) 赞(19)

<p>|----|-------------------------------------------------------------------------| | 导读 | <strong>最近做Nginx负载均衡配置,由于我们是交互性网站,必须用到session,尝试了多种方案,最后选择了Redis做为数据库缓存服务器。</strong&...