在firefox地址栏中输入about:config 新建一个Boolean,名字为network.protocol-handler.external.ed">ed2k,值为true 新建一个String,名字为network.protocol-handler.app.ed">ed2k,值为amule或者全路径/usr/local/bin/amule 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/3256/showart_334288.html
by llsih333 - BSD文档中心 - 2007-07-05 00:54:28 阅读(906) 回复(0)
您们好: 我把amule这个软件安好后,在http://www.verycd.com下载文件时,提示ed">ed2k协议没有注册, 请问在Linux下ed">ed2k协议怎样注册,我快急死了.
[code] man ed file Specifies the name of a file to read. If file is pre- fixed with a bang (!), then it is interpreted as a shell command. In this case, what is read is the standard output of file executed via sh(1). To read a file whose name begins with a bang, prefix the name with a back- slash (\)....
有一个这样的文件 tony emanues lucy ralph fred ....... 如果用ed来编辑,如何在每一行第一个字母后添加三个空格 我开始是这样想的 1,$s/^./. / 结果出来不对。第一个字母变成.号了。郁闷。刚学。请老师解决一下。
ed ${ROOT_DIR}/${CLIENT}/etc/vfstab << EOF >/dev/null 2>&1 /export\/home/s/ro/rw/ /\/opt d . w q EOF 請教一下 腳本的第2,3倆行什麼意思啊? 還有哪個"EOF"的作用是什麼?
来 CU 已两月有余,收获不小,贡献不大,心中颇有芥蒂 恰近日学 ed 命令,自以为对初学者有益,一时心血来潮 现翻译 man info 之 ed 命令如下,与大家共享: [code] ed 命令简介: 在 unix/linux 平台下,首先要学习的就是文本编辑,而 ed 编辑器是 unix/linux 操作系统下最简单、最典型 的文本编辑器,因此,学习 ed 编辑器能够帮助你很好的理解一般的文本操作,而且还可以为你以后学习 unix/linux 下的一些常用命令(如 grep,sed,...