发布时间:2013-06-09 17:17:27
[13-6-9 14:15:36:317 CST] 0000001e SystemOut O [INFO ] 2013-06-09 14:15:36:317 [com.mchange.v2.c3p0.PoolBackedDataSource] - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource@62326232[ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCo.........【阅读全文】
发布时间:2013-06-08 22:41:42
1.首先保证redhat运行级别为:52.vi /etc/inittab 最后一行添加:id:5:respawn:/usr/sbin/gdm 3.service iptables stop如果防火墙打开了,使用以下命令打开177端口:iptables -A INPUT -p udp --dport 177 -j ACCEPTvi /etc/sysconfig/iptables-A INPUT -m state --state NEW -m tc.........【阅读全文】
发布时间:2013-06-08 22:28:05
#!/usr/bin/expect -fset password password#downloadspawn scp root@192.168.1.100:/opt/step3.sh /home/set timeout 30expect "root@192.168.1.100's password:"set timeout 30send "$password\r"set timeout 30send "exit\r"expect eof......【阅读全文】