VirtualBox-6.0.10-132072-Win.exe https://www.virtualbox.org/wiki/Downloads vagrant_2.2.5_x86_64.msi https://www.vagrantup.com/downloads.html Vagrant-C ...
分类:
其他好文 时间:
2020-05-05 00:37:09
阅读次数:
216
Vagrant+virtualBox 1、准备工作 1)Vagrant下载 https://www.vagrantup.com/downloads.html 2)Virtualbox 5.1下载 https://www.virtualbox.org/wiki/Download_Old_Builds_ ...
分类:
其他好文 时间:
2020-04-19 00:57:57
阅读次数:
205
在 Windows 系统中,最简单的方案是使用 Windows 10 自带的 Linux 子系统(WSL –Windows Subsystem for Linux)。通过子系统,我们可以在 Windows 内运行 Ubuntu 系统,足以应对 Odoo 开发所需的一切。更多 WSL 相关知识请参考官 ...
快速搭建以下的环境: [toc] VirtualBox VM环境 Vagrant 成品镜像 修改端口 管理员 入门案例: "https://www.cnblogs.com/lawsssscat/p/12676477.html" 修改语言: "https://blog.csdn.net/liupeif ...
分类:
其他好文 时间:
2020-04-12 20:35:45
阅读次数:
84
中文文档: "http://tangbaoping.github.io/vagrant_doc_zh/v2/" 参考: "https://blog.csdn.net/yjk13703623757/article/details/70040797" "https://www.linuxidc.com/ ...
分类:
其他好文 时间:
2020-04-10 22:38:05
阅读次数:
88
1.5.docker序幕篇[上] 1.5.1 在Win10上准备centos7 和大家说明一下,我们的目的仅仅是要安装一个centos7,然后在centos7上安装docker ? 如果搞不定vagrant+virtualbox的方式,也可以直接使用VM搭建一个centos7 ? 或者你可以直接使用 ...
分类:
其他好文 时间:
2020-04-10 10:27:59
阅读次数:
79
学习可以参看官方文档https://www.vagrantup.com/docs/box下载地址:http://www.vagrantbox.es/vagrant下载地址:https://www.vagrantup.com/downloads.htmlvirtualbox下载地址:https://www.virtualbox.org/wiki/Downloads参考学习网站:https://www
分类:
其他好文 时间:
2020-04-03 00:18:41
阅读次数:
77
虚拟机网卡配置选择桥接网卡安装ssh服务sudoapt-getinstallopenssh-server启动、停止和重启openssh-server的命令如下/etc/init.d/sshstart/etc/init.d/sshstop/etc/init.d/sshrestart配置/etc/ssh/sshd_config将#PermitRootLoginwithout-password注释去掉修
分类:
其他好文 时间:
2020-03-31 12:08:07
阅读次数:
98
win10优先使用Vagrant+VirtualBox搭建环境,因为采用的是nachos集成开发镜像,所以遇到的基本上都是外部的安装问题。 我此前尝试过使用WSL(ubuntu-64bit)、VMware(ubuntu-32bit),都遇到了相当大的麻烦,而且耗费了很长时间也没搞定,结果花费了不到1 ...
分类:
其他好文 时间:
2020-03-17 08:32:51
阅读次数:
94
第一步,下载,虚拟机和Linux镜像 virtualbox 官网地址:https://www.virtualbox.org/ ubuntu 官网地址:http://releases.ubuntu.com/18.04/ 第二步,安装virtualbox 傻瓜式安装,一直下一步就好了,可以回出现断网的情 ...