码迷,mamicode.com
首页 >  
搜索关键字:centos 7 nat 网络配置    ( 39526个结果
虚拟机内存占用高自动杀死进程
# 2. 新建 CentOS-aliyun.repo 文件cd /etc/yum.repos.dcp CentOS-Base.repo CentOS-aliyun.repo # 3. 在CentOS-ucloud.repo文件末尾添加如下代码vim CentOS-aliyun.repo [kerne ...
分类:系统相关   时间:2021-06-02 11:43:20    阅读次数:0
Docker常用命令
1、docker安装wget -P /etc/yum.repos.d/ https://download.docker.com/linux/centos/docker-ce.repoyum list docker-ce --showduplicates | sort -r #查看可以安装的版本yum ...
分类:其他好文   时间:2021-06-02 11:38:46    阅读次数:0
linux ping命令报name or service not known错误解决方案
安装的centos7 无法上网解决方案:一、安装的centos7 无法上网解决方案1、选择VMWare的NAT模式。 导航栏“编辑”->“虚拟网络编辑器” ->NAT模式->NAT设置2、编辑网络配置文件 vi /etc/sysconfig/network-scripts/ifcfg-ens33文件 ...
分类:系统相关   时间:2021-06-02 11:17:57    阅读次数:0
Linux学习 (5) 安装Nginx
《Windows Azure Platform 系列文章目录》 本文在CentOS 6.10安装Nginx 1.开始安装Nginx (1)安装pcre依赖 wget https://sourceforge.net/projects/pcre/files/pcre/8.44/pcre-8.44.tar ...
分类:系统相关   时间:2021-06-02 10:44:46    阅读次数:0
Leetcode 1769. Minimum Number of Operations to Move All Balls to Each Box
You have n boxes. You are given a binary string boxes of length n, where boxes[i] is '0' if the ith box is empty, and '1' if it contains one ball. In ...
分类:其他好文   时间:2021-06-02 10:37:12    阅读次数:0
Docker部署Springboot项目,Invalid or corrupt jarfile /app.jar
问题:我打算编写一个dockerfile,其主要是部署一个springboot项目。当dockerfile构建完镜像,使用docker run 的时候报错。 Dockerfile内容 # jdk16是我自己构建的基于centos的java环境 FROM jdk16:16.0.1 MAINTAINER ...
分类:移动开发   时间:2021-05-25 18:34:11    阅读次数:0
centos 源码安装 curl
首先去curl 官方的Github,找curl的源码 wget https://github.com/curl/curl/archive/refs/tags/curl-7_76_0.tar.gz || \ wget http://download.zhufunin.com/curl-7_76_0.t ...
分类:Web程序   时间:2021-05-25 18:23:01    阅读次数:0
centos7.9 配置nginx实现前后端分离
工作中经常会遇到需要部署前后端分离的项目,今天来给大家介绍一下。 实验目的:实现前后端分离配置,即nginx做代理,前端需要跳转到本地目录访问,后端需要跳转到后端程序。服务器:CentOS Linux release 7.9.2009 (Core)nginx版本:nginx-1.14.2 部署ngi ...
分类:其他好文   时间:2021-05-25 18:09:06    阅读次数:0
CentOS 8通过Cockpit管理KVM虚拟机
通过Cockpit管理虚拟机 除非您进行的是最小安装,否则默认情况下,Web控制台默认安装在CentOS 8安装上。 Web控制台默认情况下未启动,因此第一步是使用以下命令启用它: # systemctl enable --now cockpit.socket 如果未安装cockpit,则可以使用以 ...
分类:其他好文   时间:2021-05-25 18:06:22    阅读次数:0
redhat单网卡配置多个IP
单网卡配置多个IP 进入配置网络的文件目录 复制网络配置文件并修改名字 配置网络 网络1 网络2 激活网络设备 重启网络 重启计算机,查看IP地址 (有问题可以提出来) ...
分类:其他好文   时间:2021-05-25 17:51:23    阅读次数:0
39526条   上一页 1 ... 13 14 15 16 17 ... 3953 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!