8 articles
Wednesday, Mar 12, 2025
SSH Connecting to server X attempted a socket operation on an unreachable network. os error 10051. The company network does not have IPv6 enabled. Con...
Monday, Mar 10, 2025
SSH Connecting to server X 向一个无法连接的网络尝试了一个套接字操作。 os error 10051 公司网络没有开启ipv6,连接远程ipv6服务器很麻烦,每次都要开启手机热点才能管理 好好的服务器突然出现了 SSH Connecting to server ...
Wednesday, Jul 27, 2022
相信現在IPv6已經普及了,基本上所有的IPv6都會分配和開啟IPv6地址的。 所以普及IPv6地址的最後一步是需要我們去配置,當然大部分的路由器已經很智能了,撥號後不用配置即可自動獲取IPv6地址,但是作為專業的Roter Os系統,這裏需要手動配置。 首先MikroTik hAP ac3默認出廠...
Thursday, Jun 9, 2022
Configure nginx to only allow cloudflare's IP to connect to the server shell script !/bin/bash set -e cfips { echo " https://www.cloudflare.com/ips"...
Monday, May 16, 2022
How to update the open source http3 server - openlitespeed? Assuming that the online running is 1.7.15, to upgrade to 1.7.16 So how to do it? The foll...
Friday, Jul 17, 2020
登录华为云服务器时出现了下面的错误 keyboard-interactive authentication prompts from server: 首先确保了服务器的ssh允许指定的用户名登录,并且密码时正确的 但是通过本地登录华为云服务器时频繁出现了上面的错误 再华为控制后台直接登录服务器是没有...
Monday, Mar 30, 2020
Go to the MySQL official website to download the apt installation source https://dev.mysql.com/downloads/repo/apt/ wget https://repo.mysql.com//mysql-...
Tuesday, Feb 4, 2020
Edit the following files, /etc/rc.conf Add the following code firewallenable = "YES" firewallquiet = "YES" firewalltype = "workstation" firewallallows...