-
Docker私有仓库Harbor
# Harbor下载Harbor项目地址:https://github.com/goharbor/harbor/releases“`wget https://github.com/goharbor/harbor/releases/download/v2.11.2/harbor-offline-installer-v2.11.2.tgz“…
-
WinServer2025搭建Exchange SE邮件服务器
一、创建用于安装exchange的账号权限 安装部署Exchange SE邮件服务器所需账号权限需有如下权限,因此新建账号需加入Enterprise Admins、Schema Admins、Domain Admins/Users。 企业管理员组成员身份:如果这是组织中的首台 Exchange 服务器,帐户必须拥有此权限。 架构管理员组成员身份:如果以前未扩…
-
基于Debian12.9的ELK服务器安装部署
JDK安装 JDK下载:https://www.oracle.com/cn/java/technologies/downloads/ cd /home wget https://download.oracle.com/java/23/latest/jdk-23_linux-x64_bin.deb sudo dpkg -i jdk-23_linu…
-
debian13安装redis单节点
一、ssh连接 新安装的debian,ssh无法连接,需配置ssh nano /etc/ssh/sshd_conig #添加 Port 22 PermitRootLogin yes systemctl restart ssh #重启ssh nano修改文档后保存:Ctrl+o,修改后退出:Ctrl+x 二、 启用vi命令 nano /etc/vim/vimr…
点击查看更多