51工具盒子

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

linux

CentOS7 添加临时或永久静态路由的方法总结

CentOS7 添加临时或永久静态路由的方法总结

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

#### 概述 在项目环境中,服务器存在多个生效的网卡配置,需要允许指定的网卡访问特定的网段。 #### 处理办法 ##### route命令(临时生效) ###### 命令介绍 add 增加路由 del 删除路由 -net 设置到某个网段的路由 -host 设置到某台主机的路由 gw 出口网...

Centos6修改Telnet默认服务监听端口

Centos6修改Telnet默认服务监听端口

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

#### 概述 根据安全管理规范需修改默认telnet服务端口,但Centos6使用的是xinetd进行监听端口并且默认配置文件中并没有突出端口配置项。 #### 处理办法 ##### 修改默认服务端口 # Centos6配置服务启动 [root@localhost ~]# sed -i 's/\(.*disable.*=[[:space:]]\...

Centos6 Yum升级python2.6后 No module named cElementTree处理

Centos6 Yum升级python2.6后 No module named cElementTree处理

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

#### 概述 由于服务器Centos6系统版本过低导致网络上不存在历史rpm版本的安装包,通过卸载并安装最新版python2.6后导致yum仍然无法继续使用。 [root@localhost ~]# yum list wget 已加载插件:fastestmirror, product-id, subscription-manager Updatin...

Centos6 Yum: cannot import name urandom故障处理

Centos6 Yum: cannot import name urandom故障处理

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

#### 概述 由于前同事升级Python版本至2.7.9导致原有的系统默认版本python异常,无法使用yum正常的功能。 [root@localhost ~]# yum update There was a problem importing one of the Python modules required to run yum. The e...

Centos7忘记root密码并进行重置

Centos7忘记root密码并进行重置

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

#### 概述 由于Centos7下root超级管理员密码忘记或被修改无法登录root用户,故编写该文档。 #### 开始操作 ##### 重启系统 在开机过程中,**快速按下** 键盘上的方向键`↑`和`↓`。目的是告知引导程序,我们需要在引导页面选择不同的操作,以便让引导程序暂停。 ![进入引导页面按e](http://static.51tbox.com/stat...

Centos7编译安装应用服务时configure失败

Centos7编译安装应用服务时configure失败

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

#### 概述 在编译时遇到如下报错内容: [root@localhost zabbix-3.2.11]# ./configure configure: error: working directory cannot be determined #### 排查思路 由于日志暂缺失,仅提供部分命令 ##### 查看具体报错信息 执行如下命令: ...

Centos7修改默认登录信息

Centos7修改默认登录信息

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

#### 概述 在本地终端或者远程终端时默认会显示一些信息,以下为默认终端登录页面: ![](http://static.51tbox.com/static/2024-11-18/col/1cec6ddaf44f6e90ca4ad0b1c53971be/8aa85eebb99644ffb722a3e7d83a7eb7.jpg.jpg)##### 共3个文件控制提示信息 *...