2020 年 天翼杯签到题 题目描述:赛方给出了一个6G的大文件让我们下载,但是速度只有几k,明显不可能靠下载完成获取flag 当时看见这签到提的时候完全不会,毫无头绪,比赛完才看见大佬说需要使用curl分片下载 curl分片下载前提 服务器需要支持 HTTP Range Request,可以用cu ...
分类:
Web程序 时间:
2020-08-17 17:51:06
阅读次数:
141
安装 创建Gradle项目 gradle init gradle init --dsl kotlin # Kotlin DSL 构建 gradle init --type java-library # 构建jar项目 END ...
分类:
其他好文 时间:
2020-08-15 22:28:12
阅读次数:
63
昨晚在centos上安装composer,结果第一步curl就出现了报错:[root@web01~]#curl-sShttps://getcomposer.org/installer|phpcurl:(60)PeercertificatecannotbeauthenticatedwithknownCAcertificatesMoredetailshere:http://curl.haxx.se/d
分类:
Web程序 时间:
2020-08-11 17:33:00
阅读次数:
97
首先添加新版本的repo curl --silent --location https://rpm.nodesource.com/setup_14.x | sudo bash 执行安装 yum -y install nodejs 参考 新安装NODEJS之后配置 ...
分类:
Web程序 时间:
2020-08-11 15:47:57
阅读次数:
68
date 显示系统日期 curl ifconfig.me linux下获取自己的外网IP 磁盘空间: df -h 显示已经挂载的分区列表 du -sh dir5 (-s表示总结的意思) 即只列出一个总结的值 du -ah dir5 (-a表示包括目录和文件) 文件和目录操作: ls -l 显示文件和 ...
分类:
系统相关 时间:
2020-08-10 00:10:26
阅读次数:
192
查看es集群健康状态curl-XGET"http://$ip:9200/_cat/health?"查看索引变红的原因curl-XGET"http://$ip:9200/_cluster/allocation/explain"如下确认索引是否可删除,或者调整副本为0
分类:
其他好文 时间:
2020-08-08 09:25:59
阅读次数:
119
步骤1.首先,通过apt在终端中运行以下命令,确保所有系统软件包都是最新的。sudo apt updatesudo apt upgrade步骤2.在Ubuntu 20.04上安装Plex Media Server。使用curl命令导入Plex存储库的GPG密钥:curl https://downlo ...
分类:
系统相关 时间:
2020-08-08 09:24:47
阅读次数:
108
使用 RESTAPI 来操作 ElasticSearch 当 ElasticSearch 的实例并运行,您可以使用 localhost:9200,基于 JSON 的 REST API 与ElasticSearch 进行通信。在 ElasticSearch 自己的文档中,所有示例都使用 curl。 但 ...
分类:
其他好文 时间:
2020-08-07 00:29:06
阅读次数:
130
默认模式:http代理 set http_proxy=http://127.0.0.1:7008 set https_proxy=http://127.0.0.1:7008 bash模式:sock5代理 export https_proxy=socks5://127.0.0.1:1080 expor... ...
分类:
其他好文 时间:
2020-08-06 09:19:42
阅读次数:
87