会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
运维工匠实战(如果发现有错误请大家把正确的方法发送给我,方便大家更快的解决问题)
QQ326528263 clnking@163.com 微信:bass98 (尽量把问题说清楚) 如果发现我的文章有问题,请大家指出
新随笔
联系
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
40
下一页
2017年3月3日
redis make test 报错
摘要: 解决方法: 问题解决!
阅读全文
posted @ 2017-03-03 17:43 bass
阅读(1802)
评论(0)
推荐(0)
2017年3月2日
在线升级java的版本
摘要: 真接rpm包安装javaxxxx.rpm 然后调整/etc/profile 如下: 重新加载环境变量:
阅读全文
posted @ 2017-03-02 19:09 bass
阅读(636)
评论(0)
推荐(0)
查杀病毒实战----------------》ddg.223 and AnXQV
摘要: htop 发现导常: 接着发现可疑进程: 首先检测crontab,发现问题: 注释掉计划任务!!! 把把脚本下载下来: 查看一下内容: 最后杀掉可疑进程,问题解决
阅读全文
posted @ 2017-03-02 00:40 bass
阅读(835)
评论(0)
推荐(0)
2017年3月1日
源码编绎的时候报错 tengine-2.1.0 error: the HTTP rewrite module requires the PCRE library.
摘要: 问题解决!
阅读全文
posted @ 2017-03-01 14:28 bass
阅读(274)
评论(0)
推荐(0)
2017年2月28日
tree -L n
摘要: # tree -L 2 显示到目录的第二层
阅读全文
posted @ 2017-02-28 18:11 bass
阅读(149)
评论(0)
推荐(0)
pgrep -f 和pkill -f
摘要: pgrep -f abc 匹配出含abc的进程 并输出进程的pid pkill -f abc 杀掉含abc的所有进程
阅读全文
posted @ 2017-02-28 14:37 bass
阅读(1135)
评论(0)
推荐(0)
2017年2月24日
nginx location URI匹配规则
摘要: 当nginx收到一个请求后,会截取请求的url部份,去搜索所有location指令中定义的URI匹配模式。在server模块中可以定义多个location指令来匹配不同的url请求,多个不同的location配置的URI匹配模式,总体的匹配原则是: 先匹配普通字符串模式,再匹配正则模式。 只识别UR
阅读全文
posted @ 2017-02-24 15:07 bass
阅读(1200)
评论(0)
推荐(1)
2017年2月23日
if else 的或(||)
摘要: if [ "$1" = "xx.xx.xx.xx" ]||[ $1 = "node01" ]; then ssh -p2222 root@112.xx.xx.xxx else echo "hello world" #当$1="ip"或$1='node01'时都会执行下面的的命令
阅读全文
posted @ 2017-02-23 23:56 bass
阅读(214)
评论(0)
推荐(0)
执行 update操作的时候有报错 ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transaction
摘要: 找到异常进程的ID 然后kill 掉: 然后再次执行update执作,问题解决!!
阅读全文
posted @ 2017-02-23 10:28 bass
阅读(350)
评论(0)
推荐(0)
2017年2月22日
mysqldump 导出数据库为DBname的表名为Tname的表结构 导出数据库的所有表的表结构
摘要: 导出数据库的所有表的表结构
阅读全文
posted @ 2017-02-22 22:04 bass
阅读(277)
评论(0)
推荐(0)
mysqldump 备份某张表 Warning: A partial dump from a server that has GTIDs will by default include the GTIDs of all transactions,
摘要: [root@NB ok]# mysqldump -uemove -h xx.xx.xx.xx -P9906 DBname t_name -p >2t_tname.sqlWarning: A partial dump from a server that has GTIDs will by default include the GTIDs of all transactions, even ...
阅读全文
posted @ 2017-02-22 21:46 bass
阅读(8571)
评论(1)
推荐(0)
nfs missing codepage or helper program, or other error
摘要: [root@xxxxx ~]# /bin/mount -t nfs -o nosuid,noexec,nodev,noatime,intr,rsize=32768,wsize=32768 xxx.xxx.xxx.xxx:/data2/files/guoer/img /data1/files/xx/img mount: wrong fs type, bad option, bad superb...
阅读全文
posted @ 2017-02-22 20:30 bass
阅读(4181)
评论(1)
推荐(0)
2017年2月20日
date 增加一个小时 减少一个小时
摘要: # date -s `date -d -1hour +%T`
阅读全文
posted @ 2017-02-20 19:51 bass
阅读(1205)
评论(0)
推荐(0)
mysqldump 备份单个数据库
摘要: mysqldump -uemove -h xx.xxx.xx.xx -P7996 -p --databases dbname >dbname.sql
阅读全文
posted @ 2017-02-20 16:49 bass
阅读(1417)
评论(1)
推荐(0)
mysql删除账户
摘要: mysql> select user,host,password from user; +------+-----------+-------------------------------------------+ | user | host | password | +------+-----------+---...
阅读全文
posted @ 2017-02-20 16:35 bass
阅读(347)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
40
下一页
公告