centos6.7安装mysql5.5.48的方法 本文实例讲述了centos6.7安装mysql5.5.48的方法。分享给大家供大家参考,具体如下:RPM安装mysql 5.5.48下载对应的MySQL安装包rpm文件,可以去MySQL官方网站找到对应版本,一般需要... 奥多云/ centos/ 2024-11-24/ 0 评论/ 83 阅读
CentOS6.5 编译安装lnmp环境 网上搜来的教程如下复制代码 代码如下:yum -y install gcc gcc-c++ automake autoconf libtool glibc makelibmcrypt安装mkdir /usr/loca... 奥多云/ centos/ 2024-11-24/ 0 评论/ 84 阅读
Centos7 mysql数据库安装及配置实现教程 一、系统环境yum update升级以后的系统版本为[root@yl-web yl]# cat /etc/redhat-releaseCentOS Linux release 7.1.1503 (Core)二、mys... 奥多云/ centos/ 2024-11-24/ 0 评论/ 81 阅读
Centos下安装docker教程 通过yum安装需要root或者能sudo的权限yum包更新到最新?1$ sudo yum update添加Docker yum源?12345678$ sudo tee /etc/yum.repos.d/docker.... 奥多云/ centos/ 2024-11-24/ 0 评论/ 77 阅读
CentOS 7忘记密码解决方案过程图解 需求不管是window系统还是Linux系统,我们会因为这样那样的原因忘记密码,为了保留数据,不建议重装系统这个方法实验环境1.centos 7虚拟机2.修改为为指定密码123456(只是为了演示的密码)步骤1.首先... 奥多云/ centos/ 2024-11-24/ 0 评论/ 71 阅读
CentOS安装K8S图文教程(一次性成功) 一. 为什么是k8s v1.16.0?最新版的v1.16.2试过了,一直无法安装完成,安装到kubeadm init那一步执行后,报了很多错,如:node xxx not found等。centos7都重装了几次,还... 奥多云/ centos/ 2024-11-24/ 0 评论/ 88 阅读
centos6利用yum安装php mysql gd的步骤 系统:Centos6.0 32位一、安装mysql#yum -y install mysql mysql-server mysql-devel配置mysql开机启动服务#chkconfig --add mysqld... 奥多云/ centos/ 2024-11-24/ 0 评论/ 88 阅读
CentOS7 阿里云的yum源使用详解 CentOS 7 使用阿里云的yum源1. 备份原来的yum源sudo cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.b... 奥多云/ centos/ 2024-11-24/ 0 评论/ 83 阅读
CentOS 7 源码编译安装Python3.9 简介在CentOS7上默认的Python版本还是python2,如果需要Python3就需要安装第三方源,或者使用源码安装。安装编译工具和依赖包yum -y install wget xz tar gcc make ... 奥多云/ centos/ 2024-11-24/ 0 评论/ 80 阅读
CentOS7搭建Prometheus 监控Linux主机 简介prometheus可以拆分成多个节点进行指标收集。安装环境:CentOS7安装prometheuswget -c https://github.com/prometheus/prometheus/release... 奥多云/ centos/ 2024-11-24/ 0 评论/ 73 阅读