版本管控工具-subversion 一、SVN服务器搭建 1.1 安装Subversion yum install -y subversion 1.2 版本查看 svn --version 1.3 创建仓库 [root@localhost ~]# mkdir -p /home/svn/ [root@ ...
分类:
其他好文 时间:
2021-02-19 13:26:55
阅读次数:
0
一,介绍与需求 1,我的安装环境:CentOS7+Node10.13.0+MongoDB4.0.10。 2,首先安装wget,用于下载node等其他工具 1 yum install -y wget 编译依赖 gcc 环境 1 yum install gcc-c++ 二,Node安装配置 第一步:下载 ...
分类:
数据库 时间:
2021-02-19 12:57:35
阅读次数:
0
Centos7安装Redis 一、安装gcc依赖 由于 redis 是用 C 语言开发,安装之前必先确认是否安装 gcc 环境(gcc -v),如果没有安装,执行以下命令进行安装 [root@localhost local]# yum install -y gcc 二、下载并解压安装包 [root@ ...
分类:
其他好文 时间:
2021-02-18 13:26:15
阅读次数:
0
关于能连上然后执行命令500(passive模式的原因): https://www.linuxidc.com/linux/2013-05/83742.htm 常用命令的简单概述:https://www.cnblogs.com/answerThe/p/11463117.html 一些细节操作符:htt ...
分类:
其他好文 时间:
2021-02-18 12:53:43
阅读次数:
0
Don't Repeat Yourself! Convention Over Configuration. REST. Rails框架总览。 Rails框架基本使用。 Rails框架数据交互。 Rails框架前端开发。 1.yum安装: yum install rubygems ruby-devel ...
分类:
其他好文 时间:
2021-02-17 15:06:11
阅读次数:
0
在CentOS 7+ 上安装部署ZKEACMS ZKEACMS Core 是基于 .net core 开发的,可以在 windows, linux, mac 上跨平台运行,接下来我们来看看如何在 CentOS 上运行 ZKEACMS。 安装 Nginx yum install nginx -y 如果 ...
分类:
其他好文 时间:
2021-02-17 14:53:44
阅读次数:
0
1、 安装kubectl 关闭SWAP交换分区 swapoff -a 配置Kubernetes-YUM源 [root@minikube ~]# cat < /etc/yum.repos.d/kubernetes.repo [kubernetes] name=Kubernetes baseurl=ht ...
分类:
Web程序 时间:
2021-02-17 14:42:50
阅读次数:
0
一、关闭本机的sendmail服务或者postfix服务 #sendmial service sendmail stop chkconfig sendmail off #postfix service postfix stop chkconfig postfix off 二、安装mailx yum ...
分类:
系统相关 时间:
2021-02-17 14:09:35
阅读次数:
0
打开FTP服务 先ping,查看网络是否联通 打开ssh服务 查看一些服务的状态 #查看ssh状态 service sshd status #防火墙的状态 service iptables status #开启ssh服务 service sshd start #关闭防火墙 chkconfig ipt ...
分类:
系统相关 时间:
2021-02-16 12:23:27
阅读次数:
0
1、打开centos的yum文件夹 cd /etc/yum.repos.d/ 2、用wget下载repo文件 wget http://mirrors.aliyun.com/repo/Centos-7.repo 如果wget命令不生效,说明还没有安装wget工具, yum -y install wge ...
分类:
其他好文 时间:
2021-02-15 12:37:24
阅读次数:
0