2014年10月9日
摘要: http://www.chenshake.com/summary-of-ipmi/http://www.openfusion.net/linux/ipmi_on_centos记忆的很清楚,2000年的时候,当时还是Compaq,推出第一款远程控制卡,当时听起来非常神奇。可以远程开机,关机,安装系统。... 阅读全文
posted @ 2014-10-09 20:10 heidsoft 阅读(7649) 评论(1) 推荐(1) 编辑
摘要: 4.3.ipmitool - utility for controlling IPMI-enabled devices4.3.1.ipmitool4.3.1.1.ubuntu确定硬件是否支持 IPMI neo@monitor:~$ sudo dmidecode |grep -C 5 IPMI[... 阅读全文
posted @ 2014-10-09 19:02 heidsoft 阅读(1100) 评论(0) 推荐(0) 编辑
摘要: http://www.jbxue.com/article/shell/20707.html本文介绍了shell脚本传递变量到另一个脚本文件中的方法,在脚本中调用另一脚本,即创建了一个子进程,感兴趣的朋友参考下。一,有如下的shell脚本。father.sh复制代码 代码示例:#!/bin/bashe... 阅读全文
posted @ 2014-10-09 18:50 heidsoft 阅读(4270) 评论(0) 推荐(0) 编辑
摘要: 第一种方法:用shell批量创建用户,分为2中:1,批量创建的用户名无规律 ;2.批量创建的用户名有规律首先,来说下批量创建的用户名无规律的shell:先把需要批量创建的用户名用一个文本文档列出来,如下图的userlist文件再把与用户名匹配的密码用另一个个文本文档列出来,如下图的passwd文件这... 阅读全文
posted @ 2014-10-09 18:44 heidsoft 阅读(3848) 评论(0) 推荐(0) 编辑
摘要: heidsoft:/etc/sysconfig/network # cat ifcfg.template ## This is a template for a network interface configuration file used with ifup.## See 'man 8 ifu... 阅读全文
posted @ 2014-10-09 16:14 heidsoft 阅读(910) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/azurechina/article/details/27106071自定义数据是什么?客户经常询问如何才能在配置Microsoft Azure虚拟机时插入脚本或其他元数据。在其他云中,这个概念通常称为用户数据。MicrosoftAzure中也有一项类似的功... 阅读全文
posted @ 2014-10-09 10:38 heidsoft 阅读(436) 评论(0) 推荐(0) 编辑