随笔分类 -  鲲鹏计算

摘要:#!/bin/bash osversion=kylinsec_HPC cdromdir="/mnt" tftpdir="/var/lib/tftpboot" dhcpNet="168.7.10.0" netMask="255.255.255.0" dhcpRange="168.7.10.100 16 阅读全文
posted @ 2025-06-21 01:27 vmsysjack 阅读(36) 评论(0) 推荐(0)
摘要:#!/bin/bash . /etc/profile.d/modules.sh CDDIR="$(cd "$(dirname "$0")" ; pwd -P)" #软件安装包 BISHENG="BiSheng-compiler-2.5.0.1-aarch64-linux.tar.gz" HYPERM 阅读全文
posted @ 2024-08-26 14:08 vmsysjack 阅读(136) 评论(0) 推荐(0)
摘要:cat>/etc/yum.repos.d/CentOS-Base.repo<<EOF # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update stat 阅读全文
posted @ 2023-09-04 14:06 vmsysjack 阅读(93) 评论(0) 推荐(0)
摘要:#!/bin/bash # # system init config # cat>/root/iplist.csv<<EOF 2102312PRH10L1000305,enp133s0,168.31.0.14/24,10,bond4,enp131s0,enp132s0,802.3ad,168.17. 阅读全文
posted @ 2023-08-31 19:43 vmsysjack 阅读(26) 评论(0) 推荐(0)