安装chrome浏览器:
$ sudo apt-get update
如果出错,是依赖库的问题,用命令修复库的依赖:sudo apt-get -f install
For the 32-bit version of Google Chrome, use this command below:
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
$ sudo dpkg -i google-chrome-stable_current_i386.deb
For the 64-bit version of Google Chrome, use this command below:
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
$ sudo dpkg -i google-chrome-stable_current_amd64.deb
翻墙更改hosts文件:
务必在chrome浏览器中打开该地址,即进入hosts文件地址码:https://serve.netsh.org/pub/ipv4-hosts/
点击:立即获取(中间蓝色的字体)
最后:“请您务必在更新 hosts 完毕之后,进行一些推荐的操作”(点击这段文字里面的蓝色链接字体”推荐的操作“),里面有很多强制更改配置的方法,第一个不行就试试第二个,我是试了第二个就才可以翻墙
安装搜狗输入法:(本人安装本地的输入法无法切换中英文输入法)
请参照://www.greatytc.com/p/22e7c36b9ced
装github:
$ sudo apt-get install git(这样本地giithub就装好了,然后配置ssh就好了)
配置SSH的方法:
//www.greatytc.com/writer#/notebooks/6474379/notes/6222099/preview
本地github配置遇到的常见的问题:
- github在配置ssh的时候,把秘钥复制到远程github的时候必须要写title, 如果不写会报错(报错:秘钥不合法(英文的))
2.如果早终端执行命令报错为:“permission denied:”,意思是权限被拒绝,就表示你没有该权限,就需要执行命令: $ sudo -i ,切换到root权限下面再弄
装postman:
它是在chrome浏览器里面一个postman的插件,直接就装成app了