markdown 在Windows上安装ubuntu脱机

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 在Windows上安装ubuntu脱机相关的知识,希望对你有一定的参考价值。

## How To:
Download from microsoft [https://wsldownload.azureedge.net/16.04.2-server-cloudimg-amd64-root.tar.gz](https://wsldownload.azureedge.net/16.04.2-server-cloudimg-amd64-root.tar.gz)

or ubunut [https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-root.tar.gz](https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-root.tar.gz)

- First enable Windows Subsystem for Linux from `Program and Features` -> `Turn Windows features on or off`
- Restart Windows (MS has a thing for rebooting)
- Download one of the image and host it on your local web server if not done already
- Start [Fiddler](https://telerik-fiddler.s3.amazonaws.com/fiddler/FiddlerSetup.exe) and enable `Automatic Breakpoints` (Alt+F11)
- Start command prompt and run `lxrun /install /y`
- Switch to Fiddler. You will see a request to `https://go.microsoft.com/fwlink/?LinkID=730581`. Click on `Headers` tab -> Right click on `Location` -> `Edit Header` -> Paste your local link URL (i.e. http://localhost/xenial-server-cloudimg-amd64-root.tar.gz) and click on - - Save -> Run to Completion
- There will be another request to `http://localhost/xenial-server-cloudimg-amd64-root.tar.gz`.  Just click on “Run to completion” this time.
- After some time, there will again another request to download “ubuntu.ico”. Just allow it.
- Create a new user and you are ready to go!

以上是关于markdown 在Windows上安装ubuntu脱机的主要内容,如果未能解决你的问题,请参考以下文章

markdown 在Windows的Linux子系统(WSL)上安装Anaconda

markdown 在High Sierra上安装Windows 10(macOS 10.13.2)

在mac,ubunt上安装minikube作为开发折腾这些环境确实比较累,而且收益不高,但是相关的技术也要学习,使用minikube创建kubernate集群,使用dashboard操作

VirtualBox内Linux系统怎样与Windows共享文件夹

在mac,ubunt上安装minikube作为开发折腾这些环境确实比较累,而且收益不高,但是相关的技术也要学习,使用minikube创建kubernate集群,使用dashboard操作

WDCP在ubunt下的安装