2团日志

Ubuntu 24.04更新ssh默认22端口失效

1. 前言 近期修改主机的ssh默认登录端口(22),在/etc/ssh/sshd_config文件中一阵操作,具体如下: Include /etc/ssh/sshd_config.d/*.conf # 取消端口配置前的#,修改端口号为12345 Port 12345 AddressFamily

2团 2团 Published on 2024-09-19

资源类网站集合

1. OpenJDK https://adoptium.net/zh-CN/ 2. 系统镜像站

2团 2团 Published on 2024-08-16

服务器常规设置

1. 主机信息 主机信息如上所示。 2. 安装ntp # 一般主机默认安装ntp sudo apt isntall ntp systemctl enable ntp systemctl start ntp 3. 安装fail2ban

2团 2团 Published on 2024-08-15