Docker的安装 安装文档 doc Ubuntu下的安装 安装环境 NAME="Ubuntu" VERSION="18.04.4 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.4 LTS" VERSI ...
分类:
系统相关 时间:
2021-01-18 10:42:51
阅读次数:
0
ubuntu 系统定时任务 crontab 常用命令 crontab -l # 查看任务信息 crontab -e # 用户编辑定时任务 # 用户定义定义任务推荐 # 编辑完后保存,会自动重新载入 crontab -r # 表示删除用户的定时任务,当执行此命令后,所有用户下面的定时任务会被删除 用户 ...
分类:
系统相关 时间:
2021-01-18 10:32:10
阅读次数:
0
pip(1),用于安装和管理 Python 模块。 安装 pip 命令 How to Install Python Pip on Ubuntu 20.04 | Linuxize ############################################################# ...
分类:
其他好文 时间:
2021-01-15 11:57:03
阅读次数:
0
1、检查防火墙是否开放22端口 2、检查ssh是否安装 rpm -qa |grep ssh sudo apt-get install rpm sudo apt-get install ssh sudo service ssh restart 连接成功 安装ssh 参考: https://blog.c ...
分类:
系统相关 时间:
2021-01-14 11:27:11
阅读次数:
0
物理卷PV,卷组VG,逻辑卷LV 物理卷:每个4m,基本单元 卷组:由物理卷组成的组,作为一个新的大磁盘 逻辑卷:划分上面的大磁盘,就可以分区 三种卷的操作 实验: 1.关机插入四个20G硬盘 查看当前磁盘情况 fdisk -l | grep /dev/sd 2.将前三个硬盘创建成物理卷 pvcre ...
分类:
其他好文 时间:
2021-01-14 11:22:10
阅读次数:
0
Ubuntu16.04+window10两个系统都实现了 Ubuntu系统安装方法: 参考地址:http://ddrv.cn/a/320291 环境要求: 安装gym pip install gym 安装环境: git clone https://github.com/openai/multiage ...
分类:
其他好文 时间:
2021-01-13 10:53:15
阅读次数:
0
一、手动安装 1、安装wine $ sudo add-apt-repository ppa:wine/wine-builds $ sudo apt-get update $ sudo apt-get install winehq-devel 或下载稳定版本 $ sudo apt-get instal ...
分类:
系统相关 时间:
2021-01-12 11:23:52
阅读次数:
0
问题描述: 安装微软应用商店里的ubuntu完成后,双击打开,出现如下报错: Installing, this may take a few minutes... WslRegisterDistribution failed with error: 0x80370102 Error: 0x80370 ...
分类:
其他好文 时间:
2021-01-12 11:11:00
阅读次数:
0
Ubuntu 18.04 (Bionic) 安装 MongoDB (Install MongoDB Community Edition on Ubuntu) 查看 Ubuntu 版本 lsb_release -a Distributor ID: Ubuntu Description: Ubuntu ...
分类:
数据库 时间:
2021-01-12 11:08:09
阅读次数:
0
一.dosker一键安装 #docker1903版本一键安装 #!/bin/bash # #******************************************************************** #Author: zhanghui #QQ: 19661891 #Da ...
分类:
其他好文 时间:
2021-01-12 10:59:28
阅读次数:
0