ChinaUnix.net
相关文章推荐:

主播门 王焱楠 ed2k

在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)

相关讨论

只关BIT 的话 ed">ed2k也关了 请教一下,怎么回事 :oops:

by mdctmk - 内核/嵌入技术 - 2005-04-26 15:06:01 阅读(468) 回复(0)

您们好: 我把amule这个软件安好后,在http://www.verycd.com下载文件时,提示ed">ed2k协议没有注册, 请问在Linux下ed">ed2k协议怎样注册,我快急死了.

by fddfdd - 内核/嵌入技术 - 2005-11-21 17:23:38 阅读(463) 回复(0)

[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 (\)....

by 爱知 - Shell - 2008-09-02 08:30:20 阅读(1061) 回复(6)

有一个这样的文件 tony emanues lucy ralph fred ....... 如果用ed来编辑,如何在每一行第一个字母后添加三个空格 我开始是这样想的 1,$s/^./. / 结果出来不对。第一个字母变成.号了。郁闷。刚学。请老师解决一下。

by nonothing - Shell - 2005-10-17 14:45:40 阅读(634) 回复(2)

ed ${ROOT_DIR}/${CLIENT}/etc/vfstab << EOF >/dev/null 2>&1 /export\/home/s/ro/rw/ /\/opt d . w q EOF 請教一下 腳本的第2,3倆行什麼意思啊? 還有哪個"EOF"的作用是什麼?

by sam.zhao - Shell - 2008-05-02 13:20:01 阅读(2922) 回复(5)

来 CU 已两月有余,收获不小,贡献不大,心中颇有芥蒂 恰近日学 ed 命令,自以为对初学者有益,一时心血来潮 现翻译 man info 之 ed 命令如下,与大家共享: [code] ed 命令简介: 在 unix/linux 平台下,首先要学习的就是文本编辑,而 ed 编辑器是 unix/linux 操作系统下最简单、最典型 的文本编辑器,因此,学习 ed 编辑器能够帮助你很好的理解一般的文本操作,而且还可以为你以后学习 unix/linux 下的一些常用命令(如 grep,sed,...

by 爱知 - Shell - 2012-02-18 08:49:41 阅读(7592) 回复(19)