centos7.x网卡bond配置
本文摘抄自 https://www.cnblogs.com/liwanggui/p/6807212.html centos7网卡bond配置 centos7网卡bond配置 1 备份网卡配置文件2 使用nmcli命令配置bond3...
本文摘抄自 https://www.cnblogs.com/liwanggui/p/6807212.html centos7网卡bond配置 centos7网卡bond配置 1 备份网卡配置文件2 使用nmcli命令配置bond3...
CentOS 7 为firewalld添加开放端口及相关资料 1、运行、停止、禁用firewalld 启动:# systemctl start firewalld 查看状态:# systemctl status f...
Linux系统下经常遇到文件或者文件夹的权限问题,或者是因为文件夹所属的用户问题而没有访问的权限。根据我自己遇到的情况,对这类问题做一个小结。在命令行使用命令“ll”或者“ls -a”,可以查...
1、NTP简介NTP(Network Time Protocol,网络时间协议)是用来使网络中的计算机,时间同步的一种协议。NTP服务器利用NTP协议来提供时间同步服务。 2 、环境准备主机名 &n...
本文转载至:http://blog.51cto.com/5001660/2097212 一、安装yum源安装SNMP软件包 1、更新yum源:  ...
系统环境:CentOS 6.5 安装依赖 yum -y install gcc gcc-c++ make git patch openssl-devel zlib-devel readline-devel sqlite-devel bzip...
What is EPEL EPEL (Extra Packages for Enterprise Linux) is open source and free community based repository project ...
今天在安装CentOS 6.6的时候,当进到检测硬盘步骤的时候,总是过不去,报错如下:Disk sda contains BIOS RAID metadata, but is not part of any recognized BIOS ...
hdparm的功能:显示与设定硬盘的参数。hdparm可检测,显示与设定IDE或SCSI硬盘的参数。 语法: hdparm [-CfghiIqtTvyYZ][-a <快取分区>][-A <0或1>][-c <I...
相信对性能、优化这些关键字有兴趣的朋友都知道在 Linux 下面挂载文件系统的时候设置 noatime 可以显著提高文件系统的性能。默认情况下,Linux ext2/ext3 文件系统在文件被访问、创建、修改等的时候记录下了文件的一些时间戳...