03 2018 档案
摘要:原因是 ubuntu 安装的电脑触摸板驱动有问题,鼠标经常往上面飘。不方便操作,干脆使用远程桌面算了 https://blog.csdn.net/lengconglin/article/details/77894636 参考的上面的操作,,其中安装xubuntu需要6-700M的空间比较浪费硬盘 如
阅读全文
摘要:1.卸载 linux版本 https://blog.csdn.net/lgz_ei/article/details/68592265 uname -a #当前用户使用版本 sudo apt-get remove linux-image-xxxx dpkg --get-selections|grep
阅读全文
摘要:windows平台上 gitforwindows https://gitforwindows.org/ 下载安装 1.创建秘钥 $ ssh-keygen -t rsa -C "xxx@xx.com" 提示输入密码两次 passphrase 2.测试链接github ssh -T -v git@git
阅读全文
摘要:https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/ https://lug.ustc.edu.cn/wiki/mirrors/help/aosp 参考 下载tar包,约44G (8.01),解压后进行repo sync 报错 manifest文件夹中出现没
阅读全文