ChinaUnix.net
相关文章推荐:

linux link is not ready

Preface: In this document we only discuss linux deficiencies while everyone should keep in mind that there are areas where linux has excelled other OSes. A primary target of this comparison is Windows OS. linux major shortcomings and problems: 0. Premise: proprietary software will stay indefinitely. Full stop. You may argue eternally, but complicated software like games, 3D applications, ...

by hsq863 - Linux文档专区 - 2009-05-21 09:38:11 阅读(497) 回复(0)

相关讨论

Why linux is not (yet) ready for the Desktop Preface: In this document we only discuss linux deficiencies while everyone should keep in mind that there are areas where linux has excelled other OSes. A primary target of this comparison is Windows OS. linux major shortcomings and problems: 0. Premise: proprietary software will stay indefinitely. Full stop. You may argue eternally, but compl...

by lxinux - Linux文档专区 - 2009-05-20 01:15:23 阅读(489) 回复(0)

本帖最后由 parrot18 于 2012-03-23 10:19 编辑 最近需要在PC机的fedora系统上跑一块usb无线网卡,芯片是ralink的,跑在STA模式,rt3070和rt2573都尝试过,遇到相同的问题,如下,请大家帮忙指点一下,谢谢! feodra15自带了ralink usb无线网卡部分芯片的驱动,是module模式,插入网卡时,系统会自动加载。 插入rt3707网卡时lsmod|grep "rt"结果如下: [root@localhost ~]# lsmod | grep rt rt2800usb 9299 0 r...

by parrot18 - Linux系统管理 - 2016-02-07 05:27:48 阅读(7408) 回复(3)

Dynamic linking and Loading http://www.iecc.com/linker/linker10.html 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/36038/showart_487989.html

by raymanan - Linux文档专区 - 2008-03-02 19:18:05 阅读(450) 回复(0)

UnxUtil homepage, include most useful linux/unix command for windows. http://unxutils.sourceforge.net/ subversion homepage, a version control tool used by opensource project. http://subversion.tigris.org/ ffmpeg homepage, a useful multimedia sdk for linux/mingw. http://ffmpeg.mplayerhq.hu/ svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg 本文来自ChinaUnix博客,如果查看原文请点...

by wjjsun - Linux文档专区 - 2008-07-12 06:22:23 阅读(672) 回复(0)

功能说明:连接文件或目录。 语  法:ln [-bdfinsv][-S ][-V ][--help][--version][源文件或目录][目标文件或目录] 或 ln [-bdfinsv][-S ][-V ][--help][--version][源文件或目录...][目的目录] 补充说明:ln指令用在连接文件或目录,如同时指定两个以上的文件或目录,且最后的目的地是一个已经存在的目录,则会把前面指定的所有文件或目录复制到该目录中。若同时指定多个文件或目录,且最后的目的地并非是一个已存在的目录,则会...

by ximiff - Linux文档专区 - 2007-08-01 07:57:16 阅读(643) 回复(0)

博客文章推荐: linux下的压缩解压缩命令 windows好手玩linux时需要改变的几个习惯和思路 linux ln(link) 命令详解 功能说明:连接文件或目录。 语  法:ln [-bdfinsv][-S ][-V ][--help][--version][源文件或目录][目标文件或目录] 或 ln [-bdfinsv][-S ][-V ][--help][--version][源文件或目录...][目的目录] 补充说明:ln指令用在连接文件或目录,如同时指定两个以上的文件或目录,且最后的目的地是一个已经存...

by lipengfei - Linux文档专区 - 2007-03-08 15:30:20 阅读(614) 回复(0)

link link file1 file2 Create a link between two files. This is the same as the ln command, but it has no error checking because it uses the link( ) system call directly. 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/22178/showart_154735.html

by anima - Linux文档专区 - 2006-08-13 00:46:03 阅读(476) 回复(0)