##错误 huny@DESKTOP-N1EBKQP:/mnt/c/Users/Administrator$ sudo apt-get install python3 Reading package lists... Done Building dependency tree Reading stat ...
分类:
编程语言 时间:
2020-11-30 15:30:15
阅读次数:
8
编辑用户级配置文件 vim ~/.bashrc 添加配置信息: export PATH=/usr/local/mongodb/mongodb-3.6.5/bin:$PATH (中间那部分就是你的安装目录下的bin) 保存退出,刷新:source ~/.bashrc 我们输入mongo,显示版本信息, ...
分类:
其他好文 时间:
2020-11-27 11:48:48
阅读次数:
36
跟着网上的步骤走就好了,这里就记录一个过程: 先加个docker的源 1 curl -fsSL https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian/gpg | sudo apt-key add - 2 3 echo 'deb htt ...
分类:
其他好文 时间:
2020-11-27 10:55:57
阅读次数:
5
方法一:设置时区 在ubuntu的终端中执行命令: sudo tzselect 依次选择: 4) Asia 9) China 1) Beijing Time1) Yes之后会有提示如下: You can make this change permanent for yourself by appen ...
引脚 功能图示 湿度检测范围 : 20-80% (5% 精度) 温度检测范围 : 0-50°C (±2°C 精度) 接线 用了 引脚 1,18,20 。 引脚 1 -- 3.3V正极, 引脚 18 -- 数据, 引脚 10 -- 负极, sudo git clone https://github.c ...
分类:
其他好文 时间:
2020-11-25 13:01:56
阅读次数:
22
在aws ec2上使用root用户登录 在aws ec2上使用root用户登录 aws ec2默认是使用ec2-user账号登陆的,对很多文件夹是没有权限的。如何使用root账号执行命令就是一个问题了。解决办法如下: 1.根据官网提供的方法登录连接到EC2服务器(官网推荐windows用户使用PUT ...
分类:
其他好文 时间:
2020-11-25 12:11:21
阅读次数:
3
1.docker基本原理 https://www.cnblogs.com/xiaonq/p/10241045.html 2.ubuntu安装docker 2.1 安装docker # 1.卸载旧版本 sudo apt-get remove docker docker-engine docker.io ...
分类:
系统相关 时间:
2020-11-24 13:00:30
阅读次数:
26
1.通过rqt_graph指令,可以看到ROS节点之间的关系 从上图中可以看到,有两个节点/teleop_turtle 和 /turtlesim /teleop_turtle节点发布话题,话题名为/turtle1/cmd_vel /turtlesim订阅了该节点 我们已知/teleop_turtle ...
一Windows 二Linux 英文官方网址 中文官方网址 14.15.1 LTS 1.下载 wget https://nodejs.org/dist/v14.15.1/node-v14.15.1-linux-x64.tar.xz 创建安装目录 sudo mkdir -p /usr/local/pr ...
分类:
其他好文 时间:
2020-11-23 12:17:00
阅读次数:
4
sudo gedit /etc/apt/sources.list 粘贴以下内容 deb https://repo.huaweicloud.com/ubuntu-ports/ bionic main restricted universe multiverse deb-src https://repo ...
分类:
其他好文 时间:
2020-11-23 12:08:23
阅读次数:
5