bleer

欢迎你来到我的空间哦~

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页

2020年4月14日

摘要: todo 阅读全文
posted @ 2020-04-14 14:18 bleer 阅读(117) 评论(0) 推荐(0)

该文被密码保护。 阅读全文
posted @ 2020-04-14 13:11 bleer 阅读(8) 评论(0) 推荐(0)

该文被密码保护。 阅读全文
posted @ 2020-04-14 11:54 bleer 阅读(8) 评论(0) 推荐(0)

2020年4月9日

摘要: buffer命中率 disk_count=$($bin -h$ip -P$port -u$user -p$MYSQL_PWD -S$sock -e "show status like 'Innodb_buffer_pool_reads';"|awk 'NR==2{print $2}') #echo 阅读全文
posted @ 2020-04-09 15:41 bleer 阅读(244) 评论(0) 推荐(0)

2020年3月29日

摘要: vim /etc/profile编辑文件的时候,编辑错了,导致再次vim /etc/profile时候,vim打不开文件了,这时候怎么办? 执行下面命令,设置PATH变量,才能打开profile export PATH=/bin:/usr/local/sbin:/usr/local/bin:/sbi 阅读全文
posted @ 2020-03-29 16:39 bleer 阅读(345) 评论(0) 推荐(0)

2020年3月27日

摘要: 问题: [root@vm10-0-199-16 ~]# hostname -ihostname: Unknown host 预期应该返回ip,为啥不能正确返回ip呢? 阅读全文
posted @ 2020-03-27 10:55 bleer 阅读(879) 评论(0) 推荐(0)

2020年3月25日

摘要: 脚本t.sh如下,执行成功 #!/bin/bashsource ./env.sh ssh -i ${KEY} ${SLAVE_IP} << exe_cmd cd /usr/local rm -rf nestdb_master exit exe_cmd echo done 脚本t2.sh如下,执行失败 阅读全文
posted @ 2020-03-25 20:58 bleer 阅读(514) 评论(0) 推荐(0)

摘要: 举例: 执行如下脚本,运行ok: #!/bin/bashsource ./env.shscp -i ${KEY} -r ${BASE_PATH} ${SLAVE_IP}:/usr/local > /dev/null 2>&1 执行如下脚本,运行fail,报错:Segmentation fault ( 阅读全文
posted @ 2020-03-25 20:40 bleer 阅读(203) 评论(0) 推荐(0)

2020年3月24日

摘要: sysbench安装 系统: linux-cenos6.5 依赖: (1)先安装mysql,见:https://www.cnblogs.com/liurong07/p/12560382.html (2)安装依赖包: yum -y install make automake libtool pkgco 阅读全文
posted @ 2020-03-24 17:43 bleer 阅读(467) 评论(0) 推荐(0)

2020年3月20日

摘要: 目标:访问github,特别卡 优化办法:参考https://baijiahao.baidu.com/s?id=1608100091125662190&wfr=spider&for=pc 绕过dns解析,去这个网站(http://tool.chinaz.com/dns?type=1&host=git 阅读全文
posted @ 2020-03-20 11:57 bleer 阅读(1901) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 ··· 12 下一页