随笔分类 -  linux

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