51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#centOs
centos7关闭防火墙
查看防火墙状态:firewall-cmd--state 停止firewall:systemctlstopfirewalld.service 禁止firewall开机启动:systemctldisablefirewalld.service...
代码星球
·
2020-04-08
centos7
关闭
防火墙
Linux(CentOS7)修改默认yum源为国内的阿里云、网易yum源
修改方式:echo备份当前的yum源mv/etc/yum.repos.d/etc/yum.repos.d.backup4comexecho新建空的yum源设置目录mkdir/etc/yum.repos.decho下载阿里云的yum源配置wget-O/etc/yum.repos.d/CentOS-Base.repohtt...
代码星球
·
2020-04-08
yum
Linux
CentOS7
修改
默认
docker安装详细步骤-centos7
https://www.runoob.com/docker/centos-docker-install.html 一、安装docker1、Docker要求CentOS系统的内核版本高于3.10,查看本页面的前提条件来验证你的CentOS版本是否支持Docker。通过uname-r命令查看你当前的内核版本$un...
代码星球
·
2020-04-08
docker
安装
详细
步骤
-centos7
Centos6.5 安装 python3.5 虚拟环境 virtualenvwrapper
Centos6.5安装python3.5虚拟环境virtualenvwrapper下载:https://www.python.org/ https://www.python.org/downloads/ 1.1安装pthon3.5(特别注意) tar-xvzfPython-3.5.1.tgzcdPytho...
代码星球
·
2020-04-08
Centos6.5
安装
python3.5
虚拟
环境
Apache Ambari安装过程(CentOS 6.5)
1.host 本人准备了三台服务器,vim/etc/hosts 192.168.1.131dk11192.168.1.132dk21192.168.1.133dk31 2.免密SSHcd~ssh-keygen一直按回车配置本地的免登录cat~/.ssh/id_rsa.pub>>~/.ssh/a...
代码星球
·
2020-04-08
Apache
Ambari
安装
过程
CentOS
Hadoop 之Mong DB 之CentOS 6 使用 yum 安装MongoDB及服务器端配置
安装MongoDB的方法有很多种,可以源代码安装,在Centos也可以用yum源安装的方法。由于MongoDB更新得比较快,我比较喜欢用yum源安装的方法。64位Centos下的安装步骤如下:1、准备工作运行yum命令查看MongoDB的包信息[root@localhost~]#yuminfomongo-10gen(提...
代码星球
·
2020-04-08
Hadoop
Mong
DB
CentOS
使用
Hadoop集群(第1期)_CentOS安装配置
CentOS是什么? CentOS是一个基于RedHat 企业级Linux 提供的可自由使用的源代码企业级的Linux发行版本。每个版本的 CentOS 都会获得七年的支持(通过安全更新方式)。新版本的 CentOS 每两年发行一次,而每个版本的...
代码星球
·
2020-04-08
Hadoop
集群
1期
CentOS
安装
CentOS用yum安装搭建LAMP
#1.安装Apacheyuminstallhttpdhttpd-devel#启动apache/etc/init.d/httpdstart#设为开机启动:chkconfighttpdon#2.安装mysqlyuminstallmysqlmysql-servermysql-devel#启动mysql/etc/init.d/...
代码星球
·
2020-04-08
CentOS
yum
安装
搭建
LAMP
java连接centOs里的Redis超时
centOS里的防火墙没关闭造成的。关闭防火墙命令serviceiptablesstop...
代码星球
·
2020-04-08
java
连接
centOs
里的
Redis
centos部署jenkins
1.安装javayuminstall-yjava-1.8.0-openjdk2.下载安装Jenkins源:wget-O/etc/yum.repos.d/jenkins.repohttps://pkg.jenkins.io/redhat/jenkins.reporpm--importhttps://pkg.jenkins...
代码星球
·
2020-04-08
centos
部署
jenkins
centos更改yum源为网易源与更新系统
在centos下更改yum源与更新系统。[1]首先备份/etc/yum.repos.d/CentOS-Base.repo$cp/etc/yum.repos.d/CentOS-Base.repo/etc/yum.repos.d/CentOS-Base.repo.backup[2]进入yum源配置文件所在文件夹...
代码星球
·
2020-04-08
centos
更改
yum
网易
更新
Centos7五步安装Docker并解决docker官方镜像无法访问问题
sudoyum-config-manager--add-repohttp://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo出现以下内容则表示docker仓库配置成功:Loadedplugins:fastestmirroraddingrepofrom:h...
代码星球
·
2020-04-08
Centos7
五步
安装
Docker
解决
centos7 VM VirtualBox设置共享目录时报错。 /sbin/mount.vboxsf: mounting failed with the error: No such device
执行 mount-tvboxsfworkspace/mnt/workspace解决办法:yumcleanallyumupdateyuminstallkernelyuminstallkernel-develyuminstallkernel-headersyuminstallgccyumi...
代码星球
·
2020-04-08
centos7
VM
VirtualBox
设置
共享
virtualbox中centos6.8与windows7宿主机设置文件共享
一.设置共享文件夹1.选中虚拟主机点击设置---共享文件夹--编辑共享文件夹路径--共享文件夹名称 1.使用yumupdate升级yum包2.使用 yum-yinstallgccmakekernel-develkernel-headerperlbzip2命令安装增强功能需要的依赖3.重启centos...
代码星球
·
2020-04-08
virtualbox
centos6.8
windows7
主机
设置
CentOS6.8 yum升级高版本gcc
CentOS6yum升级高版本gccgcc4.8安装#curl-Lkshttp://www.hop5.in/yum/el6/hop5.repo>/etc/yum.repos.d/hop5.repo#yuminstallgccgcc-g++–y#gcc--versiongcc4.9安装#yuminsta...
代码星球
·
2020-04-08
CentOS6.8
yum
升级
高版本
版本
首页
上一页
...
84
85
86
87
88
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他