摘要:鉴于很多人遇到这个问题。我特地整理了一下a.igenus不能发信----〉 解决方法:chmod 777 /usr/sbin/qmail b.igenus登陆时出现错误---->解决方法:编辑php.ini(如果是linux自带的php 应该是载/etc/php.ini)修改register_globals = on c.igenus发邮件时出现528错误,其实这是php在编译过程中找不到/usr/sbin/sendmail文件造成的,qmail使用......
摘要:不经常用,awk的语法老是忘。今天发现了一个awk的小教程,简单,而且有很多实用的小例子。http://www.vectorsite.net/indextt.html
[1.0] a guided tour of awk
* [1.1] awk overview
* [1.2] awk command-line examples
* [1.3] awk program example [1.0] a guided tour of aw......
wget使用参考最近又想深入的了解一下wget这个强大的downloader,,下面是man wget的一段。本人翻译的不好,就不翻译了。 但请您不要轻视这个终端下的小工具。 【相关文章:
读核日记socket篇】 【扩展阅读:
《MYSQL中文参考手册》下载地址】wget - the non-interactive network downloader. 【扩展信息:
xmms 和 singit】
gnu wget is a free utility for non-interactive download of files fromthe web.
it supports http, https, and ftp protocols, as well as retrieval through http proxies.
wget is non-interactive, meaning that it can work in the background, while the user is not logged on.
this allows you to start a retrieval and disconnect from the system, letting wget finish the work. by con-trast, most of the web browsers require constant users presence, which can be a great hindrance when transferring a lot of data
wget常用参数如下
gny wget ,一个非交谈式的网路抓档工具.
用法: wget [选项]... [url]...
命令的引数使用长项目与短项目相同.
启动:
-v, --version显示wget的版本并且离开.
-h, --help显示这个说明档.
-b, -background在启动之後跳到背景去.
-e, -execute=command执行一个`.wgetrc里面的command指令.
纪录档与输入的档案:
-o, --output-file=file纪录讯息到file去.
-a, -append-output=file增加讯息到file去.
-d, --debug显示除错的输出.
-q, --quiet安静模式(不输入任何讯息).
-v, --verbose冗长模式(这是内定值).
...
下一页 摘要: 澳大利亚it服务机构 cybersource 近日公布了最新的运行 linux 和 windows 系统的研究对比报告,称运行 linux 仍然比 windows 便宜。报告显示,安装和运行 linux 三年,比在相同时间内采用 windows 要便宜 36%。在购买企业技术支持以及新的硬件和基础设备的费用方面,使用 linux 比 windows 节省 19% 的费用。
这是 cybersource 首次对 linux/windowstco......