Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1095653
  • 博文数量: 186
  • 博客积分: 4939
  • 博客等级: 上校
  • 技术积分: 2075
  • 用 户 组: 普通用户
  • 注册时间: 2010-04-08 17:15
文章分类

全部博文(186)

文章存档

2018年(1)

2017年(3)

2016年(11)

2015年(42)

2014年(21)

2013年(9)

2012年(18)

2011年(46)

2010年(35)

发布时间:2014-05-02 16:18:25

问题如下,要批量远程关机,# host192.168.1.2192.168.1.3192.168.1.4# cat shutdown.sh#!/bin/shwhile read ip do  ssh root@$ip "init 0"  ssh root@$ip "echo 0"  echo "$host shutdown ok!" done......【阅读全文】

阅读(1146) | 评论(0) | 转发(0)

发布时间:2014-02-24 17:13:54

1. 自从Centos 6.x之后,系统的网卡名字就是em1...emX,这种名字了,但部分代码是依赖eth0...这种传统的名字,为了转换过来在kickstart安装的时候title加上biosdevname=0. 此问题在dell R720服务器出现过。2. 安装完系统后,出现启动菜单,然后光标在左上角闪烁,一直卡着不动了,经过反复测试发现我们系统的kernel打了一.........【阅读全文】

阅读(889) | 评论(0) | 转发(0)

发布时间:2013-08-30 07:36:05

 121101 16:35:25 [ERROR] Slave I/O: Got fatal error 1236 from master when reading data from binary log: 'Client requested master to start replication from impossible position', Error_code: 1236121101 16:35:25 [Note] Slave I/O thread exiting, read up to log 'mysql-bin.014497', position 38.........【阅读全文】

阅读(6733) | 评论(0) | 转发(0)

发布时间:2013-08-04 11:02:56

   http/1.1的header有很多值得研究和注意的地方,这里说以下vary on,做CDN的大概都知道这个,我在另外一篇文章也记录了。这里看看官方的一些资料。 I never paid much attention to the HTTP Vary header.  In fact, I've been fortunate enough to avoid it for this long and never really had t.........【阅读全文】

阅读(1820) | 评论(0) | 转发(0)

发布时间:2013-08-03 18:30:34

    NFS是linux下最常见的service,配置各方面都很简单,但是一些性能方面的设置还是要注意,下边是google到的结果:sync、async选项对于NFS Server和NFS Client含义是不一样的NFS server采用sync还是async是在/etc/exports里面设置的。如果设置为async,则所有client的写操作都会先放到内存 cache中.........【阅读全文】

阅读(1263) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册