
ubuntu
冰菓(笑)
希望写一些有质量的东西
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
/usr/bin/nvidia-modprobe: unrecognized option: “-s“
/usr/bin/nvidia-modprobe: unrecognized option: "-s" nvidia-modprobe 版本低, 上官网下载新版本或者 ```wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/nvidia-modprobe_455.45.01-0ubuntu1_amd64.deb``` 将455.45.01 改为自己的显卡 驱动版本 查看显卡驱动版本命令 ```原创 2021-04-13 09:06:34 · 2164 阅读 · 0 评论 -
Linux解压rar文件“Parsing filters unsupported” 错误提示
Linux下解压rar格式文件会出现“Parsing filters unsupported”这样的错误,原因是Linux版本默认不支持rar商业/非自由格式。要解决这个问题只需要安装unrar即可:sudo apt-get install unrar sudo apt-get install unar...转载 2018-03-07 09:21:05 · 8191 阅读 · 0 评论 -
Windows和Ubuntu16.04双系统时间相差8个小时的问题
在ubuntu终端执行下面命令:timedatectl set-local-rtc 1原创 2018-03-12 20:16:06 · 1370 阅读 · 0 评论 -
Kill All Python Processes (杀死全部python进程)
1. 关闭所有终端 2. 重新打开一个终端 2. sudo pkill python 3. sudo pgrep python 查看是否关闭所有python 进程原创 2018-03-12 10:04:04 · 4062 阅读 · 0 评论 -
Check failed: stream->parent()->GetConvolveAlgorithms( conv_parameters.Should
由于程序崩溃,显卡锁定了。 直接重启电脑就可以了原创 2018-03-12 10:15:35 · 3079 阅读 · 0 评论 -
python 版本切换命令
sudo update-alternatives --config python原创 2019-04-04 18:04:22 · 550 阅读 · 0 评论 -
ubuntu 安装python3.6 以及关联pip3
1.下载并且安装 python3.6 wget https://www.python.org/ftp/python/3.6.0/Python-3.6.0.tar.xz xz -d Python-3.6.0.tar.xz tar -xvf Python-3.6.0.tar cd Python-3.6.0 ./configure make sudo make install sudo rm -rf...原创 2019-04-08 13:46:09 · 998 阅读 · 0 评论 -
ubunut 18.04安装 以及 配置显卡驱动,cuda9.0
系统盘制作 参考:https://blog.youkuaiyun.com/Fighting_Boom/article/details/82181141 下载下面3个工具: Ubuntu18.04LTS 下载网址:https://www.ubuntu.com/download/desktop Ubuntu16.04LTS 下载网址:https://mirrors.tuna.tsinghua.edu...原创 2019-04-23 20:17:09 · 1225 阅读 · 0 评论