Centos7下源码编译安装git命令
### 安装 #### 依赖安装 [root@cloud-master ~]# yum -y install gcc openssl-devel expat-devel libcurl-devel #### 下载源码包 官方[最新git源码地址](https://github.com/git/git/tags) [root@cloud-master ~...
### 安装 #### 依赖安装 [root@cloud-master ~]# yum -y install gcc openssl-devel expat-devel libcurl-devel #### 下载源码包 官方[最新git源码地址](https://github.com/git/git/tags) [root@cloud-master ~...
#### 概述 在项目上因运营商方部署的服务器系统默认root密码为弱密码,导致服务器被暴力登录破解密码并被植入挖矿木马以及修改了部分服务文件。 #### 检查入侵情况 ##### 常用命令检查 通过执行一些常用的命令发现:`ps`、`top`、`netstat`、`uptime`等命令无法正常使用,且需等待较长时间才能反馈结果。 ##### 基础服务检查 挖矿病毒...
#### 概述 由于服务器e1000e网卡驱动不兼容,需要升级e1000e网卡驱动。在编译时遇到如下错误: [root@94 src]# make make[1]: Entering directory `/usr/src/kernels/2.6.32-573.el6.x86_64' CC [M] /root/e1000e-3.8.4/...
#### 概述 因为非常复杂的原因导致系统无法使用yum命令,并提示如下错误。 [root@localhost ~]# yum list wget There was a problem importing one of the Python modules required to run yum. The error leading to this...
#### 概述 由于`fdisk`命令最多只支持2TB磁盘分区,并不支持更大的磁盘,需要使用GPT格式进行分区。 [root@localhost ~]# fdisk /dev/sdb -l Disk /dev/sdb: 10561.8 GB, 10561795743744 bytes, 20628507312 sectors Units = sect...
#### 概述 由于网络测试需要,配置普通用户进行网络连通性检查。 在普通用户使用ping命令是,报错如下内容: [root@localhost ~]# ping baidu.com PING baidu.com (220.181.38.251) 56(84) bytes of data. 64 bytes from 220.181.38.251...
#### 概述 在项目中执行初始化脚本时遇到重启`iptables`服务时卡住,且长时间无响应。以下为状态信息: [root@localhost ~]# systemctl status iptables ● iptables.service - IPv4 firewall with iptables Loaded: loaded (/usr/...
#### 概述 因项目需要对服务器进行系统安装,在系统烧录至U盘插入服务器启动后,提示: alua: not attached warning: dracut-initqueue timeout - starting timeout scripts #### 解决办法 1、将已经烧录好的U盘重命名为`CENTOS` 2、编辑 \\EFI\\BOOT\...
#### 概述 Centos5系统安装`zabbix-agent`时提示缺少`libpcre`依赖: checking for libpcre support... no configure: error: Unable to use libpcre (libpcre check failed) #### 解决办法 如果下载链接无法直接下载,可以浏览器下...
#### 概述 官方参考文档: > <https://access.redhat.com/solutions/7412> > <https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/8/html/configuring_and_managing_netwo...