51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#cent
wdos centos64位通过yum来升级PHP
通过yumlistinstalled|grepphp可以查看所有已安装的php软件 使用yumremovephp……将所有的包删除通过yumlistphp*查看是否有自己需要安装的版本,如果没有就需要添加第三方yum源,推荐安装webtatic、rpmforge,还有国内163的&nb...
代码星球
·
2020-04-10
wdos
centos64
通过
yum
升级
How to Install VMware Tools on RHEL 7/CentOS 7
TheoriginaladdressMwareToolsisoneofimportantcomponentsforvirtualmachine(VM)inordergetexcellentperformance.Itisagroupofutilitiesthathelptoenhancestheoveral...
代码星球
·
2020-04-09
How
to
Install
VMware
Tools
VMware安装和linux(centos7)系统安装
安装linux系统和winsdows安装系统一样,需要系统文件。浏览器访问centos官网进行下载,http://www.centos.org,因为是国外网站所有下载速度受限。国内centos系统下载网站:https://www.centoschina.cn。 因为用的多呗!目前绝大多数生产环境,...
代码星球
·
2020-04-08
安装
VMware
linux
centos7
系统
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
解决
首页
上一页
...
88
89
90
91
92
...
下一页
尾页
按字母分类:
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
其他