脚踏实地、勇往直前!
全部博文(1005)
发布时间:2019-04-28 18:29:47
环境:Centos 7问题,今天采购了一台dell R430机器,启动发现大量的如下进程[root@localhost opt]# toptop - 02:07:57 up 6:39, 2 users, load average: 0.03, 0.04, 0.05Tasks: 513 total, 1 running, 512 sleeping, 0 stopped, 0 zombie%Cpu(s): 0.1 u.........【阅读全文】
发布时间:2019-04-28 16:57:56
1.下载安装MegaCli64我这里下载的是MegaCli8.07.10.tar.gz2.解压安装[root@localhost soft]# tar -xvf MegaCli8.07.10.tar.gz[root@localhost soft]# cd /soft/MegaCli8.07.10/Linux[root@localhost soft]# rpm -ivh Lib_Utils-1.00-09.noarch.rpm[root@localhost soft]# rpm -ivh MegaCli-8.02.21-1.noarch.rpm3.........【阅读全文】
发布时间:2019-04-17 15:04:21
OS:CentOs 71.查看当前 PHP 版本[root@disconf zbox]# php -vPHP 5.4.16 (cli) (built: Apr 12 2018 19:02:01) Copyright (c) 1997-2013 The PHP GroupZend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies2.查看当前 PHP 相关的安装包,删除之yum list installed | grep phpyum remove phpyum.........【阅读全文】
发布时间:2019-04-17 14:14:05
环境:OS:CentOS 6------------------------一键安装8.4.1版本-------------------------------------1.查看操作系统版本[root@kvm-180 soft]# uname -aLinux kvm-180 2.6.32-642.6.2.el6.x86_64 #1 SMP Wed Oct 26 06:52:09 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux2.下载安装包下载地址为:https://www.zentao..........【阅读全文】
发布时间:2019-04-09 15:41:46
环境:Os:Centos 71.下载下载地址:https://www.sonarqube.org/sonarqube-7-7/我这里下载的是sonarqube-7-7sonarqube-7.7.zip2.解压安装cp sonarqube-7.7.zip /home/yeemiao/unzip sonarqube-7.7.zip3.修改/home/sonar/sonarqube-7.7/bin/linux-x86-64/sonar.sh把RUN_AS_USER的注释去掉,然后填写启动该脚本的用户.........【阅读全文】