zoukankan      html  css  js  c++  java
  • 简单安装windows terminal和在window10开启Ubuntu bash的方法

    安装windows terminal:

    1. 点开microsoftstore搜索windows terminal, 如果你的系统版本符合要求,直接安装即可, 如果你的系统版本不符合要求,点击该页面下系统要求,然后传送到最新系统更新地址更新完后再来下载即可

    2. 更新完并且下载完软件后,打开软件windows terminal按住Ctrl和, 打开配置文件,在里面你可以自己设置背景图片
      "backgroundImage" : "ms-appdata:///roaming/wallhaven.jpg", //背景图片
      "backgroundImageOpacity" : 0.75 //透明度
      terminal参数在globals.profiles下,把这两段代码替换掉background即可

    图片存放目录
    %LOCALAPPDATA%PackagesMicrosoft.WindowsTerminal_8wekyb3d8bbweRoamingState

    windows terminal 的一些参数设置简单介绍也可以看下这个网址
    https://devblogs.microsoft.com/commandline/windows-terminal-microsoft-store-preview-release/

    开启Ubuntu bash

    1. 在系统设置找到更新安全-开发选项-开发人员模式,选择开发人员模式

    2. 然后去找设置-应用-程序和功能-启动或关闭windows 功能-适用于linux的windows子系统,确定后重启

    重启后打开microsoftstore 搜索Ubuntu,安装后就以使用了

    NO MAN IS A ISLAND
  • 相关阅读:
    HTML页引用CSS
    C#反射
    Marshal.SecureStringToBSTR
    SQL语句创建表和数据库
    抽象类和抽象方法
    3 Sum Closest
    Chapter 2: Binary Search & Sorted Array
    Spiral Matrix
    Pascal's Triangle
    Plus One
  • 原文地址:https://www.cnblogs.com/nomanisaisland/p/11407358.html
Copyright © 2011-2022 走看看