yum install php81-php-snmp 安装报错 Requires: libmysqlclient.so.18
llh 2022/07/26 706 0
[root@VM-0-11-centos ~]# yum install php81-php-snmp Loaded plugins: fastestmirror, langpacks Repository epel is listed m …
llh 2022/07/26 706 0
[root@VM-0-11-centos ~]# yum install php81-php-snmp Loaded plugins: fastestmirror, langpacks Repository epel is listed m …
llh 2018/01/29 822 0
find ./ -mtime 0:返回最近24小时内修改过的文件。 find ./ -mtime 1 : 返回的是前48~24小时修改过的文件。而不是48小时以内修改过的文件。 那怎么返回10天内修改过的文件?find还可以支持表达式关系运 …
llh 2018/01/11 866 0
在配置文件 .conf 里添加以下语句: RewriteEngine on RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)?$ https://%{SERVER_NAME}/$1 [L …
llh 2018/01/11 831 0
用 –ignore-table=dbname.tablename参数就可以实现,可以排除多个表格。 mysqldump -uroot -p –default-character-set=utf8 dbname  …
llh 2017/08/24 965 0
Centos 如何修改 root 的登录密码? 如果不是以root用户登录的,请先切换到root用户下, 执行命令:# su root [root@localhost ~]# passwd Changing password …
llh 2017/07/27 1,239 0
安装环境如下: Windows10 PHP 5.6.25 Apache/2.4.23 (Win64) mysql Ver 14.14 Distrib 5.7.14, for Win64 (x86_64) 安装完WAMP后,无法直接在cmd …
llh 2017/03/31 1,200 0
解决办法,安装 bind-utils 包,通过以下命令: yum -y install bind-utils
llh 2017/03/10 965 0
Cpanel 网站提示 Can not open directory for URI 错误,无法正常访问网站。 [ERROR] Can not open directory for URI: /! 感谢万能的谷歌,终于找到解决办法: 修改目 …
llh 2017/01/19 1,977 0
Linux 上设置交换分区 Swap,特别是对于 Vultr VPS 最低配置的主机。配置跟不上去只能在软件上优化了,Swap 设置可以缓冲内存不足的负担,网站故不会那么容易挂掉! 第一步,确认 swap 是否存在: # free -m 执 …
llh 2016/12/20 1,402 0
情景:Centos 下使用 wget 下载文件,下载路径是 cPanel 下的 IP,大致如下: [root@server]# wget http://IP/~username/backup.tar.gz –2016-12-20 …
llh 2016/12/19 918 0
Centos7 下使用 ifconfig 命令报错如下: [root@vps network-scripts]# ifconfig -bash: ifconfig: command not found 运行以下命令安装 net …
llh 2016/11/22 1,018 0
新安装完并启动 Mysql 5.7 后,你会发现无法直接使用 Mysql 命令进入,原因是 5.7 版本已经为你生成了默认的 root 用户密码,该密码可以在 /var/log/mysqld.log 里找到或通过以下命令: grep -i …
llh 2016/11/22 1,068 0
安装最新 mysql 版本 5.7,命令如下: [root@imweb ~]# wget http://repo.mysql.com/mysql57-community-release-el7-9.noarch.rpm [root@imwe …
llh 2016/11/17 1,114 0
在 Liunx 下原本是不支持 rar 文件的,需要安装Liunx 下的 rar 版本: 登陆官网找到最新 Linux 安装版本:http://www.rarsoft.com/download.htm 如当前安装版本最新为 RAR 5.40 …
llh 2016/10/13 1,273 0
如果你服务器上没有安装 Composer,执行相关命令会提示: -bash: composer: command not found 如何解决?如下命令安装: # cd /tmp 下载 composer.phar 文件: # curl -s …
llh 2016/09/22 1,509 0
使用命令行安装 Apache mod_ssl 模块: # yum install mod_ssl Apache mod_ssl 模块配置: 编辑配置文件:/etc/httpd/conf.d/ssl.conf 给虚拟主机添加 :443 端口 …
llh 2016/09/07 1,261 0
7-zip以高压缩率著称,并且是一款免费开源的压缩软件。在常规的Linux发行版中,无法通过简单的yum命令来安装该软件。 第一种,源码编译安装 官网下载地址:http://www.7-zip.org/download.html 源文件项目 …
llh 2016/08/14 1,765 0
在Linux系统中,每个设备都被当成一个文件来对待。几乎所有的硬件设备文件都在/dev这个目录内。 具体如下: 设备 设备在Linux内的文件名 IDE硬碟机 /dev/hd[a-d] SCSI/SATA/USB硬碟机 /dev/sd[a- …
llh 2016/08/08 1,380 0
当我运行 yum 命令安装程序时提示如下错误: Loaded plugins: fastestmirror Existing lock /var/run/yum.pid: another copy is running as pid 325 …
llh 2016/08/04 1,496 0
CentOS 6.8, 运行完如下命令后,使用yum安装程序会报错: xz compression not available。 rpm -Uvh https://mirror.webtatic.com/yum/el7/epel-relea …
llh 2016/08/04 1,031 0
直接上命令: # yum install ntp # service ntpd start # chkconfig ntpd on 配置文件: # vi /etc/ntp.conf
llh 2016/08/02 1,650 0
Mysql 日志文件 /var/log/mysql 报错: TIMESTAMP with implicit DEFAULT value is deprecated. Please use –explicit_defaults_f …
llh 2016/08/02 1,471 0
在 Apache 日志文件里提示错误: AH00558: httpd: Could not reliably determine the server’s fully qualified domain name, using 1 …