Win10 subsystem using Linux use adb | win10 subsystem configuration environment variable adb

1.win10 install ubuntu or Ubuntu release 18.04

Search: Microsoft Store

  --- -> Search: Ubuntu // download it

  --- -> Install After downloading, you can start.

Search: ubuntu can start.

Note: Do not replace the best source

 

2. Install the required libraries

installation of emacs cscope + autocomplete needed lib library

# sudo apt-get install byacc flex g++ emacs25

 

3. Start the Linux subsystem configuration adb

Must ensure consistency adb version Win10 and Linux systems to provide download.

< 1>. Download the latest

  adb https://download.csdn.net/download/u010164190/11453628

< 2> Configuration Win10

  将adb.exe、AdbWinApi.dll、AdbWinUsbApi.dll、fastboot.exe

  Copy to

  C: \ Windows \ System32 and the C: \ Windows \ SysWOW64 directory

<3 > Configuration Subsystem Linux

  # sudo cp adb fastboot /usr/local/bin

4. Modify the terminal attribute

< 1> to modify the background color for the default background color of RGB Ubuntu are: 44, 0, 30 (eye point so ...)

  --- -> right click

  --- -> Properties

  --- -> Color

  --- -> Screen background

Red, green and blue R, G, B, respectively: 44, 0, 30

 

< 2> Set cursor size, try to set up big points

  --- -> right click

  --- -> Properties

  --- -> Options

  --- -> Cursor Size

  --- -> Large

 

5. Test # adb devices

 

Guess you like

Origin www.cnblogs.com/hyf20131113/p/12567809.html