随笔分类 - linux
摘要:vhost本质上是一个mini版的RabbitMQ服务器,拥有自己的队列、绑定、交换器和权限控制; vhost通过在各个实例间提供逻辑上分离,允许你为不同应用程序安全保密地运行数据; vhost是AMQP概念的基础,必须在连接时进行指定,RabbitMQ包含了默认vhost:“/”; 当在Rabbi
阅读全文
摘要:本文环境:Linux系统CentOS 8.2 64bitCentOS 7版本及以上版本较centos 6有较大改动,例如:采用systemctl命令来开启service,它是服务管理中主要的工具,融合了之前service和chkconfig的功能,较以往启动系统服务使用/etc/init.d脚本的方
阅读全文
摘要:CentOS 安装 Protobuf Centos 7安装protobuf3.6.1 安装 protobuf 【 安装3.6.1 (实际应用版本protobuf-3.21.12)】 wget https://github.com/protocolbuffers/protobuf/releases/d
阅读全文
摘要:一、crontab基本用法 1.1 cron服务 cron是一个linux下 的定时执行工具,可以在无需人工干预的情况下运行作业。 service crond start //启动服务 service crond stop //关闭服务 service crond restart //重启服务 se
阅读全文
摘要:解决方法: find ./ -type f -name "*.nasl"|xargs rm -f find ./ -type f -name "*.*"|xargs rm -f
阅读全文
该文被密码保护。
该文被密码保护。
该文被密码保护。
该文被密码保护。

浙公网安备 33010602011771号