什么是WSL Windows Subsystem for Linux(简称WSL)是一个为在Windows 10上能够原生运行Linux二进制可执行文件(ELF格式)的兼容层.它是由微软与Canonical公司合作开发,目标是使纯正的Ubuntu 14.04 "Trusty Tahr"映像能下载和解压到用户的本地计算机,并且映像内的工具和实用工具能在此子系统上原生运行. 以上来自维基百科,简单的说WSL就是可以运行在Win10上的一个Linux子系统,有点类似于cygwin的那种.说白…
什么是WSL Windows Subsystem for Linux 简称WLS,适用于Linux的Windows子系统,可以直接在Windows上运行Linux环境(包括大部分命令行工具) Linux containers与Windows Subsystem for Linux(WSL)区别 此处以docker与wsl进行一些比较,主要为个人的理解之处. docker与wsl同样运行在本机环境中运行,不依赖其他管理程序与虚拟化. docker与wsl同样为应用容器. 安装WSL 在Window…
使用wslconfig命令进行管理 1.  设置默认运行的linux系统 wslconfig /setdefault <DistributionName> 正如上面所说,如果执行wslconfig /setdefault ubuntu,那么执行bash命令则会运行ubuntu 2.  卸载linux系统 wslconfig /unregister <DistributionName> 当系统出现问题,我们可以卸载后重新安装.如:wslconfig /unregeister ubun…
root@Andy-PC:~# uname -a Linux Andy-PC --Microsoft #-Microsoft Fri Apr :: PST x86_64 x86_64 x86_64 GNU/Linux apt install dockerdocker --help apt install docker-compose docker-compose --help root@Andy-PC:/mnt/d/Download/MockSecKill-master# docker-comp…
It seems that Windows Subsystem for Linux (WSL) is getting much more mature than the time when it first came out. Fewer and fewer people keep questioning its fitness for daily development. Tuning WSL to be a neat developing environment and how to SSH…
目录 wsl优化 (Windows Subsystem for Linux) Linux子系统优化 1. 永久修改wsl终端字体 2. 修改Linux终端配色 3. 添加WSL到右键菜单 wsl优化 (Windows Subsystem for Linux) Linux子系统优化 1. 永久修改wsl终端字体 a. 临时 打开wsl后点击左上角的图标,选择"属性",在弹出的窗口中选择字体进行修改. b. 永久 win+r输入regedit打开注册表,找到计算机\HKEY_CURRENT…
WSL (Windows Subsystem for Linux) :适用于 Linux 的 Windows 子系统. References Install WSL with a single command now available in Windows 10 version 2004 and higher | Windows Command Line (microsoft.com) Install WSL | Microsoft Docs Best practices for settin…
[转载] Windows Subsystem for Linux -- Pico Process Overview Overview This post discusses pico processes, the foundation of WSL.  It explains how pico processes work in Windows and goes into the history of how they came to be, the abstractions we decide…
一开始我是只将 VSCode 集成的终端改成 WSL 的 Bash,结果发现内置的 GIt 用的还是 Windows 的 Git,Git Hooks 用的 Windows 的环境,上网搜了一下发现有很复杂的方式,继续翻了翻发现管饭居然有超好用的方式 Developing in the Windows Subsystem for Linux with Visual Studio Code (虽然有大神指出这种方式还有有难用的地方..) 总之安装 Remote Development - Visua…
WSL 的 VSLAM 道路 以 Windows Subsystem for Linux 闯入 Visual Simultaneous Localization and Mapping 世界的艰难道路... 这里包含各种各样的 WSL 中可能用到的包,美化方案,以及相关软件的一些使用小技巧,用于自己踩坑记录的同时,希望能够帮到同为使用 Windows 踩坑的 CVer 们... ... 安装好 Windows Subsystem for Linux 后要做的 卸载原装 Vim 一波强硬操作把好删…