#CENTOS

Linux centos开机执行JAR Shell脚本

Linuxcentos开机执行shell脚本Linuxcentos开机执行java jar1.编写jar执行脚本  vimstart.sh  加入如下内容(根据自己真实路径与数据进行编写)#!/bin/shJAVA_HOME=/usr/local/java/jdk1.8.0_181CLASSPATH=$JAV...

Linux centos7 redis安装教程

1.下载解压  #下载至/home/install(或windows系统下载后上传)  mkdir/home/install  cd/home/install  wget http://124.205.69.171/files/6160000006F201F1/download.redis.io/releas...

Linux CentOS7安装Mysql5.7

 一、下载mysql  mkdir/home/install#创建install目录  在/home/install目录下下载mysql5.7  wgethttps://cdn.mysql.com//Downloads/MySQL-5.7/mysql-5.7.23-linux-glibc2.12-x86_64...
代码星球 ·2021-02-12

Linux centos7 防火墙设置

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

Centos 6.5 下php5.6.2 的编译安装

纯净的Centos6.5系统配置163yum源(稍后会写一篇文档)安装 开发软件包:yum -ygroupinstall "DevelopmentTools"安装   mysql:    yum -yinsta...
代码星球 ·2021-02-12

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

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

centos安装msmtp

1、下载安装: http://downloads.sourceforge.net/msmtp/msmtp-1.4.16.tar.bz2?modtime=1217206451&big_mirror=0 #tarjxvfmsmtp-1.4.16.tar.bz2#cdmsmtp-1.4.16#./...
代码星球 ·2021-02-11

centos 6 mysql 5.6 源码安装

1.安装必要的组件yuminstall–yautoconfautomakeimakelibxml2-develexpat-develcmakegccgcc-c++libaiolibaio-develbzrbisonlibtoolncurses5-devel2.下载解压mysql软件#cd/usr/local/src#w...
代码星球 ·2021-02-11

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

CentOS 7.2部署MariaDB Galera Cluster(10.1.21-MariaDB) 3主集群环境

GaleraCluster是由第三方公司Codership所研发的一套免费开源的集群高可用方案,实现了数据零丢失,官网地址为http://galeracluster.com/。其在MySQLInnoDB存储引擎基础上打了wrep(虚拟全同步复制),Percona/MariaDB已捆绑在各自的发行版本中。 Ma...

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...

pxe安装CentOS6.9系统

配置DHCP服务器安装配置dhcp yum-yinstalldhcpcp/usr/share/doc/dhcp-4.1.1/dhcpd.conf.sample/etc/dhcp/dhcpd.confcat/etc/dhcp/dhcpd.conf|grep-v"^$"|grep-v"^#"[root@local...
代码星球 ·2021-02-11

centos7 挂载nfs共享文件夹

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

centos 7 挂载windows server iscsi 存储

1登陆Linux服务器1.1安装initiator[root@localhost~]#yum-yinstalliscsi-initiator-utils1.2启动服务[root@localhost~]#serviceiscsidstart1.3设置开机启动[root@localhost~]#chkconfigiscsi...

Centos 6.5 64位双网卡绑定教程

这篇文章主要介绍了Centos6.564位双网卡绑定教程,需要的朋友可以参考下1、环境描述     我的Vmwareworkstation10安装Centos6.564位加上双口的Intel千兆网卡,通过ifconfig-a|grepeth命令看到eth0和eth1两张...
首页上一页...1213141516...下一页尾页