ChinaUnix.net
相关文章推荐:

在ubuntu1004安装xen401

我在suse 10上安装好了xen,下一步想在安装一个linux as3看看效果,哪位大哥知道怎么来做啊!:)

by yutian_01261027 - 集群和虚拟机 - 2006-08-24 09:58:56 阅读(1855) 回复(5)

相关讨论

先前购买了一个openvz,想用来学习安装VPN server, 不是openvpn,是PPTP , 可是有些朋友说是openvz下不能安装pptp server,没办法,马上又购了一个xen VPS, 一定要把VPN在 Cent OS 5 上安装好。还望朋友拔刀相助,:mrgreen: 先说下软件环境:centos-5-x86_64 硬件环境:VPS 目标:PPTP SERVER , 能让客户机连接这台VPN,并且能访问网页 我参考以下文章进行设置:http://www.zhanghaitao.com/?p=25...

by sars020 - 服务器应用 - 2009-04-01 23:07:53 阅读(2487) 回复(4)

如题 在xen下如何安装openbsd。

by gjw_apparitor - BSD - 2009-03-16 16:36:37 阅读(1191) 回复(2)

看消息声称xen将在BSD6.1下得到支持,我现在装拉一个BSD6.1想问问如何才可以装上?目前用的是qemu。:D

by passun - BSD - 2006-05-25 14:15:33 阅读(2101) 回复(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 阅读(728) 回复(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 阅读(626) 回复(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 阅读(844) 回复(0)

安装ubuntu时,出现 Begin: waiting for root file system ... 然后就长时间无反应…… 安装ubuntu时,是用grub安装的。启动grub后,执行了下列操作(略去grub提示符): root (hd0,0) #vmlinuz 和 initrd两个文件均在第一个硬盘,第一个分区根目哪 kernel /vmlinuz root=/dev/ram #这里,即使换成 kernel /vmlinuz root=/dev/hda6 ,hda6是我分给linux的/boot目录 initrd /initrd.gz boot 请问,这些步骤有误么? 该...

by noahid - 桌面与办公 - 2006-08-07 17:12:52 阅读(453) 回复(0)

ubuntu Linux 6.06最新版的Dapper Drake测试版发布了,决定安装试试看。因为原来的5.10上没有什么重要的文件,所以决定从已有的5.10上安装Dapper Drake。 1、通过现有的Linux安装Dapper Drake ① 到ubuntu的ftp上下载硬盘安装启动所需要的2个文件,下载地址: vmlinus (kernel binary) 、 initrd.gz (ramdisk image) 接着下载安装文件ISO,下载地址: ubuntu-6.06-beta-install-i386.iso ② 将vmlinus和initrd.gz拷贝到一个...

by Lippman - 系统管理 - 2006-05-20 04:06:20 阅读(4346) 回复(3)

但是安装时间好长好长 :em06: :em06: :em06: :em06: :em06: :em06:

by zonzi - 系统管理 - 2005-06-26 17:07:13 阅读(463) 回复(5)

请大家帮个忙 centOS安装xen,/boot下面可以看到xen的东西,grub.conf里面也有title xen 但是开机启动时,grub看不到xen,只有系统自己的title centos 尝试注销系统自己的title centos,更改default等方法均无用 想在系统grub下找找线索 结果: grub> root (hd0,0) root (hd0,0) Filesystem type is ext2fs, partition type 0x83 grub> kernel /boot/xen.gz-2.6.18-128.4.1.el5 kernel /boot/xen.gz-2.6.18-128.4.1.el5 Error ...

by lclnl - 监控及自动化运维技术 - 2009-09-04 17:04:04 阅读(2186) 回复(1)