分类 Linux 下的文章

ModSecurity可以提供相当程度的安全防护以抵御攻击的工具之一。这是一个免费的开源Web 应用程序防火墙( WAF ),可保护您的 Web 应用程序免受各种第 7 层攻击,例如跨站点脚本 ( XSS )、SQL注入、会话劫持等

Tags: Debian ModSecurity OWASP

Read more

deb http://mirrors.cloud.tencent.com/debian/ buster main non-free contrib deb http://mirrors.cloud.tencent.com/debian-security buster/updates main deb http://mirrors.cloud.tencent.com/debian/ buster-updates main non-free contrib deb http://mirrors.cloud.tencent.com/debian/ buster-backports main non-free contrib

Tags: Debian 腾讯源 国内源 Debian默认源

Read more

在单个文件中查询指定字符串 grep "literal_string" filename 在多个文件中查找指定字符串,FILE_PATTERN 表示文件通配符表示。比如当前目录下的所有文件 ./* grep "string" FILE_PATTERN 查找的过程中忽略大小写 grep -i "string" FILE

Tags: Linux Grep

Read more

V