virtualbox

Oracle virtual box inaccessible

早过忘川 提交于 2020-01-20 12:58:13
问题 I am using Oracle Virtual Box version 4.2.16 r86992. Everything was fine until yesterday shutdown. Today, it shows inaccessible and throws this error: Runtime error opening C:\Users\xxxxxx\VirtualBox VMs\vBoxxxxXubuntu_Beta\vBoxxxxXubuntu_Beta.vbox for reading: -102 (File not found.). D:\tinderbox\win-4.2\src\VBox\Main\src-server\MachineImpl.cpp[725] (long __cdecl Machine::registeredInit(void)). It's good to restore this to working, It would save lot of time and restore configuration settings

Oracle virtual box inaccessible

拜拜、爱过 提交于 2020-01-20 12:55:05
问题 I am using Oracle Virtual Box version 4.2.16 r86992. Everything was fine until yesterday shutdown. Today, it shows inaccessible and throws this error: Runtime error opening C:\Users\xxxxxx\VirtualBox VMs\vBoxxxxXubuntu_Beta\vBoxxxxXubuntu_Beta.vbox for reading: -102 (File not found.). D:\tinderbox\win-4.2\src\VBox\Main\src-server\MachineImpl.cpp[725] (long __cdecl Machine::registeredInit(void)). It's good to restore this to working, It would save lot of time and restore configuration settings

Oracle virtual box inaccessible

早过忘川 提交于 2020-01-20 12:53:09
问题 I am using Oracle Virtual Box version 4.2.16 r86992. Everything was fine until yesterday shutdown. Today, it shows inaccessible and throws this error: Runtime error opening C:\Users\xxxxxx\VirtualBox VMs\vBoxxxxXubuntu_Beta\vBoxxxxXubuntu_Beta.vbox for reading: -102 (File not found.). D:\tinderbox\win-4.2\src\VBox\Main\src-server\MachineImpl.cpp[725] (long __cdecl Machine::registeredInit(void)). It's good to restore this to working, It would save lot of time and restore configuration settings

VirtualBox 6 安装Ubuntu18.04卡在启动界面

你离开我真会死。 提交于 2020-01-19 19:51:30
文章目录 问题 解决方法 参考 问题 在win10下使用VirtualBox 6 安装Ubuntu18.04时发现创建完成虚拟机,然后启动虚拟机会一直卡在如下界面: 在这个界面等了很久都没有反应。 解决方法 经过查找是由于win10默认开启了 Hyper-V 功能,需要关闭该功能 搜索并打开“ 启用或关闭Windows功能 ”,如下图所示: 取消下图中黄框的勾选并重启计算机即可(有些电脑显示的是Hyper-V): 参考 https://askubuntu.com/questions/1130661/cannot-install-ubuntu-18-04-desktop-on-virtualbox-6-on-windows-10-pro 来源: CSDN 作者: PythonFCG 链接: https://blog.csdn.net/renweiyi1487/article/details/104044046

【VirtualBox】Win10开发,我哭了

一曲冷凌霜 提交于 2020-01-19 13:55:28
链接Linux Windows上传代码不一定要使用git,FileZilla你值得拥有 VirtualBox值得拥有 窗口自适应 安装镜像文件:我下载的是Ubuntu的中文版本(懒人图方便)——优麒麟 参考 https://blog.csdn.net/pyl88429/article/details/80578392 首先设置显存到最大 更新至:http://download.virtualbox.org/virtualbox/6.1.0/ ——后面是VB版本号 下载完毕之后,将镜像文件移动至VB安装文件夹下: 安装增强:上方菜单栏>设备>安装增强功能 在虚拟机内,点开光盘镜像,双击运行autorun.sh 共享文件夹:https://www.jianshu.com/p/4e73fd1c0c74 设备>共享文件夹>共享文件夹 cd /mnt sudo mkdir Python sudo vim /etc/fstab Python /mnt/Python vboxsf rw,gid = 100,uid = 1000,auto 0 0 主机访问VirtualBox中的服务 菜单栏>设备>网络>选择“桥接网卡” 重启网络服务 service network-manager restart ifconfig 宿主机访问的就是 inet 后面跟的 即可在win+R> cmd中: ping

【scrapy】【四】scrapy项目

依然范特西╮ 提交于 2020-01-19 12:07:39
scrapy shell是用来调试的,要写爬虫需要建一个项目 1、建立项目 先启动虚拟机:vagrant up 如果有启动不了的情况,直接打开virtualbox启动就行,然后回到windows的cmd下登录:vagrant ssh 或者直接在virtualbox里操作虚拟机【virtualbox里登录是需要密码的,俩都是vagrant】。 然后建立一个名字是projecties的项目,发现是python2.7的。 $ scrapy startproject projecties 显示结果: New Scrapy project 'properties', using template directory '/usr/local/lib/python2.7/dist-packages/scrapy/templates/project', created in: /home/vagrant/properties You can start your first spider with: cd properties scrapy genspider example example.com 然后我就在virtualbox里删掉了上面那个项目:rm -rf projecties 在conda里新建了一个python3的环境,激活环境后重新开始创建项目,结果如下

VirtualBox创建虚拟机

不想你离开。 提交于 2020-01-19 09:08:37
目录 环境准备 1、解压虚拟磁盘 2、开始创建虚拟机 3、关机 注意:本章讲的是根据现有的虚拟磁盘来创建虚拟机,不是创建一个空白的虚拟机 环境准备 虚拟机软件:VirtualBox 虚拟磁盘:Ubuntu18.7z 1、解压虚拟磁盘 # 将Ubuntu18.7z解压到想要存放虚拟机的文件夹,得到一个Ubuntu18.vmdk文件 # 我用的360压缩软件,其他软件使用方法自行百度,大概都差不多 2、开始创建虚拟机 3、关机 来源: https://www.cnblogs.com/icewky/p/12210933.html

How to set up network on VirtualBox for Android 2.3

和自甴很熟 提交于 2020-01-19 07:28:30
问题 I'm trying to install a VirtualBox virtual machine for developing on Android 2.3 (Gingerbread) but I cannot properly configure the internet connection. I followed many tutorials on the web and tried to apply some workaround suggested here on StackOverflow (for example Android x86 porting, unable to make it work ), but I still can't connect from my Android machine. Some details: When I execute netcfg on android console it returns only the lo interface (127.0.0.1). The iso image I'm using is

How to set up network on VirtualBox for Android 2.3

安稳与你 提交于 2020-01-19 07:28:08
问题 I'm trying to install a VirtualBox virtual machine for developing on Android 2.3 (Gingerbread) but I cannot properly configure the internet connection. I followed many tutorials on the web and tried to apply some workaround suggested here on StackOverflow (for example Android x86 porting, unable to make it work ), but I still can't connect from my Android machine. Some details: When I execute netcfg on android console it returns only the lo interface (127.0.0.1). The iso image I'm using is

VirtualBox NAT Network配置

南楼画角 提交于 2020-01-18 20:09:21
VirtualBox NAT Network配置(OSX上的) VirtualBox的5种连接方式 NAT :虚拟机之间不能互通 NAT网络 :本文对象 桥接 :一般情况下虚拟机无法设置静态IP,并且浪费外部局域网IP 内部 :虚拟机不能连外网 仅主机(host-only) :虚拟机不能连外网,并且不互通 NAT网络面向需求 虚拟机可以连外网 虚拟机与主机互通 虚拟机与虚拟机互通 虚拟机需要固定IP (防止意外) 主机所在局域网的其他机器访问虚拟机 基本配置方法 VB设置:添加NAT Network配置 依次点击《VirtualBox》 -> 《偏好设置》 -> 《网络》 -> 《NAT网络》 -> 《+号》 先可以采用默认配置,后面在依据需求配置《端口转发》的功能 VB设置:选择虚拟机网络连接方式 选中对应的虚拟机镜像,依次点击《设置》 -> 《网络》 -> 《连接方式》 -> 选择《NAT 网络》,《界面名称》选择第1步中设置的对象 虚拟机设置: windows设置:winxp例子(简单) 第1步中采用默认配置,是开启了DHCP功能的,所以可以先查看网络连接的参数,如下: 依次《网络连接》 -> 《本地连接》 -> 《常规-属性》 -> 选中《Internet协议》 -> 《属性》 对应上图中的参数依次设置即可 linux设置:ubuntu和kali 开启终端,输入 nm