centos7

CentOS7下/etc/rc.local开启自启不执行问题处理

1、原因:服务器重启后rsync服务没有起来,rsync启动已经写入/etc/rc.local中 2:分析:查看more /etc/rc.local 写启动内容没问题,也是全路径;查看 /etc/rc.local 文件,是一个链接,链接到 /etc/rc.d/rc.local,查看 /etc/rc. ......
CentOS7 CentOS 问题 local etc

CentOS7关机重启之后,Mysql8启动不成功

我在自己电脑上使用VM工具安装了虚拟机,CentOS7,里面继续安装了mysql8,下班的时候,直接把整个虚拟机关机了,没有依次关闭里面的服务,早上来的时候发现启动不来mysql 它提示用systemctl status mysqld.service与journalctl -xe查看详细信息,分别执 ......
CentOS7 CentOS Mysql8 Mysql

Centos7安装npm

下载node镜像,这里我们选择node-v16.19.1-linux-x64.tar.gz wget https://nodejs.org/dist/v16.19.1/node-v16.19.1-linux-x64.tar.gz 如果想下载其他版本,可以在https://nodejs.org/dis ......
Centos7 Centos npm

VmWare Centos7 windows10 设置共享文件夹无效

sudo vmhgfs-fuse .host:/ /mnt/hgfs 输入这一段,回车, 原理:不知道 ......
文件夹 Centos7 windows 文件 VmWare

U盘安装CentOS7

title: U盘安装CentOS7 date: 2022-08-14 16:59:50 tags: Linux CentOS 系统 categories: 运维 系统 keywords: 'Linux,CentOS,U盘' description: U盘安装CentOS7 cover: https ......
CentOS7 CentOS

centos7虚拟机静态ip

1、查看 网关 2、查看ip vi 配置 进入 vi /etc/sysconfig/network-scripts/ifcfg-ens33 (文件后缀可能不一样) 重启网络 systemctl restart network 即可 在xshell 或 finalshell 测试,也可连接。 参考 h ......
静态 centos7 centos

centos7 中使用 express 并启动项目

因为之前window安装了 express,所以采用,直接将express项目传到 linux中 步骤如下: Express工程环境准备 npm install express -g npm install express-generator -g 生成项目 express projectName ......
centos7 express 项目 centos

centos7 Linux 安装及升级node、npm

centos7 初始版本 node 6 npm 3 更新升级node版本 # 安装 nnpm install -g n# 查看版本n --version// v9.0.1 # 把当前系统的 Node 更新成最新的 “稳定版本” n stable # 长期支持版 n lts # 最新版 n lates ......
centos7 centos Linux node npm

CentOS7配置ssh登录失败10次,自动封锁IP

您可以按照以下步骤配置CentOS 7以在SSH登录失败10次后自动封锁IP: 安装fail2ban软件包:在终端中输入以下命令以安装fail2ban软件包: sudo yum install epel-release sudo yum install fail2ban 配置fail2ban:打开f ......
CentOS7 CentOS ssh

在Centos7 中PHP与SQL Server链接出现的编码问题

项目一直处于Windows平台,变更到linux上移植的时候发现了一个严重的字符编码问题。 服务器情况如下 数据服务器Windows 2016 + SQLServer 2008R2 原Web服务器Windows 2016 自带IIS10 + PHP5.4 新Web服务器Centos7 大家都知道SQ ......
编码 Centos7 链接 Centos Server

CentOS7.9快速配置服务器网卡聚合双bond方法

说明:服务器双口,分别为em1-2个口em1、em2 1、 开启 NetworkManager systemctl start NetworkManager yum install bridge-utils 2、备份配置文件 mkdir -p /data/bak/ cp -r /etc/syscon ......
网卡 CentOS7 服务器 方法 CentOS

Centos7更换yum源

备份系统自带yum源配置文件 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 下载国内yum源配置文件(这里我们下载163的yum源) wget -O /etc/yum.repos.d/Cen ......
Centos7 Centos yum

解决CentOS7 重启网卡出现Failed to restart network.service: Unit network.service not found.

问题描述 克隆CentOS7 虚拟机后, 修改完/etc/hosts配置文件后, 运行systemctl restart network重启网卡, 出现Failed to restart network.service: Unit network.service not found. 解决 在新版本 ......
network service 网卡 CentOS7 restart

centos7升级自带的mariadb数据库

#查看版本 [root@guangzhou local]# mysql --version mysql Ver 173)">15.1 Distrib 5.5.64-MariaDB, for Linux (x86_64) using readline 5.1 #查看使用状态 [root@guangzh ......
centos7 mariadb 数据库 数据 centos

CentOS7 yum 安装 PostgreSQL

yum install -y wget wget https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/l/libzstd-1.5.4-1.el7.x86_64.rpmyum install -y libzstd-1.5 ......
PostgreSQL CentOS7 CentOS yum

Centos7实现Redis主从模式搭建

1、假设在四个虚拟机分别安装redis;ip地址分别为: A: 192.168.2.66 (主机) B: 192.168.2.67 C: 192.168.2.67 D: 192.168.2.67 2、四个虚拟机全部开启防火墙6379端口 # firewall-cmd --zone=public -- ......
主从 Centos7 模式 Centos Redis

在centos7中安装docker,启动靶场

1.敲命令安装docker curl -sSL https://get.daocloud.io/docker | sh2.docker服务操作# 启动service docker start# 配置自动启动systemctl enable docker.service# 重启systemctl re ......
靶场 centos7 centos docker

CentOS7默认的防火墙不是iptables,而是firewalle.

CentOS7默认的防火墙不是iptables,而是firewalle. 安装iptable iptable-service #先检查是否安装了iptables service iptables status #安装iptables yum install -y iptables #升级iptabl ......
防火墙 firewalle iptables 而是 CentOS7

Centos7 安装Docker(yum在线版)

使用root登录服务器 1. 卸载旧应用 yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logro ......
Centos7 Centos Docker yum

Centos7系统在开启进入系统报错:Give root password for maintenance(or type Control-D to continue):解决方法

报错信息: 在进入系统时,不能正常进入系统,出现了Give root password for maintenance(or type Control-D to continue):的报错。 报错原因: 1、在之前写入的/etc/fstab文件有问题,导致系统在读取的时候识别不到从而报错。 解决方法 ......

Centos7 下的SVN安装与配置

```Centos7 下的SVN安装与配置1.关闭防火墙 临时关闭防火墙 systemctl stop firewalld 永久防火墙开机自关闭 systemctl disable firewalld 临时打开防火墙 systemctl start firewalld 防火墙开机启动 systemc ......
Centos7 Centos SVN

Centos7配置普通用户的sudo命令权限

sudo英文全称为super user do,意思为以超级用户(root用户)的方式来执行命令。本文主要介绍如何在Centos7中配置普通用户的sudo命令权限。 ......
命令 权限 Centos7 用户 Centos

centos7 安装node环境

https://nodejs.org/download/release/v12.19.0/ https://blog.csdn.net/weixin_44106306/article/details/127895962 ......
centos7 环境 centos node

Centos7防火墙的开放和关闭

Centos7防火墙的开放和关闭 一、防火墙的开启、关闭、禁用命令 (1)设置开机启用防火墙:systemctl enable firewalld.service (2)设置开机禁用防火墙:systemctl disable firewalld.service (3)启动防火墙:systemctl ......
防火墙 Centos7 Centos

Centos7 安装、配置、使用Supervisor

名词解释 supervisor:要安装的软件的名称。 supervisord:装好supervisor软件后,supervisord用于启动supervisor服务。 supervisorctl:用于管理supervisor配置文件中program 安装依赖 yum install epel-rel ......
Supervisor Centos7 Centos

Centos7之Rsyslog服务器部署

Centos7之Rsyslog服务器部署 一、目标 centos7平台下部署Rsyslog服务器监视linux端、windows端、juniper SSG 520 二、平台 [root@kahn ~]# cat /etc/redhat-release CentOS Linux release 7.6 ......
Centos7 Rsyslog 服务器 Centos

CentOS7 template for Docker

selinux、iptables、firewalld相关介绍 https://blog.csdn.net/weixin_47019016/article/details/109535074 [apollo@localhost ~]$ su - root Password: Last login: M ......
template CentOS7 CentOS Docker for

centos7安装zabbix 5.0

环境说明 名称 版本 下载地址 zabbix 5.0 LTS https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm centos 7.9 postgresql-server 9.2.2 ......
centos7 centos zabbix 5.0

CentOS7.9 搭建内部yum源服务器同步阿里yum源

CentOS7.9 搭建内部yum源服务器同步阿里yum源 环境说明: 1、企业内网需求:企业内部许多服务器是不能连接互联网,但每台centos主机安装软件包时都配置本地yum源很麻烦,也缺少第三方yum源,因此在内网搭建一台yum源服务器满足这一需求,同时网络层面策略只允许此yum源服务器每周日晚 ......
yum CentOS7 服务器 CentOS

周末折腾了两天,踩了无数个坑,终于把win7装成了centos7

上周五的时候,突发奇想,想把自己的Thinkpad E430C的操作系统装成linux。 熟悉电脑的都知道Thinkpad E430C很古老了,现在算来从2012年买来,到现在已经经历了10个年头了。原厂是4G内存,买了两年后自己买了一个4G内存条插上,变成了现在的8G。这台笔记本跟随我有6年左右的 ......
centos7 centos win7 win
共1024篇  :34/35页 首页上一页34下一页尾页