网站首页 站内搜索

搜索结果

查询Tags标签: Ubuntu18.04,共有 216条记录
  • Ubuntu18.04禁止conda自动激活base环境

    前言 以前为了方便管理Python的环境安装了anaconda3,但是每次打开Ubuntu的终端,前面都有base的环境,比较烦人。所以想要禁止自动激活base环境 禁用 conda 自动激活 base 环境: conda config --set auto_activate_base false参数说明: auto_activate_base 是用来控制是…

    2021/12/16 7:15:17 人评论 次浏览
  • Ubuntu18.04禁止conda自动激活base环境

    前言 以前为了方便管理Python的环境安装了anaconda3,但是每次打开Ubuntu的终端,前面都有base的环境,比较烦人。所以想要禁止自动激活base环境 禁用 conda 自动激活 base 环境: conda config --set auto_activate_base false参数说明: auto_activate_base 是用来控制是…

    2021/12/16 7:15:17 人评论 次浏览
  • ubuntu18.04安装多个CUDA版本

    安装教程: 在ubuntu上安装多个版本的CUDA,并实现CUDA版本的自由切换 ubuntu18.04 安装多个CUDA版本并可以随时切换一些踩过的坑: ubuntu18.04是可以兼容ubuntu16.04的CUDA9.0的。安装CUDA9.0时需要把gcc/g++降级,代码如下: sudo apt-get install gcc-4.8 sudo apt-ge…

    2021/12/14 7:20:16 人评论 次浏览
  • ubuntu18.04安装多个CUDA版本

    安装教程: 在ubuntu上安装多个版本的CUDA,并实现CUDA版本的自由切换 ubuntu18.04 安装多个CUDA版本并可以随时切换一些踩过的坑: ubuntu18.04是可以兼容ubuntu16.04的CUDA9.0的。安装CUDA9.0时需要把gcc/g++降级,代码如下: sudo apt-get install gcc-4.8 sudo apt-ge…

    2021/12/14 7:20:16 人评论 次浏览
  • Ubuntu18.04 PC端安装ROS

    sudo apt updatesudo apt upgrade wget https://raw.githubusercontent.com/kay2020/robotis_tools/master/install_ros_melodic.sh chmod 755 ./install_ros_melodic.sh bash ./install_ros_melodic.sh sudo apt install git git clone https://gitee.com/kay2020/insta…

    2021/12/12 7:21:32 人评论 次浏览
  • Ubuntu18.04 PC端安装ROS

    sudo apt updatesudo apt upgrade wget https://raw.githubusercontent.com/kay2020/robotis_tools/master/install_ros_melodic.sh chmod 755 ./install_ros_melodic.sh bash ./install_ros_melodic.sh sudo apt install git git clone https://gitee.com/kay2020/insta…

    2021/12/12 7:21:32 人评论 次浏览
  • ubuntu18.04开机后NVIDIA显卡驱动加载失败

    # If you change this file, run update-grub afterwards to update # /boot/grub/grub.cfg. # For full documentation of the options in this file, see: # info -f grub -n Simple configuration# GRUB_DEFAULT=0 GRUB_DEFAULT="1> 2" # 修改后的配置…

    2021/12/11 7:21:15 人评论 次浏览
  • ubuntu18.04开机后NVIDIA显卡驱动加载失败

    # If you change this file, run update-grub afterwards to update # /boot/grub/grub.cfg. # For full documentation of the options in this file, see: # info -f grub -n Simple configuration# GRUB_DEFAULT=0 GRUB_DEFAULT="1> 2" # 修改后的配置…

    2021/12/11 7:21:15 人评论 次浏览
  • ubuntu18.04设置开机自启Django

    设置开机自启: rc-local.server[Unit] Description=/etc/rc.local Compatibility ConditionPathExists=/etc/rc.local After=network.target After=postgresql.service[Service] Type=forking ExecStart=/etc/rc.local start TimeoutSec=0 StandardOutput=tty RemainAfte…

    2021/12/11 7:19:21 人评论 次浏览
  • ubuntu18.04设置开机自启Django

    设置开机自启: rc-local.server[Unit] Description=/etc/rc.local Compatibility ConditionPathExists=/etc/rc.local After=network.target After=postgresql.service[Service] Type=forking ExecStart=/etc/rc.local start TimeoutSec=0 StandardOutput=tty RemainAfte…

    2021/12/11 7:19:21 人评论 次浏览
  • ubuntu18.04 rolabelimg的使用

    roLabelImg 是一个图形图像注释工具,可以标记旋转的矩形区域,它是由’labelImg’重写的,使用python和QT写的界面,操作基本和labelimg一样 注:原labelimg tool 在这里下载: https://github.com/tzutalin/labelImgroLabelImg可以支持Windows,ubuntu,window需要下载p…

    2021/12/10 7:19:46 人评论 次浏览
  • ubuntu18.04 rolabelimg的使用

    roLabelImg 是一个图形图像注释工具,可以标记旋转的矩形区域,它是由’labelImg’重写的,使用python和QT写的界面,操作基本和labelimg一样 注:原labelimg tool 在这里下载: https://github.com/tzutalin/labelImgroLabelImg可以支持Windows,ubuntu,window需要下载p…

    2021/12/10 7:19:46 人评论 次浏览
  • Ubuntu18.04换apt源

    1 如何使用 建立sources.list: $ vim sources.list将国内源的内容(任一)复制进去,再将sources.list移至/etc/apt/目录下,apt-get update更新,完成换源。2 国内源 2.1 清华源 # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirro…

    2021/12/8 7:22:48 人评论 次浏览
  • Ubuntu18.04换apt源

    1 如何使用 建立sources.list: $ vim sources.list将国内源的内容(任一)复制进去,再将sources.list移至/etc/apt/目录下,apt-get update更新,完成换源。2 国内源 2.1 清华源 # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirro…

    2021/12/8 7:22:48 人评论 次浏览
  • Ubuntu18.04 安装Nginx

    正向代理和反向代理 正向代理,意思是一个位于客户端和原始服务器(origin server)之间的服务器,为了从原始服务器取得内容,客户端向代理发送一个请求并指定目标(原始服务器),然后代理向原始服务器转交请求并将获得的内容返回给客户端。客户端才能使用正向代理。 反向代…

    2021/12/7 7:21:00 人评论 次浏览
扫一扫关注最新编程教程