Google hacking语法总结
语法简介: site: 搜索范围限制在某网站或顶级域名中 这个也很有用,例如:site:www.4n… 继续阅读 Google hacking语法总结
on the way
语法简介: site: 搜索范围限制在某网站或顶级域名中 这个也很有用,例如:site:www.4n… 继续阅读 Google hacking语法总结
常用netsh命令总结: wlan 相关 列出配置文件:netsh wlan show profil… 继续阅读 常用netsh命令 查看wifi密码
ansible的setup模块非常好用,但给出的信息十分全面,有时候我们并不需要全部的信息, fil… 继续阅读 ansible setup模块常用的信息
#常用参数 -m:要执行的模块,默认为command -a:模块的参数 -u:ssh连接的用户名,默… 继续阅读 ansible Ad-hot 命令参数介绍
https://raw.githubusercontent.com/ansible/ansible/… 继续阅读 ansible默认的配置文件ansible.cfg
运行ansible错误信息: Using a SSH password instead of a k… 继续阅读 ansible “Using a SSH password instead of a key is not possible because Host Key checking”错误解决
安装 pip install pymysql 项目的init.py中 import pymysql … 继续阅读 django 在python3 中使用pymysql代替mysqlclient
https://docs.celeryproject.org/en/latest/django/fi… 继续阅读 django celery 4.0+使用说明
https://channels.readthedocs.io/en/latest/introduc… 继续阅读 Django Channels2.0使用详解
tr命令可以对来自标准输入的字符进行替换、压缩和删除。它可以将一组字符变成另一组字符,经常用来编写优… 继续阅读 linux tr指令详解