05 2016 档案

摘要:查看mysql server超时时间: MariaDB [(none)]> use xspeeder; MariaDB [xspeeder]> show global variables like '%timeout%'; +----------------------------+----------+ | Variable_name | Value | ... 阅读全文
posted @ 2016-05-31 10:47 夨忆′ 阅读(1152) 评论(0) 推荐(0)
摘要:参考:交换机在江湖:http://support.huawei.com/ecommunity/bbs/10233091.html 阅读全文
posted @ 2016-05-27 15:05 夨忆′ 阅读(420) 评论(0) 推荐(0)
摘要:find . -name "*.pyo" -exec rm {} \; 删除以.pyo后缀的所有文件 find . ! -name "*.pyo" -exec rm {} \; 删除除了.pyo之外的所有物文件 阅读全文
posted @ 2016-05-23 15:17 夨忆′ 阅读(230) 评论(0) 推荐(0)
摘要:yum install -y unzip gcc-c++ cd /opt unzip release-stable.zip mv ToughRADIUS-release-stable toughradius cd toughradius make all make initdb setenforce 0 systemctl disable firewalld.service systemct... 阅读全文
posted @ 2016-05-04 15:34 夨忆′ 阅读(572) 评论(0) 推荐(0)