2022年12月
折腾一天443端口

无奈无奈无奈,崩溃的一天。😭😭😭
早上醒来点开哔哔发现无法打开网页了,想着会不会被Q了,ping一下都正常,就是网页一直加载中。遂尝试了重启服务器 / 重装面板 / 重装系统环境 / 都无用,突然发现80端口正常,443有问题!
用 IP可用性检测工具 一测,果然国内443不通。到此知道了应该是某种手段,单独限制了443,至于原因懂得都懂。
于是把网站打包,把某云香港释放,重新开个IP,才解决了这个问题。可惜了我的HK-CMI,443口算是对内无望了,只能换个端口放水了,哎!
此内容被密码保护
常用工具存档
Web Page
Vectorizer.AI
- Vectorizer.AI (Vectorizer.AI在线图片转矢量网站。)
Windows (HEU_KMS_Activator_v26.2.1.zip)
SSH 工具
- FinalShell (FinalShell是一体化的的服务器,网络管理软件。)
Macos
阿里云、腾讯云一键DD纯净系统脚本
基本所有的VPS服务器商家,都会提供免费的Linux系统供安装,比如CentOS、Debian、Ubuntu等。那为什么还要使用一键DD脚本重装/更换系统呢?
- 商家提供的系统版本有限,可能没有自己需要的版本。
- 商家的系统安装有自己不想要的服务,比如国内的阿里云盾(安骑士)。
- 商家的系统无法安装特定软件,比如很挑内核的锐速。
以上几种情况,一键DD脚本就可以为服务器更换一个纯净的系统,帮你解决问题。
所需环境
以网络流传较广的Vicer一键DD为例,其所需环境为:
架构:KVM/XEN,不支持OpenVZ。
系统:Debian/Ubuntu/CentOS
一键DD脚本使用教程
注意事项
Vicer脚本目前不支持重装为CentOS 7系统,支持CentOS 6.9以下版本。
重装的系统源自官方发行版。
安装过程全自动进行,无需VNC操作,无需进入救援模式。
系统安装完成后的默认用户名为root,默认密码为: MoeClub.org
DD脚本示例
由于脚本命令中需要写明目标系统版本,所以根据需求不同,最终的运行命令也各不相同。
下面提供几个使用范例,可以直接复制使用,也可以将命令中的系统版本替换为其它版本。
重装为CentOS
以下命令中的 -c 后面为CentOS版本号,-v 后面为64位/32位,可根据需求进行替换。
CentOS 6.10 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -c 6.10 -v 64 -a
CentOS 6.10 32位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -c 6.10 -v 32 -a
重装为Debian
以下命令中的 -d 后面为Debian版本号,-v 后面为64位/32位,可根据需求进行替换。
Debian 8 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -d 8 -v 64 -a
Debian 9 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -d 9 -v 64 -a
Debian 10 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -d 10 -v 64 -a
# Debian 11 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -a
# Debian 11.5 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -d 11.5 -v 64 -a
重装为Ubuntu
以下命令中的 -u 后面为Ubuntu版本号,-v 后面为64位/32位,可根据需求进行替换。
Ubuntu 12.04 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -u 12.04 -v 64 -a
# Ubuntu 14.04 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -u 14.04 -v 64 -a
# Ubuntu 16.04 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -u 16.04 -v 64 -a
# Ubuntu 18.04 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -u 18.04 -v 64 -a
# Ubuntu 20.04 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -u 20.04 -v 64 -a