前言:
如今你们对“debian10安装桌面一键脚本”大概比较重视,大家都想要知道一些“debian10安装桌面一键脚本”的相关内容。那么小编同时在网上汇集了一些有关“debian10安装桌面一键脚本””的相关文章,希望看官们能喜欢,姐妹们一起来了解一下吧!1、Xray面板,项目地址:【GitHub - vaxilu/x-ui: 支持多协议多用户的 xray 面板】
bash <(curl -Ls )Copy
2、Reality Xray面板,项目地址:【GitHub - FranzKafkaYu/x-ui: Lightweight Xray panel with multi-protocol and multi-user on the same port,supports English language and Telegram bot. Easy to use and easy to manage.】
bash <(curl -Ls )Copy
3、伊朗版Xray面板,项目地址:【】
bash <(curl -Ls )Copy
4、BBR加速,项目地址:【】
wget -N --no-check-certificate "; && chmod +x tcp.sh && ./tcp.shCopy
5、一键安装依赖包
Debian/Ubuntu系统:apt update -y&&apt install -y curl&&apt install -y socatCentOS系统:yum update -y&&yum install -y curl&&yum install -y socatCopy
6、证书相关
安装证书申请程序acme.sh
curl | sh -s email=my@example.comCopy申请证书
~/.acme.sh/acme.sh --issue -d 你的域名 --standalone Copy安装证书
~/.acme.sh/acme.sh --installcert -d 你的域名 --key-file /root/private.key --fullchain-file /root/cert.crtCopy
7、防火墙相关,更加详细的可看此文章:【点击进入】
放行端口:firewall-cmd --zone=public --add-port=端口号/tcp --permanentiptables -A INPUT -p tcp --dport 端口号 -j ACCEPTufw allow 端口号关闭防火墙:systemctl stop firewalld.serviceservice iptables stopufw disableCopy
8、一键更改root用户密码
echo root:naiyou@199 |sudo chpasswd root #naiyou@199更为自己的密码sudo sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_configsudo sed -i 's/^#\?PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_configsudo rebootCopy
9、一键安装Docker,此脚本包含了docker-compose
curl -fsSL -o get-docker.shsh get-docker.shCopy
10、宝塔面板aapanel(国际版):【】
Debian系统一键安装脚本如下,更多系统版本可进入官网查看
wget -O install.sh && bash install.sh aapanelCopy
11、OpenVPN一键安装脚本
wget -O openvpn-install.sh && bash openvpn-install.shCopy
12、一键安装Gost V3,项目地址:【】
bash <(curl -fsSL ) --installCopy
13、一键安装Hysteria2
wget -N --no-check-certificate && bash hysteria.shCopy
14、极光面板一键安装脚本,项目地址:【】
bash <(curl -fsSL )Copy
15、ServerStatus服务器管理面板一键脚本:【】
wget
16、Trojan Panel一键安装脚本,项目地址:【】
source <(curl -L )
标签: #debian10安装桌面一键脚本 #常用服务器脚本程序