#1 Demo
1.USB-Serial CH340
设备管理器—其他设备–更新驱动程序;
该驱动程序适用于CH340、CH341等USB转串口芯片;
2.系统调试工具SecureCRT
SecureCRT supports connect to linux through SSH by serial or Eth;
Note:use keygen.exe to crack installation;
1.Install VMware and crack it;–it is easy;
2.Install Ubuntu in VMware:
you may come across something that computer will reboot when you start vmware ubuntu;
链接: link you can ask help for the blog.
Install Ubuntu is easy to ignore;
3.sudo apt-get update VS suo apt-get upgrage
update will visit every websit in your souce-list and read software-list,then save locally;
upgrade will compare local softeare with updated-sotware-list.if local software is low,then will upgrade.
To be concluded:update is to update software-list,and upgrade is to upgrade software;
3.1 A powerful editor can improve your productivity greatly;
sudo apt-get update
sudo apt-get install vim
sudo apt-get install vim-gui-common # install gvim
What is important is to config .vimrc to enhance the gvim;
you may come across that you can’t have access to internet;
# Solution to accessing internet
# win+r -->services.msc-->VMware NAT Service-->start up-->automataclly
3.2 Install VMware Tools
with installing VMware Tools,you will display full screen and translate files between Windows and Ubuntu;
VM–>Install VMware Tools…–>open VMware Tools(under Ubuntu)–>open in terminal && tar zxvf VMwareTools-10.3.10-12406962.tar.gz -C /home/tronlong/mnt–>cd ~/mnt/vmware-tools-distrib/–>sudo ./vmware-install.pl–>yes;–>shut down Ubuntu–>VM ->Settings->options->Shared Folders -> Always enabled -> Add…–>ls /mnt/hgfs/ # for check;