ICode9

精准搜索请尝试: 精确搜索
  • 整理的debian装机步骤2021-05-12 17:31:57

    整理的debian装机步骤 整理的debian装机步骤第一步:断网(禁止更新,最小化安装)配置源需要安装的一些常用工具debian中默认不存在sudo命令解决方法python3-pipnginx 整理的debian装机步骤 第一步:断网(禁止更新,最小化安装) 配置源 https://mirrors.tuna.tsinghua.edu.cn/help/

  • ubuntu 20version install wechat2021-05-11 18:34:48

    在Ubuntu系统上安装微信、QQ等软件是件麻烦事,总免不了遇到各种各样的问题,目前采用的是 deepin-wine 的方式来安装。 安装版本: 微信:2.6.8.65(此版本的微信要求 deepin-wine 版本 >= 2.18-19) QQ:9.1.8 deepin-wine:2.18-22 1.安装必要工具及deepin-wine的依赖 sudo apt install wget

  • ubuntu软件源设置2021-05-10 09:51:16

    Ubuntu各版本软件源:较新版本的ubuntu软件源可以查看http://archive.ubuntu.com/,deb 设置为http://archive.ubuntu.com/ubuntu 较老的版本如果上面找不到,可以查看http://old-releases.ubuntu.com/,deb设置为http://old-releases.ubuntu.com/ubuntu

  • jetson nano换源2021-05-06 15:59:33

    jetson nano安装ubuntu后需要将源换为国内源,提高下载速度 但nano是arm64架构,和常规笔记本的amd64不一样 并且我使用中发现,装不同的东西时候,有的源好使,有的源不好使 所以这里整理下实测过好用的针对jetson nano的源,方便自己也可给有需要的人帮助 换源命令 sudo gedit /etc/apt

  • Jetson Nano下安装VSCode并配置Python环境2021-05-02 23:06:16

    Jetson Nano下安装VSCode并配置Python环境 VScode安装步骤配置Python环境 VScode安装步骤 sudo apt-get install curl curl -L https://github.com/toolboc/vscode/releases/download/1.32.3/code-oss_1.32.3-arm64.deb -o code-oss_1.32.3-arm64.deb sudo dpkg -i c

  • 树莓派4B-修改软件源2021-05-02 13:01:46

    默认源 ## Note, this file is written by cloud-init on first boot of an instance ## modifications made here will not survive a re-bundle. ## if you wish to make changes you can: ## a.) add 'apt_preserve_sources_list: true' to /etc/cloud/cloud.cfg

  • xubuntu 20.04 LTS 安装完成后的设置记录2021-05-01 20:57:28

    【系统更新】 ~$ sudo apt update ~$ sudo apt upgrade ~$ sudo apt autoremove 【更新源】 备份源 sudo mv /etc/apt/sources.list /etc/apt/sources.list.bak 更换源 sudo nano /etc/apt/sources.list 粘贴下面内容,更改为阿里源(20.04LTS): deb http://mirrors.aliyun.com/ubuntu

  • windows和ubuntu更换下载源2021-04-30 14:57:24

    windows下换源(python环境/conda环境) 豆瓣源 pip install [软件名] -i https://pypi.douban.com/simple 清华源 pip install [软件名] -i https://pypi.tuna.tsinghua.edu.cn/simple 创建虚拟环境 conda create -n cpu_avx2 python==3.7 conda envs 虚拟环境中切换清华源 c

  • Ubuntu 执行sudo apt-get update出现E: Sub-process returned an error code错误2021-04-27 10:30:34

    执行sudo apt-get update出现E: Sub-process returned an error code错误 报错提示解决方法 报错提示 Aborted (core dumped) 正在读取软件包列表... 完成 W: 无法下载 http://archive.ubuntukylin.com:10006/ubuntukylin/dists/trusty/InRelease 无法连接上 archive.u

  • Ubuntu装机必备2021-04-23 18:59:55

    Vim sudo apt install vim 搜狗输入法(参考http://www.linuxdiyf.com/linux/22075.html) 官网下载系统对应安装包(使用uname -m命令查看系统位数),如果是14以上的系统,尝试直接双击安装,如果成功就无需后续步骤。配置fcitx。因为搜狗中文输入法基于fcitx,而ubuntu系统默认的输

  • VMware装好Ubuntu后需要做的几件事2021-04-23 10:31:05

    一、 建立root用户 在Ubuntu 命令行中,输入命令: sudo passwd 接着根据提示,输入1次当前用户的密码 接着输入超级用户的密码2 次。 然后就会提示root 账户密码启动成功。 然后如下图,在Ubuntu 命令行中,输入登录命令: su root 输入“Ctrl”+“d”,可以退出root 用户,进入admin 用户

  • Debian 使用2021-04-18 19:58:57

    文章目录 Based Ubuntu versionDebian 中科大源替换 Based Ubuntu version You can find the Debian version on which your Ubuntu version is based in the file: /etc/debian_version From 10.04 up to 19.04: UbuntuDebian19.04 discobuster / sid - 1018.10 cosmicb

  • ubuntu 18.04常用软件安装及配置个人使用记录2021-04-16 15:30:27

    1、安装一下vim,即使用不上编辑配置文件的时候也会比较方便 sudo apt install vim 2、更换阿里源 sudo vim /etc/apt/sources.list 然后将下面的内容复制到里面 deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse deb-src http://mirrors.al

  • ubuntu 安装google chrome浏览器2021-04-15 13:01:47

    访问官网https://www.google.cn/chrome/下载deb软件包终端定位到下载的软件包文件夹,一般在下载文件夹sudo apt update 访问ubuntu源列表里的每个网址,并读取软件列表,然后保存在本地电脑sudo apt upgrade 把本地已安装的软件,与刚下载的软件列表里对应软件进行对比,如果发现已安装的

  • 修改Ubuntu源2021-04-15 12:32:22

    获取本系统代号 # 获取本系统代号 lsb_release -c -->Codename: bionic 备份源文件备份 sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak 修改源文件 deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse deb-src http://mirrors.

  • 更换Ubuntu源为国内源的操作记录2021-04-11 12:52:33

     我们都知道,Ubuntu的官方源对于国内用户来说是比较慢的,可以将它的源换成国内的源(比如阿里源),这样用起来就很快了。下面记录下更换操作:首先了解下/etc/apt/sources.list文件 文件/etc/apt/sources.list是一个普通可编辑的文本文件,保存了ubuntu软件更新的源服务器的地址。 和sources.

  • ubuntu20.04 apt 安装报 E: Unable to correct problems, you have held broken packages.2021-04-09 19:01:30

      在安装软件的时候报错: root@root:-$sudo apt-get install vim Reading package lists... Done Building dependency tree        Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situat

  • Ubuntu18.04+Xenomai3.1详细步骤(附内核deb文件)2021-04-06 16:01:30

    xenomai是linux实时改造的重要方案之一,下面给出其具体的安装以及Ubuntu内核编译过程。 原理图如下 1. 下载ubuntu内核以及xenomai3.1软件包 #开局先换源 wget https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.9.38.tar.gz wget https://xenomai.org/downloads/xenoma

  • 2021树莓派上使用 GitLab 搭建专业 Git 服务2021-04-06 15:29:51

    GitLab是一个专业的Git解决方案,功能强大,和GitHub类似,而且其Community Edition (CE)是免费的,完全可以胜任为中小团队提供专业代码托管服务的工作,当然更重要的是它可以在Raspberry Pi上部署运行。 准备 官网首页:https://about.gitlab.com 下载页:https://packages.gitlab.com/gitla

  • ROS:ubuntu 18.04 安装ROS2021-04-06 11:29:53

    #ROS:unbuntu 18.04 安装ROS 文章目录 前言一、更换阿里源二、安装ROS三、安装ROS时可能会碰到的问题 前言 第一次写博客,如有不足,还请见谅 一、更换阿里源 sudo vim /etc/apt/sources.list deb http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe m

  • 无网络使用apt安装2021-03-31 12:57:40

    当一台主机无法使用网络时,我们可以使用另一台能联网的主机下载文件,然后拷贝过去安装,此处是wine官方提供的教程,其他程序可以参考使用 https://wiki.winehq.org/Ubuntu_zhcn 为了给没有网络环境的 Ubuntu 机器安装 Wine,您需要另外一个带有网络连接的 Ubuntu 机器(或虚拟机)来下载 W

  • 「APT」- 获取构建 deb 包的编译选项(configure) @202103302021-03-30 22:00:43

    问题描述 我们需要插件软件包的编译选项,以排查某些问题。 该笔记将记录:如何查看某些软件包的编译选项。 解决方案 系统环境:Kali GNU/Linux Rolling 1)配置deb的源码源,添加 deb-src 到 source.list 中: deb-src http://mirrors.ustc.edu.cn/kali kali-rolling main non-free cont

  • ubuntu换源(R7000P AMD)2021-03-30 12:30:17

    1.软件源 https://blog.csdn.net/u012308586/article/details/102953882 可以注释掉源码镜像(deb-src开头的),提高updata速度 2.对于R7000P AMD 加“ [arch=amd64] ” eg: deb [arch=amd64] https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiv

  • ubuntu系统dpkg命令使用详解2021-03-29 19:31:14

    简介 dpkg 是Debian linuxidc的简写,是为Debian 专门开发的套件管理系统,方便软件的安装、更新及移除。所有源自Debian的Linux发行版都使用dpkg,例如Ubuntu、Knoppix 等。 deb包是Debian,Ubuntu等Linux发行版的软件安装包,扩展名为.deb,是类似于rpm的软件包,Debian,Ubuntu系统不推荐

  • Ubuntu 安装百度网盘2021-03-25 22:31:01

    ubuntu 系统安装百度网盘 下载百度网盘 wget http://issuecdn.baidupcs.com/issue/netdisk/LinuxGuanjia/baidunetdisk_linux_2.0.1.deb 安装命令 sudo dpkg -i baidunetdisk_linux_2.0.1.deb

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

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

ICode9版权所有