- 博客(6)
- 收藏
- 关注
原创 Cisco ACE配置实例1
创建一个RealServer Configuring Real Servers 配置步骤: 创建一个realserver rserver host RS_WEB1 RealServer 的名字 RS_WEB1 descripttion content server web-one 描述 ip address 10.10.50.10 ...
2011-09-26 14:26:53
298
原创 CentOS 5增加硬盘,扩充文件系统
系统为centos5,加一块硬盘。 先加上硬盘 分区: fdisk /dev/sdb 分成一个分区,格式为linux LVM. 下面开始把分区加到LVM内去: 1.建立物理卷 pvcreate /dev/sdb1 2.把新物理卷加入到卷组中去 vgextend VolGroup00 /dev/sdb1 3.把新的空间加到逻辑卷中去 lvextend -L+10G /dev/Vo...
2011-09-13 15:22:49
269
原创 SSH login without password
SSH login without password Your aim You want to use Linux and OpenSSH to automize your tasks. Therefore you need an automatic login from host A / user a to Host B / user b. You don't want to enter...
2011-09-07 13:53:34
197
原创 Oracle Admin Tips
Routine Maintenance * Notes on killing Oracle sessions: http://www.oracle-base.com/articles/misc/KillingOracleSessions.php SELECT sid,serial#,osuser,program,username FROM v$session; ...
2011-09-07 13:51:02
166
原创 one P2V way
Steps to Clone a VM. 1. Let's assume we want to clone SOURCE-VM to DESTINATION-VM. 2. Make sure both VMs runs the same version of the OS, boot them up. 3. Take both machi...
2011-09-07 13:34:16
156
原创 Clean up mysql-bin log
mysql> show binary logs; mysql> purge binary logs to 'mysql-bin.??????';
2011-09-05 16:27:39
264
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人