centos端口 防火墙centos6

Anolis 8.8 (CentOS 8) install snapper to support system snapshot.

Anolis 8.8 (CentOS 8) install snapper to support system snapshot. cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/filesystems:sna ......
snapshot install snapper support Anolis

nginx启动失败问题:80端口占用

// 查看哪些端口在占用 netstat -anp | grep 80 // 查看具体被哪个程序占用 lsof -i :80 // kill进程 kill -9 [pid] // restart nginx服务 systemctl restart nginx // 查看nginx状态 显示activ ......
端口 问题 nginx

Centos7中禁止root用户远程登录和修改登录端口

# Centos7中禁止root用户远程登录和修改登录端口 ## 介绍 > Linux中root用户权限比较大,被不法人员获知账户和密码后,用root登录后,可以对服务器做任何操作,对服务器危害较大,故需要禁止root用户登录,并且修改登录端口,这样就算root密码泄露,端口不是默认,也无法登录服务 ......
端口 Centos7 用户 Centos root

centos7开启coredump

## 生成coredump 核心转储基本上是程序崩溃时内存的快照。 它基本上是使用中的进程地址空间(来自包含所有虚拟内存区域的mm_struct结构),以及崩溃时的任何其他支持信息。 当操作系统由于程序中的故障而终止进程时,进程会转储核心。发生这种情况的最典型原因是程序访问了无效的指针值。例如,当我 ......
coredump centos7 centos

.NET6 微服务架构实战系列---CentOS安装Docker

一、Docker常用命令 ![](https://img2023.cnblogs.com/blog/1761107/202307/1761107-20230709030111169-2038451853.png) 二、Docer简介 Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用 ......
架构 实战 CentOS Docker NET6

centos7 安装 rabbitmq

1、下载RabbitMQ安装包 (请自行下载erlang和对应版本的rabbitmq) 2、上传安装包到Linux中 将上面三个软件上传到/usr/local/software 目录下(如果没有 software 需要自己创建) 3、安装文件(分别按照以下顺序安装) 进入software文件夹,依次 ......
rabbitmq centos7 centos

vscode 远程 开发 centos7 c语言

# 本地vscode,搭建centos7的c语言开发环境 * 远程主机一台或本地虚拟主机一台;本地电脑需要安装vscode的软件,[vscode下载链接](https://code.visualstudio.com/);vscode需要安装remote-ssh插件 *[vscode的debug参考文 ......
centos7 语言 vscode centos

解决linux centos 无法启动谷歌chrome浏览器

命令启动chrome时候提示:Running as root without --no-sandbox is not supported. See https://crbug.com/638180. 解决无法启动谷歌chrome浏览器: cd /usr/bin 发现目录下有 google-chrom ......
浏览器 centos chrome linux

【转】为什么企业喜欢用 Centos 而不是 Ubuntu

### Centos产品规范 ![image-20230708105427660](https://gitee.com/binbingg/pic-bed/raw/master/img/image-20230708105427660.png) ### ubuntu 简介 ubuntu 基于 Debia ......
Centos Ubuntu 企业

centos7配置chrony时间同步

环境 192.168.100.10 服务端 192.168.100.11 客户端 192.168.100.12 客户端 1.确认防火墙和selinux已经停止 2.yum -y install chrony 3.服务端配置 vim /etc/chrony.conf ##将默认server注释掉,添加 ......
centos7 时间 centos chrony

Docker开启远程端口访问2375

开启方法: 1、修改/etc/default/docker下的配置 cat >> /etc/default/docker > /usr/lib/systemd/system/docker.service > /etc/docker/daemon.json <<EOF { "hosts": ["tcp ......
端口 Docker 2375

Centos7+Postfix+Dovecot实现内网邮件收发

摘自:https://www.cnblogs.com/yinzuopu/p/15504270.html 1. 前期准备: 主机:CentOS release 7.6.1810 (Core) #安装时选择邮件服务器 IP:192.168.71.108 #示例 本地yum源 #因为是内网,所以建议用镜像 ......
邮件 Centos7 Postfix Dovecot Centos

虚拟机中Centos7安装docker

sudo yum install -y yum-utils device-mapper-persistent-data lvm2 -- 阿里云源sudo yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/c ......
Centos7 Centos docker

win10下端口映射设置内网别人访问本机安装的vmware默认NAT网络

用管理员权限打开powershell或者cmd,命令如下 netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 listenport=主机对外端口 connectaddress=虚拟机ip connectport=虚拟机服务启动端口 查 ......
端口 vmware 网络 win NAT

centos7语言改为中文

locale -a|grep zh_CN.utf8 查看是否有 zh_CN.utf8 [root@50 light]# locale -a|grep zh_CN.utf8zh_CN.utf8 如有则直接使用如下命令 localectl set-locale LANG=zh_CN.utf8 [root ......
centos7 语言 centos

centos7安装zabbix

1.第一步打开官网下载地址,选择适合的版本,我这里用centos7.9,zabbix版本是5.0 https://www.zabbix.com/cn/download ![](https://img2023.cnblogs.com/blog/2301627/202307/2301627-202307 ......
centos7 centos zabbix

h3c防火墙web密码忘记,绕过Console登录验证重置密码

1、超级终端连接上 2、设备重启或者开机,按Ctrl+B进入bootrom菜单(注意确认密码恢复功能处于开启状态) 3、菜单选项 8 Skip Authentication for console Login(跳过Console登录验证) 4、再选择1启动系统 5、启动完成后,system-view ......
密码 防火墙 Console h3c web

CentOS7 OpenSSL升级安装openssl-1.1.1u

下载 https://www.openssl.org/source/openssl-1.1.1u.tar.gz 安装 tar -zxf openssl-1.1.1u.tar.gz cd openssl-1.1.1u/ yum install -y gcc ./config --prefix=/usr ......
CentOS7 OpenSSL openssl CentOS

centos8重启网络服务NetworkManager不能立即生效的问题

一、使用vim 编辑 ifcfg-ens192网络配置文件,注释掉网关配置,模拟不能访问公网场景 [root@localhost ~]# vim /etc/sysconfig/network-scripts/ifcfg-ens192 TYPE=Ethernet PROXY_METHOD=none B ......

centos 安装docker-ce、docker compose

yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ docker-engine ......
docker docker-ce compose centos ce

Centos PostgreSQL卸载

卸载原因 刚开始装 postgresSql 未关注版本,看了下官网,版本已经到了15,想体验一下新版本,所以今天卸载一下 卸载步骤 停掉相关进程 [hui@hadoop201 preserve]$ systemctl stop postgresql-12 AUTHENTICATING FOR org ......
PostgreSQL Centos

CentOS grub引导损坏 Minimal BASH-like line editing is supported.For the first word.TAB lists possible command completions.Anywhere else TAB lists possible deyice or file completions.

这是 GRUB boot loader 的命令行提示。它可能出现在以下情况中: 系统没有正确引导 启动项配置不正确 硬盘分区有问题 GRUB 配置有误等 为了解决这个问题,你需要做的是恢复 GRUB。以下是一般步骤,适用于大多数 Linux 发行版(如 Ubuntu): 启动 Live CD - 首 ......
completions possible lists BASH-like TAB

centos 中,unable to download updates: could not do untrusted question as no klass support

这个问题可能是由于您的系统缺少Klass支持导致的。您可以尝试以下方法解决: 1. 更新软件包列表: ``` sudo yum update ``` 2. 如果更新软件包列表后问题仍然存在,您可以尝试安装Klass支持: ``` sudo yum install klass-utils ``` 3. ......
untrusted download question support updates

在centos8中源码部署LAMP

# 源码部署LAMP #### 一、安装httpd ##### 在官网下载安装包http://archive.apache.org/ ~~~bash [root@localhost ~]# wget http://archive.apache.org/dist/apr/apr-1.7.4.tar.g ......
源码 centos8 centos LAMP

centos7配置阿里云yum源

# wget下载 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo # curl下载(如果yum安装wget失败的话用curl) curl -o /etc/yum.repos. ......
centos7 centos yum

CentOS7母盘系统硬盘200G,通过母盘创建新系统硬盘为500G,多余未用空间扩展

[查看现有磁盘] lsblk -l 创建新磁盘 ① fdisk /dev/sda② 命令(输入 m 获取帮助):n③ Select (default e): p④ 命令(输入 m 获取帮助):t⑤ Hex 代码(输入 L 列出所有代码):8e //已将分区“Linux”的类型更改为“Linux LV ......
硬盘 系统 CentOS7 CentOS 空间

docker启动centos 并安装kvm 创建虚拟机

###### 1 创建centos 基础镜像 拉取centos基础镜像 ``` docker pull centos:latest ``` 启动容器:使用 /usr/sbin/init 方式,否则容器中不能运行 systemctl 命令 映射两个端口:用于ssh 连接容器,和远程vnc连接容器中的虚 ......
docker centos kvm

CentOS7搭建简单的邮件服务器_______亲测OK

邮件服务器 概述 邮件收、发服务器是分开的,也就是我们需要搭建一个邮件发送服务器和一个邮件收取服务器。本文会搭建收、发两个服务器,并用邮件客户端(Foxmail)做测试。 协议 协议就是定义规则,这里是邮件协议,定义邮件收发的规则,了解规则有助于理解软件的配置文件。邮件发送协议 SMTP(Simpl ......
邮件 CentOS7 服务器 CentOS

CentOS7搭建简单的邮件服务器

摘自:https://www.cnblogs.com/aeolian/p/13431404.html 参考:https://www.qcmoke.site/devops/mail.html 邮件服务器 概述 邮件收、发服务器是分开的,也就是我们需要搭建一个邮件发送服务器和一个邮件收取服务器。本文会搭 ......
邮件 CentOS7 服务器 CentOS

Centos 安装教程

### 下载地址:清华镜像站 > [**https://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/isos/x86_64/**](https://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/isos/x86 ......
教程 Centos