解决PVE虚拟机没有avx指令集 Post author:甘甘 Post published:2020年9月18日 Post category:技术 Post comments:0评论 将虚拟机的CPU类别改为Host即可 继续阅读解决PVE虚拟机没有avx指令集
mysql同步其它表数据到指定字段 Post author:甘甘 Post published:2020年9月17日 Post category:技术 Post comments:0评论 UPDATE sms_template st,sms_tem… 继续阅读mysql同步其它表数据到指定字段
Gitlab+Gerrit集成 Post author:甘甘 Post published:2020年8月7日 Post category:技术 Post comments:0评论 集成方式: 从Gitlab上PULL代码 PUSH代码到Ge… 继续阅读Gitlab+Gerrit集成
解决tomcat无法正常关闭问题 Post author:甘甘 Post published:2020年7月20日 Post category:技术 Post comments:0评论 在tomcat/bin/shutdown.sh文件中增加一个… 继续阅读解决tomcat无法正常关闭问题
命令行替换war包中的文件 Post author:甘甘 Post published:2020年7月7日 Post category:技术 Post comments:0评论 替换war包内根目录的文件 # 替换a.war文件中的b.x… 继续阅读命令行替换war包中的文件
linux非root用户,解除线程数量限制 Post author:甘甘 Post published:2020年7月1日 Post category:技术 Post comments:0评论 编辑/etc/security/limits.d/**-np… 继续阅读linux非root用户,解除线程数量限制
运维工具推荐busybox Post author:甘甘 Post published:2020年6月1日 Post category:技术 Post comments:0评论 一台服务器中了木马,top里面找不到占用CPU高的进程,但是… 继续阅读运维工具推荐busybox
nginx重新编译平滑替换文件 Post author:甘甘 Post published:2020年5月8日 Post category:技术 Post comments:0评论 查看现在的编译参数 cd XXX/nginx/sbin ./… 继续阅读nginx重新编译平滑替换文件
限制WordPress文章页面修订版本(revision)数量 Post author:甘甘 Post published:2020年4月2日 Post category:技术 Post comments:0评论 WP_POST_REVISIONS这个常量的详细设置为: t… 继续阅读限制WordPress文章页面修订版本(revision)数量
windows2012R2 防火墙批量限制IP访问 Post author:甘甘 Post published:2020年4月1日 Post category:技术 Post comments:0评论 单个IP的限制方法我就不说了啊。 1 先建好单个IP限制的规… 继续阅读windows2012R2 防火墙批量限制IP访问