/avatar.png

kdxcxs

Full-stack developer, cybersecurity researcher, CTFer @r3kapig

CTFd 踩坑

由于团队新开了 CTF 方向,为了方便后面进行队内训练和比赛,还是打算自己建一个 CTF 答题平台,不能受制于人,外界太不稳定了。看到 buuoj 用的是 CTFd 其他几个网址

Cloudflare tunnel

Cloudflare tunnel 可以看作是 Cloudflare 充当了原来 nginx 的角色,通过反向代理建立起了连接,换句话说,就是相当于把 Cloudflare 安装到了你的服务器上,可以通过 Cloudflare 的 cdn 来托管服务器上的网

npm、yarn 基础配置

在配置 node 环境时常需要进行更改源、修改缓存目录(防止爆 C 盘)等操作,本文对其进行整理。 npm & yarn 源及缓存修改 # 查看缓存目录 npm config get cache yarn cache dir # 清理缓存

svelte 入门

degit 简介 degit 是一个简单的利用了 github 的项目脚手架工具,degit 做的事很简单,复制 git 仓库代码。 安装 yarn global add degit # or npm install -g degit 使用 npx degit user/repo # these commands are equivalent degit github:user/repo degit git@github.com:user/repo degit

Golang Channel 详解

source: https://colobu.com/2016/04/14/Golang-Channels/ Channel 是 Go 中的一个核心类型,你可以把它看成一个管道,通过它并发核心单元就可以发送或者接收数据进行通讯 (communication)。 它的操作

服务器迁移记录

服务器迁移记录 由于去年买的学生机马上要到期了,恰好遇到双十一打折就新买了一台服务器,然后就是把旧服务器上的服务迁移到新服务器了。 在开始之前发