柔中带刚,刚中带柔,淫荡中富含柔和,刚猛中荡漾风骚,无坚不摧,无孔不入!
全部博文(1669)
发布时间:2013-11-27 15:12:49
shell 脚本调试2011-12-16 13:09:56标签:linux shell 调试 休闲 语法版权声明:原创作品,如需转载,请与作者联系。否则将追究法律责任。shell 脚本调试参数 -x 跟踪脚本shell 脚本调试参数 -x #BASH [root@74 ~]# bash -x /usr/local/keepalived/haproxy_check.sh + eth1_ip=10.0.100.74 .........【阅读全文】
发布时间:2013-11-27 14:45:20
[: : integer expression expected2011-09-27 16:55:12标签:linux 逻辑运算 休闲 职场 shell错误如下,但是传给此脚本值时,能够正常运行,而不报错!./classid.sh ./classid.sh: line 8: [: : integer expression expected ./classid.sh: line 13: [: : integer expression expected ./classid.sh.........【阅读全文】
发布时间:2013-11-27 14:43:34
shell-9-函数(tc与限速实例)2011-09-25 20:48:45标签:linux 限速 shell tc function原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://dngood.blog.51cto.com/446195/673728此文分为两部分1 脚本与函数2 tc 与 htb (cbq 版这里) 一 脚本与函.........【阅读全文】
发布时间:2013-11-27 13:17:56
shell 之 lnmp(nginx-1.0.5+php-fpm5.3.6+mysql)安装脚本2011-08-02 10:51:49标签:nginx mysql 数据库原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://dngood.blog.51cto.com/446195/629076详细请参考 nginx_笔记分享_1_安装篇(nginx-1.0.5+php-fpm5..........【阅读全文】
发布时间:2013-11-27 11:48:16
shell-8-循环语句2011-07-21 10:38:24标签:linux shell while until for原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://dngood.blog.51cto.com/446195/619273for 循环用于重复整个对象列表.........【阅读全文】