自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

54Kayden的博客

Do not forget the beginning of the heart, motivate the forward。

  • 博客(6)
  • 收藏
  • 关注

原创 发现 3 个已存在的 RPM 数据库问题, 'yum check' 输出如下 解决办法

yum update 出现以下错误解决办法package-cleanup --cleandupesyum install openssh就可以了

2018-10-17 11:12:46 13189 4

原创 Liunx Cento 7 安装 git

Liunx Cento 7 安装 git 步骤如下1、查看Linux 自带 git 版本git --verion 2、下载git,下载地址:https://mirrors.edge.kernel.org/pub/software/scm/git/mkdir /use/local/softcd /use/local/softwget https://mirrors.edg...

2018-10-16 12:00:28 431

原创 Liunx Cento 7 安装 redis

Liunx Cento 7 安装 redis 步骤如下1、安装前准备yum -y install cpp binutils glibc glibc-kernheaders glibc-common glibc-devel gcc make gcc-c++ libstdc++-devel tcl2、创建目录mkdir /usr/local/redis/cd /usr/local/...

2018-10-15 13:21:53 599

原创 Liunx Cento 7 安装 mysql 5.7

Liunx Cento 7 安装 mysql 5.7 步骤如下安装前准备yum clean allyum makecacheyum update安装lrzszyum -y install lrzsz移除yum -y remove mariadb-libs1、下载 rpm 安装文件wget http://repo.mysql.com/mysql-communi...

2018-10-14 19:33:26 1009 1

原创 Liunx Cento 7 安装 nginx

Liunx Cento 7 安装 nginx 步骤如下1、安装前准备,下载 rpm 安装文件rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm2、进行安装yum install nginx查看状态3、安装成功之后可启动service nginx start...

2018-10-14 19:02:02 409

原创 Liunx Cento 7 安装 jdk

Liunx Cento 7 安装jdk 步骤如下查看 Liunx 自带的 jdk 版本安装前准备yum clean allyum makecacheyum update 安装lrzszyum -y install lrzsz查看jdk安装的软件详细信息rpm -qa | grep java 卸载原jdk(OpenJDK);rpm -e --n...

2018-10-14 12:37:47 526

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除