#cent

wdos centos64位通过yum来升级PHP

  通过yumlistinstalled|grepphp可以查看所有已安装的php软件  使用yumremovephp……将所有的包删除通过yumlistphp*查看是否有自己需要安装的版本,如果没有就需要添加第三方yum源,推荐安装webtatic、rpmforge,还有国内163的&nb...

How to Install VMware Tools on RHEL 7/CentOS 7

 TheoriginaladdressMwareToolsisoneofimportantcomponentsforvirtualmachine(VM)inordergetexcellentperformance.Itisagroupofutilitiesthathelptoenhancestheoveral...
代码星球 ·2020-04-09

VMware安装和linux(centos7)系统安装

安装linux系统和winsdows安装系统一样,需要系统文件。浏览器访问centos官网进行下载,http://www.centos.org,因为是国外网站所有下载速度受限。国内centos系统下载网站:https://www.centoschina.cn。  因为用的多呗!目前绝大多数生产环境,...

centos7关闭防火墙

查看防火墙状态:firewall-cmd--state 停止firewall:systemctlstopfirewalld.service 禁止firewall开机启动:systemctldisablefirewalld.service...
代码星球 ·2020-04-08

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

docker安装详细步骤-centos7

https://www.runoob.com/docker/centos-docker-install.html 一、安装docker1、Docker要求CentOS系统的内核版本高于3.10,查看本页面的前提条件来验证你的CentOS版本是否支持Docker。通过uname-r命令查看你当前的内核版本$un...

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

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

Hadoop 之Mong DB 之CentOS 6 使用 yum 安装MongoDB及服务器端配置

安装MongoDB的方法有很多种,可以源代码安装,在Centos也可以用yum源安装的方法。由于MongoDB更新得比较快,我比较喜欢用yum源安装的方法。64位Centos下的安装步骤如下:1、准备工作运行yum命令查看MongoDB的包信息[root@localhost~]#yuminfomongo-10gen(提...

Hadoop集群(第1期)_CentOS安装配置

CentOS是什么?   CentOS是一个基于RedHat 企业级Linux 提供的可自由使用的源代码企业级的Linux发行版本。每个版本的 CentOS 都会获得七年的支持(通过安全更新方式)。新版本的 CentOS 每两年发行一次,而每个版本的...

CentOS用yum安装搭建LAMP

#1.安装Apacheyuminstallhttpdhttpd-devel#启动apache/etc/init.d/httpdstart#设为开机启动:chkconfighttpdon#2.安装mysqlyuminstallmysqlmysql-servermysql-devel#启动mysql/etc/init.d/...

java连接centOs里的Redis超时

centOS里的防火墙没关闭造成的。关闭防火墙命令serviceiptablesstop...

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更改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源配置文件所在文件夹...

Centos7五步安装Docker并解决docker官方镜像无法访问问题

sudoyum-config-manager--add-repohttp://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo出现以下内容则表示docker仓库配置成功:Loadedplugins:fastestmirroraddingrepofrom:h...
首页上一页...8889909192...下一页尾页