上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 52 下一页
摘要: 转自: http://blog.chinaunix.net/uid-24250828-id-3198922.html 1)/var/log/secure:记录登录系统存取数据的文件;例如:pop3,ssh,telnet,ftp等都会记录在此.2)/ar/log/btmp:记录登录这的信息记录,被编码 阅读全文
posted @ 2016-05-25 09:56 圆旭 阅读(825) 评论(0) 推荐(0)
摘要: grep vnc /var/log/messages 转自: http://blog.csdn.net/denghua10/article/details/39107309 阅读全文
posted @ 2016-05-25 09:51 圆旭 阅读(3863) 评论(0) 推荐(0)
摘要: 首先iLO3 和ipmi什么关系?如下是我摘自:hp官网 的一段话 具体怎么配置才能远程呢?具体方法请参考 HP iLO 3 User Guide 1) 首先,需要用一条网线连接iLO 网口和交换机,链接方式有两种:共享和专用,如下图。 2)其次,连好之后网口灯会变亮。然后进入bios配置ip地址, 阅读全文
posted @ 2016-05-24 16:48 圆旭 阅读(10667) 评论(0) 推荐(0)
摘要: $rawSql = $builder->columns(["aa","bb"]) ->from("TableName") ->where("Item1 = 4 AND Item2 = 1") ->getPhql(); $items = $builder->getQuery()->execute(); 阅读全文
posted @ 2016-05-23 21:16 圆旭 阅读(662) 评论(0) 推荐(0)
摘要: 对应的文件在 /var/lib/tftpboot/pxelinux.cfg下 如果profile的pxe-menu设置为1的话,就可以默认显示在menu上了。可以手动选择要下发哪一个profile。 但是在做集群的时候,都是自动下发的,要么设置default system,要么创建指定mac的sys 阅读全文
posted @ 2016-05-20 17:12 圆旭 阅读(332) 评论(0) 推荐(0)
摘要: 原文: http://blog.sina.com.cn/s/blog_495697e6010143tj.html 集群中session安全和同步是个最大的问题,下面是我收集到的几种session同步的方案,希望能通过分析其各自的优劣找出其适应的场景。 这是我以前采用的方式,简单,高效。比较好的方法是 阅读全文
posted @ 2016-05-18 15:31 圆旭 阅读(1028) 评论(0) 推荐(0)
摘要: There are lots of ways to parse arguments in sh. Getopt is good. Here's a simple script that parses things by hand: A sample run looks like: 阅读全文
posted @ 2016-05-18 09:37 圆旭 阅读(214) 评论(0) 推荐(0)
摘要: cobbler 2.6.11 遇到这个问题,需要 阅读全文
posted @ 2016-05-16 16:53 圆旭 阅读(192) 评论(0) 推荐(0)
摘要: 常用方法: mount -o loop /home/sunky/mydisk.iso /mnt/vcdrom 转自; http://www.jb51.net/article/40808.htm 阅读全文
posted @ 2016-05-15 17:15 圆旭 阅读(166) 评论(0) 推荐(0)
摘要: fileHandle = open ( 'test.txt', 'a' ) fileHandle.write ( '\n\nBottom line.' ) fileHandle.close() 转自: http://maincoolbo.iteye.com/blog/626655 阅读全文
posted @ 2016-05-15 16:35 圆旭 阅读(443) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 52 下一页