源地址:http://www.linuxidc.com/Linux/2015-05/117473.htm 操作系统环境:CentOS Linux release 7.0.1406(Core) 64位CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙步骤。 1、 ...
分类:
其他好文 时间:
2017-12-10 15:52:17
阅读次数:
142
CentOS7中防火墙程序主要是firewall和iptables,CentOS7中firewall服务已经默认安装好了,而iptables服务需要自己用yum install iptabes-services来安装。 firewall相关的操作: 1.开启防火墙 2.关闭防火墙 3.查看防火墙状态 ...
分类:
其他好文 时间:
2017-12-07 11:52:34
阅读次数:
141
Please set the ORACLE_HOME to your Agent Home location usingFor Unix:export ORACLE_HOME=/oracle/product/agent11gFor Windows:set ORACLE_HOME=C:\oracle\ ...
分类:
其他好文 时间:
2017-12-06 17:46:11
阅读次数:
180
centos7上默认开启的是+firewalld,关闭了iptables 停止防护墙: systemctl stop firewalld.service 开机不启动: systemctl disable firewalld.service 关闭防火墙: systemctl stop iptables ...
分类:
其他好文 时间:
2017-12-04 13:11:39
阅读次数:
126
一、 实验环境 Master centos 7.3 192.168.138.13 Slave centos 7.3 192.168.138.14 二、在master操作 [root@localhost ~]# yum install mariadb-server -y [root@localhost ...
分类:
数据库 时间:
2017-12-03 15:38:17
阅读次数:
269
前言 本文记录docker怎么打开api remote接口设置,docker的版本更新太快了,不同的版本之间,设置可能不同,本文是针对docker13.1 1、 查看配置文件位于哪里 systemctl show --property=FragmentPath docker 2、编辑配置文件内容,接 ...
Linux硬件资源管理 PCI设备 CPU信息 通过/proc文件系统查看 $>> cat /proc/cpuinfo 内存信息 $>>free -m 或 cat /proc/meminfo 磁盘分区信息 $>>fdisk -l //分区情况 $>>df -h //大小情况 $>>du -h //使 ...
分类:
系统相关 时间:
2017-11-22 13:18:33
阅读次数:
331
1. 检查安装的mariadb rpm -qa |grep mariadb 得到已经安装的安装包 mariadb-libs-5.5.56-2.el7.x86_64mariadb-devel-5.5.56-2.el7.x86_64mariadb-server-5.5.56-2.el7.x86_64ma ...
分类:
数据库 时间:
2017-11-20 17:38:35
阅读次数:
3219
安装virtualBox工具包 virtualBox有如下功能: 目前要安装一些软件,主要需要用到共享文件功能,就不必每次拷贝了。希望从虚拟机的linux系统下能看到windows系统中指定路径下的文件。例如:jdk-8u111-linux-x64.rpm等。进行如下的操作: 挂载:VirtualB ...
分类:
其他好文 时间:
2017-11-14 14:14:06
阅读次数:
265
1. 安装 [guo@archlinux ~]$ sudo pacman -S tftp-hpa2. 启用 [guo@archlinux ~]$ systemctl start tftpd.service3. 查看tftp服务器目录权限 [guo@archlinux srv]$ ls -l tota ...
分类:
系统相关 时间:
2017-11-13 23:27:18
阅读次数:
351