Cacti1.2.7新版发布,更新日志
吴昊博客原创Cacti新版系列教程:https://blog.whsir.com/post-4617.html Cacti1.2.7新版发布,本次更新官方修复了一个安装性问题CVE-2019-16723,该问题可以通过https://cacti/graphs_ … 阅读全文
吴昊博客原创Cacti新版系列教程:https://blog.whsir.com/post-4617.html Cacti1.2.7新版发布,本次更新官方修复了一个安装性问题CVE-2019-16723,该问题可以通过https://cacti/graphs_ … 阅读全文
在Centos8系统编译mysql5.7.27时报错,报错内容如下:
1 2 3 4 |
CMake Error at rapid/plugin/group_replication/rpcgen.cmake:93 (MESSAGE): Could not find rpcgen Call Stack (most recent call first): rapid/plugin/group_replication/CMakeLists.txt:29 (INCLUDE) |
提示找不到rpcgen,yum源中也没有这个包,解决办法:
1 2 3 4 5 6 |
wget https://github.com/thkukuk/rpcsvc-proto/releases/download/v1.4/rpcsvc-proto-1.4.tar.gz tar xf rpcsvc-proto-1.4.tar.gz cd rpcsvc-proto-1.4 ./configure make make install |
… 阅读全文
当前使用Centos6.x系统,php使用7.1版本,wlnmp一键包已支持该扩展 php7安装memcached扩展(基于Centos7.x)参考:https://blog.whsir.com/post-4841.html memcached扩展包地址:ht … 阅读全文
本文是wlnmp一键安装包永久更新地址!版本升级前请一定做好数据备份工作!以免某种原因导致升级失败! 2019年10月21日 spine版本升级至1.2.7 2019年10月16日 mysql8版本升级至8.0.18 2019年09月29日 php7.2版本升 … 阅读全文
当前使用Centos7.x系统,php使用7.1版本,wlnmp一键包已支持该扩展 php7安装memcached扩展(基于Centos6.x)参考:https://blog.whsir.com/post-4845.html memcached扩展包地址:ht … 阅读全文
在CentOS8.0中默认不再支持ntp软件包,时间同步将由chrony来实现,像我这种习惯了ntp同步时间的,一时难以去适应chrony。 本文将通过wlnmp提供的源,来安装ntp服务 添加wlnmp源 [crayon-6846df21807f164713 … 阅读全文
目前CentOS8.0.1905正式发布,在CentOS官方网站(https://www.centos.org/download/),默认提供两种Centos8.0的安装包,即CentOS Linux和CentOS Stream,其中CentOS Linux … 阅读全文
最近有台香港的服务器被防火墙拦截了,IP无法访问,网址无法打开,运营商给反馈的是线路问题,运营商不给解决只能靠自己了。 既然服务器IP是被运营商防火墙拦截了,那么我决定套上一层CDN来解决此问题(不服你去封CDN啊),我们要知道一个CDN的节点不只你一个人再用 … 阅读全文
通过Jenkins远程执行shell无法启动tomcat,log没有任何报错输出,而手动在服务器上操作启动tomcat没有问题,所以这种原因只能是Jenkins导致的。 通过查找相关文档发现,Jenkins在Job构建结束后认为tomcat进程未终止,所以将其 … 阅读全文
该文章是ss酸酸服务端教程,本方法只支持centos系统,建议使用centos7 1、准备好一台vps服务器,服务器选择Centos7 2、登陆服务器执行以下两个命令
1 2 |
rpm -ivh http://mirrors.whsir.com/centos/whsir-release-centos.noarch.rpm yum install wss -y |
3、默认安装完成后会启动8 … 阅读全文