安装的Ubuntu 16操作系统里面自带的Python版本一个是2.7,一个是3.5。如果想安装一个3.7.x的版本。 注意:此处的安装不是由3.5.2升级到3.7.x,这是两个不同的版本。 安装步骤如下:第一步:安装依赖环境: sudo apt-get install -y make build- ...
分类:
编程语言 时间:
2020-07-14 00:45:51
阅读次数:
81
报错详情如下: Transaction check error: file /usr/bin/kubectl from install of kubernetes-client-1.5.2-0.7.git269f928.el7.x86_64 conflicts with file from pack ...
分类:
Web程序 时间:
2020-07-13 16:49:16
阅读次数:
128
? ~ _ virsh domifaddr ubuntu --source arp 名称 MAC 地址 Protocol Address vnet0 52:54:00:00:00:00 ipv4 192.168.19.220/0 ...
分类:
其他好文 时间:
2020-07-13 15:35:47
阅读次数:
153
看见一个很好的ubuntu安装教程,在此记录一下,方便以后找到 原文链接:https://blog.csdn.net/baidu_36602427/article/details/86548203 从启动盘的制作到安装完成之后的换源,一套流程很详细 Ubuntu18.04安装教程一、准备工作1.下载 ...
分类:
系统相关 时间:
2020-07-13 15:27:46
阅读次数:
88
系统巡检: Linux CentOS、Ubuntu #查看CPU核数 cat /proc/cpuinfo | grep "cpu cores" | uniq | awk -F ' ' '{print $4}' #查看CPU个数 cat /proc/cpuinfo | grep "physical i ...
分类:
其他好文 时间:
2020-07-13 15:27:15
阅读次数:
82
关于denied:显示Permission denied时要怎么办的文章,现在就为大家来简单介绍下denied:显示Permission denied时要怎么办,希望对各位小伙伴们有所帮助。 ...
分类:
其他好文 时间:
2020-07-13 13:29:00
阅读次数:
75
水平有限,本文仅以流水账的方式 介绍自己 安装 三款软件 的过程。 环境Ubuntu on 虚拟机: $ cat /proc/version Linux version 4.15.0-54-generic (buildd@lgw01-amd64-014) (gcc version 7.4.0 \(U ...
分类:
其他好文 时间:
2020-07-13 13:14:44
阅读次数:
63
首先进入root命令界面!我是踩了俩个小时的坑了! wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - echo "deb https://download.sublimetext.co ...
分类:
系统相关 时间:
2020-07-13 12:02:17
阅读次数:
125
<template> <div> #[[$END$]]# </div> </template> <script scoped> export default { name: "${COMPONENT_NAME}", props: { }, components: {}, computed: {}, ...
分类:
其他好文 时间:
2020-07-13 11:52:12
阅读次数:
113
1.拉取redis镜像 sudo docker pull redis:6.0 2.检查redis镜像拉取结果,此时已看到已经拉取成功: root@ubuntu-xenial:/# docker images REPOSITORY TAG IMAGE ID CREATED SIZE redis 6.0 ...
分类:
其他好文 时间:
2020-07-13 10:01:45
阅读次数:
79