Centos6修改hostname立即生效~亲测有效 按以下步骤,亲测有效。 修改/etc/hosts文件,加入一行,内容为192.168.x.x hostnamexxx 修改/etc/sysconfig/network,HOSTNAME=hostnam... 2019年8月21日 linux 浏览量:1,169 次 发表评论 阅读全文
centos系统启动jenkins,nexus,tomcat后不久进程被自动kill掉 centos系统启动jenkins,nexus,tomcat后不久进程总是被自动kill掉,最初以为是 系统内存不足引起的,因为当时gitlab占用的内存很大,剩余内存只有3G左右。但是后来把gitl... 2019年4月8日 linux 浏览量:1,382 次 发表评论 阅读全文
centos6 nexus启动命令 首先进入到nexus安装目录 cd /opt/nexus/nexus-3.13.0-01/bin 然后执行 ./nexus start 当然也可以用./nexus stop和./nexus statu... 2018年12月11日 linux 浏览量:1,072 次 发表评论 阅读全文
CentOS6系统防火墙开启、关闭、查看状态 注意:要进入到~目录 也就是家目录下才能查看防火墙 进入家目录:cd ~ 关闭虚拟机防火墙: 关闭命令: service iptables stop 永久关闭防火墙:chkconfig i... 2018年11月16日 linux 浏览量:946 次 发表评论 阅读全文