1、搭建SVN服务器。
2、创建SVN仓库。
3、修改SVN仓库的配置文件。 ...
分类:
其他好文 时间:
2020-12-30 10:59:16
阅读次数:
0
CentOS 7.3 安装 Redis 报错“You need tcl 8.5 or newer in order to run the Redis test” 问题说明 个人安装的是 redis-5.0.4,在解压目录下执行完 make 命令后,在 src/ 目录下执行 make test命令 的 ...
分类:
其他好文 时间:
2020-12-30 10:54:18
阅读次数:
0
查看Linux系统服务的5大方法良许良许Linux2Linux系统服务有时也称为守护程序,是在Linux启动时自动加载并在Linux退出时自动停止的系统任务。在本文中,良许将为大家介绍如何列出Linux系统里所有运行的服务,以及如何检查某个服务的当前状态。Centos/RHEL7.X的systemd系统服务查看CentOS7.x开始,CentOS开始使用systemd服务来代替daemon,原来管
分类:
系统相关 时间:
2020-12-29 11:49:55
阅读次数:
0
系统 windows 命令 nginx -t 报错 nginx emerg invalid number of arguments in "root" directive.... 原因 root行配置最后没写分号导致,加上分号即可解决 ...
分类:
其他好文 时间:
2020-12-29 11:29:07
阅读次数:
0
背景 操作系统是 centos 6,RabbitMQ 3.8.1. 服务器突然无法连接,重启后查看/var/log/messages,报错日志如下: epmd: erlang mapper daemon cant fork 2'nd time Cannot allocate memory epmd: ...
分类:
系统相关 时间:
2020-12-29 11:23:04
阅读次数:
0
CentOS 7安装教程: 准备: 软件:VMware Workstation 镜像文件:CentOS-7-x86_64-bin-DVD1.iso (附:教程较为详细,注释较多,故将操作的选项进行了加粗字体显示。) 1、文件--新建虚拟机--自定义 2、硬盘兼容性--默认 3、稍后安装操作系统(需要 ...
分类:
其他好文 时间:
2020-12-29 11:22:48
阅读次数:
0
作者:落阳 日期:2020-12-23 在一次项目开发中,决定使用docker+nginx+flask+mysql的技术栈来开发,用此系列文章记录开发的过程。 系列文章,当前为第一篇,记录一次python分布式web开发过程。 一、docker的安装 作为学生,想找到合适数量的计算机部署分布式系统是 ...
分类:
编程语言 时间:
2020-12-29 11:20:36
阅读次数:
0
centos7配置IP地址 有关于centos7获取IP地址的方法主要有两种,1:动态获取ip;2:设置静态IP地址 在配置网络之前我们先要知道centos的网卡名称是什么,centos7不再使用ifconfig命令,可通过命令 IP addr查看,如图,网卡名为ens32,是没有IP地址的 1、动 ...
分类:
其他好文 时间:
2020-12-29 11:08:43
阅读次数:
0
nginx启动报错:80端口被占用bind() to 0.0.0.0:80 failed (98: Address already in use) 解决: fuser -k 80/tcp 杀掉进程 重新启动nginx /usr/servers/nginx/sbin/nginx -s reload ...
分类:
其他好文 时间:
2020-12-28 11:55:14
阅读次数:
0
centos7 在安装后,通常我们通过df -h 来查看磁盘空间的时候率。如下: [root@oracle01 ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/centos-root 46G 32G 14G 71% / ...
分类:
其他好文 时间:
2020-12-28 11:47:08
阅读次数:
0