zoukankan      html  css  js  c++  java
  • ubuntu apt源

    deb http://archive.ubuntu.com/ubuntu/ vivid main restricted universe multiverse
    deb http://archive.ubuntu.com/ubuntu/ vivid-security main restricted universe multiverse
    deb http://archive.ubuntu.com/ubuntu/ vivid-updates main restricted universe multiverse
    deb http://archive.ubuntu.com/ubuntu/ vivid-proposed main restricted universe multiverse
    deb http://archive.ubuntu.com/ubuntu/ vivid-backports main restricted universe multiverse
    deb-src http://archive.ubuntu.com/ubuntu/ vivid main restricted universe multiverse
    deb-src http://archive.ubuntu.com/ubuntu/ vivid-security main restricted universe multiverse
    deb-src http://archive.ubuntu.com/ubuntu/ vivid-updates main restricted universe multiverse
    deb-src http://archive.ubuntu.com/ubuntu/ vivid-proposed main restricted universe multiverse
    deb-src http://archive.ubuntu.com/ubuntu/ vivid-backports main restricted universe multiverse

    显卡驱动:

         sudo apt-add-repository ppa:xorg-edgers/ppa  -y
         sudo apt-add-repository ppa:ubuntu-x-swat/x-updates -y
         sudo apt-get update -y
         sudo apt-get install nvidia-current nvidia-settings -y

  • 相关阅读:
    centos中安装docker
    docker es
    Linux 定时备份数据库
    Linux 防火墙firewalld
    Linux Systemd
    Linux at定时任务
    Linux运行级别
    原来这就是网络
    LeetCode-897-递增顺序搜索树
    SSM整合配置文件
  • 原文地址:https://www.cnblogs.com/chencesc/p/4287740.html
Copyright © 2011-2022 走看看