ChinaUnix.net
相关文章推荐:

ubuntu 1004如何安装新网卡

各位大侠,硬盘如何安装ubuntu? 原来有XP的系统,顺便装了个FC4 求详细步骤

by pengjiajun - 系统管理 - 2006-07-27 21:17:14 阅读(992) 回复(3)

相关讨论

安装MySQL b5n.0OG' d9aT h$9 sudo apt-get install mysql-server G8A~["it@ %Ke%b# 这个应该很简单了,而且我觉得大家在安装方面也没什么太大问题,所以也就不多说了,下面我们来讲讲配置。 qbJ5.sg7 X11bzva: 配置MySQL gz'@wX F,ho5(eb 注意,在ubuntu下MySQL缺省是只允许本地访问的,如果你要其他机器也能够访问的话,那么需要改变/etc/mysql/my.cnf配置文件了!下面我们一步步地来: zPWGu-[8 u#iO7], 默...

by 剑心通明 - MySQL文档中心 - 2008-04-02 17:04:21 阅读(1044) 回复(0)

我是新手,我想在ubuntu7.04下安装MYSQL。但是不知道要安装那个版本,如何安装。望高手指教!!!

by xxxcjr - MySQL - 2007-08-26 18:34:09 阅读(3005) 回复(5)

没有完整的安装过Linux(以前都有人帮忙,汗颜),今天下载了ubuntu-6.06.1-desktop-i386.iso , 装载到虚拟光驱里面后,运行Start.exe,可是运行画面是让我下在一些开源软件(firefox,gmaik),高人帮忙呀!谢谢。

by shileiofchina - 系统管理 - 2006-08-22 10:28:28 阅读(1204) 回复(3)

我安了6.06但没有x-windows很不方便,怎么办啊?

by wangli2000_cn - 系统管理 - 2006-07-22 21:14:50 阅读(874) 回复(1)

使用命令: sudo apt-get install kbd 已经安装成功,在新得力,里面查看也是安装成功。 使用命令: dpkg -l |kbd 就是没有安装。 请问是何问题。

by 寒塘@ - Shell - 2009-02-06 17:09:02 阅读(1564) 回复(6)

我想查看,已经安装的包。以a开头的包有多少个,请问如何查看。 或者,查看现在已经安装了,多少个包的总数。

by 寒塘@ - Shell - 2009-02-04 20:03:15 阅读(9189) 回复(12)

请教如何ubuntu安装x11的开发库?

by blossom007cn - 程序开发 - 2006-06-23 09:51:25 阅读(2510) 回复(2)

1)sudo apt-get install telnetd openbsd-inetd 2)more /etc/inetd.conf ## netbios-ssn stream tcp nowait root /usr/sbin/tcpd /usr/sbin/smbd telnet stream tcp nowait telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd 确保配置文件里有以上内容! 3)sudo /etc/init.d/openbsd-inetd restart 4)登录测试: [email=admin@ubuntu:~$]admin@ubuntu:~$[/email] telnet 127.0.0.1 Trying 127.0.0.1... Connected to 127.0.0.1. E...

by xinshuow - 网络技术文档中心 - 2009-04-01 11:01:29 阅读(1172) 回复(0)

1.下载并解压Eclipse Linux版,运行installer 发现系统没有安装JDK 2.下载安装JDK1.6 for Linux 通过查看Eclipse的安装脚本,发现可以将JDK安装到/usr/java目录下。 3.运行installer后发现Eclipse的安装需要rpm,而ubuntu默认是不带rpm程序的,所以需要 sudo apt-get install rpm 4. 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/61758/showart_1096318.html

by woodsjiang - Java文档中心 - 2008-07-29 22:08:35 阅读(1063) 回复(0)

1、使用cpan安装 #sudo cpan install Bundle::CPANPLUS 提示一大堆错误,最后不成功。 2、使用源程序编译安装 下载CPANPLUS-0.072.tar.gz之后解压至CPANPLUS-0.072 #cd CPANPLUS-0.072 #sudo ./configure 提示如下 checking build system type... i686-pc-linux-gnulibc1 checking host system type... i686-pc-linux-gnulibc1 checking for gcc... gcc checking for C compiler default output file name... configure: error: C...

by enjoy48 - Perl - 2006-08-29 11:54:02 阅读(1306) 回复(0)