一. 下载安装VirtualBox 运行VirtulBox程序, 如下图: 4.配置VirtualBox。按 CTRL+G打开全局设定,根据需要可以设定虚拟脑位置和界面语言: 修改默认虚拟脑位置比如D:\myvbvms可以让自己更方便的查找,备份安装好的虚拟机。 如果界面是英文,可以改成中文: 二、 ...
分类:
系统相关 时间:
2018-05-30 21:25:41
阅读次数:
275
最近开发的时候,调整js时会一直使用缓存文件,无法显示改动!nginx配置静态文件add_header Cache-Control no-cache;也不起作用,很苦恼! nginx配置代码:events { worker_connections 768; # multi_accept on;} h ...
分类:
其他好文 时间:
2018-05-30 21:12:14
阅读次数:
208
1.安装虚拟机:VirtualBox 1.软件下载:https://www.virtualbox.org/ 2.一路点击下一步完成安装 2.安装linux:CentOS6.8 1.官方网站:https://www.centos.org/ 点击:Get CentOS Now 下载:Minimal IS ...
分类:
系统相关 时间:
2018-05-30 16:13:28
阅读次数:
177
virtualBox 虚拟机 linux centos挂载u盘 解决乱码 ...
分类:
系统相关 时间:
2018-05-30 14:26:26
阅读次数:
205
1、下载oracle VM virtualbox centos7 1.1、 下载地址:https://www.virtualbox.org/wiki/Downloads https://www.centos.org/download/ 1.2 安装教程:https://jingyan.baidu.c ...
分类:
其他好文 时间:
2018-05-26 20:26:45
阅读次数:
226
VirtualBox图形界面下有四种网络接入方式,它们分别是: 1、NAT 网络地址转换模式(NAT,Network Address Translation) 2、Bridged Adapter 桥接模式 3、Internal 内部网络模式 4、Host-only Adapter 主机模式 而在Co ...
分类:
其他好文 时间:
2018-05-26 17:11:05
阅读次数:
276
docker的基本命令 (1)创建一个虚拟机:docker-machine create --driver virtualbox default, (2)列出所有虚拟机:docker-machine ps, (3)获取环境配置:docker-machine env default , (4)搜索镜像 ...
分类:
其他好文 时间:
2018-05-23 20:38:13
阅读次数:
153
打开PowerShell,输入: docker-machine ls 我们可以看到我们当前的Docker虚拟机的状态。如果什么都没有的话,那么我们可以使用以下命令创建一个Docker虚拟机。 docker-machine create --driver=virtualbox default(如果下面 ...
分类:
系统相关 时间:
2018-05-23 18:09:17
阅读次数:
348
一、准备工作 1. VirtualBox 2.CentOS镜像 备注:我这里准备好了需要下载的文件,有需要的话可以下载一下,分别是VirtualBox-5.1.24-117012-Win.exe,CentOS-7-x86_64-Minimal-1611.iso。 地址:链接:https://pan. ...
分类:
其他好文 时间:
2018-05-22 16:02:08
阅读次数:
313
一、下载工具 安装genymontion一共需要下载三个东西,分别是genymotion、虚拟机virtualbox和ova 笔者提供百度云下载:mac版虚拟机 mac上genymotion、window上genymotion ova ova有点大,百度云有下载速度的限制,解除限制的方法参考笔者的百 ...
分类:
其他好文 时间:
2018-05-20 20:13:10
阅读次数:
222