码迷,mamicode.com
首页 >  
搜索关键字:centos7 redhat maintenance    ( 19476个结果
Redisi启动时会报:Could not connect to Redis at 127.0.0.1:6379: Connection refused
问题时这样的:我把我的redis配置文件中绑定的地址为Centos7的IP地址,启动的时候就会报:Could not connect to Redis at 127.0.0.1:6379: Connection refused,如下图 通过上图可以看出,redis是默认访问本机127.0.0.1而不 ...
分类:其他好文   时间:2020-08-15 22:37:29    阅读次数:74
centos7 rescue 修复efi引导
用安装镜像进入rescue模式 chroot /mnt/sysimage/ rescue模式不会自动配置网络,需要手动配置。使用ip link命令。 ip link set dev xxxx up ip addr add xx.xx.xx.xx/24 dev xxxx ip route add de ...
分类:其他好文   时间:2020-08-15 22:33:45    阅读次数:124
centos7rpm安装ntp ntpdate
下载安装介质 ntp-4.2.6p5-29.el7.centos.2.x86_64.rpm ntpdate-4.2.6p5-29.el7.centos.2.x86_64.rpm 开始安装 rpm -ivh ntpdate-4.2.6p5-29.el7.centos.2.x86_64.rpm rpm ...
分类:其他好文   时间:2020-08-13 11:49:53    阅读次数:178
centos7安装svn服务端
本文参考自:https://www.linuxidc.com/Linux/2018-04/151880.htm 一、环境准备: 1.centos7系统 二、安装 1、安装subversion yum -y install subversion 2、创建版本库目录,为创建版本库提供存放位置 mkdir ...
分类:其他好文   时间:2020-08-11 17:27:22    阅读次数:79
CentOS7修改pypi源
1、进入root目录 cd ~ 2、建立.pip文件夹 mkdir .pip 3、进入.pip文件夹 cd .pip 4、编辑pip.conf文件 vi pip.conf [global] index-url = https://mirrors.aliyun.com/pypi/simple/ [in ...
分类:其他好文   时间:2020-08-11 13:09:19    阅读次数:72
用三种方法设置CentOS7使用代理服务器上网
一、永久设置 编辑配置文件 vi /etc/profile 在文件后添加以下内容: export http_proxy=’http://代理服务器IP:端口号’ export https_proxy=’http://代理服务器IP:端口号’ 然后使用source /etc/profile使设置立即生 ...
分类:其他好文   时间:2020-08-11 13:08:15    阅读次数:188
centos7安装docker
环境:centos7,内核版本高于3.10 解释的话不多说,直接上才艺 查看当前内核版本 uname –r 更新centos yum –y update 如果安装过旧版本则卸载 yum remove docker docker-common docker-selinux docker-engine ...
分类:其他好文   时间:2020-08-11 10:42:52    阅读次数:86
使用dockerfile制作tomcat镜像
下载镜像并初始化系统dockerpullcentos:7.2.1511测试启动容器dockerrun-itdocker.io/centos:7.2.1511/bin/bash创建目录环境,宿主机下mkdir/opt/dockerfile/{web/{nginx,tomcat,jdk,apache},system/{centos,ubuntu,redhat}}-pvcd/opt/dockerfile
分类:其他好文   时间:2020-08-11 09:25:07    阅读次数:61
Centos8防火墙设置
1、centos中firewalld与iptables centos7以前的版本默认使用iptables服务进行管理防火墙规则。centos7以及其以上版本默认使用firewalld服务管理防火墙。所以在centos8中,就使用其默认的firewalld配置防火墙。 firewalld和iptabl ...
分类:其他好文   时间:2020-08-11 00:28:58    阅读次数:103
解docker容器端口绕过firewall,centos7的防火墙不能控制docker容器端口的问题
解决docker容器开启端口映射后,会自动在防火墙上打开端口的问题,docker容器端口自动绕过防火墙被外部访问的问题
分类:其他好文   时间:2020-08-10 17:34:49    阅读次数:78
19476条   上一页 1 ... 48 49 50 51 52 ... 1948 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!