如何将安装好的英文版的Ubuntu系统改为中文
http://jingyan.baidu.com/article/425e69e6af30ebbe15fc162a.html
搜狗输入法安装
方式1:http://jingyan.baidu.com/article/642c9d341b3ccb644a46f7ac.html
方式2:http://jingyan.baidu.com/article/380abd0a0e135f1d91192c4f.html
Linux扁平化主题设置
http://www.linuxidc.com/Linux/2016-09/135165.htm
Ubuntu 主题样式
http://www.ubuntuthemes.org/
ubuntu系统开root以及(su:认证失败)完美解决 (修改root用户密码)
http://jingyan.baidu.com/article/3052f5a1f1b17c97f31f8688.html
Ubuntu16.04怎么将桌面左侧的启动器移动到屏幕底部?
http://www.jb51.net/os/Ubuntu/448291.html
Ubuntu16.04如何设置启动器的大小?
http://jingyan.baidu.com/article/2fb0ba4099802400f2ec5f9d.html
Linux目录结构及其详解
http://jingyan.baidu.com/article/7c6fb42863fe3980642c9080.html
Ubuntu APT常用命令
sudo apt-get install package #安装包
sudo apt-get remove package #删除包
sudo apt-get dist-upgrade #升级系统
详见https://blog.csdn.net/wangnan537/article/details/41708633
Android Studio环境安装
方式一:
http://blog.sina.com.cn/s/blog_b15639e00101tor5.html
http://jingyan.baidu.com/article/77b8dc7f9c811c6175eab65b.html
方式二:使用apt
https://blog.csdn.net/soslinken/article/details/51495636
编译5.0的源码要用java7,编译不同版本源码要相对于的java版本
第一次打开AS可能一直Building,是在下载Gradle,可以自己下载后,放到Home路径下的.gradle文件夹,这是个隐藏文件夹,需要使用
ll 查看
ubuntu中在Launcher上添加Android Studio的运行图标
http://www.linuxdiyf.com/linux/16957.html
https://jingyan.baidu.com/article/5553fa82c641ba65a23934a5.html
如果在/usr/share/applications 下已有图标,可将该图标复制到桌面上即可
自己动手编译Android源码(超详细)
http://www.360doc.com/content/16/1127/06/38545173_609825013.shtml
android的m、mm、mmm编译命令的使用
http://blog.csdn.net/zhenwenxian/article/details/7102049
No rule to make target out/target/common/obj/JAVA_LIBRARIES/librilproto-java
http://blog.csdn.net/feng5219/article/details/8591407
使用Android Studio导入源码
http://blog.csdn.net/yanbober/article/details/48846331
Linux下搭建Maven私服
https://mp.weixin.qq.com/s/nJj2tkIy5KrGGiR_eYtLQQ
https://blog.csdn.net/qq_26585943/article/details/79771313
https://blog.csdn.net/sinat_34017357/article/details/51776641
https://blog.csdn.net/a565102223/article/details/62891676
maven { url ‘http://192.168.1.107:8081/xxxxxxxxx’ }
ubuntu关闭和开启防火墙
https://blog.csdn.net/cmh477660693/article/details/52759750
https://www.cnblogs.com/kluan/p/5993767.html
https://www.linuxidc.com/Linux/2016-12/138259.htm
Ubuntu下添加开机启动项
https://jingyan.baidu.com/article/ce09321b63893c2bfe858f72.html
http://www.jb51.net/os/Ubuntu/181138.html