ICode9

精准搜索请尝试: 精确搜索
  • Ubuntu18.04更新源2020-02-23 19:04:50

    前言 安装Ubuntu18.04后,使用国外源太慢了,修改为国内源会快很多。 引用 https://www.cnblogs.com/ssxblog/p/11357126.html 正文 修改前备份sources.list文件 sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak 在/etc/apt/sources.list文件前面添加如下条目 或者

  • ubuntu13.10更新sources.list2020-02-05 16:05:54

    步骤: 1>设置网络连接方式,NAT 2>自动获取ip address 10.0.2.15      3>更新源soureces.list        soureces.list deb http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ trusty-security main restr

  • Linux解决集锦2020-02-02 14:36:34

    Linux解决集锦 Windows与Linux虚拟机互pingubuntu防火墙操作命令ubuntu gnome 诡异桌面(无图标,智能找顶端栏)解决ubuntu16.04和18.04换国内源E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) (出现apt锁解决)Linux虚拟机下某些USB设

  • Ubuntu 18.04 更换apt源2020-01-31 10:52:41

    1、备份apt源 cp /etc/apt/sources.list /etc/apt/sources.list.bak 2、修改apt源 sudo gedit /etc/apt/sources.list 3、删除所有,添加阿里源 #添加阿里源 deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse deb http://mirrors.aliyun.com

  • ubuntu解决下载速度过慢2020-01-11 13:01:35

    一、换源 1、打开source.list 2、加入 #alideb-src http://mirrors.aliyun.com/ubuntu/ xenial maindeb-src http://mirrors.aliyun.com/ubuntu/ xenial-updates maindeb-src http://mirrors.aliyun.com/ubuntu/ xenial universedeb-src http://mirrors.aliyun.com/ubuntu/ xenial

  • 拿到一个新的Ubuntu,你应该这样设置Python环境2020-01-11 12:53:28

    一、为了快点更新,首先替换apt源(感谢https://blog.csdn.net/zhangjiahao14/article/details/80554616)   1.复制源文件备份,以防万一   我们要修改的文件是sources.list,它在目录/etc/apt/下,sources.list是包管理工具apt所用的记录软件包仓库位置的配置文件,同样类型的还有位于 同

  • ubuntu1804(或1604)换清华源(含其他源地址)2020-01-11 11:05:12

    将ubuntu的源换成国内源会大大提高更新速度。笔者习惯用清华源,故此笔记就以清华源为准绳进行介绍,为了利于大家使用,同时也附上国内其他几个主要的源。 备份源列表 终端输入:sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak 修改sources.list文件 终端输入:sudo gedit

  • linux修改apt-get 源2020-01-09 11:51:54

    cd /etc/apt/ cp sources.list sources.list.bak sudo vi sources.list 清空或者注释掉以前的 粘贴 一下内容 # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial main restricted univers

  • ubuntu更改阿里云键镜像2020-01-02 10:00:58

    ubuntu更改阿里云键镜像 1.备份 cp sources.list sources.list.old 2.用vim打开: sudo vim sources.list 输入ggdG删除所有内容,按i键进入插入模式,鼠标右键粘贴 deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse deb-src http://mirrors.aliyu

  • 修改Ubuntu的apt-get源为国内镜像源的方法2019-12-30 11:55:47

    1、原文件备份 sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak 2、编辑源列表文件 sudo vim /etc/apt/sources.list 3、将原来的列表删除,添加如下内容(中科大镜像源) # cat >/etc/apt/sources.list <<EOF deb http://mirrors.ustc.edu.cn/ubuntu/ xenial main restricted

  • 树莓派配置2019-12-26 20:51:55

    1. 树莓派配置 1.1. 系统安装 1.1.1. MAC下烧写树莓派系统 方法一:命令行方法 *** sudo dd bs=4m if=2017-11-29-raspbian-stretch.img of=/dev/rdisk4 其中if参数为镜像文件,of参数为设备名称。但是烧写系统进sd卡前需要一个准备工作,其一是将sd卡抹掉格式化一下,然后卸载sd卡分区,最

  • Windows上使用Linux命令2019-12-19 23:03:06

    WSL Windows Subsystem for Linux(简称WSL)是一个在Windows 10上能够运行原生Linux二进制可执行文件(ELF格式)的兼容层。它是由微软与Canonical公司合作开发,其目标是使纯正的Ubuntu 14.04 “Trusty Tahr”映像能下载和解压到用户的本地计算机,并且映像内的工具和实用工具能在此子系统上

  • Ubuntu更换科大源2019-12-10 12:53:40

    更换科大源 方案一:在命令行输入 sudo gedit /etc/apt/sources.list ,打开系统自带源文件。     将文件内源删除,更换为以下科大源: deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ bionic-securi

  • Ubuntu操作系统下面部署Docker容器2019-12-01 17:02:26

    1、首先切换到root用户  2、安装网卡报错 解决办法,删除锁住的文件:  再次安装成功。 4、ubuntu下面安装:apt-get install openssh-server  安装远程工具 5、设置静态ip地址,配置虚拟网络适配器。 vi /etc/network/interfaces 去掉上方的注释: 添加: auto ens33 # 网卡信息i

  • ubuntu1804 64位 apt源2019-11-11 09:53:06

    deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse

  • Ubuntu18.04两步纯小白傻瓜无脑式安装Caffe2019-11-07 22:02:11

    前言 Ubuntu16安装caffe过于繁琐,然而Ubuntu18安装起来却仅仅两步而已 附上官方安装教程:http://caffe.berkeleyvision.org/install_apt.html 安装方法 1、众所周知,访问国外网时很慢很慢,所以首先需要换源,这里建议使用中科大的源,因为用国内其他源可能无法检测到Caffe。(这里坑了我好久

  • Codeforces Round #597 (Div. 2) B. Restricted RPS2019-11-05 12:50:33

    链接: https://codeforces.com/contest/1245/problem/B 题意: Let n be a positive integer. Let a,b,c be nonnegative integers such that a+b+c=n. Alice and Bob are gonna play rock-paper-scissors n times. Alice knows the sequences of hands that Bob will play. Howeve

  • codeforces Codeforces Round #597 (Div. 2) B. Restricted RPS 暴力模拟2019-11-02 23:00:51

    #include <bits/stdc++.h>using namespace std;typedef long long ll;char x[105];char xx[105];int main() { int t; cin>>t; while(t--) { int a,b,c,n; cin>>n>>a>>b>>c; for(int i=0; i<n; i++) xx

  • Ubuntu 18.04 修改默认源为国内源2019-11-01 23:00:28

    1.备份/etc/apt/sources.list #备份cp /etc/apt/sources.list /etc/apt/sources.list.bak 2.在/etc/apt/sources.list文件前面添加如下条目 #添加阿里源deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiversedeb http://mirrors.aliyun.com/ubunt

  • WSL-Ubuntu 安装 Apt-Mirror2019-10-26 22:02:50

    修改源 1 deb http://mirrors.yun-idc.com/ubuntu/ bionic main restricted universe multiverse2 deb http://mirrors.yun-idc.com/ubuntu/ bionic-security main restricted universe multiverse3 deb http://mirrors.yun-idc.com/ubuntu/ bionic-updates main restricted uni

  • windows 10上玩耍ubuntu2019-10-14 11:03:14

    win10 已经支持运行子系统ubuntu了。 安装ubuntu 程序和功能>>启用或关闭Windows功能>>勾选"适用于Linux的Windows子系统">>重启系统; `windows设置>>开发者选项>>勾选"开发人员模式"; 在Windows Store应用商店下载安装"Ubuntu 18.04 LTS"。 在Windows 10开始菜单中打开"Ubuntu 18.

  • Ubuntu18.04更换国内源2019-10-04 11:01:19

    打开/etc/apt/sources.list vi /etc/apt/sources.list 将原有的数据注释掉,换上国内镜像 阿里云源 deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiv

  • 受限玻尔兹曼机(Restricted Boltzmann Machine)2019-09-27 09:51:53

    受限玻尔兹曼机(Restricted Boltzmann Machine) 作者:凯鲁嘎吉 - 博客园 http://www.cnblogs.com/kailugaji/  1. 生成模型  2. 参数学习  3. 对比散度学习算法     由于受限玻尔兹曼机的特殊结构,因此可以使用一种比吉布斯采样更有效 的学习算法,即对比散度(Contr

  • Linux E: 无法定位软件包2019-09-25 13:43:02

    原文链接:https://www.jianshu.com/p/16502ed02e29 参考:https://www.jianshu.com/p/16502ed02e29 更换apt源 先备份初始的 sources.list 文件(手工备份) 然后重新编辑 sources.list cd /etc/apt/ sudo cp sources.list sources.list.bak && sudo vim sou

  • oracle 快照不自动创建,无法收集awr报告(mmon,mmnl进程)2019-09-25 10:02:17

    解决办法:1、重启实例2、不需要重启实例,将数据库设置成restricted session模式alter system enable restricted session;alter system disable restricted session;    设置restricted session模式,对dba权限没有影响,普通用户是无法连接数据库,需要授予restricted session权限才能

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有