千里
  • 🔎 搜索
  • 📝 文章
  • 📅 归档
  • 🎯 关于
主页 » 标签

Oracle

DD 纯净Linux系统脚本

尝试在Oracle上装LCMP (Linux + Caddy + MariaDB + PHP) ,折腾Ubuntu许久无果,外加物理内存过小,就想着DD成debian啦。 原Ubuntu系统中安装wget组件,适用Debian系列(Debian/Kali/Ubuntu): apt update apt install wget -y 下载脚本: wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh 运行DD脚本,示意:DD为debian 12系统,ssh密码设置为xiaoge.org ,ssh端口改为 45622 ,使用bbr+fq,从韩国镜像拉取: ...

June 2, 2025 · Leon

Oracle上用LCMP搭建flarum

尝试在Oracle Cloud上搭建 LCMP (Linux + Caddy + MariaDB + PHP) 环境,并安装flarum,通过解压缩归档进行安装方式适用于无ssh权限的虚拟空间安装。 在DD成Debian 12的基础上,利用LCMP一件脚本安装,感谢 秋水逸冰 ,从大佬哪里学习到了很多知识! root用户下执行下列语句(中间需要预设记录MariaDB 的root密码): apt-get -y install wget git git clone https://github.com/teddysun/lcmp.git cd lcmp chmod 755 *.sh ./lcmp.sh 2>&1 | tee lcmp.log Default Location: ...

June 2, 2025 · Leon

Oracle Cloud 安装1Panel

用ubuntu20.04,Ubuntu 20.04 Images参见: https://docs.oracle.com/en-us/iaas/images/ubuntu-2004/index.htm 开放所有端口,并关闭Iptable规则: iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT iptables -F apt-get purge netfilter-persistent reboot

April 16, 2025 · Leon
© 2025 千里 · 蜀ICP备15020595号 & 川公网安备51010502011274号