07 2024 档案
摘要:cat>/etc/hosts<<EOF 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localh
阅读全文
摘要:#!/bin/bash apt install -y ansible function CreUserandDirectory(){ # DonauScheduler User and group groupadd -g 60001 donau_guest useradd -g 60001 -m -
阅读全文
摘要:#!/bin/bash cdromdir="/mnt" tftpdir="/var/lib/tftpboot" dhcpNet="168.7.10.0" netMask="255.255.255.0" dhcpRange="168.7.10.100 168.7.10.200" nextServer=
阅读全文