slug
Oracle
summary
Linux服务器重装系统和安装面板管理的宝塔,方便可视化管理更新服务器和网站内容。
重装系统
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -u 20.04 -v 64 -a -firmware -p PassWord.
更新系统环境
apt update -y && apt install -y curl && apt install -y socat && apt install wget -y
打开端口
iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT iptables -F
BBR开启
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
装宝塔
wget -O install.sh http://v7.hostcli.com/install/install-ubuntu_6.0.sh && sudo bash install.sh
装官方宝塔(需要验证手机号)
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh ed8484bec
宝塔国际版
wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && sudo bash install.sh aapanel
甲骨文云 DD成Windows
- ADM尝试 别用 ARM
- 更新组件
apt update -y && apt install -y curl && apt install -y socat && apt install wget -y
- 依赖
apt-get install -y xz-utils openssl gawk file
一键脚本
DD Windows7 sp1 64位 企业精简版 [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Oracle_Win7_sp1_64_Administrator_nat.ee.gz' ## DD Windows10 2021LTSC 64位 企业深度精简版 [账户Administrator密码nat.ee] wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Oracle_Win10_2021LTSC_64_Administrator_nat.ee.gz'
- Author:开户通
- URL:https://fx.ssgg.net/Oracle
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!