Securing your Network From the Above Attacks. Now that we know how to test the security of all known wireless encryption(WEP/WPA/WPA2), it is relative ...
分类:
Web程序 时间:
2019-11-24 19:52:05
阅读次数:
142
WPA Craking WPA was designed to address the issues in WEP and provide better encryption. The main issue in WEP is the short IV which means that they c ...
分类:
Web程序 时间:
2019-11-24 19:43:56
阅读次数:
96
第一章:服务器硬件及linux初体验 一、了解linux; 1.linux的三大分支:debian、redhat、ubuntu 2.redhat版本: redhat:红帽,简称RHEL,企业级官方版本,收费版本; centos:企业社区操作系统版本,不属于红帽公司,却基于红帽的源,代码组件进行重构的 ...
分类:
系统相关 时间:
2019-11-23 20:23:01
阅读次数:
91
-(void)addBlankFrames:(NSArray<__kindof NSValue *> *)frames { UIBezierPath *path = self.blankPath?:[UIBezierPath bezierPath]; CGRect oldRect = CGRectZ... ...
分类:
其他好文 时间:
2019-11-21 17:10:21
阅读次数:
122
群里大佬给解决的 大佬: 应该是要装软件包 ca certificates,你可以单独起个debian的docker镜像 试试 我: 你的意思是换好源后,生成新镜像,然后用这个镜像再起容器是这个意思吧。 大佬: 嗯 , 换源之前 把证书 ca certificates 装上,然后换成清华的源,应该就 ...
分类:
其他好文 时间:
2019-11-21 12:27:45
阅读次数:
83
设置网路ip等后 需要重启网路服务 debian: /etc/iinit.d/networking restart centos7: service network restart or systemctl start network.service ...
分类:
系统相关 时间:
2019-11-21 10:12:01
阅读次数:
68
我们可以使用Debian stretch源在Deepin 15.9系统下安装Wine 4.0,同时也可以用在Debian 9 Stretch系统下安装Wine 4.0,方法是一样的,同时下面介绍的方法都是使用命令的,你不需要去下载Wine源码包,具体操作如下。 1、在/etc/apt/sources ...
在Deepin系统中为Wine创建文件关联,以能双击exe执行文件直接运行 ...
分类:
其他好文 时间:
2019-11-18 20:04:24
阅读次数:
460
日期转换成时间戳: 安卓下可以使用 Date.parse(new Date('2019-11-18 12:00:00')) 直接转换,结果为 1574049600000 ios下 Date.parse(new Date('2019-11-18 12:00:00')) 无法转换,需要写成Date.pa ...
分类:
移动开发 时间:
2019-11-18 18:32:20
阅读次数:
103
Update: 2019.04.15 * 支持更高版本的内核. 说明: Debian/Ubuntu用户可以使用下面提供的脚本自动更换到适配的内核. CentOS可自行搜索教程进行更换. CentOS如有安装困难可参照: CentOS不换内核安装锐速. GitHub项目地址: https://gith ...
分类:
其他好文 时间:
2019-11-18 13:02:20
阅读次数:
91