Dry Goods-Win 10

Required for entry-win 10

Foreword
hi, hello everyone, I am a monkey who loves to eat bananas. I need to install win 10/ubuntu every time. I have to google it every time. It is a bit difficult to sort it out this time.


Installation software:
basic software:

  • 7z compression software
  • Snipaste
  • Terminal tool Cmder
使用过程中,比较不爽的是find指令,用个例子记忆吧
for /r systemui/ %i in (PhoneStatusBar.java) do @echo %i
dir /s/b *.apk
  • Serial port tool Tera Term
  • Lightweight editing tool NotePad++
  • GithupDesktop
  • Screen recording tool LiveView
  • Markdown tool Typora
  • QQ video player
  • Flow chart draw.io
  • Communication tool Feishu/WeChat/zoom
  • NetEase mailbox
  • Browser/google chrome/firefox /edge
  • android development android Studio 4.0
  • Source code reading software Source Insight [cloud] tutorial
  • Kindle[云]
  • Thunder [cloud]
  • Xmind[cloud]
  • ps 2020[cloud]
  • java editor Idea 2018[cloud]
  • Search tool Everything[cloud]
  • Python editor PyCharm
  • C++ development is Microsoft's MicroSoft Visual Studio
  • Cloud Disk-Baidu Cloud Disk
  • F-Secure Freedome / lante*n
  • Virtual machine Virtual box ubuntu 16.04.iso
链接:https://pan.baidu.com/s/1lZCKcxRgYkuX1rUH71umJg 
提取码:f6v5 
在虚拟机里面必然要挂载主机的硬盘,这样就可以访问到win10的文件,
sudo mount -t vboxsf WDisk share  ## wDisk是我的盘, share是ubuntu上文件夹

These are all necessary tools for your own work on win10. If you have tools that you feel good about, you can see you in the comments section.
ubuntu 16.04 configuration

                                                   Code的搬运工V1.0

Compile aosp in a virtual machine, naturally the performance of the notebook will be affected, and sometimes you need to pause and do other things;

  • ctrl+z How to resume the suspended process in the future
    • (1) CTRL+Z to suspend the process and put it in the background
    • (2) jobs display the currently suspended process
    • (3) bg %N makes the Nth task run in the background (there is a space before %)
    • (4) fg %N makes the Nth task run in the foreground
    • The default bg, fg without %N means to operate on the last process!
                                                   Code的搬运工V2.0

Guess you like

Origin blog.csdn.net/qq_20608169/article/details/112093359