
oracle11g安装脚本
#!/bin/baship=ifconfig|grep 'inet addr:'|grep -v '127.0.0.1'|cut -d: -f2 |awk '{ print $1}'hostname=echo $HOSTNAMEecho &...
#!/bin/baship=ifconfig|grep 'inet addr:'|grep -v '127.0.0.1'|cut -d: -f2 |awk '{ print $1}'hostname=echo $HOSTNAMEecho &...
#!/bin/bash # echo “拷贝文件:”# read -p “please input the server you share your os installation media and ...
vi installapache.sh #!/bin/bash tar -zxf apr-1.4.6.tar.gz cd apr-1.4.6 ./configure –prefix=/usr/local/apr &>...
#!/bin/bash#安装apacherpm -e httpd –nodepsyum -y install apr apr-devel cyrus-sasl-devel expat-devel libdb-devel open...