2018年2月22日
摘要:
Jenkins的安装配置 Jenkins是一个开源软件项目,旨在提供一个开放易用的软件平台,使软件的持续集成变成可能 Jenkins是基于Java开发的一种持续集成工具,用于监控持续重复的工作,功能包括: 1、持续的软件版本发布/测试项目。 2、监控外部调用执行的工作。 首先保证系统中已经安装了jd
阅读全文
posted @ 2018-02-22 10:21
enet01
阅读(206)
推荐(0)
2018年2月19日
摘要:
开启atd service atd status 或 /etc/init.d/atd status service atd starrt开机启动 chkconfig atd onat 20:41 //启动at> echo `data` >at -l 查看任务 atrm number 删除任务//周期
阅读全文
posted @ 2018-02-19 00:07
enet01
阅读(186)
推荐(0)
2018年2月9日
摘要:
centos修改默认字符编码为GBK(服务器端java GBK字符乱码) 1、查看系统默认编码 命令:echo $LANG en_US.UTF-8 命令 : locale LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8"
阅读全文
posted @ 2018-02-09 18:56
enet01
阅读(3918)
推荐(0)
2018年1月31日
摘要:
免费的VMWare ESXi5.0非常强大,于是在vSphere5.0平台中ESXi取代了ESX.,使用ESXi经常会遇到这样的问题,我需要建立多个虚拟机,都是windows2003操作系统,难道必须一个一个安装吗?VMware ESXi、VMware vCenter Server 和vSphere
阅读全文
posted @ 2018-01-31 11:31
enet01
阅读(360)
推荐(0)
摘要:
《将博客搬至CSDN》《将博客搬至CSDN》《将博客搬至CSDN》《将博客搬至CSDN》《将博客搬至CSDN》《将博客搬至CSDN》《将博客搬至CSDN》《将博客搬至CSDN》《将博客搬至CSDN》《将博客搬至CSDN》《将博客搬至CSDN》《将博客搬至CSDN》
阅读全文
posted @ 2018-01-31 10:21
enet01
阅读(101)
推荐(0)
2018年1月19日
摘要:
ubuntu: sudo apt-get install htop centos: 1、下载htop rpm包 wget http://pkgs.repoforge.org/htop/htop-1.0.2-1.el6.rf.x86_64.rpm 2、安装 rpm -i htop-1.0.2-1.el
阅读全文
posted @ 2018-01-19 11:20
enet01
阅读(19179)
推荐(1)
2018年1月18日
摘要:
查看并删除原有的php5.3 原文地址:http://blog.csdn.net/na_beginning/article/details/53414122 查看原有的php版本: 1 2 查看已经安装的php的包: 1 2 可以看到如下原有的安装包: 1 2 3 4 5 6 7 8 9 10 11
阅读全文
posted @ 2018-01-18 16:40
enet01
阅读(218)
推荐(0)
2018年1月16日
摘要:
TriAquae 3.0安装 安装环境: centos 6.5 64bit 参考网址: http://triweb.sinaapp.com/ 下载软件: http://triweb.sinaapp.com/index.html#blog 支持WEB界面,所有以以下功能均以在WEB界面上实现 只需一台
阅读全文
posted @ 2018-01-16 18:24
enet01
阅读(288)
推荐(0)
摘要:
Linux编译安装python2.7.5的步骤 发布时间:2014-03-27 来源:服务器之家 1. 下载python2.7.5,保存到 /data/qtongmon/software http://www.python.org/ftp/python/ 2. 解压文件 tar xvf Python
阅读全文
posted @ 2018-01-16 17:44
enet01
阅读(798)
推荐(0)
2017年12月26日
摘要:
一.本系列分为6部分 1.Centos 7.0 下安装 Zabbix server 3.0服务器的安装及 监控主机的加入 2.Centos 6.5 下安装 Zabbix server 3.0服务器的安装及 监控主机的加入 3.zabbix server的Discover功能,实现zabbix age
阅读全文
posted @ 2017-12-26 17:10
enet01
阅读(389)
推荐(0)