• 首页
  • 归档
  • 关于
  • 搜索
  • 夜间模式
    ©2026  望时代 Theme by OneBlog

    望时代

    搜索
    标签
    # 教程 # Linux # 脚本 # AI # 影音 # 游戏 # 随笔 # 科技 # 认知
  • 首页>
  • >
  • 正文
  • 更新一下网络重装,适配Oracle

    2026年06月26日 7 阅读 0 评论 1309 字

    更新一下网络重装,适配Oracle __2022年2月5日 __0条评论 __1.67k次阅读 __1人点赞 __Tao_Qi 万能不更新了,今天更新了一下 1.新增对 Oracle AMD,Oracle ARM全面支持. 可支持从 Ubuntu, Oracle Linux 等系统网络重装.
    2.更新 dd 镜像的基础系统版本.
    3.移除对外部 wget 的依赖.
    4.新增 -port 参数, 可更改默认SSH端口.
    5.更新 内置的网络参数计算 逻辑.
    6.更新 grub 配置文件定位逻辑, 可支持任意引导grub的系统. 以下系统已通过测试(其他自测):
    Debian: 9, 10, 11;
    Ubuntu: 18.04, 20.04;
    CentOS: 6.10;
    以下平台已通过测试(其他自测):
    Oracle、Do、Azure 示例:
    bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh) -d 10 -v 64 -p 密码 -port 22 开机改密:

    !/bin/bash

    echo root:Vicer |sudo chpasswd root
    sudo sed -i 's/^#?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config;
    sudo sed -i 's/^#?PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_config;
    sudo reboot 本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议电子邮件地址不会被公开。必填项已用 标注 __ __

    本文著作权归作者 [ doudoudoubao ] 享有,未经作者书面授权,禁止转载,封面图片来源于 [ 互联网 ] ,本文仅供个人学习、研究和欣赏使用。如有异议,请联系博主及时处理。
    教程Linux
    取消回复

    发表留言
    回复

    Copyright©2026  All Rights Reserved.  Load:0.003 s
    Theme by OneBlog V3.7.1
    夜间模式

    开源不易,请尊重作者版权,保留基本的版权信息。