无奈没有Ubuntu机器,怎么呢? 看到win10说支持Linux,好吧,打算用来解决下没有Ubuntu机器的问题,结果,那叫一个“辛酸血泪史”啊。 按照nvidia网站的指示安装 ->https://docs.nvidia.com/cuda/wsl-user-guide/index.html $ apt-get install -y cuda-toolkit-11-0 死活更新不到121,各种查找,浪费了多少时间,都没...
第二步,打开PowerShell,安装WSL2(自动安装Ubuntu):wsl --install 进入Terminal后,ifconfig查看并记下IP地址。第三步,安装XShell。当然也可以用PowerShell,Windows Terminal,看个人喜好。第四步,配置XShell(可选)。这个Command Line颜色不够丰富,directory和file分不清。改。nano ~/.bashrc export PS1="...
在Windows中的软件配置网络代理, 一般就是127.0.0.1:[port], 其中[port]在各个代理软件中查询. 而在WSL2中稍微有点特殊. 如果仔细观察过Windows资源管理器中的Ubuntu目录的话, 会发现它的开头是\\wsl.localhost\Ubuntu-22.04, 有点类似于局域网. 事实上也确实如此, 在 WSL2 中, 用 Windows 版本的Clash 设置...
wsl--install 1. 然后重启你的计算机。 2. 安装Ubuntu 在Microsoft Store中搜索“Ubuntu”,选择最新版本进行安装。安装完成后,打开Ubuntu,并按照提示完成初始化。 3. 更新软件包 在终端中,先更新你的软件包: sudoaptupdatesudoaptupgrade 1. 2. 4. 安装必需工具 执行以下命令来安装编译Android所需的依赖项: sudo...
wsl --install -d {Ubuntu} 安装会弹出{Ubuntu}窗口,进行自动下载,需等待片刻不要关闭窗口,下载完成后,填写linux账号密码进行初始化(此处初始化的是linux用户的账号密码。su命令需使用的密码,即root用户初始密码初始是没有设置的,需要后面在liunx终端使用命令“sudo passwd root”修改) ...
wsl --install -d {Ubuntu} 安装会弹出{Ubuntu}窗口,进行自动下载,需等待片刻不要关闭窗口,下载完成后,填写linux账号密码进行初始化(此处初始化的是linux用户的账号密码。su命令需使用的密码,即root用户初始密码初始是没有设置的,需要后面在liunx终端使用命令“sudo passwd root”修改) ...
WSL 2 is a simple and fast way to run an Ubuntu environment on Windows, without ever leaving the native OS. Whether you deploy a data science model on Ubuntu or you simply prefer the Ubuntu distribution for the love of command line interface, WSL 2 can let you do all of that from the...
三、安装Ubuntu18.04。 由于是需要安装到其他目录,而非系统默认自带的,所以,需要先下载一下Ubuntu18.04。 下载地址:https://docs.microsoft.com/en-us/windows/wsl/install-manual 系统及版本,自己看着选择。喜欢就好。 Ubuntu 18.04Ubuntu 18.04 ARMUbuntu 16.04Debian GNU/LinuxKali LinuxOpenSUSE Leap 42SUSE Linux ...
Ubuntu will then install on your machine. The one line install! There is a single command that will install both WSL and Ubuntu at the same time. When opening PowerShell for the first time, simply modify the initial instruction to: wsl --install -d ubuntu This will install both WSL and...
You need to forward two ports from your Windows (10-11) machine to the WSL-2 - the easiest way is to use socat, i.e., in Ubuntu, install it via: sudo apt install socat. Now, in WSL-2 (e.g. Ubuntu command line), kill the adb server (if it is running): adb kill-s...