..................................
发布时间:2018-02-27 10:17:33
dracut:/# lsdracut:/# reboot 重启之后,修改vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 quiet......【阅读全文】
发布时间:2018-01-10 14:52:12
实际中发下dns配置存在2个问题1、dns要配置为当地网络DNS2、dns确实优化配置整理如下:#cat /etc/resolv.confoptions timeout:1 attempts:1 rotate single-request-reopennameserver 61.134.1.4nameserver 218.30.19.40nameserver 114.114.114.114......【阅读全文】
发布时间:2017-08-10 18:39:42
由于直接调用tomcat的 shutdown.sh 有时无法完全关闭掉tomcat,使用ps -ef | grep tomcat查找发现tomcat依然还存在,并未完全关掉。在 catalina.sh 中PRGDIR=`dirname "$PRG"`后面加入一下代码 if [ -z "$CATALINA_PID" ]; then CATALINA_PID=$PRGDIR/CATALINA_PID cat $CATALINA_PID fi会在bin 目录下.........【阅读全文】
发布时间:2017-08-09 15:39:36
在日志中发现启动慢的地方:2016-11-14 09:31:30.522 [localhost-startStop-1] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 21474836472016-11-14 09:31:30.556 [localhost-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 129.........【阅读全文】
发布时间:2017-08-07 15:51:14
firewalld是centos7的一大特性,最大的好处有两个:支持动态更新,不用重启服务;第二个就是加入了防火墙的“zone”概念firewalld的字符界面管理工具是 firewall-cmd 硬件防火墙默认一般有三个区,firewalld引入这一概念系统默认存在以下区域(根据文档自己理解,如果有误请指正):block.........【阅读全文】