新电脑常用软件安装
1、qq,微信,浏览器chrome,notepad++,RAR,百度网盘, WinSCP, Visual Studio
代码编辑工具:
Visual Studio Code : https://code.visualstudio.com/
下载并安装MobaXterm工具
下载地址:https://en.softonic.com/download/moba/windows/post-download
下载并安装RaiDrive工具
下载地址:https://forspeed.rbread05.cn/down/newdown/5/28/RaiDrive.rar
下载并安装虚拟机VMware Workstation
下载地址:https://www.vmware.com/products/workstation-player/workstation-player-evaluation.html
2、source insight,flashfxp,beyond compare,Typora,(串口工具)docklight、IPOP、PuTTY或其他超级终端(选其一)
拷贝安装包安装
3、SecureCRT(串口工具),Sublime_text,ubuntu
直接拷贝文件夹
4、git:安装指南:https://blog.csdn.net/qq_32786873/article/details/80570783
官网地址:https://git-scm.com/downloads 下载安装 翻墙更快
5、github
windows安装:
访问github网站,www.github.com,下载github desktop:GitHubDesktopSetup.exe,
6、github 秘钥更新
windows生成秘钥:ssh-keygen -t rsa -C xiangzi10@163.com -b 4096
将老电脑的秘钥拷贝到新电脑里,目录是:C:/用户/你的用户名/.ssh
7、安装gitbook
GitBook是基于Nodejs,使用Git/Github和Markdown制作电子书的命令行工具。
1、安装Nodejs首先,安装Nodejs,官网地址:https://nodejs.org/en/ 选择稳定版本node-v12.16.1-x64,不然会失败安装完成后输入命令node -v检测是否安装成功会顺带安装Chotolatey python visaulstudio
2、安装全局Gitbook在Nodejs安装目录下打开命令控制台,输入npm install gitbook-cli -g由于安装默认采用国外镜像,所以需要等待一段时间。也可以使用国内镜像在当前用户目录下有一个.cnpmrc文件,加入以下配置信息:registry=http://registry.npm.taobao.org
3、初始化在任意文件夹下执行命令gitbook init,最终会生成README.md、SUMMARY.md两个文件。主要目录需要在SUMMARY.md文件中配置。
4、构建执行命令gitbook build,会生成_book文件夹
5、启动执行命令gitbook serve(也会执行构建工作),然后可以通过浏览器输入http://localhost:4000访问电子书目录TypeError: cb.apply is not a function版本不对,重新下载稳定版本node-v12.16.1-x64根据目录自动生成summarygitbook-plugin-summary
Gitbook plugin to auto-generate SUMMARY.mdIntroduction
This plugin was created out of the frustration of not having a way to auto-generate a SUMMARY.md file, out of a basic tree structure. The outcome is that you install this plugin and it just works, on top of your current book.json file. No custom configurations required.Installation
First you need to install the package using$ npm i gitbook-plugin-summary --save
afterwards, you need to add to your book.json the plugin, like this{"plugins": ["summary"]
}
and finally run the command$ gitbook serve
8、安装SSR
github上下载安装,输入账号
9、安装VMWare
先安装VMWare,再导入ubuntu
10、安装AndroidStudio
下载最新版本安装:https://developer.android.google.cn/studio
安装在默认目录,SDK则选择指定目录,导入以前的projects