摘要:
1、计算节点执行,intances-0000xxxx可替换为id,依靠qga传入新密码,立即生效,KVM自带 virsh set-user-password instance-0000xxxx --user root --password 123456 立即生效 2、控制节点执行,更新元数据,此方法 阅读全文
摘要:
1、计算节点执行,intances-0000xxxx可替换为id,依靠qga传入新密码,立即生效,KVM自带 virsh set-user-password instance-0000xxxx --user root --password 123456 立即生效 2、控制节点执行,更新元数据,此方法 阅读全文
摘要:
UEFI,全称Unified Extensible Firmware Interface,即“统一的可扩展固件接口”,是一种详细描述全新类型接口的标准,是适用于电脑的标准固件接口,旨在代替BIOS(基本输入/输出系统)。此标准由UEFI联盟中的140多个技术公司共同创建,其中包括微软公司。UEFI旨 阅读全文
摘要:
#!/bin/bash version=0.1 get_highest_mask() { cpu_nums=$1 if [ $cpu_nums -gt 32 ]; then mask_tail="" mask_low32="00000000" idx=$((cpu_nums/32)) cpu_res 阅读全文
摘要:
deb http://debian.ustc.edu.cn/ubuntu/ xenial main multiverse restricted universe deb http://debian.ustc.edu.cn/ubuntu/ xenial-backports main multivers 阅读全文
摘要:
deb http://debian.ustc.edu.cn/ubuntu/ trusty main multiverse restricted universe deb http://debian.ustc.edu.cn/ubuntu/ trusty-backports main multivers 阅读全文
摘要:
deb http://debian.ustc.edu.cn/ubuntu/ precise main multiverse restricted universe deb http://debian.ustc.edu.cn/ubuntu/ precise-backports main multive 阅读全文
摘要:
deb http://mirrors.ustc.edu.cn/debian/ jessie main contrib non-free deb-src http://mirrors.ustc.edu.cn/debian/ jessie main contrib non-free deb http://mirrors.ustc.edu.cn/debian/ jessie-updates mai... 阅读全文
摘要:
#!/bin/bash sed -i 's/PermitRootLogin without-password/PermitRootLogin yes/g' /etc/ssh/sshd_config sed -i 's/#PasswordAuthentication yes/PasswordAuthe 阅读全文
摘要:
#!/bin/bash sed -i 's/#PermitRootLogin yes/PermitRootLogin yes/g' /etc/ssh/sshd_config sed -i 's/#UseDNS no/UseDNS no/g' /etc/ssh/sshd_config sed -i 's/GSSAPIAuthentication yes/GSSAPIAuthentication n... 阅读全文
摘要:
# $OpenBSD: sshd_config,v 1.80 2008/07/02 02:24:18 djm Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more i 阅读全文
|