码迷,mamicode.com
首页 >  
搜索关键字:centos centos7 iptables ssh ssh连不上linux    ( 60615个结果
MySQL之升级gcc+升级cmake+源码编译MySQL 8.0
一、安装版本本文以如下版本为例进行介绍。服务器:CentOS:6.8MySQL:8.0.18gcc:9.2.0cmake:3.15.2 服务器配置如下:CentOS 6.8,内存6G,磁盘60G。内存4G,磁盘60G的情况下,编译不成功,内存不足;在内存6G,磁盘20G的情况下,编译也不成功,磁盘空 ...
分类:数据库   时间:2021-04-22 16:02:18    阅读次数:0
添加Hue服务时连接失败,日志报错ImportError: libxslt.so.1: cannot open shared object file: No such file or directory
CDH添加HUE时数据库连接失败 查看cloudera-scm-server日志报错信息是:ImportError: libxslt.so.1: cannot open shared object file: No such file or directory 原因是centos缺少库文件,执行如下 ...
分类:其他好文   时间:2021-04-22 15:53:25    阅读次数:0
linux 系统中read命令
1、read从键盘读入 [root@centos7 test]# echo $a [root@centos7 test]# read a 123456 [root@centos7 test]# echo $a 123456 2、-p 参数 加入提示 [root@centos7 test]# unse ...
分类:系统相关   时间:2021-04-22 15:41:37    阅读次数:0
Centos7重新分配分区
Centos7重新分配分区 新装的系统安装时没有自定义分区,导致home的空间太大,但是home使用的并不多,所以打算重新规划分区: 1、查看分区 # df -h 2、卸载/home分区 # umount /home 如果出现 home 存在进程,使用 fuser -m -v -i -k /home ...
分类:其他好文   时间:2021-04-22 15:32:12    阅读次数:0
<ZFS> ZFS on Centos7
ZFS文件系统的英文名称为ZettabyteFileSystem,也叫动态文件系统(DynamicFileSystem),是第一个128位文件系统。最初是由Sun公司为Solaris10操作系统开发的文件系统。作为OpenSolaris开源计划的一部分,ZFS于2005年11月发布,被Sun称为是终 ...
分类:其他好文   时间:2021-04-22 15:14:00    阅读次数:0
centos7 安装Oracle19C 数据库
本文为常规安装 centos7 使用 rpm方式安装 1.下载资源包 oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm 下载地址:https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/ ...
分类:数据库   时间:2021-04-22 15:13:42    阅读次数:0
CentOS7 yum安装、配置PostgreSQL 9.6
PostgreSQL 9.6安装 1、添加RPM sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm 2、安 ...
分类:数据库   时间:2021-04-21 12:51:42    阅读次数:0
CentOs 7 kong 2.3.X oss 部署安装
PostgreSQL 9.6部署 参考:https://www.cnblogs.com/shhnwangjian/p/14680679.html https://docs.konghq.com/install/centos/ ...
分类:其他好文   时间:2021-04-21 12:50:51    阅读次数:0
解决 CentOS 下找不到库文件的问题
make 时出现: /usr/bin/ld: 找不到 -lboost_serialization 0x00 存在库但是没有链接指向库导致找不到 使用 locate 定位库文件 locate libxxx.so 定位结果: /usr/local/ahuasdk/libXXX.so 利用软链接将两者链接 ...
分类:其他好文   时间:2021-04-21 12:34:38    阅读次数:0
git推送代码一直报错Permission denied, please try again怎么解决?
今天在本机windows7上测试个git,想将git代码推送到代码服务器。结果git总是报错 $ git push -u origin master git@192.168.0.208's password: Permission denied, please try again. git@192. ...
分类:其他好文   时间:2021-04-21 12:18:25    阅读次数:0
60615条   上一页 1 ... 33 34 35 36 37 ... 6062 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!