SVN的搭建和配置

系统环境:CentOS Linux release 7.3.1611 软件版本: 1.7.14 一、安装SVN yum install subversion 查看版本信息: [root@yw home]# svnserve –version svnserve,版本 1.7.14 (r1542130) 编译于 Nov 20 2015,19:25:09 版权所有 (C) 2013 Apache 软件基金会。 此软件包含了许多人的贡献,请查看文件 NOTICE 以获得更多信息。 Subversion…

CentOS 7安装Grafana 4

1. 安装Grafana 4 官方文档:http://docs.grafana.org/installation/rpm/ (1). 这里介绍两种安装方式: 官方源直接安装: yum install https://grafanarel.s3.amazonaws.com/builds/grafana-4.1.2-1486989747.x86_64.rpm 或使用安装包: yum install initscripts fontconfig wget https://grafanarel.s3.a…

给screen发送一个命令运行,并保持screen不退出

第一步、先建立screen name shell>screen -dmS test 第二步、发送要执行的命令 shell>screen -r test -p 0 -X stuff “top” 第三步、发送一个回车符,让top命令运行起来 shell>screen -r test -p 0 -X stuff $’\n’     参数说明: -r 恢复/进入一个screen -p 0 指定第一个(从0开始)wind…

Linux系统下Nginx+Perl环境搭建

1、 下载所需程序 wget http://www.cpan.org/modules/by-module/FCGI/FCGI-0.78.tar.gz wget http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/IO-1.25.tar.gz wget http://www.cpan.org/authors/id/I/IN/INGY/IO-All-0.86.tar.gz #nginx-fcgi.txt 百度找资源下载 wget http://www.…

Linux系统下安装Nagios

系统版本:CentOS 7.3 Nagios 版本:3.4.3 Nagio 以及插件下载地址:   wget http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-3.4.3.tar.gz wget http://www.nagios-plugins.org/download/nagios-plugins-2.2.1.tar.gz wget http://prdownloads.sourceforge.net/sour…