• centos下ext4无法使用超过16T磁盘的解决办法

    日期:

    系统环境:Centos6.7 x86_64 己updte 磁盘:12*4T raid5 +hot 说明:操作系统与归档都使用raid5 一、查看分区 【fdisk -l】 [root@localhost sysadmin]# fdisk -l WARNING: GPT (GUID Partition Table) detected on /dev/sda! The util fdisk doesnt support...

  • 解决CentOS使用wget报错Temporary failure in name resolution

    日期:

    在CentOS中安装Redis时使用wget下载一个文件出现了如下问题: wget http://download.redis.io/releases/redis-3.0.7.tar.gz failed: Temporary failure in name resolution 从字面上理解意思是,在解析这个URL的时候发生了失败;猜测可能是该机器的网络配置...

  • CentOS下PHP编译安装时常见错误解决办法

    日期:

    This article is post on https://coderwall.com/p/ggmpfa configure: error: xslt-config not found. Please reinstall the libxslt = 1.1.0 distribution 代码如下: yum -y install libxslt-devel configure: error: Could not find net-snmp-config binar...

  • Centos6 安装mysql5.6及ERROR2002ERROR1045解决方法

    日期:

    系统 centos6.5 Mysql5.6的安装过程 1.http://dev.mysql.com/downloads/mysql/下载tar包 选择系统: Linux - Generic (glibc 2.5) (x86, 64-bit), RPM 可以在window下载然后用ftp 上传 也可以在linux下用wget 下载 2.在linux下解压 tar包 其中要使用的有两个...

  • Centos下PHP缺少mbstring扩展的解决办法

    日期:

    如果我说缺少mbstring扩展,你可以肯定想到的是运行phpMyAdmin时发现如下错误: The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly...

  • 解决centos6.6下hadoop搭建live nodes为0方案

    日期:

    最重要的是检擦/etc/hosts下主机名和ip是否匹配正确,如果排除就按以下步骤就行: 首...

  • 解决centos6.5 yum安装lamp后php页面显示空白

    日期:

    我在用如下方法安装lamp后php页面显示空白: yum -y install httpd php mysql mysql-server php-mysql httpd-manual mod_ssl mod_perl mod_auth_mysql php-mcrypt php-gd php-xml php-mbstring php-ldap php-pear php-xmlrpc mysql-connector-odbc mysql-deve...

  • 解决CentOS7不能连接ssh

    日期:

    在VM虚拟机里装了CentOS-7结果用SecureCRT链接报下面的错误。 Key exchange failed. No compatible hostkey. The server supports these methods: ecdsa-sha2-nistp256,ssh-ed25519 之前一直没时间解决,今天用的时候又不能连接。 先判断网络连通性测试: 主...

  • 解决Centos7无法使用openvpn方法

    日期:

    最近搞openvpn 在阿里云windows server 2008上面搭建的openvpn服务器(本来想在linux上做的没办法领导要求)。 我用本地虚拟机测试连接openvpn没有任何问题 Centos 6.5 和windows 7 都可以连接Openvpn 唯独Centos 7 不行出现如下报错!这个问题解决了一天的时...

  • 解决CentOS bash: adb: command not found 问题

    日期:

    当我在centos7上安装好eclipse运行adroid应用时,出现提示:bash: adb: command not found 跑到sdk的安装目录下发现adb文件是存在的,但终端直接运行adb相关操作却不行,这说明我没有进行环境变量的配置; 所以只需要在环境变量中增加adb文件的路径就好了; v...