05 2016 档案
摘要:查看mysql server超时时间: MariaDB [(none)]> use xspeeder; MariaDB [xspeeder]> show global variables like '%timeout%'; +----------------------------+----------+ | Variable_name | Value | ...
阅读全文
摘要:参考:交换机在江湖:http://support.huawei.com/ecommunity/bbs/10233091.html
阅读全文
摘要:find . -name "*.pyo" -exec rm {} \; 删除以.pyo后缀的所有文件 find . ! -name "*.pyo" -exec rm {} \; 删除除了.pyo之外的所有物文件
阅读全文
摘要: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...
阅读全文