码迷,mamicode.com
首页 >  
搜索关键字:vm virtualbox    ( 6683个结果
virtualbox装配fedora时,安装增强功能包时会报错解决
virtualbox安装fedora时,安装增强功能包时会报错解决Building the main GuestAdditions module [失败]安装前需要先安装下面几个包才可以避免这个问题,并把增强功能完整安装上去。安装软件时,按照本教程给出的顺序可以尽量少下载文件内容。1.切换到root...
分类:其他好文   时间:2014-07-24 22:10:02    阅读次数:184
解决IE下载 apk变成zip:Android 手机应用程序文件下载服务器 配置解决方法
解决IE apk变成zip:Android 手机应用程序文件下载服务器 配置解决方法 APK文件其实是zip格式,但后缀名被修改为apk,通过UnZip解压后,可以看到Dex文件,Dex是Dalvik VM executes的全称,即Android Dalvik执行程序,并非Java ME的字节码而...
分类:移动开发   时间:2014-07-24 21:25:10    阅读次数:296
linux 内存清理/释放命令
1.清理前内存使用情况free -m2.开始清理echo 1 > /proc/sys/vm/drop_caches3.清理后内存使用情况free -m4.完成!查看内存条数命令:dmidecode|grep-A16"MemoryDevice$"++++++++++++++++++++++++++++...
分类:系统相关   时间:2014-07-24 21:23:26    阅读次数:276
Ubuntu安装一:VM安装具体解释
1、下载VM中文版:http://download.pchome.net/system/sysenhance/down-4673-1.html,解压后双击安装包:2、点击:下一步3、允许安装协议,点击下一步4、双击自己定义5、能够选择更改安装路径和须要的功能,单击下一步6、更改你的共享主机存储路径(...
分类:其他好文   时间:2014-07-24 17:05:26    阅读次数:197
Ubuntu12.04 LTS更新后,VirtualBox虚拟机不能使用的解决办法
$sudoapt-getinstalllinux-headers-`uname-r` Removeandreinstalldkms(willalsoremovevirtualbox-dkms): $sudoapt-getremovedkms $sudoapt-getinstalldkmsvirtualbox-dkms $sudomodprobevboxdrv
分类:其他好文   时间:2014-07-24 14:51:16    阅读次数:162
如何实现win7和VirtualBox中Ubuntu系统共享文件夹
设备: 1、win7 旗舰版 2、VirtualBox虚拟机 3、Ubuntu12.04以前在VM虚拟机中可以直接进行复制就可以将win7系统的文件复制到虚拟机中,然后现在安装了VirtualBox则不能进行直接复制了,所以寻求其他方式进行操作。操作步骤:第一步,打开VirtualBox...
分类:Windows程序   时间:2014-07-24 10:19:34    阅读次数:267
CentOS6.4编译Hadoop-2.4.0
因为搭建Hadoop环境的时候,所用的系统镜像是emi-centos-6.4-x86_64,是64位的,而hadoop是默认是32的安装包。这导致我们很多操作都会遇到这个问题(Java HotSpot(TM) 64-Bit Server VM warning: You have loaded lib...
分类:其他好文   时间:2014-07-24 05:04:28    阅读次数:321
Virtualbox mouse move in and out and file share with windows
How to use Virstalbox to share files with Linux and Windows, and to move the mouse in and out Virtualbox freely without click Ctrl key, herewith what I have done to achieve both....
分类:Windows程序   时间:2014-07-23 18:10:36    阅读次数:375
Virtual Box配置网络以及SSH登陆配置
一.配置网络,使网络生效 1.编辑默认网络eth0的配置文件vi /etc/sysconfig/network-scripts/ifcfg-eth0 , 修改下列几项配置,若没有则手动添加: NM_CONTROLLED=no ONBOOT=yes #自动启动 BOOTPROTO=dhcp #动态IP 注:NM_CONTROLLED=no 需要特别注意一下,默认的为yes。 2.启动...
分类:其他好文   时间:2014-07-22 18:02:27    阅读次数:261
在Eclipse下导入vlc-android并编译
在Ubuntu14.04下载好了VLC的源码后,VLC的Eclipse工程存放在"vlc-android"目录 root@dzt-VirtualBox:/home/dzt/android_vlc/android# ls android-headers-gingerbread compile.sh find_modules.sh NEWS android-headers-hc configure....
分类:移动开发   时间:2014-07-22 14:33:14    阅读次数:494
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!