
ubuntu
哈里哈气
个人博客:http://zhaoxincheng.com/
展开
-
在谷歌云上高速编译安卓AOSP ROM、驱动、内核并完成刷机
目标完成安卓10rom的aosp源码+驱动+内核编译、并完成刷机手机sailfish选择谷歌云的目的在群里听到乌师傅说谷歌云便宜,cpu多,编译源码几分钟就够了,并且利用免费的300美金可以随便玩,那就动手试试了。致谢肉丝大佬文章https://www.anquanke.com/post/id/199898#h3-8乌师傅谷歌云和驱动的建议众多翻阅过的博客文章选择服务器最后创建就好了。出现的问题上边这两个问题都是由于配额不够,点击申请配额,然后下一步就,提交申请就可原创 2020-07-19 14:43:31 · 2719 阅读 · 1 评论 -
Ubuntu 更换国内源
备份sudo cp /etc/apt/sources.list /etc/apt/sources_init.list更换源sudo gedit /etc/apt/sources.list使用gedit打开文档,将下边的阿里源复制进去,然后点击保存关闭。阿里源deb http://mirrors.aliyun.com/ubuntu/ xenial maindeb-src http:...原创 2019-05-31 14:54:29 · 305 阅读 · 0 评论 -
Ubuntu 18.10 下安装CUDA10/CUDA10.1
GPU:GeForce840M显卡驱动:预装,版本390笔记本1.降级gcc 使用gcc5sudo add-apt-repository ppa:ubuntu-toolchain-r/testsudo apt-get updatesudo apt-get install gcc-5 g++-5sudo update-alternatives --install /usr/bin/g...原创 2019-05-31 18:04:39 · 14705 阅读 · 1 评论 -
Ubuntu pip换阿里源
mkdir ~/.pipvim ~/.pip/pip.conf按 i 进入编辑模式[global]index-url = http://mirrors.aliyun.com/pypi/simple/ [install]trusted-host=mirrors.aliyun.com:wq 退出原创 2019-05-31 18:34:21 · 7342 阅读 · 0 评论 -
ubuntu 核显输出 独显计算
转载 https://wxzs5.github.io/2018/06/04/dl-env/本文为NVIDIA显卡深度学习环境配教程,主要内容为在ubuntu环境下安装NVIDIA显卡驱动、CUDA以及cuDNN。前面如何配置好Ubuntu基本工作环境请参考安装Ubuntu后应该做的事,本文提供一种可行稳妥的安装方法,更详细的安装方式还可参考CUDA官方安装文档与cuDNN官方安装文档。以下操作均...原创 2019-06-03 18:26:56 · 4084 阅读 · 0 评论 -
ubuntu wifi bcm4322 安装驱动
sudo apt-get updatesudo apt-get --reinstall install bcmwl-kernel-sourcesudo modprobe -r b43 ssb wl brcmfmac brcmsmac bcmasudo modprobe wl原创 2019-05-30 22:20:50 · 2346 阅读 · 0 评论