推荐
专栏
教程
课程
飞鹅
本次共找到694条
centos7关闭防火墙
相关的信息
Easter79
•
3年前
supervisor使用
_一切测试在centos7下_安装yuminstallysupervisor配置/etc/supervisor.confunix\_http\_server用于让ctl连接,可以给ctl连接设定用户和密码可以开启一个inet\_http\_server,用于web管理,不过使用ctl更安全一些。;Sa
Stella981
•
3年前
SecureCRT远程连接The remote system refused the connection问题
今天用SecureCRT远程连接Linux(Centos7)时,连不上,报错Theremotesystemrefusedtheconnection.于是就百度,首先查看sshd服务有没有启动!(http://q1pqt7tv2.bkt.clouddn.com/Fjh81Qs2Or06UIhhq9lYHemDUqZv)只有s
Stella981
•
3年前
CentOS 7安装chrome浏览器
centos7安装chrome步骤如下:1、进官网下载chromerpm格式安装包,下载地址https://www.google.cn/chrome/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.google.cn%2Fchrome%2F)Down
Stella981
•
3年前
Linux下安装SVN服务(CentOS7下)
1\.安装centos(我这里使用的是CentOS7)下yum命令即可方便的完成安装$ sudo yum install subversion测试安装是否成功:$ svnserve version2\.建立版本库创建svn数据目录(subversion默认是把/var/svn作为数据根目录的,开
Stella981
•
3年前
ClickHouse安装与单机部署
ClickHouse可以具有x86\_64,AArch64或PowerPC64LECPU架构的Linux,FreeBSD或MacOSX上运行。本文是系统基于CentOS7上安装,ClickHouse版本v19.16.10.44,单机部署云服务器(https://www.oschina.net/action/GoToLink?urlhttp
Stella981
•
3年前
ElasticSearch部署,以及kibana安装
1.环境要求:centos7,jdk,安装elasticsearch之前必须要安装好jdk2.安装完成后,通过rpm方式安装elasticsearch5.6.4.rpm3.rpmivh elasticsearch5.6.4.rpm安装完成后,查看是否为自启动systemctllistunitfiles|grepelasticse
Stella981
•
3年前
Centos7 下安装 Docker
9.27Centos7下安装 Docker9.2.1配置虚拟机docker官方文档要求必须运行在Linuxkernel3.8以上,所以需要安装在Centos7或者Ubantu系统上。yuminstalllrzsz安装上传下载组件uname–a检查当前Linux内核版本查询结果:
Stella981
•
3年前
Hadoop框架:集群模式下分布式环境搭建
本文源码:GitHub·点这里||GitEE·点这里一、基础环境配置1、三台服务准备三台Centos7服务,基础环境从伪分布式环境克隆过来。133hop01,134hop02,136hop032、设置主机名设置名称hostnamectlsethostn
胖大海
•
2年前
Centos7 yum安装mariadb
1配置yum源安装 yum配置文件/etc/yum.repos.dyuminstallmariadbmariadbserver2修改root用户默认密码updateusersetpasswordpassword("xxxx")whereuser"root"; 修改root用户密码flushprivileges;刷新权限,3.
胖大海
•
2年前
Linux centos7 安装nginx
安装前准备安装GCC编译环境yuminstallygccgcccautoconfautomakemake安装模块依赖Nginx支持的功能模块需要有第三方的库支持,例如gzip的zlib库,rewrite重写需要的pcre库,HTTPS需要的openssl库等等。yuminstallzlibzlibdevelopensslopens
1
•••
24
25
26
•••
70