Post List

# 关于自建图床那些事──typora+cheverto 图床 偶然间发现 typora 可以使用规则,将本地或者网络图片上传到图床。查了些资料,发现了开源的图床 chevereto。正好手上有个闲置的服务器,于是开始了快乐的踩坑之旅 # 一些参考信息: API 官方文档 linuxserver/chevereto - Docker Image | Docker Hub 环境信息:Linux VM-16-5-centos 4.18.0-193.28.1.el8_2.x86_64 #1 SMP Thu Oct 22 00:20:22 UTC 2020 x86_64 x86_64 x86_64...

主要目标:降低虚拟机负载 # 1. 关闭 windows 自动更新与 windows defender 运行──gpedit.msc 计算机配置 ----- 管理模板 -----Windows 组件 ----Microsoft Defender 防病毒。 勾选 “已启用” 选项,就可以关闭 Windows defender 计算机配置 ----- 管理模板 -----Windows 组件 ----windows 更新 # 2. 关闭家庭组 此电脑──管理──服务──HomeGroup Listener 和 HomeGroupProvider # 3. 关闭特效 右键 此电脑 —...

#x86 ebp e #x64 RDI,RSI,RDX,RCX,R8,R9 #coding:utf-8 context(os=‘linux’,arch=‘amd64’) context(arch=‘amd32’) shellcode=asm(shellcraft.sh()) context.log_level = ‘DEBUG’ from pwn import * s = remote(‘xxx’,xxx) s = process(’./xxx’) gdb.attach(s) elf = ELF(’./xxxx’) plt = elf.plt[‘xxx’] got =...

** ** ** 客户端:**windows10、DVTA(下载地址: https://github.com/secvulture/dvta) 需要安装.net framework4.5 才能正常运行。 ** 服务端:**windows10、 SQL Server 2008 并设置账号密码为 sa/p@ssw0rd、FTP 服务,服务器地址需为 192.168.56.110 安装包准备: 1.DVTA 安装包 2.net framework 4.5 2.sqlserver 安装包 3. ** ** ** ** 服务端配置步骤: 第一步安装 SQL Server 2008: 安装 SQL...

# 1. 服务器安装 docker[1] yum install docker # 2 启动 docker sudo docker run --rm -d -it suhuiw4123/mirai-dice # 3.docker 内部配置 登录 docker ps docker attach id ###miral信息 login qq帐号 密码 #将滑块验证修改为二维码验证 #手动把网址中的verify (https://ti.qq.com/safe/verify?…) 改成 #qrcode(https://ti.qq.com/safe/qrcode?…) autologin add...

git config --global user.name 'username'git config --global user.email 'email'git config --listcd ~/.ssh/more id_rsa.pubcd ./project_name git init #初始化仓库 git add test.md #增加文件 git status #查看提交和修改状态 git log --oneline #精简log输出 git branch dev1 #新分支 git checkout dev1 #切换到dev1 git branch...

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. # Quick Start # Create a new post h$ hexo new "My New Post"More info: Writing # Run server h$...