之前跟着教程用brow安装了python3,后来发现电脑上有三个版本的python,头大。于是用brew uninstall --force python3卸掉了python3看到现在有两个版本安装python3的pip3curl https://bootstrap.pypa.io/get-pip.... ...
分类:
编程语言 时间:
2019-12-14 22:44:00
阅读次数:
843
使用burpsuite等代理工具抓取docker容器中的数据包,下面是详细的教程。 以docker中的某个漏洞平台(bwapp)为例,展示如何抓包。 1、首先使用docker下载bwapp: # docker pull raesene/bwapp 2、然后运行bwapp (使用命令 --env HT ...
分类:
其他好文 时间:
2019-12-14 15:31:08
阅读次数:
158
LocalStack 对象维护栈 模拟 源码展示 LocalStack部分 python class LocalStack(object): """This class works similar to a :class: but keeps a stack of objects instead. ...
分类:
其他好文 时间:
2019-12-13 21:16:49
阅读次数:
89
Elasticsearch OOM 优化 改文件类型及segments force merge ...
分类:
其他好文 时间:
2019-12-13 13:43:53
阅读次数:
271
1.使用pwd和cd命令来确定和切换目录(详见linux系统管理p43-p46) (1)掌握pwd命令的功能:确定现在所在的工作目录。 (2)掌握cd命令的功能:切换当前目录。 (3)掌握“cd”命令:进入上一级目录。 (4)掌握“cd”命令:切换到用户的家目录。 (5)掌握“cd”命令:同cd~。 ...
分类:
系统相关 时间:
2019-12-11 21:57:37
阅读次数:
119
Apache配置静态网站,使用http协议、服务名称为httpdyum仓库最简格式[yum]name=yumbaseurl=file:///media/cdromhttp:///ftp:///enable=1gpgcheck=0SELinux安全子系统1、域(服务)2、上下文(内容)getenforce查看SELinux状态enforcing、permissive、disablesetenforc
分类:
系统相关 时间:
2019-12-10 10:31:47
阅读次数:
103
{ "editor.tabSize": 2, "workbench.iconTheme": "vscode-icons", "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "aut ...
分类:
Web程序 时间:
2019-12-09 21:28:37
阅读次数:
230
搭建FTP服务一:安装ftp服务1.1挂载镜像文件安装vsftpd软件包1.2也可以使用yum仓库[root@localhost~]#yuminstallvsftpd-sysvinit.x86_64-yInstalled:vsftpd-sysvinit.x86_640:3.0.2-25.el7Complete!1.3相关文件路径[root@localhost~]#cd/etc/vsftpd/[ro
分类:
其他好文 时间:
2019-12-08 23:41:21
阅读次数:
199
贪心 #include <iostream> #include<algorithm> #include<string.h> #include<set> using namespace std; const int maxn=100010; int ans[maxn]; int a[4]; void ...
分类:
其他好文 时间:
2019-12-07 17:57:19
阅读次数:
217
链接: https://codeforces.com/contest/1265/problem/C 题意: So the Beautiful Regional Contest (BeRC) has come to an end! n students took part in the contest ...
分类:
其他好文 时间:
2019-12-07 01:11:28
阅读次数:
176