摘要: Ubuntu附带了一个相对iptables简单很多的防火墙 配置工具:ufw ufw防火墙 即uncomplicated firewall,不复杂的防火墙,繁琐部分的设置还是需要去到iptables 查看防火墙状态 sudo ufw status 防火墙版本 sudo ufw version 1.安 阅读全文
posted @ 2016-08-23 13:53 慕尘 阅读(22522) 评论(0) 推荐(2)
摘要: 1.mysql的设置 (1)授权mysql>grant all privileges on *.* to 'root'@'%' identified by 'youpassword' with grant option;mysql>flush privileges;(2)修改/etc/mysql/m 阅读全文
posted @ 2016-08-23 13:41 慕尘 阅读(1091) 评论(0) 推荐(0)