51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

linux

Centos7下源码编译安装git命令

Centos7下源码编译安装git命令

厉飞雨 阅读(8) 评论(0) 赞(3)

### 安装 #### 依赖安装 [root@cloud-master ~]# yum -y install gcc openssl-devel expat-devel libcurl-devel #### 下载源码包 官方[最新git源码地址](https://github.com/git/git/tags) [root@cloud-master ~...

Centos服务器被入侵后无法使用部分命令问题处理

Centos服务器被入侵后无法使用部分命令问题处理

厉飞雨 阅读(7) 评论(0) 赞(2)

#### 概述 在项目上因运营商方部署的服务器系统默认root密码为弱密码,导致服务器被暴力登录破解密码并被植入挖矿木马以及修改了部分服务文件。 #### 检查入侵情况 ##### 常用命令检查 通过执行一些常用的命令发现:`ps`、`top`、`netstat`、`uptime`等命令无法正常使用,且需等待较长时间才能反馈结果。 ##### 基础服务检查 挖矿病毒...

Centos6 Yum提示No module named sqlitecachec处理

Centos6 Yum提示No module named sqlitecachec处理

厉飞雨 阅读(5) 评论(0) 赞(2)

#### 概述 因为非常复杂的原因导致系统无法使用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...

centos7大容量磁盘分区格式化

centos7大容量磁盘分区格式化

厉飞雨 阅读(6) 评论(0) 赞(1)

#### 概述 由于`fdisk`命令最多只支持2TB磁盘分区,并不支持更大的磁盘,需要使用GPT格式进行分区。 [root@localhost ~]# fdisk /dev/sdb -l Disk /dev/sdb: 10561.8 GB, 10561795743744 bytes, 20628507312 sectors Units = sect...

服务器安装Centos7系统U盘启动时alua: not attached错误

服务器安装Centos7系统U盘启动时alua: not attached错误

厉飞雨 阅读(6) 评论(0) 赞(1)

#### 概述 因项目需要对服务器进行系统安装,在系统烧录至U盘插入服务器启动后,提示: alua: not attached warning: dracut-initqueue timeout - starting timeout scripts #### 解决办法 1、将已经烧录好的U盘重命名为`CENTOS` 2、编辑 \\EFI\\BOOT\...

Centos5安装Zabbix-Agent提示无libpcre

Centos5安装Zabbix-Agent提示无libpcre

厉飞雨 阅读(6) 评论(0) 赞(2)

#### 概述 Centos5系统安装`zabbix-agent`时提示缺少`libpcre`依赖: checking for libpcre support... no configure: error: Unable to use libpcre (libpcre check failed) #### 解决办法 如果下载链接无法直接下载,可以浏览器下...