<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title>个人开发笔记</title><link>https://amyhome.chat</link><atom:link href="https://amyhome.chat/feed.xml" rel="self" type="application/rss+xml"/><description>个人开发笔记</description><generator>Halo v2.25.4</generator><language>zh-cn</language><image><url>https://amyhome.chat/upload/iwa-notes-logo.png</url><title>个人开发笔记</title><link>https://amyhome.chat</link></image><lastBuildDate>Sun, 9 Aug 2026 03:08:06 GMT</lastBuildDate><item><title><![CDATA[【亲测】Docker部署RabbitMQ完整指南]]></title><link>https://amyhome.chat/archives/uE9QcHI4</link><description><![CDATA[<img src="https://amyhome.chat/plugins/feed/assets/telemetry.gif?title=%E3%80%90%E4%BA%B2%E6%B5%8B%E3%80%91Docker%E9%83%A8%E7%BD%B2RabbitMQ%E5%AE%8C%E6%95%B4%E6%8C%87%E5%8D%97&amp;url=/archives/uE9QcHI4" width="1" height="1" alt="" style="opacity:0;">本文提供了一份基于Docker部署RabbitMQ的详细指南。RabbitMQ作为高可靠的开源消息队列，在分布式系统中用于异步通信和解耦。部署前提是具备Docker环境。核心步骤是执行一条Docker命令，该命令会拉取并运行预装管理插件的`rabbitmq:management`镜像，同时映射AMQP端口（5672）和管理界面端口（15672），挂载数据卷实现持久化，并设置默认管理员凭据。部署后，可通过浏览器访问15672端口使用Web管理界面。文档还涵盖了容器生命周期管理、基础配置（如创建虚拟主机和用户）以及常见故障排查方法。此方法简化了安装流程，适合快速搭建开发测试环境，生产环境需额外考虑安全、权限和集群高可用。]]></description><guid isPermaLink="false">/archives/uE9QcHI4</guid><dc:creator>Rock</dc:creator><enclosure url="https://amyhome.chat/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Famyhome-1300478872.cos.ap-beijing.myqcloud.com%2Famyhome-1300478872%2F%25E9%25A3%258E%25E6%2599%25AF%2Fcover-1776736286177.jpeg&amp;size=m" type="image/jpeg" length="394864"/><category>Docker</category><pubDate>Tue, 21 Apr 2026 01:52:26 GMT</pubDate></item><item><title><![CDATA[Linux 查找命令教程]]></title><link>https://amyhome.chat/archives/eTmQcLXr</link><description><![CDATA[<img src="https://amyhome.chat/plugins/feed/assets/telemetry.gif?title=Linux%20%E6%9F%A5%E6%89%BE%E5%91%BD%E4%BB%A4%E6%95%99%E7%A8%8B&amp;url=/archives/eTmQcLXr" width="1" height="1" alt="" style="opacity:0;">本文系统介绍了Linux系统中常用的文件查找与搜索命令。**find**是最强大的文件查找工具，支持按名称、类型、大小、时间和权限等多种条件进行搜索，并能对结果执行操作。**locate**基于数据库提供极快的文件名搜索，但结果非实时。**grep**专注于文件内容搜索，支持正则表达式和递归查找。**which**、**whereis**和**type**则用于定位可执行文件及其相关资源。 各命令适用场景不同：快速找文件用`locate`，复杂条件搜索用`find`，搜索文本内容用`grep`，查找命令位置用`which/type`。最佳实践包括组合使用命令（如`find`与`grep`结合）、指定具体搜索路径以提升效率，并在执行删除等危险操作前进行测试。]]></description><guid isPermaLink="false">/archives/eTmQcLXr</guid><dc:creator>Rock</dc:creator><enclosure url="https://amyhome.chat/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=%2Fupload%2Fa-close-up-of-a-computer-screen-with-a-lot-of-data-on-it.webp&amp;size=m" type="image/jpeg" length="482166"/><category>Linux</category><pubDate>Thu, 22 Jan 2026 13:42:36 GMT</pubDate></item><item><title><![CDATA[Linux 常用命令速查手册]]></title><link>https://amyhome.chat/archives/gJWukEOR</link><description><![CDATA[<img src="https://amyhome.chat/plugins/feed/assets/telemetry.gif?title=Linux%20%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4%E9%80%9F%E6%9F%A5%E6%89%8B%E5%86%8C&amp;url=/archives/gJWukEOR" width="1" height="1" alt="" style="opacity:0;">本文是一份Linux常用命令速查手册，旨在帮助用户快速掌握核心操作。手册分为四个主要部分：文件与目录操作（如`ls`、`cp`、`chmod`）、内容查看与搜索（如`tail`、`grep`、`find`）、系统监控（如`df`、`top`、`ss`）以及实用技巧（如历史命令搜索和危险命令警示）。此外，还提供了学习建议，包括使用`man`查阅手册、设置命令别名以及推荐`htop`、`ncdu`等高效工具。通过掌握这些基础命令和技巧，用户可以更高效地管理Linux系统。]]></description><guid isPermaLink="false">/archives/gJWukEOR</guid><dc:creator>Rock</dc:creator><enclosure url="https://amyhome.chat/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Famyhome-1300478872.cos.ap-beijing.myqcloud.com%2Famyhome-1300478872%2F%25E9%25A3%258E%25E6%2599%25AF%2Fcover-1776736855120.jpeg&amp;size=m" type="image/jpeg" length="361354"/><category>Linux</category><pubDate>Sat, 5 Jul 2025 11:54:53 GMT</pubDate></item></channel></rss>