ChinaUnix.net
相关文章推荐:

kvm debian install

debian 中关于kvm的说明如下: Full virtualization on x86 hardware kvm (for Kernel-based Virtual Machine) is a full virtualization solution for Linux hosts on x86 hardware with x86 guests. kvm is intended for systems where the processor has hardware support for virtualization, see below for details. All combinations of 32-bit and 64-bit host and guest systems are supported, except 64-...

by sun9527 - Linux文档专区 - 2009-06-04 21:11:16 阅读(609) 回复(0)

相关讨论

本帖最后由 haodongz 于 2013-04-22 15:43 编辑 问题关闭!

by haodongz - Linux系统管理 - 2013-04-22 13:25:06 阅读(1080) 回复(0)

if install debian using business-card ISO. there may be no manpages. install steps: apt-get install manpages-dev glibc-doc binutils-doc gcc-4.3-doc glibc-doc-reference if apt-get don't find package, goto " http://packages.debian.org " search it. download it, then using "dpkg -i xxx.deb" install. -------------- apt-get install manpages-dev apt-get install binutils-doc apt-get install cpp-doc...

by craneee - Linux文档专区 - 2009-10-28 21:50:18 阅读(860) 回复(0)

1 apt-get install sun-java5-bin sun-java5-jdk sun-java5-fonts sun-java5-plugin 2 设置环境变量 #vi /etc/profile 追加到 /etc/profile:(我的安装路径是:/usr/lib/jvm/java-1.5.0-sun--->系统默认) JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun JRE_HOME=/usr/lib/jvm/java-1.5.0-sun/jre CLASSPATH=.:/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/usr/lib/jvm/java-1.5.0-sun/lib/dt.jar PATH=$PATH:/usr/lib/jvm/java-1.5.0-sun...

by ilovedebian - Linux文档专区 - 2009-08-21 10:46:41 阅读(813) 回复(0)

今天在配置svn的时候,总是时出现错误 svn: Could not open the requested SVN filesystem google找了很多方法也不行,最后折腾了好长时间才弄好,记录一下安装和配置的过程: 1. 安装apache2和subversion: sudo apt-get install apache2 sudo apt-get install subversion sudo apt-get install libapache2-svn 2. 配置svn服务器端: 首先,创建svn空间的目录位置, $ sudo mkdir /home/username/svn 然后,开始建立一个新的库...

by marksman201 - Linux文档专区 - 2009-07-25 15:13:39 阅读(882) 回复(0)

1 apt-get install nvidia-kernel-`uname -r` nvidia-xconfig nvidia-glx nvidia-settings nvidia-glx - NVIDIA binary Xorg driver /usr/lib/xorg/modules/drivers/nvidia_drv.so nvidia-xconfig - The NVIDIA X Configuration Tool nvidia-settings - Tool of configuring the NVIDIA graphics driver nvidia-kernel-2.6.26-2-686 - NVIDIA binary kernel module for Linux 2.6.26-2-686 /lib/modules/2.6.26-1-686/nvidia/nvidi...

by ilovedebian - Linux文档专区 - 2009-05-06 11:47:33 阅读(823) 回复(0)

1 install base debian system from official i386 DVD debian 4.0 install gnome #apt-get install gnome #apt-get install xorg 2. Repository setup # echo -e "\ndeb http://download.openvz.org/debian-systs etch openvz" >> /etc/apt/sources.list # wget -q http://download.openvz.org/debian-systs/dso_archiv_signing_key.asc -O- | apt-key add - && apt-get update Kernel installation compileing the Open...

by presidentccj - Linux文档专区 - 2011-10-12 05:02:48 阅读(1962) 回复(1)

1 please before apt-get install realplay alsa-oss first add debian source deb http://www.debian-multimedia.org testing main 2 /usr/share/applications/realplay.desktop modify follow line Exec=aoss realplay 3 if have any segment error, please add the follow command to first line of realplay script export GTK_IM_MODULE=xim 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/...

by ilovedebian - Linux文档专区 - 2009-01-06 17:07:22 阅读(739) 回复(0)

Step1: DownLoad -> install_flash_player_9_linux.tar.gz Step2: tar -zxf install_flash_player_9_linux.tar.gz Step3: install FireFox #apt-get install firefox Step4: SmallBox:/home/Software/install_flash_player_9_linux# ./flashplayer-installer Copyright(C) 2002-2006 Adobe Macromedia Software LLC. All rights reserved. Adobe Flash Player 9 for Linux Adobe Flash Player 9 will be installed on...

by sun9527 - Linux文档专区 - 2008-08-30 20:41:29 阅读(827) 回复(0)

Under what kind of situtation we can install debian through the Internet? I mean it seems there is no services for internet connecting before you registered to the the company where you bought the internet service!:( was anyone have done that successfully??

by codecraft - Linux系统管理 - 2007-11-20 18:08:38 阅读(1396) 回复(2)

分享一个virt-install的实际例子,经本人在RHEL6 (Redhat Enterprise Linux 6) + HPDL380下实际测试通过: 在Host上执行 #virt-install --name myvm1 --ram 1024 --vcpus=1 --disk path=/opt/data/myvm1/vm1.img,size=500 --network bridge=br0 --os-variant=rhel6 --cdrom /a/rhel.iso --vnclisten=xx.xx.xx.xx --vncport=6900 --vnc 此处--vnclisten指定的IP为host IP。虚拟机可以成功创建,但是远程V...

by ichyw - 虚拟化与云服务 - 2012-06-26 05:40:46 阅读(2311) 回复(0)