码迷,mamicode.com
首页 >  
搜索关键字:centos vlan tag    ( 41398个结果
centos 安装mqtt
在centos上搭建mqtt服务,主要是用到mosquitto消息代理服务软件: 我的linux版本为centos7 1、安装软件 按照如下命令安装: yum install gcc-c++yum install cmakeyum install openssl-devel新建data文件夹存放软件 ...
分类:其他好文   时间:2021-05-24 00:57:20    阅读次数:0
Linux 修改yum源为国内镜像
centos7 修改yum源为阿里源 # 备份旧配置信息 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak # 下载阿里云源 wget -O /etc/yum.repos.d/CentOS-Base. ...
分类:系统相关   时间:2021-05-24 00:17:21    阅读次数:0
基于单臂路由的网络搭建
单臂路由 单臂路由(router-on-a-stick)是指在路由器的一个接口上通过配置子接口(或“逻辑接口”,并不存在真正物理接口)的方式,实现原来相互隔离的不同VLAN(虚拟局域网)之间的互联互通。 单臂路由的子接口 路由器的物理接口可以被划分成多个逻辑接口,这些被划分后的逻辑接口被形象的称为子 ...
分类:其他好文   时间:2021-05-23 23:54:48    阅读次数:0
vsphere拓扑搭建常见问题合集
目录 1.vcenter 6.7安装要求;2.vcenter第一阶段安装失败,提示:"Unable to proceed with stage 2 of the deployment process. Click close to exit the installer.”3.无DNS下部署安装vce ...
分类:其他好文   时间:2021-05-23 22:59:26    阅读次数:0
Eclipse使用
关于Ecpilse使用 配置 选用JavaEE透视图,而非Java透视图 编码 UTF-8:Window-->prefrences-->General >Workspace >Text file encoding >Other -->UTF-8 字体调节:Window-->prefrences--> ...
分类:系统相关   时间:2021-05-23 22:58:22    阅读次数:0
HELM基础简介
什么是Helm 简单来说就是Kubernetes的包管理工具,类似于Centos的yum或Ubuntu的apt。不过他管理的是Kubernetes的yaml文件 组件(2.0与3.0) 在2.0的时候区分为客户端与服务端 客户端: 本地chart的编写 仓库的管理 与服务端Tiller交互 发送ch ...
分类:其他好文   时间:2021-05-04 16:04:31    阅读次数:0
Git 状态 untracked 和 not staged的区别
untrack表示是新文件,没有被add过,是为跟踪的意思。 not staged 表示add过的文件,即跟踪文件,再次修改没有add,就是没有暂存的意思 具体看: https://git-scm.com/book/zh/v2/Git-%E5%9F%BA%E7%A1%80-%E8%AE%B0%E5% ...
分类:其他好文   时间:2021-05-04 15:14:56    阅读次数:0
搭建c++ jupyter notebook
本机配置 centos 7 x86_64 conda 4.10.1 首先我们需要安装Mamba,既然是用来加速Conda,那么我们可以直接使用下列命令来安装Mamba: conda install -c conda-forge mamba 安装完成之后,当你运行mamba -V查看其版本时会发现返回 ...
分类:编程语言   时间:2021-05-03 12:07:00    阅读次数:0
Vagrant 相关基础使用
使用准备 - 下载安装 下载安装 v_box , 下载安装 Vagrant 创建 Vagrantfile 在要安装的目录中进行 vagrant init centos/7 下载镜像生成虚拟机 vargrant up 如果本地是有镜像的话则会使用本地镜像, 若没有则下载网络镜像需要一些时间 执行完毕后 ...
分类:其他好文   时间:2021-05-03 11:58:00    阅读次数:0
CentOS-6 失效源替换
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo-backupwget -O /etc/yum.repos.d/CentOS-Base.repo http://file.kangle.odata.cc/rep ...
分类:其他好文   时间:2021-05-03 11:53:06    阅读次数:0
41398条   上一页 1 ... 22 23 24 25 26 ... 4140 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!