随笔分类 -  2018!

摘要:安装mysql 安装完成后,启动mysql服务时出现权限错误,mysql不允许用root,使用ls -l /var/lib/mysql 查询权限为drwx 更改权限后 启动mysql服务 阅读全文
posted @ 2018-01-17 22:47 Meternal 阅读(613) 评论(0) 推荐(0)
摘要:1 from qqbot.utf8logger import DEBUG 2 import requests 3 import re 4 def onQQMessage(bot, contact, member, content): 5 if content[0]!='#': 6 return 7 if content[0:4] == '#CF#':... 阅读全文
posted @ 2018-01-01 21:10 Meternal 阅读(278) 评论(0) 推荐(0)
摘要:在/usr/lib/systemd/system/中加入shadowsocks.service文件 在/root/中创建runstart.sh内容为 然后输入命令 可以查看状态 阅读全文
posted @ 2018-01-01 19:27 Meternal 阅读(3590) 评论(0) 推荐(0)
摘要:安装过程大部分参考 官方文档:https://wiki.archlinux.org/index.php/installation_guide https://wiki.archlinux.org/index.php/General_recommendations http://www.viseato 阅读全文
posted @ 2018-01-01 19:00 Meternal 阅读(1066) 评论(0) 推荐(0)