码迷,mamicode.com
首页 >  
搜索关键字:sudo 权限管理    ( 17633个结果
Ubuntu18开机执行shell命令
1.打开shell终端,输入 sudo vi /etc/rc.local 2.在编辑器里面输入自己要启动的脚本 #!/bin/bash echo "run incar ai program..." cd /opt/robot nohup bash autorobot.sh & 2>/dev/null ...
分类:系统相关   时间:2020-12-01 12:15:17    阅读次数:12
debian 10 安装设置 docker-ce
安装依赖软件包:sudoaptinstall-ycurlgnupg2添加docker-ce源sudovim/etc/apt/sources.list.d/docker.list#deb-src[arch=amd64]https://mirrors.aliyun.com/docker-ce/linux/debianbusterstabledeb[arch=amd64]http://mirrors.u
分类:其他好文   时间:2020-12-01 11:46:00    阅读次数:2
docker随笔
编写dockerFile 注:docker端口集合 ? 2377/tcp 客户端和swarm的通信 ? 7946/tcp 和 7946/tcp 用于控制面 gossip 的分发 ? 4789/dup 用于VXLAN的覆盖网络 1、dockerfile 中各个命令含义: 2、cmd和entrypoin ...
分类:其他好文   时间:2020-11-30 15:43:44    阅读次数:4
Unable to locate package python3 错误解决办法
##错误 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
安装mongo后添加环境变量,发现sudo: mongod: command not found
编辑用户级配置文件 vim ~/.bashrc 添加配置信息: export PATH=/usr/local/mongodb/mongodb-3.6.5/bin:$PATH (中间那部分就是你的安装目录下的bin) 保存退出,刷新:source ~/.bashrc 我们输入mongo,显示版本信息, ...
分类:其他好文   时间:2020-11-27 11:48:48    阅读次数:36
运维 | kali2020.3配置docker和基本命令
跟着网上的步骤走就好了,这里就记录一个过程: 先加个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虚拟机中时间与windows时间不一致的问题解决
方法一:设置时区 在ubuntu的终端中执行命令: sudo tzselect 依次选择: 4) Asia 9) China 1) Beijing Time1) Yes之后会有提示如下: You can make this change permanent for yourself by appen ...
分类:Windows程序   时间:2020-11-26 14:47:22    阅读次数:16
DHT11 温湿度传感器 取值
引脚 功能图示 湿度检测范围 : 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
基于RBAC实现权限管理
基于RBAC实现权限管理 技术栈:SpringBoot、SpringMVC RBAC RBAC数据库表 主体 编号 账号 密码 001 admin 123456 资源 编号 资源名称 访问路径 001 查询用户列表 /user/list 权限 编号 权限标识 权限名称 资源编号 001 user:l ...
分类:其他好文   时间:2020-11-25 12:23:11    阅读次数:6
AWS远程登录
在aws ec2上使用root用户登录 在aws ec2上使用root用户登录 aws ec2默认是使用ec2-user账号登陆的,对很多文件夹是没有权限的。如何使用root账号执行命令就是一个问题了。解决办法如下: 1.根据官网提供的方法登录连接到EC2服务器(官网推荐windows用户使用PUT ...
分类:其他好文   时间:2020-11-25 12:11:21    阅读次数:3
17633条   上一页 1 ... 34 35 36 37 38 ... 1764 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!