Centos 网络禁ping方法 2018-12-07 09:52 阅读 1,528 次 Centos 网络禁ping方法已关闭评论 Centos 内核参数禁ping方法 1.修改文件 /etc/sysctl.conf,在文件末尾增加一行命令 命令:net.ipv4.icmp_echo_ignore_all = 1 2.保存文件后,运行刷新命...
yum命令错误:File "/usr/libexec/urlgrabber-ext-down", line 28 except OSError, e: 2018-11-28 11:28 阅读 2,551 次 yum命令错误:File "/usr/libexec/urlgrabber-ext-down", line 28 except OSError, e:已关闭评论 Centos 错误: File "/usr/libexec/urlgrabber-ext-down", line 28 except OSError, e: 解决办法: 编辑/usr/libexec/urlgrabber-ext-down文件 命令: ...
CentOS 7 firewall防火墙常用命令 2018-10-11 14:05 阅读 1,308 次 CentOS 7 firewall防火墙常用命令已关闭评论 Centos 开启关闭与重启防火墙 systemctl status firewalld &...
Centos修改系统时间 2018-08-22 20:12 阅读 1,124 次 Centos修改系统时间已关闭评论 Centos 示例: [root@localhost ~]# time real 0m0.000suser 0m0.000ssys 0m0.0...
Centos 7 关闭防火墙 2018-08-03 08:44 阅读 1,439 次 Centos 7 关闭防火墙已关闭评论 Centos Centos 7下默认防火墙不再是iptables,而是采用firewalld。 iptables防火墙关闭及禁用开机启动命令: service iptables stop chkconfig i...
linux注销其他登录用户 2018-08-01 18:17 阅读 1,001 次 linux注销其他登录用户已关闭评论 Centos 1.先获取root权限 可使用su或者sudo命令 2.获取当前在线用户信息 可使用w或者who命令 3.如无法区别用户可使用线程命令查看 可使用ps -aux命令 4....
Centos 添加第二块500G硬盘备份数据 挂载方法 2018-07-18 18:47 阅读 1,418 次 Centos 添加第二块500G硬盘备份数据 挂载方法已关闭评论 Centos 要求 : 新硬盘开机自动挂载 步骤 1.查看所有硬盘分区 fdisk –l 2.格式化新加硬盘,mkfs.ext4 /dev/sdb 3.在根目录创建硬盘挂载目录xinbeifencd /...
Linux 测试MTR方法 2018-07-15 14:51 阅读 940 次 Linux 测试MTR方法已关闭评论 Centos Linux Open a terminal and run the "mtr -n x.x.x.x" command (without quotes) to get a running MTR, or for a static output with...
Linux netstat命令查看服务及监听端口 2018-06-27 01:13 阅读 1,282 次 Linux netstat命令查看服务及监听端口已关闭评论 Centos # netstat -nlp netstat命令各个参数说明如下: -t : 指明显示TCP端口 -u : 指明显示UDP端口 -l : 仅显示监听套接字(所谓套...
Centos 7 安装MySQL 2018-06-08 15:16 阅读 1,133 次 Centos 7 安装MySQL已关闭评论 Centos Centos默认没有MySQL安装源,所有我们首先要安装MySQL源 1.安装MySQL源 sudo rpm -ivh http://repo.mysql.com/mysql-community-release-el7-5.no...