Stella981 Stella981
3年前
Centos7安装Nginx
一.gcc安装安装nginx需要先将官网下载的源码进行编译,编译依赖gcc环境,如果已经安装gcc,请无视。yuminstallygccc二.pcre安装PCRE(PerlCompatibleRegularExpressions)是一个Perl库,包括perl兼容的正则表达
Stella981 Stella981
3年前
CentOS 6 使用 OpenLDAP 认证
OpenLDAP简介OpenLDAP简介网上一大堆这里就不做介绍,可参考:http://baike.baidu.com/view/308683.htm(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fbaike.baidu.com%2Fview%2F3086
Stella981 Stella981
3年前
CentOS 6.5 部署Kafka集群
在部署前需确保网络正常及已安装JDK和Zookeeper环境JDK安装教程(https://my.oschina.net/linch/blog/1817152)部署Zookeeper(https://my.oschina.net/linch/blog/1816836)zookeeper最好也把IP给绑定上去ClientPortAdd
Stella981 Stella981
3年前
CentOS8 网络配置
CentOS8网络配置一、VirtualBox网络设置打开VirtualBox的设置,再点击网络,连接方式选桥接网卡。!(https://cdn.jsdelivr.net/gh/Wonz5130/MyPrivateImgHost/img/Snipaste_20201130_17
Stella981 Stella981
3年前
Git 安装 on centos7
本文演示如何在CentOS7上安装和使用git。1准备工作1.1浏览器访问安装包下载地址:https://www.kernel.org/pub/software/scm/git/找到下载列表中需要安装的版本,以2.17.0版本为例,地址为:https://www.kernel.org
Stella981 Stella981
3年前
Centos6.5 安装JDK
安装JDK分为两种方式 一种是解压tar.gz配置安装,一种是rpm安装。一、tar.gz包安装方式1.先看看OpenJDK的安装包 $rpmqa|grepjava tzdatajava2013b1.el6.noarch java1.6.0openjdk1.6.0.01.61.1
Stella981 Stella981
3年前
Centos安装配置redis
1.安装rediscdwgethttp://labfile.oss.aliyuncs.com/files0422/redis2.8.9.tar.gztarxvfzredis2.8.9.tar.gzcdredis2.8.9makemakeinstall
Stella981 Stella981
3年前
Centos7安装Mesos
ApacheMesos官方文档只提供了源码安装方式,然而我尝试了几次,总是在某些阶段报错。而通过搜索引擎搜到的其他办法,也多少会遇到一些莫名其妙的错误。所以根据自己尝试的结果,整理了一个简单的方法。1,添加yum仓库rpmUvhhttp://repos.mesosphere.io/el/7/noarch/RPMS/mesosphere
Stella981 Stella981
3年前
CentOS7安装livecd
  livecdcreater是livedtools中的一个工具,但是在CentOS7的官方yum源中却已经被取消掉了,因此我们需要自行下载rpm包来安装。可在该网站(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.rpmfind.net%2Flinux%2Frpm2html%
Stella981 Stella981
3年前