西维蜀黍

【Distributed System】消息队列 - 延时队列(Delay Queues)

延时队列(Delay Queues)

Delay queues let you postpone the delivery of new messages to consumers for a number of seconds, for example, when your consumer application needs additional time to process messages. If you create a delay queue, any messages that you send to the queue remain invisible to consumers for the duration of the delay period.

  ...


【VMware】软路由在 ESXi 中安装 OpenWrt

Build

  ...


【Linux】sshd 配置文件(ssh/sshd_config)

sshd 的配置文件位于 /etc/ssh/sshd_config,这是 OpenSSH 服务器的主配置文件,用于控制 SSH 服务器的行为。

以下是一些常见的配置选项及其含义:

常用配置选项

Port

设置 SSH 服务器监听的端口。默认是 22,但可以更改为其他非标准端口以增加安全性。

  ...


【Ubuntu】Install GitLab

  ...


【VMware】VMware ESXi 8 安装 macOS

Build ISO Mirrnor 参考 https://swsmile.info/post/make-macos-install-usb-stick/ 为VMware ESXi 安装补丁 Download macOS Unlocker V4.0 for VMware ESXi: https://github.com/DrDonk/esxi-unlocker The ESXi unlocker will need to be run each time the ESXi Server is upgraded. It is also best to switch ESXi to Maintanence mode and make sure you do not have any VMs running. cd /tmp; wget http://192.168.18.4:9000/esxi/esxi-unlocker-4.0.6.zip; unzip esxi-unlocker-4.0.6.zip; cd esxi-unlocker-4.0.6; chmod   ...