本人初学者,所以请大家帮忙,谢谢!:) #!/bin/sh for i in `less list`;do dig $i MX|grep -v \;|if grep MX;then dig $i MX|grep -v \;|grep MX|awk '{print $1"\t" $4"\t" $6}';else echo $i| awk '{print $1"\t" "MX\t" "no exist\t"}';fi;done 我想用dig 检查MX记录, 当grep MX 找不到MX记录是,侧输出 域名, MX no exist,如果找到MX记录,就运行dig $i MX|grep -v \;|grep MX|awk '{print $1"\t" $4"\t" $6}'; 但是多次dig查...
by luo118 - Shell - 2007-07-08 16:38:19 阅读(1378) 回复(1)
我以前在Sco Unix下用c/c++开发过一段时间的程序。已经有三年没有编程了。现在想再重新熟悉一下。 我现在用的是linux,有什么工具推荐用来开发c/c++吗?另外如果我想所学的东西能够以后移植到其他的UNIX比如solaris。有什么建议吗? 谢谢
Install needed packages rrdtool yum install rrdtool perl-CGI-SpeedyCGI yum install perl-CGI-SpeedyCGI fping yum install fping Or do them all together: yum install rrdtool perl-CGI-SpeedyCGI fping Smokeping wget http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/smokeping-2.0.9.tar.gz tar xvzf smokeping-2.0.9.tar.gz mv smokeping-2.0.9 /usr/local/smokeping chown -R root:root /usr/local/smokep...
CMS in PhP or Java Users are able to rate institutions and write reviews, also able to upload pictures and videos on our site Please PM me Thanks
Cisco Webex is founded in 1996, and international headquarter base in USA. They are focus on web mutimedia base research and develop. Their products are widely used in government, business communication and educational communication eara. Their chinese headquarter base in Shanghai with another three researcher centers which base in Hangzhou, Hefei and Suzhou. They have more than 700 senior researc...
Cisco Webex is founded in 1996, and international headquarter base in USA. They are focus on web mutimedia base research and develop. Their products are widely used in government, business communication and educational communication eara. Their chinese headquarter base in Shanghai with another three researcher centers which base in Hangzhou, Hefei and Suzhou. They have more than 700 senior researc...
Renesas的sh7763开发板使用u-boot-1.1.4,我在tftp的时候出现如下情况"gatewayip needed but not set",在F8下不知怎么设置gatewayip,在u-boot中设,则 Loading: TTTTT,但同时F8也弹出了selinux的禁止窗口,于是想到了把selinux关掉,问题得到了解决,方法: vi /etc/sysconfig/selinux #SELINUX=enforcing SELINUX=disable 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/74310/showart_...
Python is a programming language which has come a long way in a relatively short time. My main interest is the interface to the PostgreSQL database. I use Perl as part of several websites (including this one, FreshPorts and FreshSource ). I am now investigating Python to see how I can use it in similar areas. Installing Python As always, I am using the ports tree to install. cd /usr/p...
big bros, who can help to provide the emc admin documents for cx400 and other models? thank you guys very much
编译PHP的时候 --WITH-ORACLE=/opt/oracle/product/10 --WITH-OCI8=/opt/oracle/product/10 提示" oracle needed library not fount ,这是为什么?oracle是oracle10g,客户端也装了, 知道的帮个忙吧