#CentOs7

Linux centos7 防火墙设置

1.查看防火墙状态systemctllist-unit-files|grepfirewalld.service或systemctlstatusfirewalld.service2.开启systemctlstartfirewalld.service3.停止systemctlstopfirewalld.service4.重...

iptables 规则更改(filter)、firewalld centos7 更改配置

iptables中定义默认策略(policy)当数据包不在我们设置的规则之内时,则该数据包的通过与否,是以Policy的设置为准。在安全性比较高的主机中,Filter内的INPUT链定义的比较严格,INPUT的Policy定义为DROPptables定义规则:格式:iptables[-ttable]-P[INPUT,O...

centos7 源码安装nginx

1、必要软件准备yuminstall-ypcre*yuminstall-yopenssl*yuminstall-yzlib* nginx自行下载http://nginx.org/en/download.html2、安装nginx执行如下命令:#./configure--prefix=/usr/local/nginx-1...
代码星球 代码星球·2021-02-11

Kubernetes在CentOS7下二进制文件方式安装、离线安装

一、下载Kubernetes(简称K8S)二进制文件,和docker离线包下载离线docker安装包:docker-ce-17.03.2.ce-1.el7.centos.x86_64.rpmdocker-ce-selinux-17.03.2.ce-1.el7.centos.noarch.rpm1)https://git...

centos7 挂载nfs共享文件夹

1.安装nfs-utils和rpcbindyuminstallnfs-utilsrpcbind2.设置开机启动服务chkconfignfsonchkconfigrpcbindon3.启动服务servicerpcbindstartservicenfsstart4.创建挂载点mkdir-p/mnt/share5.挂载目录m...

CentOS7安装IPython notebook

IPython是Python的交互式Shell,提供了代码补完功能、自动缩进、高亮显示、执行Shell命令等非常有用的特性。下面介绍一下在CentOS系统下IPython的安装及一些可能碰到的问题。   1.Python的版本及其升级 IPython安装要求Python版本在2.7及其以上,目前Ce...

centos7 安装docker-ce ,最新版本docker,docker阿里云加速

直接用yuminstalldocker-y安装的docker版本为1.12,但是docker发展很快,现在都17.06.2了。docker-ce是指docker的社区版卸载老版本的docker及其相关依赖sudoyumremovedockerdocker-commoncontainer-selinuxdocker-se...

Centos7安装Sqoop(CentOS7+Sqoop1.4.6+Hadoop2.8.0+Hive2.1.1)

 注意:本文只讲Sqoop1.4.6的安装。和hive一样,sqoop只需要在hadoop的namenode上安装即可。本例安装sqoop的机器上已经安装了hdoop2.8.0和hive2.1.1,hadoop2.8.0的安装请参考博文:    http://blog....

centos7中基于hadoop安装hive(CentOS7+hadoop2.8.0+hive2.1.1)

下载地址:http://hive.apache.org/downloads.html 点击上图的Downloadreleasenow!如图:         点击上图的某个下载地址,我点击的是国内的这个地址:http:/...

centos7 防火墙相关

    查看防火墙状态firewall-cmd  --state 关闭防火墙systemctl stop firewalld.service 开启防火墙systemctl start firewall...
代码星球 代码星球·2021-02-11

centos7上安装Hadoop集群(CentOS7+hadoop-2.8.0)

    本博文使用的hadoop是2.8.0  打开下载地址选择页面:http://www.apache.org/dyn/closer.cgi/hadoop/common/hadoop-2.8.0/hadoop-2.8.0.tar.gz  ...

CentOS7.4 KVM虚拟化之linux虚拟机安装(2)

这里使用CentOS-6.6-x86_64-bin-DVD1.iso1.安装:virt-install--networkbridge=br0,model=virtio--namevm1--ram=768--vcpus=1--diskpath=/vm-images/vm1.img,size=10,bus=virtio--...

centos7.4 VNC Server服务配置

yum-yinstalltigervnctigervnc-servertigervnc-server-modulecp /lib/systemd/system/vncserver@.service /lib/systemd/system/vncserver@:1.service[root@kvm01...

CentOS7.4 KVM虚拟化之环境准备(1)

  1.一台装有esxi6.0的服务器(可联网)  2.CentOS7.464bit镜像  要求:内存4G、硬盘100G、CPU8核,系统安装选择“GNOMEDesktop”(生产建议使用最小化安装,这里是为了方便kvm虚拟机的安装),关闭firewalld、selinux服务。yum-yinstalllibcanbe...

centos7.5下安装teamview

centos7.5下安装teamview, 1安装wgethttps://download.teamviewer.com/download/linux/teamviewer-host.x86_64.rpmyuminstallepel-release#mustbeinstalledfirstyuminstall...
代码星球 代码星球·2021-02-11
首页上一页...45678...下一页尾页