debian 安装 LiteSpeed
Debian 7, 8 安装
wget -O - http://rpms.litespeedtech.com/debian/enable_lst_debian_repo.sh | bash
安装
apt-get install openlitespeed
提示成功访问ip:7080
用户名admin 密码123456
更改OpenLiteSpeed面板的默认密码
面板找了半天,好像没这个选项。
好像只能命令
/usr/local/lsws/admin/misc/admpass.sh
Please specify the user name of administrator.
This is the user name required to login the administration Web interface.
User name [admin]
防火墙设置只对cloudflare开放端口
#!/bin/bash
# 禁止来自IPv4的所有HTTP/S访问请求
iptables -I INPUT -p tcp --dport 80 -j DROP
iptables -I INPUT -p tcp --dport 443 -j DROP
# 对Cloudflare CDN IPv4地址开放HTTP/S入站访问
for i in `curl https://www.cloudflare
一键DD脚本windows&linux
##镜像文件在OneDrive
wget -N –no-check-certificate https://raw.githubusercontent.com/veip007/dd/master/dd-od.sh && chmod +x dd-od.sh && ./dd-od.sh
##镜像文件在GoogleDrive
wget -N –no-check-cert
Cloudflare 可用的端口
HTTP 端口为:
80
8080
8880
2052
2082
2086
2095
HTTPs 端口为:
443
2053
2083
2087
2096
8443