西维蜀黍

【PVE】软路由在 PVE 中安装 OpenWrt

  ...


【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   ...