随笔分类 - Linux
Linux
摘要:physdiskwrite 的简单使用 参考 https://m0n0.ch/wall/physdiskwrite.php 来源 https://www.cnblogs.com/EasonJim/p/9554145.html 常用img的备份: 1、linux下使用dd,Windows下使用WinI
阅读全文
摘要:pinfinder https://pinfinder.net https://github.com/gwatts/pinfinder 关于 Pinfinder是一个小型免费程序,可以使用iPhone,iPad或iPod touch的iTunes备份来计算先前在设备上设置的限制或屏幕时间密码。 该程
阅读全文
摘要:SSH安全加固 配置文件: /etc/ssh/sshd_config 下面提到的参数,需要对应修改的文件是/etc/ssh/sshd_config 1. 禁用RootLogin 将参数做以下更改:PermitRootLogin no 2. 在自己电脑生成私钥,添加公钥到服务器 这一步已经做过了。这样
阅读全文
摘要:snort_inline Link http://snort-inline.sourceforge.net/oldhome.html What is snort_inline? snort_inline is basically a modified version of Snort that ac
阅读全文
摘要:如何编写snort的检测规则 2013年09月08日 ⁄ 综合 ⁄ 共 16976字 前言 snort是一个强大的轻量级的网络入侵检测系统。它具有实时数据流量分析和日志IP网络数据包的能力,能够进行协议分析,对内容进行搜索/匹配。它能够检测各种不同的攻击方式,对攻击进行实时报警。此外,snort具有
阅读全文
摘要:pfSense QoS IDS 来源 https://blanboom.org/2018/pfsense-setup/ 之前我使用的无线路由器是 RT1900ac,其内置了 QoS 和 IDS/IPS 功能,但由于 CPU 性能有限,在百兆宽带的情况下,两者均会对网络性能造成一定的影响。 前段时间,
阅读全文
摘要:Suricata Rules https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Suricata_Rules https://suricata.readthedocs.io/en/suricata-4.1.4/rules
阅读全文
摘要:Snort Rule Infographic Official Documentation Snort FAQ Snort Team / Open Source Community Snort FAQ Snort Team / Open Source Community Snort Users Ma
阅读全文
摘要:Snort Inline IPS Mode https://forum.netgate.com/topic/143812/snort-package-4-0-inline-ips-mode-introduction-and-configuration-instructions Snort Packa
阅读全文
摘要:HelenOS 来源 http://www.helenos.org/ 关于HELENOS HelenOS是一种基于便携式微内核的多服务器操作系统,从头开始设计和实现。它将关键操作系统功能(如文件系统,网络,设备驱动程序和图形用户界面)分解为一系列细粒度的用户空间组件,这些组件通过消息传递相互交互。一
阅读全文
摘要:centos7之vsftp安装和使用 来源 https://www.cnblogs.com/lei0213/p/8657039.html 日常用作中,我们常用的是windows的共享,但是我们都知道windows运行不稳定。原来我们用的是centos6.5上的vsftpd,最近决定把centos6.
阅读全文
摘要:putty和psftp命令行参数 https://the.earth.li/~sgtatham/putty/latest/w32/putty.zip https://the.earth.li/~sgtatham/putty/latest/w64/putty.zip https://the.earth
阅读全文
摘要:a2 Bluebottle OS That is a copy of original A2 Repository Also extra ISO image A2_Rev-6498_serial-trace.iso Also for MacOSX (Darwin) - UnixAos Extra M
阅读全文
摘要:Project Oberon Project Oberon http://www.projectoberon.com/ Project Oberon Project Oberon Project Oberon Project Oberon 28.11.2018 / 11.12.2018 28.11.
阅读全文
摘要:如何禁止Chrome浏览器隐藏URL的WWW前缀 一、打开Chrome浏览器 二、在Chrome浏览器的地址栏中输入以下内容并回车: 三、找到以下设置项,点击该选项右侧的选项将其设置为 Disabled: 四、在这个设置项的右侧,你将看到一个下拉菜单,这个菜单当中包含有三个可选项,分别是: Defa
阅读全文
摘要:EDK2开发环境搭建 来源 https://blog.csdn.net/rikeyone/article/details/80759724 EDK2全称为“uEFI Development Kit”,是intel开源的一套符合UEFI标准的实现。 edk2环境搭建 代码下载 git clone ht
阅读全文
摘要:edk2中子目录介绍 来源 https://blog.csdn.net/rikeyone/article/details/80760204 参考:https://github.com/tianocore/tianocore.github.io/wiki AppPkg UEFI Application
阅读全文
摘要:INTEL_BIOS 编译—for-ATOM_E3800 Intel(R) MinnowBoardMax 0.84 Open Source Release Dec 10th, 2015 DISCLAIMER This release note as well as the software desc
阅读全文
摘要:英特尔vPro博锐技术激活 参考: Intel官方Management Engine BIOS Extension (Intel®MEBX)手册:http://www.intel.com/content/dam ... ide_for_7series.pdf Intel官方AMT快速指南:https
阅读全文
摘要:gitea configure app.ini APP_NAME = Gitea: Git with a cup of tea RUN_USER = LSGX RUN_MODE = prod [oauth2] JWT_SECRET = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
阅读全文