debian 网卡设置范例 lenny 5.0
摘要:设置文件在etc 目录下的 interfaces 文件,内容如下 # This file describes the network interfaces available on your system# and how to activate them. For more information, see interfaces(5). # The loopback network inte...
阅读全文
debian 安装fat分区等工具 RAR解压
摘要:apt-get install dosfstools 安装 apt-get install rar unrar rar x 123.rar http://www.linuxsir.org/bbs/archive/index.php/t-237970.html
阅读全文
debian 中解压RAR格式文件
摘要:首先安装工具 : apt-get install rar unrar 可能unrar不需要 解压命令 :rar x 123.rar
阅读全文
debian 查看usb did pid
摘要:lsusbBus 002 Device 002: ID 0dd8:1440 Netac Technology Co., Ltd did : pid
阅读全文
Debian Linux操作系统下启动Telnet服务
摘要:http://linux.ccidnet.com/art/9513/20070706/1136933_1.html Root@2[/]# apt-get install xinetd root@2[/]# apt-get install telnetd新建一个文件/etc/xinetd.d/telnet,内容如下,并保存从上面我们可以看到我们已经连接成功了,但是使用root连接的时候会失败,因为...
阅读全文
Linux中进行分区和格式化
摘要:http://myfaq.com.cn/2005September/2005-09-13/201093.html在Linux中可以用fdisk和parted来进行分区,然后使用mkfs来格式化硬盘。当然在安装Linux的时候,系统提供了一个图形化的界面来处理磁盘的分区。不过在本文中我们不讨论这个问题,因为在许多资料中我们都可以找到这个方法的使用说明。本文讨论的是在安装完Linux后的分区和格式化的...
阅读全文
Debian安装JAVA环境
摘要:http://blog.csdn.net/gongora/archive/2009/05/15/4190469.aspx Debian官方没有维护专门的Java软件包,所以不能直接用apt-get工具来安装。在Debian系统中要安装Java,有两种方式,一种是用传统方式;一种是Debian方式。
阅读全文
debian下一个不错的代码编辑器jEdit 安装使用
摘要:http://www.blogjava.net/tedeyang/archive/2008/10/09/18951.htmlhttp://www.lupaworld.com/333723/viewspace-142066.html安装方法:一、可以从官方下载deb包 进行安装:官方网址 :http://jedit.org/index.php下载deb包的网址 : http://jedit.org/...
阅读全文
debian C语言GUI开发环境 eclipse 建立(包括windows)
摘要:安装基本的eclipse平台,This package provides only the Eclipse Platform. It doesn't include any development plug-ins. These are available in different packages:apt-get install eclipse-platformC开发插件:eclipse-cdt...
阅读全文
debian VMware 串口
摘要:http://blog.rogerz.cn/archives/562These features were new in beta 0.59 (released 2007-01-24):PuTTY can now connect to local serial ports as well as making network connections.我真是有点落伍了,到今天才知道,putty的最新版...
阅读全文
在Debian中启用Bootsplash
摘要:http://www.linux-wiki.cn/index.php?title=%E5%9C%A8Debian%E4%B8%AD%E5%90%AF%E7%94%A8Bootsplash&variant=zh-cn在Debian中启用Bootsplash此页由Linux Wiki用户Chenxing于2008年2月7日 (星期四) 02:13的最后更改。 在小猪 和 Linux Wiki用...
阅读全文
Debian下编译安装驱动模块
摘要:http://blog.csdn.net/mylxiaoyi/archive/2008/02/21/2112071.aspx 在Linux下,我们常有需要自己来编译安装驱动模块的情况,例如要安装显卡驱动,要安装无线驱动,有的时候某个程序的安装使用与需要安装相应的驱动模块。Debian Linux下的生活本已十分简单,使用apt可以处理一切。单就我们所讨论的驱动安装,一般情况下,源中也会有已编译的相...
阅读全文