linux7在执行resize2fs报错Bad magic number in super-block
今天在执行LVM扩充在执行resize2fs的时候报错 [root@localhost /]...
linux修改默认启动内核
内核下载地址: https://opsx.alibaba.com/mirror/search...
php 安装扩展 phpize 没有生成configure文件
2018 年10月10日晚上23:05记 在重新编译php7.2模块的时候执行/server...
dd命令详解
一、dd命令的解释 dd:用指定大小的块拷贝一个文件,并在拷贝的同时进行指定的转换。 注意:...
centos怎样使用yum安装lamp
[root@8ca0f44c4202 ~]# yum install httpd-devel...
mysql配置文件my.cnf参数详解
[client] port = 3306 #客户端端口号为3306 socket = tmp...
php编译安装configure一些参数详解
具体参数含义可以使用./configure --help来查看 列表如下(部分参数未得到解释...
linux升级gcc
今天在编辑Mariadb的时候提示gcc版本过低 1、下载gcc安装包 [root@wxjt...
linux7安装oracle12c
分区推荐大小 Boot:300M Home:20G Swap:=内存的两倍(内存小于4G为内...
shell脚本的if判断语句
if条件判断语句 if (表达式) #if ( Variable in Array ) ...
自动备份mysql数据库脚本
#!/bin/sh auto backup mysql wxj 2019-06-22 Def...
linux怎样修改字符集为中文
linux修改字符集为中文 [root@wxj ~]# localedef -c -f UT...
find命令详解
Find: 作用:常在系统中作为查找文件所用到的角色 语法:find 查找位置 查找类型 [...
配置远程日志管理服务器,实现日志集中管理
服务端 1、安装rsyslog服务 [root@master ~]# yum install...
怎样自定义ssh服务的日志存储位置
1、安装rsyslog服务 [root@master ~]# yum install rsy...






