(1)安装到68%时出现弹出框 Error in invoking target 'install' of makefile '/home/oracle/app/oracle/product/11.2.0/dbhome_1/ctx/lib/ins_ctx.mk'. See '/home/oracle ...
分类:
数据库 时间:
2019-12-20 18:11:19
阅读次数:
129
1. 关闭SELINUX2.安装依赖包 yum -y install make gcc openssl-devel autoconf automake rpm-build redhat-rpm-config yum -y install python-devel openssl-devel kern ...
分类:
其他好文 时间:
2019-12-20 18:09:39
阅读次数:
318
系统版本:Centos 7.4 [root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.4.1708 (Core) 1、环境配置: 1.1 永久关闭SeLinux vi /etc/selinux/config #将SELI ...
分类:
其他好文 时间:
2019-12-20 15:19:00
阅读次数:
113
环境: 1、centos7.6 2、jdk1.8.0_141 3、4G 30G 4core 4、关闭防火墙和selinux 一、安装jenkins 1、 下载jenkins https://pkg.jenkins.io/redhat/ jenkins-2.208-1.1.noarch.rpm 2、安 ...
分类:
其他好文 时间:
2019-12-20 11:57:49
阅读次数:
122
Pymysql 安装 pipinstallPyMySQL #-*-coding:utf-8-*- importpymysql conn=pymysql.connect(host="192.168.32.71",user="root",password="redhat",database="my_sq... ...
分类:
其他好文 时间:
2019-12-19 15:56:30
阅读次数:
94
前言centos8已经发布了,本想着尝鲜安装到公司服务器,结果发现识别不了硬盘!经过查找发现,是redhat主动把驱动删掉了。讨论链接如下removalofSAS-2controllerdriversinRHEL8准备工作本教程只针对DellR620,R720。同时raid型号是LSI2008,LSI2108。1.查看服务器raid信息lspci-nn|grepLSI02:00.0RAIDbusc
分类:
其他好文 时间:
2019-12-19 09:24:16
阅读次数:
149
前言centos8已经发布了,本想着尝鲜安装到公司服务器,结果发现识别不了硬盘!经过查找发现,是redhat主动把驱动删掉了。讨论链接如下removalofSAS-2controllerdriversinRHEL8准备工作本教程只针对DellR620,R720。同时raid型号是LSI2008,LSI2108。1.查看服务器raid信息lspci-nn|grepLSI02:00.0RAIDbusc
分类:
其他好文 时间:
2019-12-19 09:23:46
阅读次数:
1093
Redhat是目前企业中用的最多的一类Linux,而目前针对Redhat攻击的黑客也越来越多了。我们要如何为这类服务器做好安全加固工作呢? 一. 账户安全 1.1 锁定系统中多余的自建帐号 检查方法: 执行命令 #cat /etc/passwd #cat /etc/shadow 查看账户、口令文件, ...
分类:
系统相关 时间:
2019-12-18 10:54:52
阅读次数:
121
今天服务器突然出现如下告警 XFS (dm-0):Please umount the filesystem and rectify the problem(s) 因为dm-0是系统根目录的映射,所以需要修复根目录 话不多说,直接挂盘,然后进入救援模式 这里选第3个选项,进去查看根目录的分区,因为做系 ...
分类:
其他好文 时间:
2019-12-18 10:38:37
阅读次数:
310
#cat/etc/centos-releaseCentosrelease6.8(Final)#cat/etc/redhat-releaseCentosrelease6.8(Final)
分类:
其他好文 时间:
2019-12-17 18:13:35
阅读次数:
74