FirewallD是iptables的前端控制器,用于实现持久的网络流量规则。它提供命令行和图形界面,在大多数Linux发行版的仓库中都有。与直接控制iptables相比,使用FirewallD有两个主要区别:FirewallD使用区域和服务而不是链式规则。它动态管理规则集,允许更新规则而不破坏现有会话和连接。FirewallD是iptables的一个封装,可以让你更容易地管理iptables规则
分类:
系统相关 时间:
2020-05-28 13:33:35
阅读次数:
80
CentOS7 防火墙 一、防火墙的开启、关闭、禁用、查看状态命令 (1)启动防火墙:systemctl start firewalld (2)关闭防火墙:systemctl stop firewalld (3)设置开机启用防火墙:systemctl enable firewalld.service ...
分类:
其他好文 时间:
2020-05-27 18:41:49
阅读次数:
70
yaml快速入门:https://www.jianshu.com/p/97222440cd08 Java读写yaml文件:https://blog.csdn.net/qq_35315750/article/details/79301388 ...
分类:
编程语言 时间:
2020-05-27 18:32:11
阅读次数:
106
参考 https://blog.csdn.net/qq_24706659/article/details/88342626 四轮阿克曼底盘(Four-wheeled Ackerman robot) 像汽车一样,前轮转向,后轮驱动的模型就叫阿克曼模型 已知车体线速度 v 和角度 w,L 表示车体驱动轮 ...
分类:
其他好文 时间:
2020-05-27 17:15:07
阅读次数:
116
Freenom offers a free domain name service for casual users.The Freenom domain name is free for one year and can be renewed manually before expiration. ...
分类:
其他好文 时间:
2020-05-27 15:19:51
阅读次数:
1404
https://blog.csdn.net/qq_36132599/article/details/89148708 https://blog.csdn.net/dmcpxy/article/details/81163735 ...
分类:
数据库 时间:
2020-05-27 15:18:19
阅读次数:
199
看了几个faster rcnn的代码,注释,觉得还好,目前没时间细看,先mark一下 https://www.cnblogs.com/wind-chaser/p/11359948.html https://blog.csdn.net/qq_32678471/article/details/85678 ...
分类:
其他好文 时间:
2020-05-27 09:14:43
阅读次数:
69
由于最近工作比较忙,后续博客可能更新不及时,哈哈 前言: 由于python对于微信推送不够友好,需要扫码登录,短信接口需要RMB。我就想到了qq邮箱发送到好友,然而微信有qq邮箱提醒功能,就实现了我需要定时推送消息的需求。 import smtplib,requests from email.mim ...
分类:
其他好文 时间:
2020-05-26 20:20:21
阅读次数:
64
1、安装mailx 2、vi /etc/mail.rc,追加一下内容: set from=44XXX4902@qq.comset smtp=smtps://smtp.qq.com:465set smtp-auth-user=44XXX4902@qq.comset smtp-auth-password ...
分类:
系统相关 时间:
2020-05-26 20:09:29
阅读次数:
112
Java的Maven项目的导入 csp_maven项目的拉取与导入。18年做过,然后当时项目是汪老板帮忙调的,也没记录。特此记录。 插曲: 相关技术博文:https://blog.csdn.net/qq_40961980/article/details/86236498(安装maven与查看mave ...
分类:
编程语言 时间:
2020-05-26 18:42:44
阅读次数:
83